Add networks for local testing

The local testing was not working because it's not importing all of the
gate magic. This changes the test setup to ensure it has all of the
required bits.

Change-Id: I2940e8e0545678c0d6860f8e6fd1cf75cf9e1101
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2018-06-01 17:17:55 -05:00 committed by Kevin Carter (cloudnull)
parent 0046ccb266
commit 09d5e7e442
1 changed files with 11 additions and 0 deletions

View File

@ -85,15 +85,26 @@
- NetDev:
Name: dummy0
Kind: dummy
- NetDev:
Name: dummy1
Kind: dummy
- NetDev:
Name: br-mgmt
Kind: bridge
- NetDev:
Name: br-extra
Kind: bridge
systemd_networks:
- interface: "dummy0"
bridge: "br-mgmt"
- interface: "br-mgmt"
address: "172.29.236.100"
netmask: "255.255.255.0"
- interface: "dummy1"
bridge: "br-extra"
- interface: "br-extra"
address: "172.29.254.100"
netmask: "255.255.255.0"
tags:
- network-config