diff options
author | Mooli Tayer <mtayer@redhat.com> | 2016-04-10 16:54:53 +0300 |
---|---|---|
committer | Mooli Tayer <mtayer@redhat.com> | 2016-05-03 20:23:05 +0300 |
commit | 6d55d92799f40a0f2b9c67ef89802deed22ea34e (patch) | |
tree | 076ebba832de6cd82dc48c14cbabb617f1580834 /playbooks/common/openshift-cluster | |
parent | 04b52454275572f9d09e76c6ce46bdd60aa46c72 (diff) | |
download | openshift-6d55d92799f40a0f2b9c67ef89802deed22ea34e.tar.gz openshift-6d55d92799f40a0f2b9c67ef89802deed22ea34e.tar.bz2 openshift-6d55d92799f40a0f2b9c67ef89802deed22ea34e.tar.xz openshift-6d55d92799f40a0f2b9c67ef89802deed22ea34e.zip |
Add system:image-auditor role to ManageIQ SA
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r-- | playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/post.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/post.yml b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/post.yml index 3fd97ac14..12e2edfb9 100644 --- a/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/post.yml +++ b/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/post.yml @@ -10,6 +10,7 @@ router_image: "{{ openshift.master.registry_url | replace( '${component}', 'haproxy-router' ) | replace ( '${version}', 'v' + g_new_version ) }}" oc_cmd: "{{ openshift.common.client_binary }} --config={{ openshift.common.config_base }}/master/admin.kubeconfig" roles: + - openshift_manageiq # Create the new templates shipped in 3.2, existing templates are left # unmodified. This prevents the subsequent role definition for # openshift_examples from failing when trying to replace templates that do |