Commit c261faeb authored by Mark Beierl's avatar Mark Beierl
Browse files

Missing Package

Adds missing package as 20.04 no longer installs net-tools for route add
by default.
parent 0ad86902
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@
password: osm2020
chpasswd: { expire: False }
ssh_pwauth: True
packages:
  - net-tools
runcmd:
  - route add -net 10.0.0.0/8 gw 172.21.251.254 
  - route add -net 172.21.0.0/16 gw 172.21.251.254