[queens] re-add ssh firewall rule

When the undercloud isn't containerized,
I89cff59947dda3f51482486c41a3d67c4aa36a3e isn't enough and we need to
add the rule in instack-undercloud.

It was removed in pre-rules: I14b540e6564c5b7c5d54b4f1fd5368b000744135
to allow more granularity for the operators.
Let's keep the functionality but still allowing ssh by default.

Change-Id: I3a5c1f558ba3ae639857f1a0596a6243a91d49e6
Related-Bug: #1826829
This commit is contained in:
Emilien Macchi 2019-05-06 09:57:43 +02:00
parent 677207550e
commit 3d8563887a
1 changed files with 3 additions and 0 deletions

View File

@ -929,6 +929,9 @@ nova::notify_on_state_change: 'vm_state'
# Firewall
tripleo::firewall::manage_firewall: true
tripleo::firewall::firewall_rules:
'003 ssh':
dport:
- 22
'105 ntp':
dport: 123
proto: udp