summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-14Merge pull request #1187 from detiber/ec2_nords_noelasticacheBrenton Leanhardt
Update ec2.ini
2016-01-14Update ec2.iniJason DeTiberus
- Set rds and elasticache to False, since they are not needed for the playbooks and cause issues for users without those services enabled.
2016-01-14Automatic commit of package [openshift-ansible] release [3.0.32-1].Brenton Leanhardt
2016-01-14Merge pull request #1186 from abutcher/uninstall-wrappersBrenton Leanhardt
Uninstall remove containerized wrapper and symlinks
2016-01-14Uninstall remove containerized wrapper and symlinksAndrew Butcher
2016-01-14Automatic commit of package [openshift-ansible] release [3.0.31-1].Brenton Leanhardt
2016-01-14Merge pull request #1185 from abutcher/node-wait-for-apiBrenton Leanhardt
Check API prior to starting node
2016-01-14Check api prior to starting node.Andrew Butcher
2016-01-14Merge pull request #1183 from twiest/prThomas Wiest
added anchors to make it easy to reference rules.
2016-01-14added anchorsThomas Wiest
2016-01-13Automatic commit of package [openshift-ansible] release [3.0.30-1].Joel Diaz
2016-01-13Automatic commit of package [openshift-ansible] release [3.0.29-1].Brenton Leanhardt
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