From bdfb4ef54b71c9f89fc7466f802b4b2647dde873 Mon Sep 17 00:00:00 2001 From: sareti Date: Fri, 14 Jul 2017 14:55:36 -0400 Subject: Nuage changes to support IPTables kube-proxy in OpenShift changing the conditional to negation of pod network address rather than using host address --- roles/nuage_node/tasks/main.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'roles/nuage_node/tasks/main.yaml') diff --git a/roles/nuage_node/tasks/main.yaml b/roles/nuage_node/tasks/main.yaml index 928f9e2e6..0036583da 100644 --- a/roles/nuage_node/tasks/main.yaml +++ b/roles/nuage_node/tasks/main.yaml @@ -11,6 +11,10 @@ become: yes lineinfile: dest={{ vrs_config }} regexp=^ACTIVE_CONTROLLER line='ACTIVE_CONTROLLER={{ vsc_active_ip }}' +- name: Set the K8S/OSE Cluster service CIDR + become: yes + lineinfile: dest={{ vrs_config }} regexp=^K8S_SERVICE_IPV4_SUBNET line='K8S_SERVICE_IPV4_SUBNET={{ k8s_cluster_service_cidr }}' + - name: Set the Standby Controller become: yes lineinfile: dest={{ vrs_config }} regexp=^STANDBY_CONTROLLER line='STANDBY_CONTROLLER={{ vsc_standby_ip }}' -- cgit v1.2.3