Browse Source

Picking change from sdodson

ewolinetz 7 years ago
parent
commit
c299b9f199

+ 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