Add support for a nat-less libvirt deployment and multiple workers

This commit is contained in:
Jason DeTiberus
2021-03-17 16:32:18 -04:00
parent dbf51c823e
commit 21bc78b77d
2 changed files with 61 additions and 39 deletions

View File

@ -45,10 +45,12 @@ main() (
./setup.sh
setup_nat
if [[ ${TINKERBELL_CONFIGURE_NAT:=true} != "false" ]]; then
setup_nat
fi
secure_certs
configure_vagrant_user
)
main