Takashi Kajinami 61238bb43b Re-enable orchestration tests
This partially reverts commit 30c7a1301dd3925a64e6807642c55d82d1382d12
and re-enable Heat tests, since the issue caused by the latest gabbi
was fixed by pin[1].

[1] https://review.opendev.org/c/openstack/requirements/+/825044

Change-Id: Ie3da8fa0cf2d507c7c17f7e1bc4f4c732dcaf476
2022-01-19 12:01:44 +09: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: "2021.11"
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