summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6369 from irozzo-1A/logging-becomeRussell Teague2017-12-132-0/+2
|\ | | | | Do not escalate privileges in logging stack deployment task
| * Do not escalate privileges in logging stack deployment taskirozzo2017-12-052-0/+2
| |
* | Merge pull request #6182 from jmencak/glusterfs_storageclass-defaultRussell Teague2017-12-138-7/+29
|\ \ | | | | | | Support for making glusterfs storage class a default one.
| * | Support for making glusterfs storage class a default one.Jiri Mencak2017-12-128-7/+29
| | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #6315 from riffraff169/contiv-multimasterRussell Teague2017-12-134-3/+29
|\ \ \ | | | | | | | | Multimaster openshift+contiv fixes
| * | | Multimaster openshift+contiv fixesLance Dillon2017-11-294-3/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Only run default contiv commands once Fix detection of firewalld Open up netmaster ports to all nodes Make sure etcd ca stuff only runs once
* | | | Merge pull request #6179 from alexcern/update_is_python_36Russell Teague2017-12-1321-27/+78
|\ \ \ \ | | | | | | | | | | Sync latest image-streams and templates
| * | | | Sync latest image-streams and templatesAlex Lossent2017-11-2021-27/+78
| | | | | | | | | | | | | | | | | | | | Following openshift/origin#17281
* | | | | Merge pull request #5839 from jmencak/prometheus-storage_classScott Dodson2017-12-133-0/+8
|\ \ \ \ \ | | | | | | | | | | | | Add support for storage classes to openshift_prometheus role.
| * | | | | Add support for storage classes to openshift_prometheus role.Jiri Mencak2017-12-123-0/+8
| | | | | |
* | | | | | Merge pull request #6453 from sdodson/fix-versioned-installScott Dodson2017-12-131-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Ensure that clients are version bound
| * | | | | | Ensure that clients are version boundScott Dodson2017-12-121-1/+1
| | | | | | |
* | | | | | | Merge pull request #6451 from mgugino-upstream-stage/remove-empty-hosted-factsScott Dodson2017-12-127-24/+6
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Remove empty openshift_hosted_facts role
| * | | | | | Remove empty openshift_hosted_facts roleMichael Gugino2017-12-127-24/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit removes a now-empty role.
* | | | | | | Merge pull request #6407 from mgugino-upstream-stage/crt-upgradesScott Dodson2017-12-122-15/+67
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | Refactor upgrade codepaths step 1
| * | | | | | Refactor upgrade codepaths step 1Michael Gugino2017-12-122-15/+67
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | Merge pull request #6445 from mtnbikenc/fix-openshift-examplesScott Dodson2017-12-123-2/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Remove bad openshift_examples symlink
| * | | | | Remove bad openshift_examples symlinkRussell Teague2017-12-123-2/+1
| |/ / / /
* | | | | Merge pull request #6335 from kwoodson/node_groups_refactorScott Dodson2017-12-1221-168/+239
|\ \ \ \ \ | |/ / / / |/| | | | Node group management update.
| * | | | Changing the node group format to a list.Kenny Woodson2017-12-1121-168/+239
| | | | |
* | | | | Merge pull request #6381 from bogdando/dns_hostname_prefixesOpenShift Merge Robot2017-12-122-2/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | Allow 2 sets of hostnames for openstack providerBogdan Dobrelya2017-12-112-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | Merge pull request #6414 from mgugino-upstream-stage/remove-embedded-etcdOpenShift Merge Robot2017-12-116-25/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Remove unneeded embedded etcd logic Removing some remaining embedded etcd facts except for the migration plays.
| * | | | | | Remove unneeded embedded etcd logicMichael Gugino2017-12-086-25/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing some remaining embedded etcd facts except for the migration plays.
* | | | | | | Merge pull request #6418 from sdodson/bz1424102OpenShift Merge Robot2017-12-113-0/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | Add missing dependencies on openshift_facts roleScott Dodson2017-12-103-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge pull request #6393 from kwoodson/ansible_2.4_sg_fixScott Dodson2017-12-112-2/+905
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Copying upstream fix for ansible 2.4 ec2_group module.
| * | | | | | | Copying upstream fix for ansible 2.4 ec2_group module.Kenny Woodson2017-12-112-2/+905
| | | | | | | |
* | | | | | | | Merge pull request #6402 from jmencak/cns-glusterfs_wipeScott Dodson2017-12-111-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Check for openshift attribute before using it during CNS install.
| * | | | | | | | Check for openshift attribute before using it during CNS install.Jiri Mencak2017-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: BZ1523681
* | | | | | | | | Fix openshift hosted registry rolloutRussell Teague2017-12-111-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge pull request #6406 from sdodson/remove-cr-depOpenShift Merge Robot2017-12-101-1/+0
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic merge from submit-queue. Remove container_runtime from the openshift_version We meant to remove this before merging #6316
| * | | | | | | Remove container_runtime from the openshift_versionScott Dodson2017-12-081-1/+0
| | | | | | | |
* | | | | | | | Cleanup byo referencesRussell Teague2017-12-083-7/+7
| | | | | | | |
* | | | | | | | Merge pull request #6356 from jcantrill/1519622_disable_revision_historyJeff Cantrill2017-12-081-0/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | bug 1519622. Disable rollback of ES DCs
| * | | | | | | bug 1519622. Disable rollback of ES DCsJeff Cantrill2017-12-051-0/+1
| | | | | | | |
* | | | | | | | Merge pull request #6323 from tomassedovic/rhel-subscribeMichael Gugino2017-12-084-32/+49
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Remove reading shell environment in rhel_subscribe
| * | | | | | | Don't check for the deployment_typeTomas Sedovic2017-12-051-1/+0
| | | | | | | |
| * | | | | | | Get the correct value out of openshift_releaseTomas Sedovic2017-12-051-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `openshift_release` contents can come in the form of `v3.6.0` which we need to turn to `3.6` to get the right repo name.
| * | | | | | | Use openshift_release instead of ose_versionTomas Sedovic2017-12-043-3/+2
| | | | | | | |
| * | | | | | | Remove the ose_version checkTomas Sedovic2017-12-041-6/+0
| | | | | | | |
| * | | | | | | Fix toxTomas Sedovic2017-12-011-0/+1
| | | | | | | |
| * | | | | | | Remove reading shell environment in rhel_subscribeTomas Sedovic2017-12-014-25/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The rhel_subscribe role used to read the shell environment variables for its input with a broken fallback to Ansible variables. This updates the role to only use Ansible vars. If the user wants to do an env lookup, they can do so when calling the role.
* | | | | | | | openshift_node: reintroduce restart of CRI-O.Giuseppe Scrivano2017-12-081-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | change introduced with 39cf5084f18e2e0adca46b925660a6f2c38d227c Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | | | | | container-engine: skip openshift_docker_log_driver when it is FalseGiuseppe Scrivano2017-12-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | | | | | container-engine: log-opts is a dictionary in the daemon.json fileGiuseppe Scrivano2017-12-082-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | | | | | openshift_version: add dependency to openshift_factsGiuseppe Scrivano2017-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | | | | | openshift_version: define openshift_use_crio_onlyGiuseppe Scrivano2017-12-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | | | | | openshift_version: add dependency to container_runtimeGiuseppe Scrivano2017-12-081-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | | | | | | crio: define and use l_is_node_system_containerGiuseppe Scrivano2017-12-082-1/+4
| |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>