Add vxlan port to the multinodes security group

There are problems with RDO cloud + multinode communication, there is no
vxlan package arriving from subnode-1 to subnode-0, to allow that vxlan
port needs to be open.

Partial-Bug: 1767099
Change-Id: I9d070e208000194e73654299c9645679bea27169
This commit is contained in:
Enrique Llorente 2018-04-26 14:08:55 +02:00
parent af602384f0
commit e06f50fee7
1 changed files with 4 additions and 0 deletions

View File

@ -77,6 +77,10 @@ resources:
port_range_max: 22
- remote_ip_prefix: 0.0.0.0/0
protocol: icmp
- remote_ip_prefix: 0.0.0.0/0
protocol: udp
port_range_min: 4789
port_range_max: 4789
subnodes:
type: OS::Heat::ResourceGroup