summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-25fix stunnel entries in mx.json and webapp.jsonelijah
2014-06-25moved json macros to provider_base/lib/macros. requires new unreleased leap_clielijah
2014-06-25stunnel: make site_mx and site_webapp use new site_stunnelelijah
2014-06-25add replication userAzul
2014-06-25site_couchdb: support auto-stunnel setup, split master, bigcouch, and mirror ↵elijah
out into separate files.
2014-06-25tmp comment out error if no master nodes definedelijah
2014-06-25new generic system for stunnel: just `include site_stunnel` and stunnel + ↵elijah
needed shorewall will be automatically set up. requires new leap_cli
2014-06-25first steps towards mirroring couchAzul
2014-06-25set mirror option if we are on a couch mirrorAzul
2014-06-25separate bigcouch specifics from init.ppAzul
2014-06-25split bigcouch stunnel from plain couch stunnelAzul
2014-06-25couchdb: generate hiera files suitable for plain couchdb + read-only mirrorselijah
2014-06-25run_tests: clean up assert_get()elijah
2014-06-25fix commercial cert usage with mx and monitor nodes.elijah
2014-06-25Merge branch 'bugfix/tests' into developelijah
2014-06-25Merge branch 'develop' into feature/couchelijah
2014-06-25more friendly error message in `leap compile` when commercial certificate is ↵elijah
missing.
2014-06-23Merge pull request #4 from azul/feature/couchElijah Sparrow
permissions for replication
2014-06-23create netrc files for all users with new puppet_couchdbAzul
This only works with the latest patch to puppet_couchdb
2014-06-23hand replication credentials to tapiceroAzul
2014-06-23minor: fix typo in replication user rolesAzul
2014-06-23tests: fixed problem with showing couchdb password in process table, and ↵elijah
adding warnings for when ACL is not being respected (which is currently always). closes #5445
2014-06-22run_tests: allow for https in assert_get()elijah
2014-06-22Merge branch 'feature/webapp' into developelijah
2014-06-21haproxy: support read only couchdb mirrorselijah
2014-06-21fix stunnel entries in mx.json and webapp.jsonelijah
2014-06-20moved json macros to provider_base/lib/macros. requires new unreleased leap_clielijah
2014-06-20stunnel: make site_mx and site_webapp use new site_stunnelelijah
2014-06-20Merge pull request #3 from azul/feature/couchElijah Sparrow
add replication user
2014-06-20add replication userAzul
2014-06-20site_couchdb: support auto-stunnel setup, split master, bigcouch, and mirror ↵elijah
out into separate files.
2014-06-20tmp comment out error if no master nodes definedelijah
2014-06-20new generic system for stunnel: just `include site_stunnel` and stunnel + ↵elijah
needed shorewall will be automatically set up. requires new leap_cli
2014-06-19Merge branch 'feature/couch' of github.com:elijh/leap_platform into ↵elijah
feature/couch
2014-06-19fix typo in _couchdb_multimaster.jsonelijah
2014-06-19Merge pull request #2 from azul/feature/couchElijah Sparrow
split out bigcouch and only apply if needed, initial code for replication
2014-06-19update known issues to remove service separation issue that was solved,Micah Anderson
and bump the version number to 0.5.2. Change-Id: Ie75018bf11583d14dab148732d58d6d50f88dd42 Note: this didn't make it into the tag
2014-06-19Merge tag '0.5.2'Micah Anderson
tagging 0.5.2 release
2014-06-19first steps towards mirroring couchAzul
2014-06-19set mirror option if we are on a couch mirrorAzul
2014-06-19separate bigcouch specifics from init.ppAzul
2014-06-19split bigcouch stunnel from plain couch stunnelAzul
2014-06-19couchdb: generate hiera files suitable for plain couchdb + read-only mirrorselijah
2014-06-17allow webapp.json to configure what engines are enabledelijah
2014-06-04clean up how /etc/hosts is generated so it doesn't require custom behavior ↵0.5.2elijah
depending on the services.
2014-06-04bugfix: actually apply modules based on $serviceselijah
2014-06-03move hiera from site.pp to site_config::setupChristoph
the problem was following: if a host has the webapp service, the template for /etc/hosts adds some stuff. But setup.pp did not ask hiera about the services so "/srv/leap/bin/puppet_command set_hostname" always resets the hostname. Since that gets triggered every time you run "leap deploy" the hostname changes, some services restart, then the hostname changes back and the services restart again. The solution is to get the hiera data before every run.
2014-06-02static site: gracefully handle static sites that are not configured.elijah
2014-06-02static site: better message for wrong location type.elijah
2014-06-02remove superfluous RackBaseURI directiveelijah