virtual-deployment/virtualbox/pybox/helper
Daniel Caires 132113d247 Create NatNetwork if it doesn't exists
Before creating the labs, the code tries
to create the NatNetwork, if it already exists
it skips, if it doesn't it creates the NatNet
using the subnet defined in the localhost.yaml as CIDR.

Test Plan:
PASS: If NatNetwork doesn't exists, it is successfully created
PASS: If NatNetwork exists with different IP for CIDR, installation
is terminated.

Story: 2005051
Task: 48920

Change-Id: I80e361e66c5a936da019aa55ff7aa26643819b6f
Signed-off-by: Daniel Caires <daniel.caires@encora.com>
2023-10-31 09:48:27 -03:00
..
tests Review LOG levels 2023-09-25 12:24:55 +00:00
__init__.py Python-based installer for StarlingX 2019-05-10 12:48:49 -04:00
host_helper.py Review LOG levels 2023-09-25 12:24:55 +00:00
install_lab.py Review LOG levels 2023-09-25 12:24:55 +00:00
vboxmanage.py Create NatNetwork if it doesn't exists 2023-10-31 09:48:27 -03:00