Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ tunnel_interface: "{{ vxlan_interfaces[0].device }}.{{ tunnel_vlan }}"

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

public_routes:
- cidr: "{{ external_cidr }}"
gateway: "{{ public_net_name | net_ip('seed') }}"

###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes
1 change: 1 addition & 0 deletions etc/kayobe/environments/ci-multinode/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ kolla_enable_cinder_backup: true
kolla_enable_neutron_provider_networks: true
kolla_enable_ovn: true
kolla_enable_octavia: true
kolla_enable_magnum: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[trust]
cluster_user_trust = true