caoyuan 7215a537c7 dev mode: Add support for barbican
Provide support fot kolla dev mode in barbican. When
'kolla_dev_mode' or 'barbican_dev_mode' variables are
enabled, source code of barbican project is cloned
and bindmounted.

Partially implements: blueprint mount-sources

Change-Id: I8d48c43cf599548b4536285759ed0078f359538e
2018-05-17 10:21:22 +00:00

7 lines
219 B
YAML

---
- name: Cloning barbican source repository for development
git:
repo: "{{ barbican_git_repository }}"
dest: "{{ kolla_dev_repos_directory }}/{{ project_name }}"
update: "{{ barbican_dev_repos_pull }}"