From 811d17462762b9277161a39db488fbdc30835aef Mon Sep 17 00:00:00 2001 From: Julie Pichon Date: Fri, 4 Nov 2016 11:22:34 +0000 Subject: [PATCH] Open firewall port for the TripleO UI The UI listens on port 3000 by default. Change-Id: Iaa39081f570d334319445eaf2c0622ccaf3a1868 Closes-Bug: #1638941 --- elements/puppet-stack-config/puppet-stack-config.yaml.template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elements/puppet-stack-config/puppet-stack-config.yaml.template b/elements/puppet-stack-config/puppet-stack-config.yaml.template index 948161537..a59cc1124 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -737,3 +737,5 @@ tripleo::firewall::firewall_rules: '141 libvirt network nat': chain: FORWARD destination: 192.168.122.0/24 + '142 tripleo-ui': + dport: 3000