summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gugino <gugino.michael@yahoo.com>2017-12-07 09:18:52 -0500
committerGitHub <noreply@github.com>2017-12-07 09:18:52 -0500
commit4bcb53654635de775c60d0176e3aeeed4856fc86 (patch)
treebd5d4ae1834d8512f7ae0a80533d5073f5ace996
parent2124109d3c35ac120bd41ece981eb8ca3101f00e (diff)
parentb9279094bad576294f4b6f7c591208b70fb2652d (diff)
downloadopenshift-4bcb53654635de775c60d0176e3aeeed4856fc86.tar.gz
openshift-4bcb53654635de775c60d0176e3aeeed4856fc86.tar.bz2
openshift-4bcb53654635de775c60d0176e3aeeed4856fc86.tar.xz
openshift-4bcb53654635de775c60d0176e3aeeed4856fc86.zip
Merge pull request #6254 from jihoon5/jihoon5
Add external_svc_subnet for k8s loadbalancer type service
-rw-r--r--roles/kuryr/templates/configmap.yaml.j21
1 files changed, 1 insertions, 0 deletions
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 }}