Expose undercloud port 3000

This will allow the TripleO UI to be accessible from outside the stack.
This commit is contained in:
Steve Baker 2017-09-26 15:33:16 +13:00
parent 47b6f0548d
commit efb8e5a0b8
2 changed files with 8 additions and 2 deletions

View File

@ -23,12 +23,15 @@ resources:
- '_'
- - {get_param: undercloud_name}
- 'sg'
description: Ping and SSH
description: Ping, SSH, and TripleO UI
rules:
- protocol: icmp
- protocol: tcp
port_range_min: 22
port_range_max: 22
- protocol: tcp
port_range_min: 3000
port_range_max: 3000
private_undercloud_port:
type: OS::Neutron::Port

View File

@ -23,12 +23,15 @@ resources:
- '_'
- - {get_param: undercloud_name}
- 'sg'
description: Ping and SSH
description: Ping, SSH, and TripleO UI
rules:
- protocol: icmp
- protocol: tcp
port_range_min: 22
port_range_max: 22
- protocol: tcp
port_range_min: 3000
port_range_max: 3000
private_undercloud_port:
type: OS::Neutron::Port