From b9279094bad576294f4b6f7c591208b70fb2652d Mon Sep 17 00:00:00 2001 From: "jihoon.o" Date: Fri, 24 Nov 2017 11:53:39 +0900 Subject: Add external_svc_subnet for k8s loadbalancer type service Add external_svc_subnet field for k8s loadbalancer type service in kuryr-kubernetes code support external service subnet but openshift does not support yet Signed-off-by: jihoon.o --- roles/kuryr/templates/configmap.yaml.j2 | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/kuryr') diff --git a/roles/kuryr/templates/configmap.yaml.j2 b/roles/kuryr/templates/configmap.yaml.j2 index 6bf6c1db2..96c215f00 100644 --- a/roles/kuryr/templates/configmap.yaml.j2 +++ b/roles/kuryr/templates/configmap.yaml.j2 @@ -229,6 +229,7 @@ data: # TODO (apuimedo): Remove the duplicated line just after this one once the # RDO packaging contains the upstream patch worker_nodes_subnet = {{ kuryr_openstack_worker_nodes_subnet_id }} + external_svc_subnet = {{ kuryr_openstack_external_svc_subnet_id }} [pod_vif_nested] worker_nodes_subnet = {{ kuryr_openstack_worker_nodes_subnet_id }} -- cgit v1.2.1