Bläddra i källkod

Merge pull request #9056 from vrutkovs/standalone-etcd

standalone etcds: make sure etcd facts are set before applying etcd config
OpenShift Merge Robot 6 år sedan
förälder
incheckning
671d7a4dd5
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      playbooks/openshift-etcd/private/config.yml

+ 4 - 0
playbooks/openshift-etcd/private/config.yml

@@ -29,6 +29,10 @@
     - openshift_is_atomic | bool
     - not inventory_hostname in groups['oo_masters']
 
+  - import_role:
+      name: etcd
+      tasks_from: set_facts.yml
+
   # Setup etcd as a static pod if collocated with a master
   - import_role:
       name: etcd