summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-01-22 23:00:00 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-01-22 23:00:00 +0100
commit40cd1c17fd4d3a2e40406e81ce5ee1015dab892b (patch)
tree31e5b05c85c115989e2b9cda2e459fedfdf7a17b /inventory
parentfix idempotence (diff)
renumbered citiycom vlan ids
Diffstat (limited to 'inventory')
-rw-r--r--inventory/group_vars/elevate-festival/main.yml8
-rw-r--r--inventory/host_vars/ele-router.yml6
2 files changed, 7 insertions, 7 deletions
diff --git a/inventory/group_vars/elevate-festival/main.yml b/inventory/group_vars/elevate-festival/main.yml
index 1144c068..1221e8a2 100644
--- a/inventory/group_vars/elevate-festival/main.yml
+++ b/inventory/group_vars/elevate-festival/main.yml
@@ -67,8 +67,8 @@ network_zones:
start: 100
limit: 199
- dom:
- vlan: 91
+ ccinet:
+ vlan: 128
prefix: 85.237.28.224/28
gw: 85.237.28.225
dns:
@@ -79,8 +79,8 @@ network_zones:
ele-router: 4
ele-media: 5
- forum:
- vlan: 109
+ ccemc:
+ vlan: 129
prefix: 85.237.28.192/28
gw: 85.237.28.193
dns:
diff --git a/inventory/host_vars/ele-router.yml b/inventory/host_vars/ele-router.yml
index a4bcd4ce..6a3a906e 100644
--- a/inventory/host_vars/ele-router.yml
+++ b/inventory/host_vars/ele-router.yml
@@ -1,5 +1,5 @@
---
-network_wan_zone: "{{ network_zones.dom }}"
+network_wan_zone: "{{ network_zones.ccinet }}"
network_mgmt_zone: "{{ network_zones.mgmt }}"
network_internal_zone_names:
- lan
@@ -12,14 +12,14 @@ openwrt_network_external:
- name: switch_vlan
options:
device: 'switch0'
- ## for some reason vlan-id 91 does not work. why??
+ ## for some reason vlan-id 128 does not work. why??
# vlan: '{{ network_wan_zone.vlan }}'
vlan: '1'
ports: '2 3 4 6t'
- name: interface 'wan'
options:
- ## for some reason vlan-id 91 does not work. why??
+ ## for some reason vlan-id 128 does not work. why??
# ifname: 'eth0.{{ network_wan_zone.vlan }}'
ifname: 'eth0.1'
proto: dhcp