diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-22 15:12:07 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-10-22 15:12:07 -0700 |
commit | 17440fe6912e8bc05d57a20a8328271f955ea54c (patch) | |
tree | a3a1e679022a2fc26c5b560e91f74a5cd20794d2 /deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh | |
parent | 2eda11d9155e04a33fce13f695ff39bfa82f5a2a (diff) |
Pass sec_group parameter to robot helm charts
Change-Id: I0e683928f6cae55c34b96ed851433e04dc0f57b6
Issue-ID: INT-586
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh')
-rwxr-xr-x | deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh b/deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh index 41c5de16a..81cfbe3d1 100755 --- a/deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh +++ b/deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh @@ -65,6 +65,7 @@ cat <<EOF __oam_network_cidr__: { get_param: oam_network_cidr } __oam_network_id__: { get_resource: oam_network } __oam_subnet_id__: { get_resource: oam_subnet } + __sec_group__: { get_resource: onap_sg } __k8s_1_vm_ip__: { get_attr: [k8s_1_floating_ip, floating_ip_address] } __k8s_vm_ips__: [ EOF |