Merge "Add a blank baremetal_hosts file and skip_tags options"

This commit is contained in:
Zuul 2019-03-01 20:02:49 +00:00 committed by Gerrit Code Review
commit ff8ab85c2d
3 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,12 @@ tripleo_quickstart_dir: "{{ ansible_user_dir }}/{{ zuul.projects['git.openstack.
vxlan_vars: "-e toci_vxlan_networking='false' -e vxlan_networking='false'"
extra_vars: ""
job_featureset_file: "{{ tripleo_quickstart_dir }}/config/general_config/featureset{{ featureset }}.yml"
skip_tags_list: >-
{% if environment_type == 'baremetal' -%}
tripleo-validations
{%- else -%}
tripleo-validations,teardown-all
{%- endif -%}
featureset_conf: >-
{% if common_featureset is defined -%}

View File

@ -17,7 +17,7 @@ export DEFAULT_ARGS="--extra-vars local_working_dir=$LOCAL_WORKING_DIR \
--inventory $LOCAL_WORKING_DIR/hosts \
--extra-vars tripleo_root={{ tripleo_root }} \
--extra-vars working_dir=$WORKING_DIR \
--skip-tags "tripleo-validations,teardown-all" \
--skip-tags "{{ skip_tags_list }}" \
"
# --install-deps arguments installs deps and then quits, no other arguments are