summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-12Merge pull request #6451 from mgugino-upstream-stage/remove-empty-hosted-factsScott Dodson
Remove empty openshift_hosted_facts role
2017-12-12Ensure that clients are version boundScott Dodson
2017-12-12Merge pull request #6407 from mgugino-upstream-stage/crt-upgradesScott Dodson
Refactor upgrade codepaths step 1
2017-12-12Support for making glusterfs storage class a default one.Jiri Mencak
This PR adds support for making glusterfs storage class a default class. By default this behaviour is turned off for backward compatibility and can be turned on by setting: openshift_storage_glusterfs_storageclass_default=True
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-12crio: change socket path to /var/run/crio/crio.sockGiuseppe Scrivano
it is required for OpenShift 3.9 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-12-12Add support for storage classes to openshift_prometheus role.Jiri Mencak
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-11prevent TSB pods from spinning on inappropriate nodesJim Minter
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-11lint issuesDavis Phillips
2017-12-11add vsphere examples in hosts.exampleDavis Phillips
2017-12-11add template and vsphere.confDavis Phillips
2017-12-11add vsphere cloud providersDavis Phillips
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.