31a6de01f3
Provide support fot kolla dev mode in sahara. When 'kolla_dev_mode' or 'sahara_dev_mode' variables are enabled, source code of sahara project will be cloned and mounted automatically Partially implements: blueprint mount-sources Change-Id: I496ea4443ec8ffc4dc9d0f0d3e6a4514d16ed336 Co-Authored-By: zhulingjie <easyzlj@gmail.com>
7 lines
213 B
YAML
7 lines
213 B
YAML
---
|
|
- name: Cloning sahara source repository for development
|
|
git:
|
|
repo: "{{ sahara_git_repository }}"
|
|
dest: "{{ kolla_dev_repos_directory }}/{{ project_name }}"
|
|
update: "{{ sahara_dev_repos_pull }}"
|