Fix default deploy where undercloud install scripts are not installed.

It seems this tag (undercloud-scripts) is not there in default option
and hence the undercloud-install.sh is not created on the undercloud.

Refer https://goo.gl/bbbw8j

Fixes LP Bug #1736859

Change-Id: I222ca7c3b6743fa3255bd9d2e99285cec18d43d3
This commit is contained in:
Sanjay Upadhyay 2017-12-07 16:01:41 +05:30
parent 143d083158
commit 1cc9a8eb84
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
# or even ansible modules
LANG=C
DEFAULT_OPT_TAGS="untagged,provision,environment,libvirt,undercloud-inventory,overcloud-scripts,undercloud-install,undercloud-post-install,tripleoui-validate"
DEFAULT_OPT_TAGS="untagged,provision,environment,libvirt,undercloud-scripts,undercloud-inventory,overcloud-scripts,undercloud-install,undercloud-post-install,tripleoui-validate"
ZUUL_CLONER=/usr/zuul-env/bin/zuul-cloner
: ${OPT_BOOTSTRAP:=0}