Update default guideline to 2022.06
Recently we have released a new guideline, 2022.06, this commit changes the default guideline used by this ansible role. Change-Id: Ibdfc95a2397fd9110533f91527a05352f20ee79f
This commit is contained in:
parent
57c9b6f2f5
commit
f4a790f5ab
@ -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 | 2021.11 | String | Specific refstack guideline. |
|
||||
| guideline | False | 2022.06 | String | Specific refstack guideline. |
|
||||
| openstack_node | False | tester | String | OpenStack node ansible-role-refstack-client will be executed on. |
|
||||
| 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. Variable contains either a local path (the path on a machine, the playbook is executed from) or link to remote location from which the key will be downloaded.|
|
||||
| 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.|
|
||||
|
@ -16,7 +16,7 @@ download_artifacts: false
|
||||
dest_dir: "{{ lookup('env', 'PWD') }}"
|
||||
|
||||
# the latest guideline by default
|
||||
guideline: "2021.11"
|
||||
guideline: "2022.06"
|
||||
refstack_target_programs:
|
||||
- platform
|
||||
- compute
|
||||
|
Loading…
Reference in New Issue
Block a user