Merge "Add option to pin the version on OVB repo"

This commit is contained in:
Jenkins 2017-07-27 01:18:38 +00:00 committed by Gerrit Code Review
commit 39d7227c11
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
---
release: newton
release: master
ovb_repo_version: master
node:
prefix:

View File

@ -14,7 +14,7 @@
git:
repo: https://github.com/cybertron/openstack-virtual-baremetal.git
dest: "{{ local_working_dir }}/openstack-virtual-baremetal"
version: master
version: "{{ ovb_repo_version }}"
- include: ovb-cleanup-stacks-keypairs.yml
when: cleanup_stacks_keypairs|bool

View File

@ -3,7 +3,7 @@
git:
repo: https://github.com/cybertron/openstack-virtual-baremetal.git
dest: "{{ local_working_dir }}/openstack-virtual-baremetal"
version: master
version: "{{ ovb_repo_version }}"
- name: copy clouds.yaml file
template: