edb3489820
Qinling is an OpenStack project to provide "Function as a Service". This project aims to provide a platform to support serverless functions. Change-Id: I239a0130f8c8b061b531dab530d65172b0914d7c Implements: blueprint ansible-qinling-support Story: 2005760 Task: 33468
8 lines
260 B
YAML
8 lines
260 B
YAML
---
|
|
- name: Cloning qinling source repository for development
|
|
git:
|
|
repo: "{{ qinling_git_repository }}"
|
|
dest: "{{ kolla_dev_repos_directory }}/{{ project_name }}"
|
|
update: "{{ qinling_dev_repos_pull }}"
|
|
version: "{{ qinling_source_version }}"
|