kolla-ansible/ansible/roles/solum/tasks/clone.yml
caoyuan a71e90584a Provide support for solum dev mode in kolla
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: If241033d8c94c13f980fc3cc322f198187d64a21
2018-06-25 03:08:45 +00:00

7 lines
210 B
YAML

---
- name: Cloning solum source repository for development
git:
repo: "{{ solum_git_repository }}"
dest: "{{ kolla_dev_repos_directory }}/{{ project_name }}"
update: "{{ solum_dev_repos_pull }}"