summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-13Update etcd default facts settingJason DeTiberus
2015-11-13Merge pull request #889 from ashcrow/pre-upgrade-check-outputBrenton Leanhardt
pre-upgrade-check: differentiates between port and targetPort in output
2015-11-13Merge pull request #706 from codificat/register-satBrenton Leanhardt
RH subscription: optional satellite and pkg update
2015-11-13Merge pull request #739 from codificat/vagrant-noregisterBrenton Leanhardt
Vagrantfile cleanup: remove unnecessary RHEL registration and network workaround
2015-11-13Merge pull request #867 from ibotty/rm-netaddr-depBrenton Leanhardt
remove netaddr dependency
2015-11-13Merge pull request #885 from dgoodwin/pylint-pythonpathBrenton Leanhardt
Fix pylint import errors for utils/test/.
2015-11-13pre-upgrade-check: differentiates between port and targetPort in outputSteve Milner
2015-11-12Merge pull request #884 from smunilla/english_updatesBrenton Leanhardt
atomic-openshift-installer: Update prompts and help messages
2015-11-12Merge pull request #886 from smunilla/sudo_checkBrenton Leanhardt
atomic-openshift-installer: Update nopwd sudo test
2015-11-12atomic-openshift-installer: Update nopwd sudo testSamuel Munilla
This is an update to the no password sudo test meant to address some weirdness around group vs. user permissions.
2015-11-12Fix 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-12Merge pull request #880 from brenton/addtestsBrenton Leanhardt
Test additions for cli_installer:get_hosts_to_install_on
2015-11-12atomic-openshift-installer: Update prompts and help messagesSamuel Munilla
2015-11-12Merge pull request #882 from kwoodson/itserviceKenny Woodson
Fixed a bug. Upon creation also add dependencies to slas.
2015-11-12Dependencies need to be added when a create occurs on SLA object.Kenny Woodson
2015-11-12Test additions for cli_installer:get_hosts_to_install_onBrenton Leanhardt
2015-11-12Merge pull request #875 from kwoodson/itserviceKenny Woodson
Adding support for zabbix slas.
2015-11-12adding itserviceKenny Woodson
2015-11-11Automatic commit of package [openshift-ansible] release [3.0.12-1].Brenton Leanhardt
2015-11-11Merge pull request #873 from sdodson/latest-streamsBrenton Leanhardt
Sync with the latest image streams
2015-11-11Automatic commit of package [openshift-ansible] release [3.0.11-1].Brenton Leanhardt
2015-11-11Merge pull request #781 from sdodson/xpaas-1.1Brenton Leanhardt
Update xpaas streams and templates for their v1.1.0 release
2015-11-11Automatic commit of package [openshift-ansible] release [3.0.10-1].Brenton Leanhardt
2015-11-11Merge pull request #872 from detiber/nodeIPWorkaroundBrenton Leanhardt
3.0 to 3.1 general cleanup and template update fix
2015-11-11Fix update error for templates that didn't previously existJason DeTiberus
2015-11-11General cleanup of v3_0_to_v3_1/upgrade.ymlJason 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-11Merge pull request #874 from joelddiaz/s3-slaJoel Diaz
Add zabbix pieces to hold AWS S3 bucket stats
2015-11-11Add zabbix pieces to hold AWS S3 bucket statsJoel Diaz
2015-11-11Sync with the latest image streamsScott Dodson
2015-11-11Migrate xpaas content from pre v1.1.0Scott Dodson
This removes existing templates from disk and from the openshift namespace.
2015-11-11Import latest xpaas templates and image streamsScott Dodson
2015-11-11Merge pull request #868 from ibotty/oo-filter-dont-failThomas Wiest
oo_filter: don't fail when attribute is not defined
2015-11-11Merge pull request #871 from detiber/fixVagrantDocsBrenton Leanhardt
add ansible dep to vagrant doc
2015-11-11add ansible dep to vagrant docJason DeTiberus
2015-11-11Automatic commit of package [openshift-ansible] release [3.0.9-1].Brenton Leanhardt
2015-11-11Merge pull request #839 from detiber/refactorUpgradeBrenton Leanhardt
Refactor upgrade
2015-11-11Merge pull request #866 from sdodson/openshift-ansible308Brenton Leanhardt
Automatic commit of package [openshift-ansible] release [3.0.8-1].
2015-11-11oo_filter: don't fail when attribute is not definedTobias Florek
2015-11-11remove netaddr dependencyTobias Florek
2015-11-10Refactor upgrade playbook(s)Jason DeTiberus
- Split playbooks into two, one for 3.0 minor upgrades and one for 3.0 to 3.1 upgrades - Move upgrade playbooks to common/openshift/cluster/upgrades from adhoc - Added a byo wrapper playbooks to set the groups based on the byo conventions, other providers will need similar playbooks added eventually - installer wrapper updates for refactored upgrade playbooks - call new 3.0 to 3.1 upgrade playbook - various fixes for edge cases I hit with a really old config laying around. - fix output of host facts to show connect_to value.
2015-11-10Automatic commit of package [openshift-ansible] release [3.0.8-1].Scott Dodson
2015-11-10Merge pull request #863 from abutcher/uninstall-clientsBrenton Leanhardt
Add origin-clients to uninstall playbook.
2015-11-10Add origin-clients to uninstall playbook.Andrew Butcher
2015-11-10Merge pull request #860 from smunilla/disable_container_based_installBrenton Leanhardt
atomic-openshift-installer: Remove question for container install
2015-11-10Merge pull request #857 from sosiouxme/20151110-infrastructure-templatesBrenton Leanhardt
examples: include logging and metrics infrastructure
2015-11-10Merge pull request #859 from detiber/no_multi_ec2Thomas Wiest
Remove references to multi_ec2.py
2015-11-10examples: include logging and metrics infrastructureLuke Meyer
2015-11-10Merge pull request #854 from dgoodwin/pkg-ansible-cfgBrenton Leanhardt
Package the default ansible.cfg with atomic-openshift-utils.
2015-11-10Add separate step to enable services during upgrade.Devan Goodwin
Instead of combining this with tasks to restart services, add a separate started+enabled play for masters and nodes at the end of the playbook.
2015-11-10Update tests now that cli is not asking for rpm/container installSamuel Munilla