debdb4b961
This review contains the following changes and references work from [1]: DRY_RUN, STATS_* and COLLECT_CONF vars: The dryrun ansible var will not be defined by default, only manually defined at reproducer and similar. - PLAYBOOK_DRY_RUN -> <job config>:dryrun The STATS_ vars will be re-implemented after TOCI refactoring featureset related: It does the following move to ansible: - FEATURESET_FILE -> common.yaml:job_featureset_file - FEATURESET_CONF -> common.yaml:featureset_conf (job_featureset_file + featureset-multinode-common.yml) -> ovb.yaml:featureset_conf (job_featureset_file) overrides common.yaml Also add additional ansible variables: - multinode_featureset_file: to point to tq featureset-multinode-common.yaml - tripleo_quickstart_dir: to point to tq dir at tripleo_root - common_featureset_conf to have the --extra-vars for the featurset_file Replace toci ENV_VARS by ansible env_vars: This move the ENV_VARS to the different environment_type yaml config files. It also implements there the check if it's running in RDO, to add the extra config for it. Also note that RHCLOUD env variable has being removed, and harcoded the use with "rdocloud". Move nodes_file and nodes_args to common.yaml: As part of [1] task, we do the following move from toci bash environment variables: - NODES_FILE -> common.yaml:nodes_file - NODES_ARGS -> common.yaml:nodes_args NODES_FILE exported for the reproducer (will be addressed in a separate change) [1] https://trello.com/c/AerVRkBH/887-replace-bash-environment-variables-in-tociquickstartsh-with-ansible-variables-from-zuul-inventory-or-zuul-job-config-s17 Change-Id: I786ef968953e2bff34939c15c16a01f10130d2aa
Symbolic link
1 line
22 B
YAML
Symbolic link
1 line
22 B
YAML
multinode-rdocloud.yml |