Skip to content

Commit 9beeb43

Browse files
committed
Multinode Magnum missing changes
Added missing routing from controllers back to seed node. Enabled Magnum, added config.
1 parent 05d5eae commit 9beeb43

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

etc/kayobe/environments/ci-multinode/inventory/group_vars/controllers/network-interfaces

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ tunnel_interface: "{{ vxlan_interfaces[0].device }}.{{ tunnel_vlan }}"
1212

1313
public_interface: "{{ vxlan_interfaces[0].device }}.{{ public_vlan }}"
1414

15+
public_routes:
16+
- cidr: "{{ external_cidr }}"
17+
gateway: "{{ public_allocation_pool_start }}"
18+
19+
1520
###############################################################################
1621
# Dummy variable to allow Ansible to accept this file.
1722
workaround_ansible_issue_8743: yes

etc/kayobe/environments/ci-multinode/kolla.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ kolla_enable_cinder_backup: true
44
kolla_enable_neutron_provider_networks: true
55
kolla_enable_ovn: true
66
kolla_enable_octavia: true
7+
kolla_enable_magnum: true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[trust]
2+
cluster_user_trust = true

0 commit comments

Comments
 (0)