File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
etc/kayobe/environments/ci-multinode Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ kolla_enable_neutron_provider_networks: true
5
5
kolla_enable_ovn : true
6
6
kolla_enable_octavia : true
7
7
kolla_enable_magnum : true
8
+ kolla_enable_designate : true
9
+ kolla_enable_redis : true
8
10
kolla_enable_barbican : true
9
11
10
12
# The multinode environment supports Backend and internal TLS , but it must be
@@ -16,3 +18,9 @@ kolla_enable_barbican: true
16
18
# The multinode environment supports Manila but it is not enabled by default.
17
19
# kolla_enable_manila: true
18
20
# kolla_enable_manila_backend_cephfs_native: true
21
+
22
+ kolla_internal_vip_address : " 192.168.37.2"
23
+ kolla_internal_fqdn : " internal.infra.mos.{{ root_domain | default('example.com') }}"
24
+
25
+ kolla_external_vip_address : " 192.168.39.2"
26
+ kolla_external_fqdn : " public.infra.mos.{{ root_domain | default('example.com') }}"
Original file line number Diff line number Diff line change @@ -25,3 +25,12 @@ octavia_provider_agents: "ovn"
25
25
26
26
# Manila CephFS configuration
27
27
manila_cephfs_filesystem_name : manila-cephfs
28
+
29
+ # Designate configuration
30
+ designate_ns_record :
31
+ - " ns1.mos.{{ root_domain | default('example.com') }}"
32
+ - " ns2.mos.{{ root_domain | default('example.com') }}"
33
+ - " ns3.mos.{{ root_domain | default('example.com') }}"
34
+ designate_backend : " bind9"
35
+ designate_recursion : " yes"
36
+ designate_forwarders_addresses : " 1.1.1.1; 8.8.8.8"
Original file line number Diff line number Diff line change @@ -76,7 +76,6 @@ internal_cidr: 192.168.37.0/24
76
76
internal_mtu : " {{ ansible_facts.default_ipv4.mtu - 50 }}"
77
77
internal_allocation_pool_start : 192.168.37.3
78
78
internal_allocation_pool_end : 192.168.37.254
79
- internal_vip_address : 192.168.37.2
80
79
internal_vlan : 101
81
80
82
81
# External network
@@ -91,7 +90,6 @@ public_cidr: 192.168.39.0/24
91
90
public_mtu : " {{ ansible_facts.default_ipv4.mtu - 50 }}"
92
91
public_allocation_pool_start : 192.168.39.3
93
92
public_allocation_pool_end : 192.168.39.254
94
- public_vip_address : 192.168.39.2
95
93
public_vlan : 103
96
94
97
95
# Tunnel network
You can’t perform that action at this time.
0 commit comments