瀏覽代碼

Merge pull request #9056 from vrutkovs/standalone-etcd

standalone etcds: make sure etcd facts are set before applying etcd config
OpenShift Merge Robot 6 年之前
父節點
當前提交
671d7a4dd5
共有 1 個文件被更改,包括 4 次插入0 次删除
  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