We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b000a28 commit 60a73d7Copy full SHA for 60a73d7
roles/adoption_osp_deploy/templates/os_net_config_overcloud_bgp.yml.j2
@@ -9,7 +9,13 @@ network_config:
9
- type: interface
10
name: nic2
11
mtu: {{ _interface_mtu }}
12
+{% if 'r0' in overcloud_vm %}
13
dns_servers: ['192.168.122.1', '192.168.125.1']
14
+{% elif 'r1' in overcloud_vm %}
15
+ dns_servers: ['192.168.123.1', '192.168.125.1']
16
+{% else %}
17
+ dns_servers: ['192.168.124.1', '192.168.125.1']
18
+{% endif %}
19
domain: []
20
routes:
21
{% if 'r0' in overcloud_vm %}
0 commit comments