Update default guideline to the latest
Recently we have published a new guideline, 2021.11, which supersedes 2020.11 one. Change-Id: Ie553dae62bb245c8dfe92b7f24c1462404a810e6
This commit is contained in:
parent
30c7a1301d
commit
81f3fdafe3
@ -23,7 +23,7 @@ deployment is working by passing refstack tests.
|
||||
| deployer_input | False | None | String | Pat to a deployer input file which will be used in tempest.conf generation step. |
|
||||
| dest_dir * | False | pwd | String | Local directory where the artifact files will be stored. |
|
||||
| download_artifacts | False | False | Bool | Whether artifacts should be downloaded to the host or not. They will be downloaded to dest_dir location.|
|
||||
| guideline | False | 2020.06 | String | Specific refstack guideline. |
|
||||
| guideline | False | 2021.11 | String | Specific refstack guideline. |
|
||||
| private_key_path_src * | False | None | String | If defined, the key defined by the param is copied to the targeted machine to private_key_path location.|
|
||||
| refstack_client_source | False | ~/.refstack-client | String | Destination where refstack-client will be cloned only if the dir doesn't exist or it's empty, otherwise it will be used as is.|
|
||||
| tempestconf_source | False | None | String | A path to python-tempestconf's source. If not defined, refstack-client's default is applied. |
|
||||
|
@ -16,7 +16,7 @@ download_artifacts: false
|
||||
dest_dir: "{{ lookup('env', 'PWD') }}"
|
||||
|
||||
# the latest guideline by default
|
||||
guideline: "2020.11"
|
||||
guideline: "2021.11"
|
||||
refstack_target_programs:
|
||||
- platform
|
||||
- compute
|
||||
|
Loading…
Reference in New Issue
Block a user