Skip to content

Commit

Permalink
CI test for vlan configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
simcod committed Jul 5, 2024
1 parent c5af5e1 commit ba6abe0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions inventories/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,14 @@ metal_stack_release_version: develop
# further overrides can be looked up in the metal-role projects where the mapping is defined:
# https://github.com/metal-stack/metal-roles/blob/master/defaults/main.yaml

metal_core_image_tag: configure-vlan
##
## for ansible roles
##

# ansible_common_version:
# metal_roles_version:
# metal_ansible_modules_version:

metal_roles_version: configure-metal-core-vlan
metal_core_pxe_vlan_id: 966
4 changes: 2 additions & 2 deletions inventories/group_vars/sonic/main.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
dhcp_listening_interfaces:
- Vlan4000
- "Vlan{{ metal_core_pxe_vlan_id }}"

metal_core_spine_uplinks:
- Ethernet0
Expand All @@ -22,7 +22,7 @@ sonic_nameservers:
sonic_ip_masquerade: true

sonic_vlans:
- id: 4000
- id: "{{ metal_core_pxe_vlan_id }}"
ip: "{{ metal_core_cidr }}"

# Dummy VTEP so that basic VXLAN config will be deployed by sonic role:
Expand Down

0 comments on commit ba6abe0

Please sign in to comment.