Skip to content

Commit eb679bc

Browse files
Merge pull request #945 from karelyatin/nftabels_switch
[TripleO Deploy] Enable ssh from all network
2 parents fc05166 + 414c5ff commit eb679bc

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)