Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added copr-openshift-ansible releaser, removed old rel-eng stuff. | Thomas Wiest | 2015-11-17 | 7 | -12/+4 |
| | |||||
* | Merge pull request #920 from mwoodson/master_checks | Matt Woodson | 2015-11-17 | 1 | -2/+2 |
|\ | | | | | changed counter -> count in maser items | ||||
| * | changed counter -> count | Matt Woodson | 2015-11-17 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #919 from kwoodson/datatype | Kenny Woodson | 2015-11-17 | 3 | -0/+42 |
|\ \ | | | | | | | Adding data_type to zbx_items | ||||
| * | | Updating zbx_item classes to support data types for bool. | Kenny Woodson | 2015-11-17 | 3 | -0/+42 |
|/ / | |||||
* | | Merge pull request #917 from mwoodson/master_checks | Kenny Woodson | 2015-11-17 | 1 | -1/+2 |
|\| | | | | | updated my check to support the boolean data type | ||||
| * | updated my check to support the boolean data type | Matt Woodson | 2015-11-17 | 1 | -1/+2 |
| | | |||||
* | | Merge pull request #910 from mwoodson/master_checks | Matt Woodson | 2015-11-17 | 1 | -1/+24 |
|\| | | | | | added healthz check and more pod count checks | ||||
| * | added healthz check and more pod count checks | Matt Woodson | 2015-11-16 | 1 | -1/+24 |
| | | |||||
* | | Merge pull request #907 from smunilla/single_master | Brenton Leanhardt | 2015-11-16 | 1 | -4/+6 |
|\ \ | |/ |/| | atomic-openshift-installer: Temporarily restrict to single master | ||||
| * | atomic-openshift-installer: Temporarily restrict to single master | Samuel Munilla | 2015-11-16 | 1 | -4/+6 |
|/ | | | | | For now, we should restrict the quick installer to a single master. This should change in the near future. | ||||
* | Merge pull request #906 from smunilla/match_version | Brenton Leanhardt | 2015-11-16 | 1 | -3/+3 |
|\ | | | | | openshift-ansible: Correct variable | ||||
| * | openshift-ansible: Correct variable | Samuel Munilla | 2015-11-16 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #905 from smunilla/match_version | Brenton Leanhardt | 2015-11-16 | 1 | -16/+16 |
|\| | | | | | atomic-openshift-utils: Version lock playbooks | ||||
| * | atomic-openshift-utils: Version lock playbooks | Samuel Munilla | 2015-11-16 | 1 | -16/+16 |
|/ | | | | | | Requires the openshift-ansible-playbooks and openshift-ansible-roles to match atomic-openshift-utils or be newer. Revise some of the other Requires to be more logical. | ||||
* | Merge pull request #904 from detiber/uninstallUpdate | Brenton Leanhardt | 2015-11-16 | 1 | -1/+15 |
|\ | | | | | Add the native ha services and configs to uninstall | ||||
| * | Add the native ha services and configs to uninstall | Jason DeTiberus | 2015-11-16 | 1 | -1/+15 |
|/ | |||||
* | Merge pull request #901 from joelddiaz/aws-lifetime | Joel Diaz | 2015-11-16 | 1 | -1/+1 |
|\ | | | | | Raise lifetime to 2 weeks for dynamic AWS items | ||||
| * | Raise lifetime to 2 weeks for dynamic AWS items | Joel Diaz | 2015-11-16 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #461 from lhuard1A/prettify_list_output | Thomas Wiest | 2015-11-16 | 5 | -4/+75 |
|\ \ | | | | | | | Better structure the output of the list playbook | ||||
| * | | cluster list: break host types by subtype | Lénaïc Huard | 2015-11-16 | 1 | -4/+7 |
| | | | |||||
| * | | Better structure the output of the list playbook | Lénaïc Huard | 2015-11-13 | 3 | -3/+70 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The list playbook listed the IPs of the VMs without logging their role like: TASK: [debug ] ************************************************************ ok: [10.64.109.37] => { "msg": "public:10.64.109.37 private:192.168.165.5" } ok: [10.64.109.47] => { "msg": "public:10.64.109.47 private:192.168.165.6" } ok: [10.64.109.36] => { "msg": "public:10.64.109.36 private:192.168.165.4" } ok: [10.64.109.215] => { "msg": "public:10.64.109.215 private:192.168.165.2" } The list playbook now prints the information in a more structured way with a list of masters, a list of nodes and the subtype of the nodes like: TASK: [debug ] ************************************************************ ok: [localhost] => { "msg": { "lenaicnewlist": { "master": [ { "name": "10.64.109.215", "private IP": "192.168.165.2", "public IP": "10.64.109.215", "subtype": "default" } ], "node": [ { "name": "10.64.109.47", "private IP": "192.168.165.6", "public IP": "10.64.109.47", "subtype": "compute" }, { "name": "10.64.109.37", "private IP": "192.168.165.5", "public IP": "10.64.109.37", "subtype": "compute" }, { "name": "10.64.109.36", "private IP": "192.168.165.4", "public IP": "10.64.109.36", "subtype": "infra" } ] } } } | ||||
| * | | Add the sub-host-type tag to the libvirt VMs | Lénaïc Huard | 2015-11-13 | 2 | -1/+2 |
| | | | |||||
* | | | Merge pull request #897 from nekop/fix-invalid-sudo | Brenton Leanhardt | 2015-11-16 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fix invalid sudo command test | ||||
| * | | | Fix invalid sudo command test | Takayoshi Kimura | 2015-11-16 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #898 from cw1/patch-1 | Thomas Wiest | 2015-11-16 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | README_AWS: Add needed dependency | ||||
| * | | | | README_AWS: Add needed dependency | cw1 | 2015-11-16 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge pull request #899 from detiber/python2_6 | Thomas Wiest | 2015-11-16 | 1 | -6/+6 |
|\ \ \ \ | | | | | | | | | | | bin/cluster fix python 2.6 issue | ||||
| * | | | | bin/cluster fix python 2.6 issue | Jason DeTiberus | 2015-11-16 | 1 | -6/+6 |
|/ / / / | |||||
* | | | | Merge pull request #826 from omeid/patch-1 | Brenton Leanhardt | 2015-11-16 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Add pyOpenSSL to dependencies for Fedora. | ||||
| * | | | | Docs: Fedora: Add missing dependencies and update to dnf. | O'meid | 2015-11-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: O'meid <public@omeid.me> | ||||
| * | | | | Add pyOpenSSL to dependencies for Fedora. | O'meid | 2015-11-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | pyOpenSSL is required by `filter_plugins/oo_filters.py` at least but isn't installed on Fedora 22 by default. | ||||
* | | | | | Merge pull request #894 from detiber/gateUpgrade | Brenton Leanhardt | 2015-11-16 | 1 | -3/+113 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Gate upgrade steps | ||||
| * | | | | Gate upgrade steps for 3.0 to 3.1 upgrade | Jason DeTiberus | 2015-11-13 | 1 | -3/+113 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add gateing tests on the 3.0 to 3.1 upgrade - Ensure that each stage does not proceed if a subset of the hosts fail, since ansible will continue through the playbook as long as all hosts in a play haven't failed. - Fix up some left over references to byo group names | ||||
* | | | | | Merge pull request #895 from twiest/pr | Thomas Wiest | 2015-11-13 | 12 | -0/+124 |
|\ \ \ \ \ | | | | | | | | | | | | | added the tito and copr_cli roles | ||||
| * | | | | | added the tito and copr_cli roles | Thomas Wiest | 2015-11-13 | 12 | -0/+124 |
| | | | | | | |||||
* | | | | | | Merge pull request #893 from detiber/etcdFacts | Brenton Leanhardt | 2015-11-13 | 3 | -26/+33 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | Update etcd default facts setting | ||||
| * | | | | | pylint openshift_facts | Jason DeTiberus | 2015-11-13 | 1 | -4/+2 |
| | | | | | | |||||
| * | | | | | Update etcd default facts setting | Jason DeTiberus | 2015-11-13 | 3 | -22/+31 |
| |/ / / / | |||||
* | | | | | Merge pull request #892 from abutcher/bz1280230 | Brenton Leanhardt | 2015-11-13 | 1 | -0/+10 |
|\ \ \ \ \ | |/ / / / |/| | | | | Update master facts prior to upgrading from 3.0 to 3.1 | ||||
| * | | | | Update master facts prior to upgrading incase facts are missing. | Andrew Butcher | 2015-11-13 | 1 | -0/+10 |
| | | | | | |||||
* | | | | | Merge pull request #889 from ashcrow/pre-upgrade-check-output | Brenton Leanhardt | 2015-11-13 | 1 | -7/+9 |
|\ \ \ \ \ | |/ / / / |/| | | | | pre-upgrade-check: differentiates between port and targetPort in output | ||||
| * | | | | pre-upgrade-check: differentiates between port and targetPort in output | Steve Milner | 2015-11-13 | 1 | -7/+9 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #706 from codificat/register-sat | Brenton Leanhardt | 2015-11-13 | 1 | -2/+9 |
|\ \ \ \ | | | | | | | | | | | RH subscription: optional satellite and pkg update | ||||
| * | | | | RH subscription: optional satellite and pkg update | Pep Turró Mauri | 2015-10-19 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Add an optional rhel_subscription_server fact to configure RHSM registration to a Red Hat Satellite server. | ||||
* | | | | | Merge pull request #739 from codificat/vagrant-noregister | Brenton Leanhardt | 2015-11-13 | 2 | -23/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Vagrantfile cleanup: remove unnecessary RHEL registration and network workaround | ||||
| * | | | | | Vagrant RHEL registration cleanup | Pep Turró Mauri | 2015-10-24 | 2 | -23/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Remove vagrant-registration because it's not needed anymore. | ||||
* | | | | | | Merge pull request #867 from ibotty/rm-netaddr-dep | Brenton Leanhardt | 2015-11-13 | 2 | -4/+20 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | remove netaddr dependency | ||||
| * | | | | | | remove netaddr dependency | Tobias Florek | 2015-11-11 | 2 | -4/+20 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #885 from dgoodwin/pylint-pythonpath | Brenton Leanhardt | 2015-11-13 | 1 | -0/+2 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | Fix pylint import errors for utils/test/. |