Martin Kopec f4a790f5ab 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
2022-08-23 11:48:55 +02:00

36 lines
1.2 KiB
YAML

---
# if the dir doesn't exist or if it's empty refstack-client will be cloned
# there, otherwise the role assumes that's the refstack-client a user wanna
# execute (mainly used in CI for Zuul jobs to test the changes)
refstack_client_source: "~/.refstack-client"
# default refstack-client version used is the master
refstack_client_version: "HEAD"
# it will upload the result of the refstack-client to the server
# (refstack server by default, see server variable)
upload_results: false
server: "https://refstack.openstack.org/api"
download_artifacts: false
# Local directory where the files will be stored
dest_dir: "{{ lookup('env', 'PWD') }}"
# the latest guideline by default
guideline: "2022.06"
refstack_target_programs:
- platform
- compute
- object
- dns
- orchestration
- shared_file_system
refstack_tempest_plugins:
manila: master
# pin designate-tempest-plugin as the master version is not compatible
# with the tempest version refstack-client uses by default
designate: dcfa7c0372e41dd7a7c208ce04209f978de6539a
heat: master
url_cirros_image: "https://download.cirros-cloud.net/0.5.2/cirros-0.5.2-x86_64-disk.img"
# a concurrency accounts.yaml file is generated with by tempest
tempest_account_concurrency: 3