summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-10-07 16:58:36 -0400
committerAndrew Butcher <abutcher@redhat.com>2016-10-21 16:37:51 -0400
commit9293059f5d331e26fc86c9fc841e2a57fcba8ae6 (patch)
tree3ad52f5b0112fc411ac4a52f9a9a1b3a1fc8e26a /playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
parentb5570b656e59756ad6ea5b24be253f15d0e3ca41 (diff)
downloadopenshift-9293059f5d331e26fc86c9fc841e2a57fcba8ae6.tar.gz
openshift-9293059f5d331e26fc86c9fc841e2a57fcba8ae6.tar.bz2
openshift-9293059f5d331e26fc86c9fc841e2a57fcba8ae6.tar.xz
openshift-9293059f5d331e26fc86c9fc841e2a57fcba8ae6.zip
Move infrastructure templates into openshift_hosted_templates role.
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/post_control_plane.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/post_control_plane.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
index a3bc3abe3..2bbcbe1f8 100644
--- a/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
+++ b/playbooks/common/openshift-cluster/upgrades/post_control_plane.yml
@@ -17,10 +17,14 @@
# not already exist. We could have potentially done a replace --force to
# create and update in one step.
- openshift_examples
+ - openshift_hosted_templates
# Update the existing templates
- role: openshift_examples
registry_url: "{{ openshift.master.registry_url }}"
openshift_examples_import_command: replace
+ - role: openshift_hosted_templates
+ registry_url: "{{ openshift.master.registry_url }}"
+ openshift_hosted_templates_import_command: replace
pre_tasks:
- name: Collect all routers
command: >