Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Configure nodes which are also masters prior to nodes in containerized install. | Andrew Butcher | 2016-01-15 | 1 | -8/+38 |
| | |||||
* | Merge pull request #1187 from detiber/ec2_nords_noelasticache | Brenton Leanhardt | 2016-01-14 | 1 | -2/+2 |
|\ | | | | | Update ec2.ini | ||||
| * | Update ec2.ini | Jason DeTiberus | 2016-01-14 | 1 | -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 Leanhardt | 2016-01-14 | 2 | -2/+5 |
| | | |||||
* | | Merge pull request #1186 from abutcher/uninstall-wrappers | Brenton Leanhardt | 2016-01-14 | 1 | -0/+4 |
|\ \ | | | | | | | Uninstall remove containerized wrapper and symlinks | ||||
| * | | Uninstall remove containerized wrapper and symlinks | Andrew Butcher | 2016-01-14 | 1 | -0/+4 |
| | | | |||||
* | | | Automatic commit of package [openshift-ansible] release [3.0.31-1]. | Brenton Leanhardt | 2016-01-14 | 2 | -2/+6 |
| | | | |||||
* | | | Merge pull request #1185 from abutcher/node-wait-for-api | Brenton Leanhardt | 2016-01-14 | 2 | -4/+15 |
|\ \ \ | | | | | | | | | Check API prior to starting node | ||||
| * | | | Check api prior to starting node. | Andrew Butcher | 2016-01-14 | 2 | -4/+15 |
| |/ / | |||||
* | | | Merge pull request #1183 from twiest/pr | Thomas Wiest | 2016-01-14 | 1 | -22/+45 |
|\ \ \ | |/ / |/| | | added anchors to make it easy to reference rules. | ||||
| * | | added anchors | Thomas Wiest | 2016-01-14 | 1 | -22/+45 |
|/ / | |||||
* | | Automatic commit of package [openshift-ansible] release [3.0.30-1]. | Joel Diaz | 2016-01-13 | 2 | -2/+5 |
| | | |||||
* | | Automatic commit of package [openshift-ansible] release [3.0.29-1]. | Brenton Leanhardt | 2016-01-13 | 2 | -2/+33 |
| | | |||||
* | | Merge pull request #1166 from brenton/311upgrade | Brenton Leanhardt | 2016-01-13 | 9 | -0/+309 |
|\ \ | | | | | | | 3.1.1 upgrade | ||||
| * | | 3.1.1 upgrade playbook | Brenton Leanhardt | 2016-01-13 | 9 | -0/+309 |
|/ / | |||||
* | | Merge pull request #1179 from kwoodson/v3_doc | Kenny Woodson | 2016-01-13 | 1 | -0/+1 |
|\ \ | | | | | | | Udpating opssh documentation. | ||||
| * | | Updated help menu for v3 flag | Kenny Woodson | 2016-01-13 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #1178 from joelddiaz/ssh-forward | Joel Diaz | 2016-01-13 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | Add -A parameter to forward ssh agent | ||||
| * | | | Add -A parameter to forward ssh agent | Joel Diaz | 2016-01-12 | 1 | -0/+5 |
| | |/ | |/| | |||||
* | | | Merge pull request #1159 from abutcher/wait-for-api | Brenton Leanhardt | 2016-01-13 | 4 | -1/+47 |
|\ \ \ | |_|/ |/| | | API Verification | ||||
| * | | Add wait in between api and controllers start for native ha. | Andrew Butcher | 2016-01-13 | 2 | -6/+4 |
| | | | |||||
| * | | Update api verification. | Andrew Butcher | 2016-01-13 | 2 | -11/+23 |
| | | | |||||
| * | | Add a Verify API Server handler that waits for the API server to become | Scott Dodson | 2016-01-13 | 3 | -1/+21 |
| | | | | | | | | | | | | available | ||||
| * | | Add wait for API before starting controllers w/ native ha install. | Andrew Butcher | 2016-01-12 | 1 | -0/+16 |
| | | | |||||
* | | | Merge pull request #1121 from abutcher/rolling-restarts-pacemaker | Brenton Leanhardt | 2016-01-13 | 11 | -1/+277 |
|\ \ \ | | | | | | | | | Rolling restart playbook for masters | ||||
| * | | | Validate pacemaker cluster members. | Andrew Butcher | 2016-01-12 | 4 | -3/+54 |
| | | | | |||||
| * | | | Update rolling restart playbook for pacemaker support. | Andrew Butcher | 2016-01-11 | 11 | -85/+225 |
| | | | | | | | | | | | | | | | | | | | | Replace fail with a warn and prompt if running ansible from a host that will be rebooted. Re-organize playbooks. | ||||
| * | | | Implement simple master rolling restarts. | Devan Goodwin | 2016-01-11 | 2 | -0/+85 |
| | | | | | | | | | | | | | | | | | | | | | | | | Blocks running ansible on a host that will be restarted. Can restart just services, or optionally the full system. | ||||
* | | | | Merge pull request #1172 from smunilla/fix_unicode_hostname | Brenton Leanhardt | 2016-01-13 | 1 | -3/+1 |
|\ \ \ \ | | | | | | | | | | | atomic-openshift-installer: Error handling for unicode hostnames | ||||
| * | | | | atomic-openshift-installer: Error handling for unicode hostnames | Samuel Munilla | 2016-01-13 | 1 | -3/+1 |
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix error handling for invalid hostnames. Previously we were trying to print the offending hostname out, which caused errors due to python's handling of unicode strings. Seeing as how the user's input stays on the screen directly above the error there is no need to try and print it and we can avoid this problem entirely. | ||||
* | | | | Merge pull request #1169 from abutcher/fix-rpm-container-tests | Brenton Leanhardt | 2016-01-12 | 2 | -24/+34 |
|\ \ \ \ | | | | | | | | | | | Add is_containerized inputs to nosetests. | ||||
| * | | | | Add is_containerized inputs to nosetests. | Andrew Butcher | 2016-01-12 | 2 | -24/+34 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #1174 from kwoodson/remove_atomic_check | Kenny Woodson | 2016-01-12 | 1 | -4/+0 |
|\ \ \ \ | |_|_|/ |/| | | | Removing atomic check for zabbix module. | ||||
| * | | | Removed atomic host check | Kenny Woodson | 2016-01-12 | 1 | -4/+0 |
|/ / / | |||||
* | | | Merge pull request #1143 from smunilla/new_nodes | Brenton Leanhardt | 2016-01-12 | 3 | -5/+21 |
|\ \ \ | |/ / |/| | | atomic-openshift-installer: Populate new_nodes group | ||||
| * | | atomic-openshift-installer: Populate new_nodes group | Samuel Munilla | 2016-01-08 | 3 | -5/+21 |
| | | | | | | | | | | | | Set the new_nodes group when scaling up additional nodes | ||||
* | | | Merge pull request #1168 from detiber/padded_yaml_fix | Brenton Leanhardt | 2016-01-12 | 1 | -0/+3 |
|\ \ \ | | | | | | | | | Fix for to_padded_yaml filter | ||||
| * | | | Fix for to_padded_yaml filter | Jason DeTiberus | 2016-01-12 | 1 | -0/+3 |
|/ / / | | | | | | | | | | | | | - Fix issue where None is passed to to_padded_yaml filter and invalid config is generated. | ||||
* | | | Merge pull request #1148 from LutzLange/master | Brenton Leanhardt | 2016-01-12 | 3 | -6/+17 |
|\ \ \ | | | | | | | | | Fix for providing cloud-provider arguments with multiline yaml capability | ||||
| * | | | - sqashed to one commit | Lutz Lange | 2016-01-12 | 3 | -6/+17 |
| | | | | |||||
* | | | | Merge pull request #1165 from sdodson/bz1280171 | Brenton Leanhardt | 2016-01-12 | 1 | -1/+2 |
|\ \ \ \ | |_|_|/ |/| | | | use hostnamectl to set the hostname | ||||
| * | | | Switch to using hostnamectl as it works on atomic and rhel7 | Scott Dodson | 2016-01-11 | 1 | -1/+2 |
| | | | | |||||
* | | | | Merge pull request #1162 from detiber/fixPortalNet | Brenton Leanhardt | 2016-01-11 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | Set portal net in master playbook | ||||
| * | | | Set portal net in master playbook | Jason DeTiberus | 2016-01-11 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #1163 from sdodson/qi-containers | Brenton Leanhardt | 2016-01-11 | 1 | -8/+7 |
|\ \ \ \ | |/ / / |/| | | | re-enable containerize installs | ||||
| * | | | re-enable containerize installs | Scott Dodson | 2016-01-11 | 1 | -8/+7 |
|/ / / | |||||
* | | | Merge pull request #1097 from sdodson/containers | Brenton Leanhardt | 2016-01-11 | 5 | -84/+4 |
|\ \ \ | | | | | | | | | Always pull images | ||||
| * | | | Set the cli image to match osm_image in openshift_cli role | Scott Dodson | 2016-01-11 | 1 | -0/+1 |
| | | | | |||||
| * | | | Always pull docker images | Scott Dodson | 2016-01-07 | 5 | -84/+3 |
| | | | | |||||
* | | | | Automatic commit of package [openshift-ansible] release [3.0.28-1]. | Kenny Woodson | 2016-01-11 | 2 | -2/+11 |
| | | | |