summaryrefslogtreecommitdiffstats
path: root/vagrant_scripts
Commit message (Collapse)AuthorAgeFilesLines
* Removes pgpool, going back to single appdbjakefeasel2015-08-163-29/+6
|
* Fixes ownership for pgpool config filesjakefeasel2015-06-071-1/+2
|
* Uses the same my.cnf settings for mysql55 as is used for mysql56jakefeasel2015-06-071-1/+4
|
* Fixes paths for my.cnf in mysql55jakefeasel2015-05-201-1/+1
|
* Initial support for a pgpool-based database cluster for openidm repo and ↵jakefeasel2015-05-116-14/+43
| | | | sqlfiddle central databases. Moving fiddle env for pg93 into separate vm
* Fixing build so that ojdbc is actually optionaljakefeasel2015-05-021-4/+6
|
* Adds AWS CLI to IDM nodes, for ELB registration/deregistration during ↵jakefeasel2015-04-202-1/+42
| | | | regular reboots
* Fixes typo in comment for cron backupjakefeasel2015-04-201-1/+1
|
* Adjusting backup interval to be once a day (during the time of day with the ↵jakefeasel2015-04-191-1/+1
| | | | least traffic) to preserve system resources
* Fixes bug with paths in idm_aws.shjakefeasel2015-04-191-2/+4
|
* Moving to use IDM in a two-node cluster rather than a stand-alone server, for HAjakefeasel2015-04-194-66/+77
|
* Fixing outdated hostname references in vagrant scriptsjakefeasel2015-04-042-1/+2
|
* Adding mysql55 host for a backendjakefeasel2015-04-032-0/+15
|
* Increasing max_connections default in postgres from 100 to 500jakefeasel2015-04-031-0/+1
|
* Adjusting default JAVA_OPTS to align with prod, also exposing varnish port ↵jakefeasel2015-03-251-1/+9
| | | | by default
* Adding swapfile to idm machine, plus smarter logic to detect Oracle driverjakefeasel2015-03-142-7/+17
|
* Cron job on postgres server to backup sqlfiddle database to s3. Closes ↵jakefeasel2015-03-143-7/+39
| | | | jakefeasel/sqlfiddle2/#10
* Increasing default memory settings for Javajakefeasel2015-03-061-1/+1
|
* AWS-oriented changes for migrating and dealing with pre-existing site datajakefeasel2015-03-064-1/+23
|
* Vagrant support for aws as a providerjakefeasel2015-02-281-8/+7
|
* Adjusting defaults for varnish to run on port 80jakefeasel2015-02-281-1/+2
|
* Improving the varnish configuration to remap requests to the backendjakefeasel2015-02-262-1/+4
|
* Better shell provisioning for windowsjakefeasel2014-11-281-1/+1
|
* Initial support for Oracle and SQL Serverjakefeasel2014-11-284-1/+29
|
* Configuration support for MS SQL Server and Oracle JDBC driversjakefeasel2014-11-021-0/+5
|
* Updating Vagrant to use latest from openidm-boilerplate (trusty, openjdk, ↵jakefeasel2014-11-014-38/+28
| | | | etc....)
* Initial attempted support for OpenID Connect authentication: upgrading to ↵jakefeasel2014-09-221-4/+4
| | | | OpenIDM 3.1-SNAPSHOT, configuring auth module, adding UI support
* Using varnish for caching GET requestsjakefeasel2014-09-062-15/+23
|
* Moving vagrant provisioner scripts into new folder, added new one for ↵jakefeasel2014-09-054-0/+85
starting IDM. Also setup grunt to run in the IDM vm automatically