diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-13 16:02:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-13 16:02:20 +0000 |
commit | d964fa59f26233ffb992980e369fe18781582dcc (patch) | |
tree | 62921508714fd3d35703419164b3d7ee22284ef2 | |
parent | 9f1489704287df8052fba84078c5a63aed08dbb2 (diff) | |
parent | 2a6faaa4741d93db8dc80a5a3ef8051a8587697f (diff) |
Merge "Extend security group for VNF scale out"
-rw-r--r-- | deployment/heat/onap-oom/onap-oom.yaml | 4 | ||||
-rw-r--r-- | deployment/heat/onap-oom/parts/onap-oom-1.yaml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/deployment/heat/onap-oom/onap-oom.yaml b/deployment/heat/onap-oom/onap-oom.yaml index 689bb6603..7e255db5b 100644 --- a/deployment/heat/onap-oom/onap-oom.yaml +++ b/deployment/heat/onap-oom/onap-oom.yaml @@ -128,6 +128,10 @@ resources: - protocol: tcp port_range_min: 1 port_range_max: 65535 + # Protocols used for vLB/vDNS use case + - protocol: 47 + - protocol: 53 + - protocol: 132 # ONAP management private network diff --git a/deployment/heat/onap-oom/parts/onap-oom-1.yaml b/deployment/heat/onap-oom/parts/onap-oom-1.yaml index a96c9a373..ba3933b76 100644 --- a/deployment/heat/onap-oom/parts/onap-oom-1.yaml +++ b/deployment/heat/onap-oom/parts/onap-oom-1.yaml @@ -125,6 +125,10 @@ resources: - protocol: tcp port_range_min: 1 port_range_max: 65535 + # Protocols used for vLB/vDNS use case + - protocol: 47 + - protocol: 53 + - protocol: 132 # ONAP management private network |