diff options
author | Marco Platania <platania@research.att.com> | 2018-08-02 14:52:45 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-08-02 14:55:52 -0400 |
commit | 3ddd88cf4cb92f5b8e0eebca9afe806f96a09fba (patch) | |
tree | b5abafefc59f9bbc77333d548c02bab6ea880b56 /heat/ONAP/onap_openstack.yaml | |
parent | d4c5f6b933e2ba449cb1ddf39355f03affec9b53 (diff) |
Add security group to vFW, vLB
- Extend the ONAP sec group to support the vLB/vDNS use case
- Add sec group to vFW, vFWCL, vLB, vLBMS
Change-Id: Ica89840cf40249990d6df2dfff9a7712c094ab3a
Issue-ID: INT-526
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/ONAP/onap_openstack.yaml')
-rw-r--r-- | heat/ONAP/onap_openstack.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml index 3ad3a541..bdd505cc 100644 --- a/heat/ONAP/onap_openstack.yaml +++ b/heat/ONAP/onap_openstack.yaml @@ -579,7 +579,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 |