sahara-image-elements/roles/build-sahara-images-dib/defaults/main.yaml
Luigi Toscano 37d58c6d49 Image builder: better default path to the source code
By default, use the variable that always point to the source code
of sahara-image-elements in the zuul environment. This makes it
possible to use the role in other projects without passing
the path to the source code of sahara-image-elements.

Change-Id: I29811eaa0d783d7b89ce1cb3f635de0c8f3e79e3
2017-12-07 13:01:01 +01:00

5 lines
193 B
YAML

---
sahara_image_elements_src_dir: "{{ zuul.projects['git.openstack.org/openstack/sahara-image-elements'].src_dir }}"
sahara_build_directory: /var/tmp/sahara-image-build
sahara_plugin: vanilla