c3c7b4827e
Provide support for kolla dev mode in mistral. When 'kolla_dev_mode' or 'mistral_dev_mode' variables are enabled, source code of mistral project is cloned and bind mounted. Partially implements: blueprint mount-sources Co-Authored-By: chenqiaomin <chen.qiaomin@99cloud.net> Change-Id: I6e5f9b1a6b35dbb672905987e715cae4bf10af7f
7 lines
216 B
YAML
7 lines
216 B
YAML
---
|
|
- name: Cloning mistral source repository for development
|
|
git:
|
|
repo: "{{ mistral_git_repository }}"
|
|
dest: "{{ kolla_dev_repos_directory }}/{{ project_name }}"
|
|
update: "{{ mistral_dev_repos_pull }}"
|