![Will Szumski](/assets/img/avatar_default.png)
This allows us to use the Depends-On: syntax in future commits. Depends-On: https://review.opendev.org/#/c/618511/ Depends-On: https://github.com/stackhpc/ansible-role-libvirt-vm/pull/29 Change-Id: I4007edf0939d21115b0e2699857a4593cae30b74
16 lines
859 B
YAML
16 lines
859 B
YAML
---
|
|
|
|
# Variables shared between the playbooks
|
|
|
|
tenks_src_dir: "{{ ansible_env.HOME ~ '/' ~ zuul.projects['opendev.org/openstack/tenks'].src_dir }}"
|
|
stackhpc_libvirt_host_src_dir: >-
|
|
{{ ansible_env.HOME ~ '/' ~ zuul.projects['github.com/stackhpc/ansible-role-libvirt-host'].src_dir }}
|
|
stackhpc_libvirt_vm_src_dir: >-
|
|
{{ ansible_env.HOME ~ '/' ~ zuul.projects['github.com/stackhpc/ansible-role-libvirt-vm'].src_dir }}
|
|
upper_constraints_path: "{{ ansible_env.HOME ~ '/' ~ zuul.projects['opendev.org/openstack/requirements'].src_dir ~ '/upper-constraints.txt' }}"
|
|
tenks_venv: "{{ ansible_env.HOME ~ '/' ~ 'venv-tenks' }}"
|
|
config_dir: "{{ ansible_env.HOME ~ '/' ~ 'tenks-config' }}"
|
|
tenks_overrides_path: "{{ config_dir ~ '/' ~ 'tenks-overrides.yml' }}"
|
|
tenks_requirements_overrides_path: "{{ tenks_src_dir }}/requirements-overrides.yml"
|
|
logs_dir: "/tmp/logs"
|