Skip to content

Commit

Permalink
[TripleO Deploy] Enable ssh from all network
Browse files Browse the repository at this point in the history
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
  • Loading branch information
karelyatin committed Nov 14, 2024
1 parent bcaa5c9 commit 414c5ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions devsetup/tripleo/overcloud_services.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ resource_registry:
OS::TripleO::Services::HeatEngine: /usr/share/openstack-tripleo-heat-templates/deployment/heat/heat-engine-container-puppet.yaml

parameter_defaults:
SshFirewallAllowAll: true
RedisVirtualFixedIPs:
- ip_address: 192.168.122.110
use_neutron: false
Expand Down
1 change: 1 addition & 0 deletions devsetup/tripleo/overcloud_services_cell.j2
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ resource_registry:
{% endif %}

parameter_defaults:
SshFirewallAllowAll: true
{% if cell|int > 0 %}
# Specify that this is an additional cell
NovaAdditionalCell: True
Expand Down

0 comments on commit 414c5ff

Please sign in to comment.