d5f6d1cfe2
compute and object programs are part of platform program, if platform program is executed so that compute and object ones are - therefore it doesn't make sense to have them all in the defaults. Change-Id: I8d85333869c80c4071280b9a819b1fb3b804e624
36 lines
1.3 KiB
YAML
36 lines
1.3 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 - runs as part of platform program
|
|
# - object - runs as part of platform program
|
|
- 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
|