فهرست منبع

Picking change from sdodson

ewolinetz 7 سال پیش
والد
کامیت
c299b9f199
2فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 2 2
      roles/ansible_service_broker/tasks/install.yml
  2. 1 0
      roles/openshift_facts/library/openshift_facts.py

+ 2 - 2
roles/ansible_service_broker/tasks/install.yml

@@ -146,8 +146,8 @@
                   args:
                     - /usr/local/bin/etcd
                     - --data-dir=/data
-                    - "--listen-client-urls=http://0.0.0.0:2379"
-                    - "--advertise-client-urls=http://0.0.0.0:2379"
+                    - --listen-client-urls="http://0.0.0.0:2379"
+                    - --advertise-client-urls="http://0.0.0.0:2379"
                   ports:
                     - containerPort: 2379
                       protocol: TCP

+ 1 - 0
roles/openshift_facts/library/openshift_facts.py

@@ -536,6 +536,7 @@ def set_node_schedulability(facts):
                 facts['node']['schedulable'] = True
     return facts
 
+
 # pylint: disable=too-many-branches
 def set_selectors(facts):
     """ Set selectors facts if not already present in facts dict