Include nested_virt in default opt tags

https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/782020
enables nested virt for standalone octavia jobs. In order to run it
via quickstart, it adds the nested_virt tag to default opt tags.

Depends-On: https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/782020

Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
Change-Id: I9116b37128919e3c6c3114a7ce87c0982ff033ae
This commit is contained in:
Chandan Kumar (raukadah) 2021-04-01 15:02:53 +05:30 committed by chandan kumar
parent 8a15c2d026
commit 7cc521a93c
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ exec &> >(tee -i -a _quickstart.log )
# or even ansible modules
LANG=C
DEFAULT_OPT_TAGS="untagged,provision,environment,libvirt,undercloud-scripts,undercloud-inventory,overcloud-scripts,undercloud-setup,undercloud-install,undercloud-post-install,tripleoui-validate,notest"
DEFAULT_OPT_OVERCLOUD_PREP_TAGS="overcloud-prep-config,overcloud-prep-images,overcloud-prep-flavors,overcloud-prep-containers,overcloud-prep-network,overcloud-scripts,overcloud-ssl"
DEFAULT_OPT_TAGS="untagged,provision,environment,libvirt,undercloud-scripts,undercloud-inventory,overcloud-scripts,undercloud-setup,undercloud-install,undercloud-post-install,tripleoui-validate,notest,nested_virt"
DEFAULT_OPT_OVERCLOUD_PREP_TAGS="overcloud-prep-config,overcloud-prep-images,overcloud-prep-flavors,overcloud-prep-containers,overcloud-prep-network,overcloud-scripts,overcloud-ssl,nested_virt"
ZUUL_CLONER=/usr/zuul-env/bin/zuul-cloner
: ${OPT_BOOTSTRAP:=0}