Set MNAIO to Ubuntu 18.04

All OSA releases since Stein require Ubuntu 18.4, hence
the MNAIO should select it by default

Change-Id: Ide20295f3acf22adade5dc6668b81b52c399259b
This commit is contained in:
Bjoern Teipel 2020-06-12 22:30:53 -05:00
parent bcff3ed9b7
commit dd531b8cb2

View File

@ -42,7 +42,7 @@ ansible-playbook -vv \
-e osa_branch=${OSA_BRANCH:-"master"} \
-e os_ops_branch=${OS_OPS_BRANCH:-"master"} \
-e default_network=${DEFAULT_NETWORK:-"eth0"} \
-e default_image=${DEFAULT_IMAGE:-"ubuntu-16.04-amd64"} \
-e default_image=${DEFAULT_IMAGE:-"ubuntu-18.04-amd64"} \
-e vm_disk_size=${VM_DISK_SIZE:-92160} \
-e http_proxy=${http_proxy:-''} \
-e run_osa=${RUN_OSA:-"true"} \