summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-13Merge pull request #1166 from brenton/311upgradeBrenton Leanhardt
3.1.1 upgrade
2016-01-133.1.1 upgrade playbookBrenton Leanhardt
2016-01-13Merge pull request #1179 from kwoodson/v3_docKenny Woodson
Udpating opssh documentation.
2016-01-13Merge pull request #1178 from joelddiaz/ssh-forwardJoel Diaz
Add -A parameter to forward ssh agent
2016-01-13Updated help menu for v3 flagKenny Woodson
2016-01-13Merge pull request #1159 from abutcher/wait-for-apiBrenton Leanhardt
API Verification
2016-01-13Add wait in between api and controllers start for native ha.Andrew Butcher
2016-01-13Merge pull request #1121 from abutcher/rolling-restarts-pacemakerBrenton Leanhardt
Rolling restart playbook for masters
2016-01-13Merge pull request #1172 from smunilla/fix_unicode_hostnameBrenton Leanhardt
atomic-openshift-installer: Error handling for unicode hostnames
2016-01-13atomic-openshift-installer: Error handling for unicode hostnamesSamuel Munilla
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.
2016-01-13Update api verification.Andrew Butcher
2016-01-13Add a Verify API Server handler that waits for the API server to becomeScott Dodson
available
2016-01-12Add -A parameter to forward ssh agentJoel Diaz
2016-01-12Merge pull request #1169 from abutcher/fix-rpm-container-testsBrenton Leanhardt
Add is_containerized inputs to nosetests.
2016-01-12Merge pull request #1174 from kwoodson/remove_atomic_checkKenny Woodson
Removing atomic check for zabbix module.
2016-01-12Validate pacemaker cluster members.Andrew Butcher
2016-01-12Removed atomic host checkKenny Woodson
2016-01-12Merge pull request #1143 from smunilla/new_nodesBrenton Leanhardt
atomic-openshift-installer: Populate new_nodes group
2016-01-12Add is_containerized inputs to nosetests.Andrew Butcher
2016-01-12Add wait for API before starting controllers w/ native ha install.Andrew Butcher
2016-01-12Merge pull request #1168 from detiber/padded_yaml_fixBrenton Leanhardt
Fix for to_padded_yaml filter
2016-01-12Fix for to_padded_yaml filterJason DeTiberus
- Fix issue where None is passed to to_padded_yaml filter and invalid config is generated.
2016-01-12Merge pull request #1148 from LutzLange/masterBrenton Leanhardt
Fix for providing cloud-provider arguments with multiline yaml capability
2016-01-12Merge pull request #1165 from sdodson/bz1280171Brenton Leanhardt
use hostnamectl to set the hostname
2016-01-12- sqashed to one commitLutz Lange
2016-01-11Switch to using hostnamectl as it works on atomic and rhel7Scott Dodson
2016-01-11Update rolling restart playbook for pacemaker support.Andrew Butcher
Replace fail with a warn and prompt if running ansible from a host that will be rebooted. Re-organize playbooks.
2016-01-11Implement simple master rolling restarts.Devan Goodwin
Blocks running ansible on a host that will be restarted. Can restart just services, or optionally the full system.
2016-01-11Merge pull request #1162 from detiber/fixPortalNetBrenton Leanhardt
Set portal net in master playbook
2016-01-11Merge pull request #1163 from sdodson/qi-containersBrenton Leanhardt
re-enable containerize installs
2016-01-11re-enable containerize installsScott Dodson
2016-01-11Set portal net in master playbookJason DeTiberus
2016-01-11Merge pull request #1097 from sdodson/containersBrenton Leanhardt
Always pull images
2016-01-11Set the cli image to match osm_image in openshift_cli roleScott Dodson
2016-01-11Automatic commit of package [openshift-ansible] release [3.0.28-1].Kenny Woodson
2016-01-11Merge pull request #1149 from kwoodson/tab_completionKenny Woodson
Updating tab completion for metadata changes.
2016-01-11Merge pull request #1151 from mwoodson/host_monitoringMatt Woodson
host monitoring: combined pcp and zagg client into host monitoring
2016-01-11added the rhe7-host-monitoring service fileMatt Woodson
2016-01-11Merge pull request #1128 from lhuard1A/bin_cluster_ose_3.1Thomas Wiest
Make bin/cluster able to spawn an OSE 3.1 cluster
2016-01-11Merge branch 'tab_completion' of github.com:kwoodson/openshift-ansible into ↵Kenny Woodson
tab_completion Conflicts: bin/ossh_bash_completion
2016-01-11Fixing tab completion for latest metadata changesKenny Woodson
2016-01-11Merge pull request #1150 from brenton/masterBrenton Leanhardt
Removing some internal hostnames
2016-01-11Removing some internal hostnamesBrenton Leanhardt
2016-01-11Fixing tab completion for latest metadata changesKenny Woodson
2016-01-08Automatic commit of package [openshift-ansible] release [3.0.27-1].Kenny Woodson
2016-01-08Merge pull request #1145 from kwoodson/metatoolsKenny Woodson
Updating metadata to have clusterid, id, ip, and private ip.
2016-01-08Update to metadata tooling.Kenny Woodson
2016-01-08Make bin/cluster able to spawn OSE 3.1 clustersLénaïc Huard
2016-01-08atomic-openshift-installer: Populate new_nodes groupSamuel Munilla
Set the new_nodes group when scaling up additional nodes
2016-01-08Merge pull request #1122 from lhuard1A/fix_terminate_libvirtThomas Wiest
Fix VM drive cleanup during terminate on libvirt