Loading
scripts/vagrant: Create user netdev for openstack network
The openstack tests require to have one interface available under specific ip, 10.0.2.15. This ip is a first lease VM receives from the user network which is preconfigured in libvirt environment. Use this instead of defining completely separate network which by the very default will serve its own DHCP service as well. This may result in a cosmetic issues (e.g. two ips, static one and dynamic one on the interface) of having inconsistent config on the VM depending on how the net device is configured by the underlying distribution. Signed-off-by:Michal Berger <michalx.berger@intel.com> Change-Id: Ie3da26eebcfb0de668166c4a0120c65aec104540 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7441 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Maciej Szwed <maciej.szwed@intel.com> Reviewed-by:
Maciej Wawryk <maciejx.wawryk@intel.com>