summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #898 from cw1/patch-1Thomas Wiest2015-11-161-1/+1
|\ \ \ \ \ | | | | | | | | | | | | README_AWS: Add needed dependency
| * | | | | README_AWS: Add needed dependencycw12015-11-161-1/+1
| |/ / / /
* | | | | Merge pull request #899 from detiber/python2_6Thomas Wiest2015-11-161-6/+6
|\ \ \ \ \ | | | | | | | | | | | | bin/cluster fix python 2.6 issue
| * | | | | bin/cluster fix python 2.6 issueJason DeTiberus2015-11-161-6/+6
|/ / / / /
* | | | | Merge pull request #826 from omeid/patch-1Brenton Leanhardt2015-11-161-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Add pyOpenSSL to dependencies for Fedora.
| * | | | | Docs: Fedora: Add missing dependencies and update to dnf.O'meid2015-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: O'meid <public@omeid.me>
| * | | | | Add pyOpenSSL to dependencies for Fedora.O'meid2015-11-061-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/gateUpgradeBrenton Leanhardt2015-11-161-3/+113
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Gate upgrade steps
| * | | | | Gate upgrade steps for 3.0 to 3.1 upgradeJason DeTiberus2015-11-131-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/prThomas Wiest2015-11-1312-0/+124
|\ \ \ \ \ \ | | | | | | | | | | | | | | added the tito and copr_cli roles
| * | | | | | added the tito and copr_cli rolesThomas Wiest2015-11-1312-0/+124
| | | | | | |
* | | | | | | Merge pull request #893 from detiber/etcdFactsBrenton Leanhardt2015-11-133-26/+33
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | Update etcd default facts setting
| * | | | | | pylint openshift_factsJason DeTiberus2015-11-131-4/+2
| | | | | | |
| * | | | | | Update etcd default facts settingJason DeTiberus2015-11-133-22/+31
| |/ / / / /
* | | | | | Merge pull request #892 from abutcher/bz1280230Brenton Leanhardt2015-11-131-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 Butcher2015-11-131-0/+10
| | | | | |
* | | | | | Merge pull request #889 from ashcrow/pre-upgrade-check-outputBrenton Leanhardt2015-11-131-7/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | | pre-upgrade-check: differentiates between port and targetPort in output
| * | | | | pre-upgrade-check: differentiates between port and targetPort in outputSteve Milner2015-11-131-7/+9
| | |/ / / | |/| | |
* | | | | Merge pull request #706 from codificat/register-satBrenton Leanhardt2015-11-131-2/+9
|\ \ \ \ \ | | | | | | | | | | | | RH subscription: optional satellite and pkg update
| * | | | | RH subscription: optional satellite and pkg updatePep TurrĂ³ Mauri2015-10-191-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-noregisterBrenton Leanhardt2015-11-132-23/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Vagrantfile cleanup: remove unnecessary RHEL registration and network workaround
| * | | | | | Vagrant RHEL registration cleanupPep TurrĂ³ Mauri2015-10-242-23/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove vagrant-registration because it's not needed anymore.
* | | | | | | Merge pull request #867 from ibotty/rm-netaddr-depBrenton Leanhardt2015-11-132-4/+20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | remove netaddr dependency
| * | | | | | | remove netaddr dependencyTobias Florek2015-11-112-4/+20
| | | | | | | |
* | | | | | | | Merge pull request #885 from dgoodwin/pylint-pythonpathBrenton Leanhardt2015-11-131-0/+2
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | Fix pylint import errors for utils/test/.
| * | | | | | | Fix pylint import errors for utils/test/.Devan Goodwin2015-11-121-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pylint is unable to import the modules in src as they are not on the path.
* | | | | | | | Merge pull request #884 from smunilla/english_updatesBrenton Leanhardt2015-11-121-4/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | atomic-openshift-installer: Update prompts and help messages
| * | | | | | | | atomic-openshift-installer: Update prompts and help messagesSamuel Munilla2015-11-121-4/+8
| | | | | | | | |
* | | | | | | | | Merge pull request #886 from smunilla/sudo_checkBrenton Leanhardt2015-11-121-1/+1
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | atomic-openshift-installer: Update nopwd sudo test
| * | | | | | | | atomic-openshift-installer: Update nopwd sudo testSamuel Munilla2015-11-121-1/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an update to the no password sudo test meant to address some weirdness around group vs. user permissions.
* | | | | | | | Merge pull request #880 from brenton/addtestsBrenton Leanhardt2015-11-121-32/+183
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Test additions for cli_installer:get_hosts_to_install_on
| * | | | | | | Test additions for cli_installer:get_hosts_to_install_onBrenton Leanhardt2015-11-121-32/+183
| | | | | | | |
* | | | | | | | Merge pull request #882 from kwoodson/itserviceKenny Woodson2015-11-121-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Fixed a bug. Upon creation also add dependencies to slas.
| * | | | | | | Dependencies need to be added when a create occurs on SLA object.Kenny Woodson2015-11-121-1/+2
| | | | | | | |
* | | | | | | | Merge pull request #875 from kwoodson/itserviceKenny Woodson2015-11-123-1/+317
|\| | | | | | | | |_|_|_|_|_|/ |/| | | | | | Adding support for zabbix slas.
| * | | | | | adding itserviceKenny Woodson2015-11-123-1/+317
| | | | | | |
* | | | | | | Automatic commit of package [openshift-ansible] release [3.0.12-1].Brenton Leanhardt2015-11-112-2/+5
| | | | | | |
* | | | | | | Merge pull request #873 from sdodson/latest-streamsBrenton Leanhardt2015-11-112-76/+327
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Sync with the latest image streams
| * | | | | | | Sync with the latest image streamsScott Dodson2015-11-112-76/+327
| | | | | | | |
* | | | | | | | Automatic commit of package [openshift-ansible] release [3.0.11-1].Brenton Leanhardt2015-11-112-2/+6
| | | | | | | |
* | | | | | | | Merge pull request #781 from sdodson/xpaas-1.1Brenton Leanhardt2015-11-1133-1918/+3585
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update xpaas streams and templates for their v1.1.0 release
| * | | | | | | | Migrate xpaas content from pre v1.1.0Scott Dodson2015-11-111-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes existing templates from disk and from the openshift namespace.
| * | | | | | | | Import latest xpaas templates and image streamsScott Dodson2015-11-1132-1918/+3535
| |/ / / / / / /
* | | | | | | | Automatic commit of package [openshift-ansible] release [3.0.10-1].Brenton Leanhardt2015-11-112-2/+10
| | | | | | | |
* | | | | | | | Merge pull request #872 from detiber/nodeIPWorkaroundBrenton Leanhardt2015-11-111-211/+233
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | 3.0 to 3.1 general cleanup and template update fix
| * | | | | | | | Fix update error for templates that didn't previously existJason DeTiberus2015-11-111-1/+8
| | | | | | | | |
| * | | | | | | | General cleanup of v3_0_to_v3_1/upgrade.ymlJason DeTiberus2015-11-111-210/+225
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | | | | | Merge pull request #874 from joelddiaz/s3-slaJoel Diaz2015-11-112-0/+34
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | | Add zabbix pieces to hold AWS S3 bucket stats
| * | | | | | Add zabbix pieces to hold AWS S3 bucket statsJoel Diaz2015-11-112-0/+34
| | | | | | |
* | | | | | | Merge pull request #868 from ibotty/oo-filter-dont-failThomas Wiest2015-11-111-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | oo_filter: don't fail when attribute is not defined