summaryrefslogtreecommitdiffstats
path: root/kubernetes/robot/values.yaml
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-10-23 12:01:42 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-23 12:01:42 +0000
commit6fcdcaa896bc8172189ea9a90ad6dc965596bf20 (patch)
tree76afa43f1dcbc02a7b227b4cf7a741c14d962c30 /kubernetes/robot/values.yaml
parent5c65f857ea74f3741a783181f2049e995ef99b3e (diff)
parent20aa6a08713c917188109758836fb5bc553bd73a (diff)
Merge "Add sec_group parameter to robot helm charts"
Diffstat (limited to 'kubernetes/robot/values.yaml')
-rwxr-xr-xkubernetes/robot/values.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/kubernetes/robot/values.yaml b/kubernetes/robot/values.yaml
index 6a11f2bf0c..086957e7dd 100755
--- a/kubernetes/robot/values.yaml
+++ b/kubernetes/robot/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"