From c299b9f199cedadf4a102ea9aaa4e33e9de6b301 Mon Sep 17 00:00:00 2001 From: ewolinetz Date: Fri, 23 Jun 2017 17:23:05 -0500 Subject: Picking change from sdodson --- roles/ansible_service_broker/tasks/install.yml | 4 ++-- roles/openshift_facts/library/openshift_facts.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'roles') diff --git a/roles/ansible_service_broker/tasks/install.yml b/roles/ansible_service_broker/tasks/install.yml index e383c94da..b48583fd4 100644 --- a/roles/ansible_service_broker/tasks/install.yml +++ b/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 diff --git a/roles/openshift_facts/library/openshift_facts.py b/roles/openshift_facts/library/openshift_facts.py index 8acb166d6..663423061 100755 --- a/roles/openshift_facts/library/openshift_facts.py +++ b/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 -- cgit v1.2.3