This changes updates our releases within master to test out the latest services. Change-Id: I3c06c72f089008ed7590194d0d9d574cb865564b
121 lines
5.9 KiB
YAML
121 lines
5.9 KiB
YAML
---
|
|
# Copyright 2014, Rackspace US, Inc.
|
|
#
|
|
# 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.
|
|
|
|
|
|
## NOTICE on items in this file:
|
|
## * If you use anything in the *._git_install_branch field that is not a TAG
|
|
## make sure to leave an in-line comment as to "why".
|
|
|
|
## For the sake of anyone else editing this file:
|
|
## * If you add clients to this file please do so in alphabetical order.
|
|
## * Every entry should be name spaced with the name of the client followed by an "_"
|
|
## * All items with this file should be separated by `name_` note that the name of the
|
|
## package should be one long name with no additional `_` separating it.
|
|
|
|
## Barbican client
|
|
barbicanclient_git_repo: https://github.com/openstack/python-barbicanclient
|
|
barbicanclient_git_install_branch: e3431cd818de996f57528bb2f6127d192a886ec4 # HEAD of "master" as of 08.06.2015
|
|
barbicanclient_git_dest: "/opt/barbicanclient_{{ barbicanclient_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Ceilometer client
|
|
ceilometerclient_git_repo: https://github.com/openstack/python-ceilometerclient
|
|
ceilometerclient_git_install_branch: 662a4642046ff86fefb56e89bfe269ff6b8bf100 # HEAD of "master" as of 08.06.2015
|
|
ceilometerclient_git_dest: "/opt/ceilometerclient_{{ ceilometerclient_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Cinder client
|
|
cinderclient_git_repo: https://github.com/openstack/python-cinderclient
|
|
cinderclient_git_install_branch: 91bf760989a6c992918d6eadb038d7265ea18287 # HEAD of "master" as of 08.06.2015
|
|
cinderclient_git_dest: "/opt/cinderclient_{{ cinderclient_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Designate client
|
|
designateclient_git_repo: https://github.com/openstack/python-designateclient
|
|
designateclient_git_install_branch: 1548cb1af60f25c4a535251caa01089c80a0b416 # HEAD of "master" as of 08.06.2015
|
|
designateclient_git_dest: "/opt/designateclient_{{ designateclient_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Glance client
|
|
glanceclient_git_repo: https://github.com/openstack/python-glanceclient
|
|
glanceclient_git_install_branch: dfa98ab04c7fb7260b25e92af18caa2a016698c6 # HEAD of "master" as of 08.06.2015
|
|
glanceclient_git_dest: "/opt/glanceclient_{{ glanceclient_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Heat client
|
|
heatclient_git_repo: https://github.com/openstack/python-heatclient
|
|
heatclient_git_install_branch: 296c8c2a73b936ce1cfc205f447ecc6a8183ebd3 # HEAD of "master" as of 08.06.2015
|
|
heatclient_git_dest: "/opt/heatclient_{{ heatclient_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
# Ironic client
|
|
ironicclient_git_repo: https://github.com/openstack/python-ironicclient
|
|
ironicclient_git_install_branch: 01d2520788a1effb66fa6009fc8c8b4e38aace28 # HEAD of "master" as of 08.06.2015
|
|
ironicclient_git_dest: "/opt/ironicclient_{{ ironicclient_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
# Keystone client
|
|
keystoneclient_git_repo: https://github.com/openstack/python-keystoneclient
|
|
keystoneclient_git_install_branch: 7f407488cefd9668b31df6b4050209438675a95f # HEAD of "master" as of 08.06.2015
|
|
keystoneclient_git_dest: "/opt/keystoneclient_{{ keystoneclient_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Neutron client
|
|
neutronclient_git_repo: https://github.com/openstack/python-neutronclient
|
|
neutronclient_git_install_branch: 7eb3241650ad87d2f6ca5aa45b3a2415eafe7207 # HEAD of "master" as of 08.06.2015
|
|
neutronclient_git_dest: "/opt/neutronclient_{{ neutronclient_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Nova client
|
|
novaclient_git_repo: https://github.com/openstack/python-novaclient
|
|
novaclient_git_install_branch: 773eea811df7be3dcb73dc2ae16354b172f442c6 # HEAD of "master" as of 08.06.2015
|
|
novaclient_git_dest: "/opt/novaclient_{{ novaclient_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## OpenStack client
|
|
openstackclient_git_repo: https://github.com/openstack/python-openstackclient
|
|
openstackclient_git_install_branch: 7cf779004e5e9eab9abee8d8a5bc2db3dfa8bd5d # HEAD of "master" as of 08.06.2015
|
|
openstackclient_git_dest: "/opt/openstackclient_{{ openstackclient_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Sahara client
|
|
saharaclient_git_repo: https://github.com/openstack/python-saharaclient
|
|
saharaclient_git_install_branch: 963d8ce6bbdfa151defe6702c8d0c31300607c03 # HEAD of "master" as of 08.06.2015
|
|
saharaclient_git_dest: "/opt/saharaclient_{{ saharaclient_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Swift client
|
|
swiftclient_git_repo: https://github.com/openstack/python-swiftclient
|
|
swiftclient_git_install_branch: ec3e2ab3a099b1276ae5d87fda936567f64423dc # HEAD of "master" as of 08.06.2015
|
|
swiftclient_git_dest: "/opt/swiftclient_{{ swiftclient_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Trove client
|
|
troveclient_git_repo: https://github.com/openstack/python-troveclient
|
|
troveclient_git_install_branch: e586689e0890da00f29a474b35a8e3537654b72e # HEAD of "master" as of 08.06.2015
|
|
troveclient_git_dest: "/opt/troveclient_{{ troveclient_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Tuskar client
|
|
tuskarclient_git_repo: https://github.com/openstack/python-tuskarclient
|
|
tuskarclient_git_install_branch: 47fdee09d06d80b523ab6e68fb7ebb93074b4659 # HEAD of "master" as of 08.06.2015
|
|
tuskarclient_git_dest: "/opt/tuskarclient_{{ tuskarclient_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Zaqar client
|
|
zaqarclient_git_repo: https://github.com/openstack/python-zaqarclient
|
|
zaqarclient_git_install_branch: 09de9ee38127c4cea67553881fa71991df4d9e37 # HEAD of "master" as of 08.06.2015
|
|
zaqarclient_git_dest: "/opt/zaqarclient_{{ zaqarclient_git_install_branch | replace('/', '_') }}"
|