be3dc2f767
Add a possibility to mount sources as volumes to containers, in "more than documentation" way. That will let us to use kolla as a replacement for devstack. Partially implements: blueprint mount-sources Change-Id: I4fe7bf54ad6aaeca75e1b56172a11bb6e00b1539
7 lines
213 B
YAML
7 lines
213 B
YAML
---
|
|
- name: Cloning manila source repository for development
|
|
git:
|
|
repo: "{{ manila_git_repository }}"
|
|
dest: "{{ kolla_dev_repos_directory }}/{{ project_name }}"
|
|
update: "{{ manila_dev_repos_pull }}"
|