Use variable to setup source paths

Change-Id: I8f73749686257c2e5ce88861999999652e830cea
This commit is contained in:
Mohammed Naser 2020-05-23 23:31:22 -04:00
parent 30f0708473
commit 8917c32b33
2 changed files with 3 additions and 3 deletions
playbooks/functional
zuul.d

@ -56,9 +56,6 @@
name: write-devstack-local-conf
vars:
devstack_localrc: "{{ _devstack_localrc | combine(_devstack_localrc_extra) }}"
- name: Copy Zuul repo into devstack working directory
become: true
command: rsync -av src/opendev.org/vexxhost/openstack-operator /opt/stack
# Changes that run through devstack-tempest are likely to have an impact on
# the devstack part of the job, so we keep devstack in the main play to

@ -12,6 +12,9 @@
rabbit: false
devstack_plugins:
openstack-operator: https://opendev.org/vexxhost/openstack-operator
devstack_source_dirs:
- src/opendev.org/openstack
- src/opendev.org/vexxhost
docker_use_buildset_registry: true
minikube_dns_resolvers: [1.1.1.1, 8.8.8.8]