summaryrefslogtreecommitdiffstats
path: root/playbooks/common
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-05-12 12:37:10 -0400
committerJason DeTiberus <detiber@gmail.com>2016-05-12 12:37:10 -0400
commitf63985e045852aa6eace6b1f25c4b76abbf1e1c5 (patch)
tree96df7d0310a4cd4aeada922e916754f650724f6f /playbooks/common
parent57ac47b9d3429994f60f5e3494507c697557f297 (diff)
parent6d55d92799f40a0f2b9c67ef89802deed22ea34e (diff)
downloadopenshift-f63985e045852aa6eace6b1f25c4b76abbf1e1c5.tar.gz
openshift-f63985e045852aa6eace6b1f25c4b76abbf1e1c5.tar.bz2
openshift-f63985e045852aa6eace6b1f25c4b76abbf1e1c5.tar.xz
openshift-f63985e045852aa6eace6b1f25c4b76abbf1e1c5.zip
Merge pull request #1737 from moolitayer/manageiq_sa_to_have_image_scanning_role
Add image-auditor role to ManageIQ SA
Diffstat (limited to 'playbooks/common')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/post.yml1
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