Revert "Ensure we get a subnet for ctlplane"
This reverts commit 9e5efd591101928daa7337f4b7a4b076fab24ff8. The issue was caused by out-dated downstream documentation, and this change might introduce a regression. Change-Id: Idc259bfd6c92762d833419f0aab8f5404ee7e801
This commit is contained in:
parent
9e5efd5911
commit
eb4b4a5489
@ -39,12 +39,6 @@ parameters:
|
||||
description: Whether IPtables rules should be purged before setting up the new ones.
|
||||
type: boolean
|
||||
|
||||
conditions:
|
||||
get_ctlplane_from_hiera:
|
||||
equals:
|
||||
- get_param: [ServiceData, net_cidr_map, ctlplane]
|
||||
- Null
|
||||
|
||||
outputs:
|
||||
role_data:
|
||||
description: Role data for the TripleO firewall settings
|
||||
@ -54,23 +48,15 @@ outputs:
|
||||
tripleo::firewall::manage_firewall: {get_param: ManageFirewall}
|
||||
tripleo::firewall::purge_firewall_rules: {get_param: PurgeFirewallRules}
|
||||
tripleo::tripleo_firewall::firewall_rules:
|
||||
if:
|
||||
- get_ctlplane_from_hiera
|
||||
-
|
||||
"004 accept ssh from ctlplane subnet %{hiera('ctlplane_subnet')}":
|
||||
source: "%{hiera('ctlplane_subnet')}"
|
||||
proto: 'tcp'
|
||||
port: 22
|
||||
-
|
||||
map_merge:
|
||||
repeat:
|
||||
for_each:
|
||||
<%net_cidr%>: {get_param: [ServiceData, net_cidr_map, ctlplane]}
|
||||
template:
|
||||
'003 accept ssh from ctlplane subnet <%net_cidr%>':
|
||||
source: <%net_cidr%>
|
||||
proto: 'tcp'
|
||||
dport: 22
|
||||
map_merge:
|
||||
repeat:
|
||||
for_each:
|
||||
<%net_cidr%>: {get_param: [ServiceData, net_cidr_map, ctlplane]}
|
||||
template:
|
||||
'003 accept ssh from ctlplane subnet <%net_cidr%>':
|
||||
source: <%net_cidr%>
|
||||
proto: 'tcp'
|
||||
dport: 22
|
||||
|
||||
step_config: |
|
||||
include ::tripleo::firewall
|
||||
|
Loading…
x
Reference in New Issue
Block a user