From d0ad755c84a48e3dbf230fe7550f819c98c5d77a Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 17 Dec 2019 12:03:07 +0900 Subject: [PATCH] Remove trove firewall rule We never deploy trove in undercloud, so should remove useless firewall rule for it to reduce security risk. Change-Id: I608939ec65ea6217f58cc8ef54039829a07c1382 (cherry picked from commit fc8508f2d582d88d77a04e08744b95a0385227b2) --- .../puppet-stack-config/puppet-stack-config.yaml.template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/elements/puppet-stack-config/puppet-stack-config.yaml.template b/elements/puppet-stack-config/puppet-stack-config.yaml.template index a82bc8be8..38b280d83 100644 --- a/elements/puppet-stack-config/puppet-stack-config.yaml.template +++ b/elements/puppet-stack-config/puppet-stack-config.yaml.template @@ -1051,10 +1051,6 @@ tripleo::firewall::firewall_rules: dport: - 6385 - 13385 - '136 trove': - dport: - - 8779 - - 13779 '137 ironic-inspector': dport: 5050 '138 docker registry':