aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/robot/values.yaml
diff options
context:
space:
mode:
authorMichal Ptacek <m.ptacek@partner.samsung.com>2019-07-16 14:07:31 +0000
committerMichal Ptacek <m.ptacek@partner.samsung.com>2019-07-16 14:07:31 +0000
commit38f74ca0461931a1f1d5fefd0dd91900c57a81ee (patch)
treef783b8b37bf5882f7a02e65ad24863859f406c5a /kubernetes/robot/values.yaml
parenta0e80e8e04f3bcbc4cae4a87a34059ee897b09e1 (diff)
Adjusting public network configuration
Introducing real configuration option for public network name, current implementation is still hardcoded to 'public' name Issue-ID: TEST-166 Change-Id: I84ed9be93d788261da5d8d36eaf0f215a4e0c6b4 Signed-off-by: Michal Ptacek <m.ptacek@partner.samsung.com>
Diffstat (limited to 'kubernetes/robot/values.yaml')
-rw-r--r--kubernetes/robot/values.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/robot/values.yaml b/kubernetes/robot/values.yaml
index 5443771e9b..29b8aa73f7 100644
--- a/kubernetes/robot/values.yaml
+++ b/kubernetes/robot/values.yaml
@@ -80,6 +80,7 @@ openStackUserDomain: "Default"
# UUID of the Openstack network that can assign floating ips. Maps to GLOBAL_INJECTED_PUBLIC_NET_ID
openStackPublicNetId: "e8f51958045716781ffc"
+openStackPublicNetworkName: "public"
# password for Openstack tenant where VNFs will be spawned. Maps to GLOBAL_INJECTED_OPENSTACK_PASSWORD
openStackPassword: "tenantPassword"
# Openstack region. Maps to GLOBAL_INJECTED_REGION