Skip to content

Commit

Permalink
k3s: use cilium
Browse files Browse the repository at this point in the history
Depends on techno-tim/k3s-ansible#554

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Aug 2, 2024
1 parent 4113965 commit 2aee046
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions environments/infrastructure/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ homer_url_phpmyadmin: "https://phpmyadmin.testbed.osism.xyz/"
homer_url_prometheus: "https://api-int.testbed.osism.xyz:9091/"
homer_url_rabbitmq: "https://api-int.testbed.osism.xyz:15672/"

##########################
# k3s

cilium_bgp: true
kube_vip_arp: false
kube_vip_bgp: true
kube_vip_iface:

##########################
# keycloak

Expand Down
2 changes: 1 addition & 1 deletion inventory/group_vars/testbed-managers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ network_dispatcher_scripts:
# kolla

network_interface: "{{ ansible_local.testbed_network_devices.management }}"
flannel_iface: "{{ ansible_local.testbed_network_devices.management }}"
cilium_iface: "{{ ansible_local.testbed_network_devices.management }}"
2 changes: 1 addition & 1 deletion inventory/group_vars/testbed-nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ network_dispatcher_scripts:
# kolla

network_interface: "{{ ansible_local.testbed_network_devices.management }}"
flannel_iface: "{{ ansible_local.testbed_network_devices.management }}"
cilium_iface: "{{ ansible_local.testbed_network_devices.management }}"
neutron_external_interface: vxlan0
octavia_network_interface: ohm0

Expand Down

0 comments on commit 2aee046

Please sign in to comment.