diff options
author | Michael Gugino <gugino.michael@yahoo.com> | 2017-12-07 09:18:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-07 09:18:52 -0500 |
commit | 4bcb53654635de775c60d0176e3aeeed4856fc86 (patch) | |
tree | bd5d4ae1834d8512f7ae0a80533d5073f5ace996 /roles | |
parent | 2124109d3c35ac120bd41ece981eb8ca3101f00e (diff) | |
parent | b9279094bad576294f4b6f7c591208b70fb2652d (diff) | |
download | openshift-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
Diffstat (limited to 'roles')
-rw-r--r-- | roles/kuryr/templates/configmap.yaml.j2 | 1 |
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 }} |