828d176dd5
This patch adds possibility to specify the branch for both ironic-inspector and python-ironic-inspector-client. Depends-on: Ia587fce79b8ba4cd48df8c069c0645db832e9606 Closes-bug: #1618645 Change-Id: I2a868ea38c1a70e5b855ed00ea4a301b039085a8
45 lines
1.5 KiB
YAML
45 lines
1.5 KiB
YAML
# Copyright (c) 2015 Hewlett-Packard Development Company, L.P.
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
# implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
---
|
|
- include: git.yml
|
|
git_url="{{ ironic_git_url }}"
|
|
git_folder="{{ ironic_git_folder }}"
|
|
git_branch="{{ ironic_git_branch }}"
|
|
|
|
- include: git.yml
|
|
git_url="{{ ironicclient_git_url }}"
|
|
git_folder="{{ ironicclient_git_folder }}"
|
|
git_branch="{{ ironicclient_git_branch }}"
|
|
|
|
- include: git.yml
|
|
git_url="{{ shade_git_url }}"
|
|
git_folder="{{ shade_git_folder }}"
|
|
git_branch="{{ shade_git_branch }}"
|
|
|
|
- include: git.yml
|
|
git_url="{{ dib_git_url }}"
|
|
git_folder="{{ dib_git_folder }}"
|
|
git_branch="{{ dib_git_branch }}"
|
|
|
|
- include: git.yml
|
|
git_url="{{ ironicinspector_git_url }}"
|
|
git_folder="{{ ironicinspector_git_folder }}"
|
|
git_branch="{{ ironicinspector_git_branch }}"
|
|
|
|
- include: git.yml
|
|
git_url="{{ ironicinspectorclient_git_url }}"
|
|
git_folder="{{ ironicinspectorclient_git_folder }}"
|
|
git_branch="{{ ironicinspectorclient_git_branch }}"
|