summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1121 from abutcher/rolling-restarts-pacemakerBrenton Leanhardt2016-01-1311-1/+277
|\ | | | | Rolling restart playbook for masters
| * Validate pacemaker cluster members.Andrew Butcher2016-01-124-3/+54
| |
| * Update rolling restart playbook for pacemaker support.Andrew Butcher2016-01-1111-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 Goodwin2016-01-112-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_hostnameBrenton Leanhardt2016-01-131-3/+1
|\ \ | | | | | | atomic-openshift-installer: Error handling for unicode hostnames
| * | atomic-openshift-installer: Error handling for unicode hostnamesSamuel Munilla2016-01-131-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-testsBrenton Leanhardt2016-01-122-24/+34
|\ \ | | | | | | Add is_containerized inputs to nosetests.
| * | Add is_containerized inputs to nosetests.Andrew Butcher2016-01-122-24/+34
| | |
* | | Merge pull request #1174 from kwoodson/remove_atomic_checkKenny Woodson2016-01-121-4/+0
|\ \ \ | | | | | | | | Removing atomic check for zabbix module.
| * | | Removed atomic host checkKenny Woodson2016-01-121-4/+0
|/ / /
* | | Merge pull request #1143 from smunilla/new_nodesBrenton Leanhardt2016-01-123-5/+21
|\ \ \ | |/ / |/| | atomic-openshift-installer: Populate new_nodes group
| * | atomic-openshift-installer: Populate new_nodes groupSamuel Munilla2016-01-083-5/+21
| | | | | | | | | | | | Set the new_nodes group when scaling up additional nodes
* | | Merge pull request #1168 from detiber/padded_yaml_fixBrenton Leanhardt2016-01-121-0/+3
|\ \ \ | | | | | | | | Fix for to_padded_yaml filter
| * | | Fix for to_padded_yaml filterJason DeTiberus2016-01-121-0/+3
|/ / / | | | | | | | | | | | | - Fix issue where None is passed to to_padded_yaml filter and invalid config is generated.
* | | Merge pull request #1148 from LutzLange/masterBrenton Leanhardt2016-01-123-6/+17
|\ \ \ | | | | | | | | Fix for providing cloud-provider arguments with multiline yaml capability
| * | | - sqashed to one commitLutz Lange2016-01-123-6/+17
| | | |
* | | | Merge pull request #1165 from sdodson/bz1280171Brenton Leanhardt2016-01-121-1/+2
|\ \ \ \ | |_|_|/ |/| | | use hostnamectl to set the hostname
| * | | Switch to using hostnamectl as it works on atomic and rhel7Scott Dodson2016-01-111-1/+2
| | | |
* | | | Merge pull request #1162 from detiber/fixPortalNetBrenton Leanhardt2016-01-111-0/+1
|\ \ \ \ | |/ / / |/| | | Set portal net in master playbook
| * | | Set portal net in master playbookJason DeTiberus2016-01-111-0/+1
| | | |
* | | | Merge pull request #1163 from sdodson/qi-containersBrenton Leanhardt2016-01-111-8/+7
|\ \ \ \ | |/ / / |/| | | re-enable containerize installs
| * | | re-enable containerize installsScott Dodson2016-01-111-8/+7
|/ / /
* | | Merge pull request #1097 from sdodson/containersBrenton Leanhardt2016-01-115-84/+4
|\ \ \ | | | | | | | | Always pull images
| * | | Set the cli image to match osm_image in openshift_cli roleScott Dodson2016-01-111-0/+1
| | | |
| * | | Always pull docker imagesScott Dodson2016-01-075-84/+3
| | | |
* | | | Automatic commit of package [openshift-ansible] release [3.0.28-1].Kenny Woodson2016-01-112-2/+11
| | | |
* | | | Merge pull request #1149 from kwoodson/tab_completionKenny Woodson2016-01-113-10/+10
|\ \ \ \ | | | | | | | | | | Updating tab completion for metadata changes.
| * \ \ \ Merge branch 'tab_completion' of github.com:kwoodson/openshift-ansible into ↵Kenny Woodson2016-01-111-3/+3
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tab_completion Conflicts: bin/ossh_bash_completion
| | * | | | Fixing tab completion for latest metadata changesKenny Woodson2016-01-113-10/+10
| | | | | |
| * | | | | Fixing tab completion for latest metadata changesKenny Woodson2016-01-113-10/+10
| |/ / / /
* | | | | Merge pull request #1151 from mwoodson/host_monitoringMatt Woodson2016-01-114-86/+31
|\ \ \ \ \ | | | | | | | | | | | | host monitoring: combined pcp and zagg client into host monitoring
| * | | | | added the rhe7-host-monitoring service fileMatt Woodson2016-01-111-0/+74
| | | | | |
| * | | | | oso_host_monitoring role: removed the f22 and zagg client, replaced it with ↵Matt Woodson2016-01-074-130/+1
| | | | | | | | | | | | | | | | | | | | | | | | oso-rhel7-host-monitoring container
* | | | | | Merge pull request #1128 from lhuard1A/bin_cluster_ose_3.1Thomas Wiest2016-01-118-43/+71
|\ \ \ \ \ \ | | | | | | | | | | | | | | Make bin/cluster able to spawn an OSE 3.1 cluster
| * | | | | | Make bin/cluster able to spawn OSE 3.1 clustersLénaïc Huard2016-01-088-43/+71
| | | | | | |
* | | | | | | Merge pull request #1150 from brenton/masterBrenton Leanhardt2016-01-112-3/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Removing some internal hostnames
| * | | | | | Removing some internal hostnamesBrenton Leanhardt2016-01-112-3/+3
|/ / / / / /
* | | | | | Automatic commit of package [openshift-ansible] release [3.0.27-1].Kenny Woodson2016-01-082-2/+6
| | | | | |
* | | | | | Merge pull request #1145 from kwoodson/metatoolsKenny Woodson2016-01-085-96/+134
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Updating metadata to have clusterid, id, ip, and private ip.
| * | | | | Update to metadata tooling.Kenny Woodson2016-01-085-96/+134
| | | | | |
* | | | | | Merge pull request #1122 from lhuard1A/fix_terminate_libvirtThomas Wiest2016-01-081-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix VM drive cleanup during terminate on libvirt
| * | | | | | Fix VM drive cleanup during terminate on libvirtLénaïc Huard2016-01-071-1/+5
| | |/ / / / | |/| | | |
* | | | | | Automatic commit of package [openshift-ansible] release [3.0.26-1].Brenton Leanhardt2016-01-082-2/+5
| | | | | |
* | | | | | Merge pull request #1141 from brenton/manageiqBrenton Leanhardt2016-01-081-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Bug 1296388 - fixing typo
| * | | | | Bug 1296388 - fixing typoBrenton Leanhardt2016-01-081-1/+1
|/ / / / /
* | | | | Automatic commit of package [openshift-ansible] release [3.0.25-1].Brenton Leanhardt2016-01-072-2/+16
| | | | |
* | | | | Merge pull request #1008 from detiber/upgradeVersionCheckBrenton Leanhardt2016-01-071-4/+7
|\ \ \ \ \ | | | | | | | | | | | | Improve 3.1/1.1 upgrade check
| * | | | | Improve 3.1/1.1 upgrade checkJason DeTiberus2015-12-021-4/+7
| | | | | |
* | | | | | Merge pull request #1132 from lhuard1A/fix_clusterid_openstackThomas Wiest2016-01-073-31/+47
|\ \ \ \ \ \ | | | | | | | | | | | | | | Rename env into clusterid and add environment in the OpenStack VMs tags
| * | | | | | Rename env into clusterid and add environment in the OpenStack VMs tagsLénaïc Huard2016-01-073-31/+47
| | |/ / / / | |/| | | |