summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* oso_monitoring: add the zabbix libsMatt Woodson2016-01-191-0/+1
|
* Merge pull request #1225 from joelddiaz/disable-new-dnsJoel Diaz2016-01-192-0/+3
|\ | | | | add ability to disable ztriggers and disable new container dns check
| * add ability to disable ztriggers and disable new container dns checkJoel Diaz2016-01-192-0/+3
| |
* | Automatic commit of package [openshift-ansible] release [3.0.35-1].Brenton Leanhardt2016-01-182-2/+8
| |
* | Merge pull request #1211 from abutcher/pacemaker-master-checkBrenton Leanhardt2016-01-181-1/+9
|\ \ | | | | | | Improve pacemaker 'is-active' check.
| * | Improve pacemaker 'is-active' check.Andrew Butcher2016-01-181-1/+9
| | |
* | | Merge pull request #1218 from mwoodson/chronyMatt Woodson2016-01-188-0/+207
|\ \ \ | | | | | | | | new role: chrony so that servers can use ntp
| * | | added the lib_timedate roleMatt Woodson2016-01-184-4/+78
| | | |
| * | | added chronyMatt Woodson2016-01-187-0/+133
| | | |
* | | | Merge pull request #1212 from mwoodson/zagg_clientMatt Woodson2016-01-187-2/+97
|\ \ \ \ | | | | | | | | | | new role: added oso_moniotoring tools role
| * | | | added oso_moniotoring tools roleMatt Woodson2016-01-187-2/+97
| |/ / /
* | | | Automatic commit of package [openshift-ansible] release [3.0.34-1].Brenton Leanhardt2016-01-182-2/+17
| | | |
* | | | Merge pull request #1199 from smunilla/no_containerized_for_3.0Brenton Leanhardt2016-01-181-8/+7
|\ \ \ \ | | | | | | | | | | atomic-openshift-installer: Remove containerized install for 3.0
| * | | | atomic-openshift-installer: Remove containerized install for 3.0Samuel Munilla2016-01-181-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | This removes the option to specify a containerized install when installing 3.0 in interactive mode.
* | | | | Merge pull request #1205 from smunilla/containerized_inventoryBrenton Leanhardt2016-01-181-0/+2
|\ \ \ \ \ | | | | | | | | | | | | atomic-openshift-installer: add containerized to inventory
| * | | | | atomic-openshift-installer: add containerized to inventorySamuel Munilla2016-01-181-0/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | Updates to actually check the containerized setting and add it to the inventory.
* | | | | Merge pull request #1210 from abutcher/nfs-utilsBrenton Leanhardt2016-01-181-0/+4
|\ \ \ \ \ | | | | | | | | | | | | Ensure nfs-utils installed for non-atomic hosts.
| * | | | | Ensure nfs-utils installed for non-atomic hosts.Andrew Butcher2016-01-141-0/+4
| | | | | |
* | | | | | Merge pull request #1209 from joelddiaz/branchesJoel Diaz2016-01-181-56/+91
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | | clean up too-many-branches / pylint
| * | | | clean up too-many-branches / logicJoel Diaz2016-01-181-56/+91
| | | | |
* | | | | Merge pull request #1204 from abutcher/restart-fixesBrenton Leanhardt2016-01-181-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Restart Playbook Fixes
| * | | | | Add 'unknown' to possible output for the is-active check.Andrew Butcher2016-01-181-1/+1
| | | | | |
| * | | | | Fix cluster_method conditional in master restart playbook.Andrew Butcher2016-01-181-2/+2
| | | | | |
* | | | | | Merge pull request #1201 from donovanmuller/patch-2Brenton Leanhardt2016-01-181-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Use IdentityFile instead of PrivateKey
| * | | | | Use IdentityFile instead of PrivateKeyDonovan Muller2016-01-181-1/+1
|/ / / / / | | | | | | | | | | Fixes #1196
* | | | | Merge pull request #1194 from abutcher/haproxy-restartBrenton Leanhardt2016-01-182-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Remove pause after haproxy start
| * | | | | Remove pause after haproxy startAndrew Butcher2016-01-152-3/+3
| | |_|/ / | |/| | |
* | | | | Merge pull request #1197 from donovanmuller/patch-1Brenton Leanhardt2016-01-181-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | Host group should be OSEv3 not OSv3
| * | | | Host group should be OSEv3 not OSv3Donovan Muller2016-01-181-1/+1
|/ / / / | | | | | | | | Following on from #1107 the host group's name is OSEv3 and not OSv3
* | | | Automatic commit of package [openshift-ansible] release [3.0.33-1].Brenton Leanhardt2016-01-152-2/+11
| | | |
* | | | Merge pull request #1193 from abutcher/master-nodesBrenton Leanhardt2016-01-151-8/+38
|\ \ \ \ | |/ / / |/| | | Configure node-masters before nodes in containerized install
| * | | Configure nodes which are also masters prior to nodes in containerized install.Andrew Butcher2016-01-151-8/+38
| |/ /
* | | Merge pull request #1191 from abutcher/restart-promptBrenton Leanhardt2016-01-151-2/+4
|\ \ \ | | | | | | | | Call attention to openshift_master_rolling_restart_mode variable in r…
| * | | Call attention to openshift_master_rolling_restart_mode variable in restart ↵Andrew Butcher2016-01-151-2/+4
| |/ / | | | | | | | | | prompt.
* | | Merge pull request #1190 from twiest/prThomas Wiest2016-01-151-6/+12
|\ \ \ | |/ / |/| | Added anchors for rules in style_guide.adoc in order to make it easier to reference specific rules in PRs.
| * | Added anchors for rules in style_guide.adoc in order to make it easier to ↵Thomas Wiest2016-01-151-6/+12
|/ / | | | | | | reference specific rules in PRs.
* | Merge pull request #1187 from detiber/ec2_nords_noelasticacheBrenton Leanhardt2016-01-141-2/+2
|\ \ | | | | | | Update ec2.ini
| * | Update ec2.iniJason DeTiberus2016-01-141-2/+2
| | | | | | | | | | | | | | | - Set rds and elasticache to False, since they are not needed for the playbooks and cause issues for users without those services enabled.
* | | Automatic commit of package [openshift-ansible] release [3.0.32-1].Brenton Leanhardt2016-01-142-2/+5
| | |
* | | Merge pull request #1186 from abutcher/uninstall-wrappersBrenton Leanhardt2016-01-141-0/+4
|\ \ \ | | | | | | | | Uninstall remove containerized wrapper and symlinks
| * | | Uninstall remove containerized wrapper and symlinksAndrew Butcher2016-01-141-0/+4
| | | |
* | | | Automatic commit of package [openshift-ansible] release [3.0.31-1].Brenton Leanhardt2016-01-142-2/+6
| | | |
* | | | Merge pull request #1185 from abutcher/node-wait-for-apiBrenton Leanhardt2016-01-142-4/+15
|\ \ \ \ | | | | | | | | | | Check API prior to starting node
| * | | | Check api prior to starting node.Andrew Butcher2016-01-142-4/+15
| |/ / /
* | | | Merge pull request #1183 from twiest/prThomas Wiest2016-01-141-22/+45
|\ \ \ \ | |/ / / |/| | | added anchors to make it easy to reference rules.
| * | | added anchorsThomas Wiest2016-01-141-22/+45
|/ / /
* | | Automatic commit of package [openshift-ansible] release [3.0.30-1].Joel Diaz2016-01-132-2/+5
| | |
* | | Automatic commit of package [openshift-ansible] release [3.0.29-1].Brenton Leanhardt2016-01-132-2/+33
| | |
* | | Merge pull request #1166 from brenton/311upgradeBrenton Leanhardt2016-01-139-0/+309
|\ \ \ | | | | | | | | 3.1.1 upgrade
| * | | 3.1.1 upgrade playbookBrenton Leanhardt2016-01-139-0/+309
|/ / /