summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-12upgrade node mark 2Michael Gugino
2017-12-12Refactor node upgrade to include less serial tasksMichael Gugino
This commit moves the pulling of images, packages, and updating config files into a non-serialized play. The serialized play is now in charge of marking unschedulable, draining, stopping and restarting services, and marking schedulable. If rpm install / container download takes 60s per host, this will save 3 hours and 10 minutes at 200 hosts per cluster and forks of 20 hosts.
2017-12-12Merge pull request #6451 from mgugino-upstream-stage/remove-empty-hosted-factsScott Dodson
Remove empty openshift_hosted_facts role
2017-12-12Merge pull request #6407 from mgugino-upstream-stage/crt-upgradesScott Dodson
Refactor upgrade codepaths step 1
2017-12-12Automatic commit of package [openshift-ansible] release [3.9.0-0.7.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-12-12Remove empty openshift_hosted_facts roleMichael Gugino
This commit removes a now-empty role.
2017-12-12Merge pull request #6445 from mtnbikenc/fix-openshift-examplesScott Dodson
Remove bad openshift_examples symlink
2017-12-12Remove bad openshift_examples symlinkRussell Teague
2017-12-12Merge pull request #6432 from sdodson/require-24Russell Teague
Bump ansible RPM version req to 2.4.1
2017-12-12Merge pull request #6408 from mgugino-upstream-stage/update-readmeScott Dodson
Clarify version selection in README
2017-12-12Refactor upgrade codepaths step 1Michael Gugino
This commit refactors some upgrade code paths. Touched areas are: 1) Reduces usage of 'oo_all_hosts' in various places, especially when running upgrade_control_plane. 2) Reuses common code across the various upgrade* playbooks. 3) Moves docker upgrade checks into container_runtime_role. 4) Combines smaller playbooks and plays to reduce file sprawl.
2017-12-12Merge pull request #6335 from kwoodson/node_groups_refactorScott Dodson
Node group management update.
2017-12-12Automatic commit of package [openshift-ansible] release [3.9.0-0.6.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-12-12Merge pull request #6381 from bogdando/dns_hostname_prefixesOpenShift Merge Robot
Automatic merge from submit-queue. Allow 2 sets of hostnames for openstack provider Support private/public hostnames suffixes for DNS records. Real hostnames, Inventory variables, Nova servers and ansible hostnames will ignore the custom suffixes. Those are only for nsupdates sent to external DNS servers. Related change: add openshift_openstack_public_dns_domain to the role defaults to not rely on the group vars example only. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> Co-authored-by: Tomas Sedovic <tsedovic@redhat.com>
2017-12-12Merge pull request #6433 from joelddiaz/example-inventory-master-portOpenShift Merge Robot
Automatic merge from submit-queue. add openshift_master_api_port var to example inventory
2017-12-11Automatic commit of package [openshift-ansible] release [3.9.0-0.5.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-12-11Merge pull request #6414 from mgugino-upstream-stage/remove-embedded-etcdOpenShift Merge Robot
Automatic merge from submit-queue. Remove unneeded embedded etcd logic Removing some remaining embedded etcd facts except for the migration plays.
2017-12-11Automatic commit of package [openshift-ansible] release [3.9.0-0.4.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-12-11Changing the node group format to a list.Kenny Woodson
2017-12-11Merge pull request #6418 from sdodson/bz1424102OpenShift Merge Robot
Automatic merge from submit-queue. Add missing dependencies on openshift_facts role All of these roles call the openshift_facts module but didn't include the role in their dependencies which can lead to errors in Ansible 2.4. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1524102
2017-12-11Merge pull request #6393 from kwoodson/ansible_2.4_sg_fixScott Dodson
Copying upstream fix for ansible 2.4 ec2_group module.
2017-12-11add openshift_master_api_port var to example inventoryJoel Diaz
would get timeouts during master node installation without this setting
2017-12-11Bump RPM version requirementScott Dodson
2017-12-11Automatic commit of package [openshift-ansible] release [3.9.0-0.3.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-12-11Merge pull request #6427 from sosiouxme/20171211-excise-integration-testsLuke Meyer
These don't affect anything but tox and travis tests. Since those are passing, going to just merge this.
2017-12-11Merge pull request #6402 from jmencak/cns-glusterfs_wipeScott Dodson
Check for openshift attribute before using it during CNS install.
2017-12-11remove integration tests from toxLuke Meyer
2017-12-11Merge pull request #6425 from joelddiaz/aws-readmeOpenShift Merge Robot
Automatic merge from submit-queue. correct ansible-playbook command syntax
2017-12-11Merge pull request #6416 from mgugino-upstream-stage/upgrades-service-typeOpenShift Merge Robot
Automatic merge from submit-queue. Add openshift_facts to upgrade plays for service_type Bring openshift_facts into scope for plays that utilize openshift_service_type as it is defined there.
2017-12-11correct ansible-playbook command syntaxJoel Diaz
2017-12-11Automatic commit of package [openshift-ansible] release [3.9.0-0.2.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-12-11Copying upstream fix for ansible 2.4 ec2_group module.Kenny Woodson
2017-12-11Merge pull request #6421 from mtnbikenc/fix-hosted-registryScott Dodson
Fix openshift hosted registry rollout
2017-12-11Merge pull request #6422 from jarrpa/glusterfs-docScott Dodson
GlusterFS: Add playbook doc note
2017-12-11GlusterFS: Add playbook doc noteJose A. Rivera
Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2017-12-11Fix openshift hosted registry rolloutRussell Teague
2017-12-11Allow 2 sets of hostnames for openstack providerBogdan Dobrelya
Support private/public hostnames suffixes for DNS records. Real hostnames, Inventory variables, Nova servers and ansible hostnames will ignore the custom suffixes. Those are only for nsupdates sent to external DNS servers. Related change: add openshift_openstack_public_dns_domain to the role defaults to not rely on the group vars example only. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> Co-authored-by: Tomas Sedovic <tsedovic@redhat.com>
2017-12-10Merge pull request #6406 from sdodson/remove-cr-depOpenShift Merge Robot
Automatic merge from submit-queue. Remove container_runtime from the openshift_version We meant to remove this before merging #6316
2017-12-10Add missing dependencies on openshift_facts roleScott Dodson
All of these roles call the openshift_facts module but didn't include the role in their dependencies which can lead to errors in Ansible 2.4. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1524102
2017-12-09Add openshift_facts to upgrade plays for service_typeMichael Gugino
Bring openshift_facts into scope for plays that utilize openshift_service_type as it is defined there.
2017-12-08Automatic commit of package [openshift-ansible] release [3.9.0-0.1.0].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug
2017-12-08Merge pull request #6399 from mtnbikenc/cleanup-byo-refsOpenShift Merge Robot
Automatic merge from submit-queue. Cleanup byo references * Remove playbooks/byo/config.yml, replaced by playbooks/deploy_cluster.yml * Update example inventories * Update doc references to 'byo' paths
2017-12-08Remove unneeded embedded etcd logicMichael Gugino
Removing some remaining embedded etcd facts except for the migration plays.
2017-12-08Cleanup byo referencesRussell Teague
2017-12-08Merge pull request #6136 from jmencak/tuned-uninstall-bz1509129Scott Dodson
Uninstall tuned-profiles-atomic-openshift-node as defined in origin.spec
2017-12-08Merge pull request #6356 from jcantrill/1519622_disable_revision_historyJeff Cantrill
bug 1519622. Disable rollback of ES DCs
2017-12-08Clarify version selection in READMEMichael Gugino
This commit helps usher users into selecting the correct release for them.
2017-12-08Merge pull request #6323 from tomassedovic/rhel-subscribeMichael Gugino
Remove reading shell environment in rhel_subscribe
2017-12-08Merge pull request #6320 from dgoodwin/containerized-inventory-symlinkOpenShift Merge Robot
Automatic merge from submit-queue. Fix inventory symlinks in origin-ansible container. When attempting to run openshift-ansible in a kubernetes pod, we attempted to use a configmap to mount in our inventory to run against. However kubernetes mounts configmaps/secrets volumes through the use of relative symlinks. The use of "cp -a" in this script then copies a relative symlink to /tmp which is now dangling, and ansible will fail to run. This patch changes to just copy the file regularly resulting in a value temp file that is not a symlink.
2017-12-08Remove container_runtime from the openshift_versionScott Dodson