Skip to content

Commit

Permalink
[DNM] Add workaround to avoid having compute node failures
Browse files Browse the repository at this point in the history
  • Loading branch information
cescgina committed Aug 16, 2024
1 parent 0394efb commit 699cf8f
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions playbooks/06-deploy-architecture.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,20 @@
{{ lookup('file', _ssh_file ~ '.pub', rstrip=False)}}
cifmw_ci_gen_kustomize_values_migration_priv_key: >-
{{ lookup('file', _ssh_file, rstrip=False) }}
cifmw_ci_gen_kustomize_values_sshd_ranges: >-
{{
[cifmw_networking_env_definition.networks.ctlplane.network_v4] +
(
[
_ipv4_network_data.network + '/' + _ipv4_network_data.prefix
]
) if (_ipv4_network_data | length > 0) else []
}}
# cifmw_ci_gen_kustomize_values_sshd_ranges: >-
# {{
# [cifmw_networking_env_definition.networks.ctlplane.network_v4] +
# (
# [
# _ipv4_network_data.network + '/' + _ipv4_network_data.prefix
# ]
# ) if (_ipv4_network_data | length > 0) else []
# }}
# DNM jgilaber testing
cifmw_ci_gen_kustomize_values_sshd_ranges:
- 192.168.122.0/24
- 38.129.56.0/24
- 38.102.83.0/24
rescue:
- name: Debug _ctl_data
ansible.builtin.debug:
Expand Down

0 comments on commit 699cf8f

Please sign in to comment.