summaryrefslogtreecommitdiffstats
path: root/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
commit66b4e687e0ad414156fc1f40f627e0df60c18fee (patch)
treee4d3d116762da2e36d201ca7e46c2fa54758978d /values.yaml
parent95f635245e377a2262fa0acb5bc488906e2d9a3c (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 'values.yaml')
-rw-r--r--values.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/values.yaml b/values.yaml
index 5443771..29b8aa7 100644
--- a/values.yaml
+++ b/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