Explorar o código

Merge pull request #9056 from vrutkovs/standalone-etcd

standalone etcds: make sure etcd facts are set before applying etcd config
OpenShift Merge Robot %!s(int64=6) %!d(string=hai) anos
pai
achega
671d7a4dd5
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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