Skip to content

Commit

Permalink
remove unnecessary kernel field
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jul 16, 2021
1 parent ed58b1d commit e0f4e76
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lab-examples/cvx03/lab-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,15 @@ topology:
server01:
kind: linux
image: networkop/host:ignite
kernel: networkop/ignite-kernel:5.4.108-amd64
binds:
- server01/interfaces:/etc/network/interfaces

server02:
kind: linux
image: networkop/host:ignite
kernel: networkop/ignite-kernel:5.4.108-amd64
binds:
- server02/interfaces:/etc/network/interfaces


links:
- endpoints: ["leaf01:swp1", "server01:eth1"]
- endpoints: ["leaf01:swp2", "server02:eth1"]
Expand All @@ -39,4 +36,4 @@ topology:
- endpoints: ["leaf01:swp50", "leaf02:swp50"]

- endpoints: ["spine01:swp1", "leaf01:swp51"]
- endpoints: ["spine01:swp2", "leaf02:swp51"]
- endpoints: ["spine01:swp2", "leaf02:swp51"]

0 comments on commit e0f4e76

Please sign in to comment.