Skip to content

Commit 414c5ff

Browse files
committed
[TripleO Deploy] Enable ssh from all network
Currently we handle it in rdo-jobs with playbook[1], but that will not work with upcoming 17.1.4 changes related to nftables switch. With this we shouldn't need to handle it in job config. [1] playbooks/data_plane_adoption/allow_zuul_connect_tripleo.yaml
1 parent bcaa5c9 commit 414c5ff

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

devsetup/tripleo/overcloud_services.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ resource_registry:
2424
OS::TripleO::Services::HeatEngine: /usr/share/openstack-tripleo-heat-templates/deployment/heat/heat-engine-container-puppet.yaml
2525

2626
parameter_defaults:
27+
SshFirewallAllowAll: true
2728
RedisVirtualFixedIPs:
2829
- ip_address: 192.168.122.110
2930
use_neutron: false

devsetup/tripleo/overcloud_services_cell.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ resource_registry:
2929
{% endif %}
3030

3131
parameter_defaults:
32+
SshFirewallAllowAll: true
3233
{% if cell|int > 0 %}
3334
# Specify that this is an additional cell
3435
NovaAdditionalCell: True

0 commit comments

Comments
 (0)