Merge "Support custom sequence of playbooks to run"

This commit is contained in:
Zuul 2018-05-05 04:12:17 +00:00 committed by Gerrit Code Review
commit d42212e7e0
1 changed files with 1 additions and 0 deletions

View File

@ -298,6 +298,7 @@ export NODES_FILE="${NODES_FILE}"
export TOCI_JOBTYPE="${TOCI_JOBTYPE}"
export EXTRA_VARS="\$EXTRA_VARS {% if dlrn_hash is defined or ('undercloud' in hostvars and 'dlrn_hash' in hostvars['undercloud']) %}--extra-vars dlrn_hash_tag={{ hostvars['undercloud'].dlrn_hash }}{% endif %} "
export REMAINING_TIME="$TIMEOUT"
export PLAYBOOKS=$PLAYBOOKS
EOF
{% if stable_release != '' %}