summaryrefslogtreecommitdiffstats
path: root/values.yaml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-10-22 15:11:34 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-10-22 15:11:34 -0700
commit90a8dad01aad7eee23f417dd4463f496ae7ca52f (patch)
tree73c325f0bc18cf03f831031b0a0856620f9a875b /values.yaml
parentb255ac27813fa1fb1a174ed16d2cca6b92362a7d (diff)
Add sec_group parameter to robot helm charts
Change-Id: I3e645c9f1c2aeb3d14a36ed6ad6e6521886451f6 Issue-ID: INT-586 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'values.yaml')
-rwxr-xr-xvalues.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/values.yaml b/values.yaml
index 6a11f2b..086957e 100755
--- a/values.yaml
+++ b/values.yaml
@@ -69,7 +69,8 @@ ubuntu16Image: "Ubuntu_16_xenial"
scriptVersion: "1.2.0-SNAPSHOT"
# Openstack network to which VNFs will bind their primary (first) interface. Maps to GLOBAL_INJECTED_NETWORK
openStackPrivateNetId: "e8f51956-00dd-4425-af36-045716781ffc"
-
+# Openstack security group for instantiating VNFs
+openStackSecurityGroup: "onap_sg"
# SDNC Preload configuration
# Openstack subnet UUID for the network defined by openStackPrivateNetId. Maps to onap_private_subnet_id
openStackPrivateSubnetId: "e8f51956-00dd-4425-af36-045716781ffc"