diff --git a/group_vars/location_rhnk_bvv/networks.yml b/group_vars/location_rhnk_bvv/networks.yml deleted file mode 100644 index f85471253..000000000 --- a/group_vars/location_rhnk_bvv/networks.yml +++ /dev/null @@ -1,46 +0,0 @@ ---- -ipv6_prefix: "2001:bf7:820:2100::/56" - -# RHNK-BVV got following prefixes: -# Router: 10.31.183.0/25 -# --MGMT: 10.31.183.64/27 -# --MESH: 10.31.183.96/27 -# --DHCP: 10.31.183.0/26 - -networks: - - vid: 40 - role: dhcp - inbound_filtering: true - enforce_client_isolation: true - untagged: true - prefix: 10.31.183.0/26 - ipv6_subprefix: 0 - assignments: - rhnk-bvv-core: 1 - - - vid: 20 - role: mesh - name: mesh_core_5ghz - prefix: 10.31.183.96/32 - ipv6_subprefix: -1 - mesh_ap: rhnk-bvv-core - mesh_radio: 11a_standard - mesh_iface: mesh - - - vid: 21 - role: mesh - name: mesh_core_2ghz - prefix: 10.31.183.97/32 - ipv6_subprefix: -2 - mesh_ap: rhnk-bvv-core - mesh_radio: 11g_standard - mesh_iface: mesh - - - vid: 42 - role: mgmt - prefix: 10.31.183.64/27 - gateway: 1 - dns: 1 - ipv6_subprefix: 1 - assignments: - rhnk-bvv-core: 1