| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-11-16 | Merge pull request #461 from lhuard1A/prettify_list_output | Thomas Wiest | |
| Better structure the output of the list playbook | |||
| 2015-11-16 | Merge pull request #897 from nekop/fix-invalid-sudo | Brenton Leanhardt | |
| Fix invalid sudo command test | |||
| 2015-11-16 | Merge pull request #898 from cw1/patch-1 | Thomas Wiest | |
| README_AWS: Add needed dependency | |||
| 2015-11-16 | Merge pull request #899 from detiber/python2_6 | Thomas Wiest | |
| bin/cluster fix python 2.6 issue | |||
| 2015-11-16 | bin/cluster fix python 2.6 issue | Jason DeTiberus | |
| 2015-11-16 | Merge pull request #826 from omeid/patch-1 | Brenton Leanhardt | |
| Add pyOpenSSL to dependencies for Fedora. | |||
| 2015-11-16 | Merge pull request #894 from detiber/gateUpgrade | Brenton Leanhardt | |
| Gate upgrade steps | |||
| 2015-11-16 | cluster list: break host types by subtype | Lénaïc Huard | |
| 2015-11-16 | README_AWS: Add needed dependency | cw1 | |
| 2015-11-16 | Fix invalid sudo command test | Takayoshi Kimura | |
| 2015-11-14 | Docs: Fedora: Add missing dependencies and update to dnf. | O'meid | |
| Signed-off-by: O'meid <public@omeid.me> | |||
| 2015-11-13 | Merge pull request #895 from twiest/pr | Thomas Wiest | |
| added the tito and copr_cli roles | |||
| 2015-11-13 | Gate upgrade steps for 3.0 to 3.1 upgrade | Jason DeTiberus | |
| - 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 | |||
| 2015-11-13 | added the tito and copr_cli roles | Thomas Wiest | |
| 2015-11-13 | Merge pull request #893 from detiber/etcdFacts | Brenton Leanhardt | |
| Update etcd default facts setting | |||
| 2015-11-13 | Merge pull request #892 from abutcher/bz1280230 | Brenton Leanhardt | |
| Update master facts prior to upgrading from 3.0 to 3.1 | |||
| 2015-11-13 | pylint openshift_facts | Jason DeTiberus | |
| 2015-11-13 | Update etcd default facts setting | Jason DeTiberus | |
| 2015-11-13 | Update master facts prior to upgrading incase facts are missing. | Andrew Butcher | |
| 2015-11-13 | Merge pull request #889 from ashcrow/pre-upgrade-check-output | Brenton Leanhardt | |
| pre-upgrade-check: differentiates between port and targetPort in output | |||
| 2015-11-13 | Merge pull request #706 from codificat/register-sat | Brenton Leanhardt | |
| RH subscription: optional satellite and pkg update | |||
| 2015-11-13 | Merge pull request #739 from codificat/vagrant-noregister | Brenton Leanhardt | |
| Vagrantfile cleanup: remove unnecessary RHEL registration and network workaround | |||
| 2015-11-13 | Merge pull request #867 from ibotty/rm-netaddr-dep | Brenton Leanhardt | |
| remove netaddr dependency | |||
| 2015-11-13 | Merge pull request #885 from dgoodwin/pylint-pythonpath | Brenton Leanhardt | |
| Fix pylint import errors for utils/test/. | |||
| 2015-11-13 | pre-upgrade-check: differentiates between port and targetPort in output | Steve Milner | |
| 2015-11-13 | Better structure the output of the list playbook | Lénaïc Huard | |
| 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" } ] } } } | |||
| 2015-11-13 | Add the sub-host-type tag to the libvirt VMs | Lénaïc Huard | |
| 2015-11-12 | Merge pull request #884 from smunilla/english_updates | Brenton Leanhardt | |
| atomic-openshift-installer: Update prompts and help messages | |||
| 2015-11-12 | Merge pull request #886 from smunilla/sudo_check | Brenton Leanhardt | |
| atomic-openshift-installer: Update nopwd sudo test | |||
| 2015-11-12 | atomic-openshift-installer: Update nopwd sudo test | Samuel Munilla | |
| This is an update to the no password sudo test meant to address some weirdness around group vs. user permissions. | |||
| 2015-11-12 | Fix pylint import errors for utils/test/. | Devan Goodwin | |
| pylint is unable to import the modules in src as they are not on the path. | |||
| 2015-11-12 | Merge pull request #880 from brenton/addtests | Brenton Leanhardt | |
| Test additions for cli_installer:get_hosts_to_install_on | |||
| 2015-11-12 | atomic-openshift-installer: Update prompts and help messages | Samuel Munilla | |
| 2015-11-12 | Merge pull request #882 from kwoodson/itservice | Kenny Woodson | |
| Fixed a bug. Upon creation also add dependencies to slas. | |||
| 2015-11-12 | Dependencies need to be added when a create occurs on SLA object. | Kenny Woodson | |
| 2015-11-12 | Test additions for cli_installer:get_hosts_to_install_on | Brenton Leanhardt | |
| 2015-11-12 | Merge pull request #875 from kwoodson/itservice | Kenny Woodson | |
| Adding support for zabbix slas. | |||
| 2015-11-12 | adding itservice | Kenny Woodson | |
| 2015-11-11 | Automatic commit of package [openshift-ansible] release [3.0.12-1]. | Brenton Leanhardt | |
| 2015-11-11 | Merge pull request #873 from sdodson/latest-streams | Brenton Leanhardt | |
| Sync with the latest image streams | |||
| 2015-11-11 | Automatic commit of package [openshift-ansible] release [3.0.11-1]. | Brenton Leanhardt | |
| 2015-11-11 | Merge pull request #781 from sdodson/xpaas-1.1 | Brenton Leanhardt | |
| Update xpaas streams and templates for their v1.1.0 release | |||
| 2015-11-11 | Automatic commit of package [openshift-ansible] release [3.0.10-1]. | Brenton Leanhardt | |
| 2015-11-11 | Merge pull request #872 from detiber/nodeIPWorkaround | Brenton Leanhardt | |
| 3.0 to 3.1 general cleanup and template update fix | |||
| 2015-11-11 | Fix update error for templates that didn't previously exist | Jason DeTiberus | |
| 2015-11-11 | General cleanup of v3_0_to_v3_1/upgrade.yml | Jason DeTiberus | |
| - Reorder to push all non-changing checks first - Remove multiple plays where possible - Make formatting more consistent - Add additional comments to break up the different stages of the upgrade. - Use group names more consistently - Add package version checking to nodes | |||
| 2015-11-11 | Merge pull request #874 from joelddiaz/s3-sla | Joel Diaz | |
| Add zabbix pieces to hold AWS S3 bucket stats | |||
| 2015-11-11 | Add zabbix pieces to hold AWS S3 bucket stats | Joel Diaz | |
| 2015-11-11 | Sync with the latest image streams | Scott Dodson | |
| 2015-11-11 | Migrate xpaas content from pre v1.1.0 | Scott Dodson | |
| This removes existing templates from disk and from the openshift namespace. | |||
