Explicitly open port 443 for the TripleO UI
When SSL is enabled on the undercloud, the UI is served on port 443. Currently the port is opened thanks to another rule (for Horizon), but let's be explicit about the UI requiring it so that it doesn't get lost in the future. Change-Id: Ia2b0628a84b4f1b8d90132d2134b7d7e3c80b211
This commit is contained in:
@@ -827,4 +827,6 @@ tripleo::firewall::firewall_rules:
|
||||
chain: FORWARD
|
||||
destination: 192.168.122.0/24
|
||||
'142 tripleo-ui':
|
||||
dport: 3000
|
||||
dport:
|
||||
- 3000
|
||||
- 443
|
||||
|
||||
Reference in New Issue
Block a user