Skip to content

Commit

Permalink
added intf num cmd argument
Browse files Browse the repository at this point in the history
  • Loading branch information
networkop committed Jul 10, 2021
1 parent 674b893 commit 1a09b76
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lab-examples/cvx04/symm-mh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,36 +71,42 @@ topology:
image: networkop/host:ifreload
binds:
- evpn-mh/server01/etc/network/interfaces:/etc/network/interfaces
cmd: 3

server02:
kind: linux
image: networkop/host:ifreload
binds:
- evpn-mh/server02/etc/network/interfaces:/etc/network/interfaces
cmd: 3

server03:
kind: linux
image: networkop/host:ifreload
binds:
- evpn-mh/server03/etc/network/interfaces:/etc/network/interfaces
cmd: 3

server04:
kind: linux
image: networkop/host:ifreload
binds:
- evpn-mh/server04/etc/network/interfaces:/etc/network/interfaces
cmd: 3

server05:
kind: linux
image: networkop/host:ifreload
binds:
- evpn-mh/server05/etc/network/interfaces:/etc/network/interfaces
cmd: 3

server06:
kind: linux
image: networkop/host:ifreload
binds:
- evpn-mh/server06/etc/network/interfaces:/etc/network/interfaces
cmd: 3


links:
Expand Down
6 changes: 6 additions & 0 deletions lab-examples/cvx04/symm-mlag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,36 +71,42 @@ topology:
image: networkop/host:ifreload
binds:
- evpn-mlag/server01/etc/network/interfaces:/etc/network/interfaces
cmd: 3

server02:
kind: linux
image: networkop/host:ifreload
binds:
- evpn-mlag/server02/etc/network/interfaces:/etc/network/interfaces
cmd: 3

server03:
kind: linux
image: networkop/host:ifreload
binds:
- evpn-mlag/server03/etc/network/interfaces:/etc/network/interfaces
cmd: 3

server04:
kind: linux
image: networkop/host:ifreload
binds:
- evpn-mlag/server04/etc/network/interfaces:/etc/network/interfaces
cmd: 3

server05:
kind: linux
image: networkop/host:ifreload
binds:
- evpn-mlag/server05/etc/network/interfaces:/etc/network/interfaces
cmd: 3

server06:
kind: linux
image: networkop/host:ifreload
binds:
- evpn-mlag/server06/etc/network/interfaces:/etc/network/interfaces
cmd: 3


links:
Expand Down

0 comments on commit 1a09b76

Please sign in to comment.