diff options
author | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-10-23 12:01:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-23 12:01:42 +0000 |
commit | 6fcdcaa896bc8172189ea9a90ad6dc965596bf20 (patch) | |
tree | 76afa43f1dcbc02a7b227b4cf7a741c14d962c30 /kubernetes/robot/values.yaml | |
parent | 5c65f857ea74f3741a783181f2049e995ef99b3e (diff) | |
parent | 20aa6a08713c917188109758836fb5bc553bd73a (diff) |
Merge "Add sec_group parameter to robot helm charts"
Diffstat (limited to 'kubernetes/robot/values.yaml')
-rwxr-xr-x | kubernetes/robot/values.yaml | 3 |
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" |