Explorar o código

Ensure registry url evaluated when creating router.

Andrew Butcher %!s(int64=8) %!d(string=hai) anos
pai
achega
c00fe0be39
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      playbooks/common/openshift-cluster/openshift_hosted.yml

+ 3 - 1
playbooks/common/openshift-cluster/openshift_hosted.yml

@@ -1,5 +1,7 @@
 - name: Create Hosted Resources
   hosts: oo_first_master
+  pre_tasks:
+  - set_fact:
+      openshift_hosted_router_registryurl: "{{ hostvars[groups.oo_first_master.0].openshift.master.registry_url }}"
   roles:
   - role: openshift_hosted
-    openshift_hosted_router_registryurl: "{{ hostvars[groups.oo_first_master.0].openshift.master.registry_url }}"