
Provide support for kolla dev mode in cinder. When 'kolla_dev_mode' or 'cinder_dev_mode' variables are enabled, source code of cinder project is cloned and bind mounted. Partially implements: blueprint mount-sources Change-Id: I9ccd395d076f9cc1ad4b51af9d22ba8b17fac1bc
7 lines
213 B
YAML
7 lines
213 B
YAML
---
|
|
- name: Cloning cinder source repository for development
|
|
git:
|
|
repo: "{{ cinder_git_repository }}"
|
|
dest: "{{ kolla_dev_repos_directory }}/{{ project_name }}"
|
|
update: "{{ cinder_dev_repos_pull }}"
|