re-deploy priv1

This commit is contained in:
Astro 2016-12-13 16:37:02 +01:00
parent 3517219972
commit 07469447ed
2 changed files with 8 additions and 3 deletions

View File

@ -19,7 +19,7 @@ containers:
interfaces: interfaces:
core: core:
type: veth type: veth
gw: upstream1 gw: anon1
priv1: priv1:
type: phys type: phys
@ -27,7 +27,7 @@ containers:
interfaces: interfaces:
core: core:
type: veth type: veth
gw: upstream2 gw: anon1
priv2: priv2:
type: phys type: phys

View File

@ -15,6 +15,7 @@ switches:
vlans: vlans:
- mgmt - mgmt
- pub - pub
- priv1
mgmt: mgmt:
mode: access mode: access
ports: ports:
@ -197,14 +198,18 @@ switches:
vlans: vlans:
- mgmt - mgmt
- pub - pub
- priv1
mgmt: mgmt:
mode: access mode: access
ports: ports:
- GigabitEthernet1/0/1 - GigabitEthernet1/0/1
pub: priv1:
mode: access mode: access
ports: ports:
- GigabitEthernet 1/0/2 - GigabitEthernet 1/0/2
pub:
mode: access
ports:
- GigabitEthernet 1/0/3 - GigabitEthernet 1/0/3
- GigabitEthernet 1/0/4 - GigabitEthernet 1/0/4
- GigabitEthernet 1/0/5 - GigabitEthernet 1/0/5