Skip to content

Commit 6237b5d

Browse files
authored
Merge pull request #462 from stackhpc/jd-multinode-magnum
Multinode Magnum missing changes
2 parents a2aea98 + 5c43844 commit 6237b5d

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ 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_net_name | net_ip('seed') }}"
18+
1519
###############################################################################
1620
# Dummy variable to allow Ansible to accept this file.
1721
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)