211 lines
10 KiB
YAML
211 lines
10 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 services 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.
|
|
|
|
|
|
### Before this is shipped all of these services should have a tag set as the branch,
|
|
### or have a comment / reason attached to them as to why a tag can not work.
|
|
|
|
|
|
## Global Requirements
|
|
requirements_git_repo: https://git.openstack.org/openstack/requirements
|
|
requirements_git_install_branch: 898a3f146b3475662d8d155cd9193d115f7cee45 # HEAD of "master" as of 04.11.2016
|
|
requirements_git_dest: "/opt/requirements_{{ requirements_git_install_branch | replace('/', '_') }}"
|
|
|
|
|
|
## Aodh service
|
|
aodh_git_repo: https://git.openstack.org/openstack/aodh
|
|
aodh_git_install_branch: 8bf672ede71c3ba7382ee9202b339aeeb60ac869 # HEAD of "master" as of 04.11.2016
|
|
aodh_git_dest: "/opt/aodh_{{ aodh_git_install_branch | replace('/', '_') }}"
|
|
aodh_git_project_group: aodh_all
|
|
|
|
|
|
## Barbican service
|
|
barbican_git_repo: https://git.openstack.org/openstack/barbican
|
|
barbican_git_install_branch: 6134ec02f5cc4f5d6bf999a1494fedca02d6707a # HEAD of "master" as of 04.11.2016
|
|
barbican_git_dest: "/opt/barbican_{{ barbican_git_install_branch | replace('/', '_') }}"
|
|
barbican_git_project_group: barbican_all
|
|
|
|
|
|
## Ceilometer service
|
|
ceilometer_git_repo: https://git.openstack.org/openstack/ceilometer
|
|
ceilometer_git_install_branch: 24e71595a44c2eaf64bb0fa38ab8968e60535114 # HEAD of "master" as of 04.11.2016
|
|
ceilometer_git_dest: "/opt/ceilometer_{{ceilometer_git_install_branch | replace('/', '_') }}"
|
|
ceilometer_git_project_group: ceilometer_all
|
|
|
|
|
|
## Cinder service
|
|
cinder_git_repo: https://git.openstack.org/openstack/cinder
|
|
cinder_git_install_branch: 6aceda61b7a061aabfbf570ad6d7bca4880345c5 # HEAD of "master" as of 04.11.2016
|
|
cinder_git_dest: "/opt/cinder_{{ cinder_git_install_branch | replace('/', '_') }}"
|
|
cinder_git_project_group: cinder_all
|
|
|
|
|
|
## Designate service
|
|
designate_git_repo: https://git.openstack.org/openstack/designate
|
|
designate_git_install_branch: 7dd477815ebea4f7cdf230dec7f2a3e19605a3bb # HEAD of "master" as of 12.10.2016
|
|
designate_git_dest: "/opt/designate_{{ designate_git_install_branch | replace('/', '_') }}"
|
|
designate_git_project_group: designate_all
|
|
|
|
|
|
## Horizon Designate dashboard plugin
|
|
designate_dashboard_git_repo: https://git.openstack.org/openstack/designate-dashboard
|
|
designate_dashboard_git_install_branch: a0dc4f3eee859a4d5e836607ee952a743643b3d4 # HEAD of "master" as of 10.11.2016
|
|
designate_dashboard_git_dest: "/opt/designate_dashboard_{{ designate_dashboard_git_install_branch | replace('/', '_') }}"
|
|
designate_dashboard_git_project_group: horizon_all
|
|
|
|
|
|
## Glance service
|
|
glance_git_repo: https://git.openstack.org/openstack/glance
|
|
glance_git_install_branch: d1939eb86ff4b04dab7eb6a84af93a90c5002518 # HEAD of "master" as of 04.11.2016
|
|
glance_git_dest: "/opt/glance_{{ glance_git_install_branch | replace('/', '_') }}"
|
|
glance_git_project_group: glance_all
|
|
|
|
|
|
## Heat service
|
|
heat_git_repo: https://git.openstack.org/openstack/heat
|
|
heat_git_install_branch: c3c3635015401ee29878bd6d2b5e7e23216f8699 # HEAD of "master" as of 04.11.2016
|
|
heat_git_dest: "/opt/heat_{{ heat_git_install_branch | replace('/', '_') }}"
|
|
heat_git_project_group: heat_all
|
|
|
|
|
|
## Horizon service
|
|
horizon_git_repo: https://git.openstack.org/openstack/horizon
|
|
horizon_git_install_branch: 7ed28655025cfb16e4d1cca868ed971bd5c2f9fe # HEAD of "master" as of 04.11.2016
|
|
horizon_git_dest: "/opt/horizon_{{ horizon_git_install_branch | replace('/', '_') }}"
|
|
horizon_git_project_group: horizon_all
|
|
|
|
## Horizon Ironic dashboard plugin
|
|
ironic_dashboard_git_repo: https://git.openstack.org/openstack/ironic-ui
|
|
ironic_dashboard_git_install_branch: 143222d3bff043261a677217aea3c87ce9fd1e5b # HEAD of "master" as of 04.11.2016
|
|
ironic_dashboard_git_dest: "/opt/ironic_dashboard_{{ ironic_dashboard_git_install_branch | replace('/', '_') }}"
|
|
ironic_dashboard_git_project_group: horizon_all
|
|
|
|
## Horizon Magnum dashboard plugin
|
|
magnum_dashboard_git_repo: https://git.openstack.org/openstack/magnum-ui
|
|
magnum_dashboard_git_install_branch: 5daacca1582c43775a0be37b31873f81d3a643d9 # HEAD of "master" as of 04.11.2016
|
|
magnum_dashboard_git_dest: "/opt/magnum_dashboard_{{ magnum_dashboard_git_install_branch | replace('/', '_') }}"
|
|
magnum_dashboard_git_project_group: horizon_all
|
|
|
|
## Horizon LBaaS dashboard plugin
|
|
neutron_lbaas_dashboard_git_repo: https://git.openstack.org/openstack/neutron-lbaas-dashboard
|
|
neutron_lbaas_dashboard_git_install_branch: 8f1df3fcb8459a9cda178db846ade987404904c9 # HEAD of "master" as of 04.11.2016
|
|
neutron_lbaas_dashboard_git_dest: "/opt/neutron_lbaas_dashboard_{{ neutron_lbaas_dashboard_git_install_branch | replace('/', '_') }}"
|
|
neutron_lbaas_dashboard_git_project_group: horizon_all
|
|
|
|
## Horizon Sahara dashboard plugin
|
|
sahara_dashboard_git_repo: https://git.openstack.org/openstack/sahara-dashboard
|
|
sahara_dashboard_git_install_branch: fd61b9817ff68d009d9e25993c8cebc220d3ebab # HEAD of "master" as of 04.11.2016
|
|
sahara_dashboard_git_dest: "/opt/sahara_dashboard_{{ sahara_dashboard_git_install_branch | replace('/', '_') }}"
|
|
sahara_dashboard_git_project_group: horizon_all
|
|
|
|
|
|
## Keystone service
|
|
keystone_git_repo: https://git.openstack.org/openstack/keystone
|
|
keystone_git_install_branch: c75f83699e2a980693ad58daa114f203eaf4c622 # HEAD of "master" as of 04.11.2016
|
|
keystone_git_dest: "/opt/keystone_{{ keystone_git_install_branch | replace('/', '_') }}"
|
|
keystone_git_project_group: keystone_all
|
|
|
|
|
|
## Neutron service
|
|
neutron_git_repo: https://git.openstack.org/openstack/neutron
|
|
neutron_git_install_branch: 02b0f87fde249ff2fbb6a32c1b265924c1e2185a # HEAD of "master" as of 04.11.2016
|
|
neutron_git_dest: "/opt/neutron_{{ neutron_git_install_branch | replace('/', '_') }}"
|
|
neutron_git_project_group: neutron_all
|
|
|
|
neutron_lbaas_git_repo: https://git.openstack.org/openstack/neutron-lbaas
|
|
neutron_lbaas_git_install_branch: d8fd4536ff2a138df5e03b69ef1853b613c4ba4a # HEAD of "master" as of 04.11.2016
|
|
neutron_lbaas_git_dest: "/opt/neutron_lbaas_{{ neutron_lbaas_git_install_branch | replace('/', '_') }}"
|
|
neutron_lbaas_git_project_group: neutron_agent
|
|
|
|
neutron_vpnaas_git_repo: https://git.openstack.org/openstack/neutron-vpnaas
|
|
neutron_vpnaas_git_install_branch: 53236e36f5873a2dc1fc0e8ee97c5ce46369209f # HEAD of "master" as of 04.11.2016
|
|
neutron_vpnaas_git_dest: "/opt/neutron_vpnaas_{{ neutron_vpnaas_git_install_branch | replace('/', '_') }}"
|
|
neutron_vpnaas_git_project_group: neutron_agent
|
|
|
|
neutron_fwaas_git_repo: https://git.openstack.org/openstack/neutron-fwaas
|
|
neutron_fwaas_git_install_branch: 7be3a8ff9fb07985d2c671410f47a2bf1da27d85 # HEAD of "master" as of 04.11.2016
|
|
neutron_fwaas_git_dest: "/opt/neutron_fwaas_{{ neutron_fwaas_git_install_branch | replace('/', '_') }}"
|
|
neutron_fwaas_git_project_group: neutron_agent
|
|
|
|
neutron_dynamic_routing_git_repo: https://git.openstack.org/openstack/neutron-dynamic-routing
|
|
neutron_dynamic_routing_git_install_branch: e383b7d63524b0196673e10fdb615771ba574c61 # HEAD of "master" as of 04.11.2016
|
|
neutron_dynamic_routing_git_dest: "/opt/neutron_dynamic_routing_{{ neutron_dynamic_routing_git_install_branch | replace('/', '_') }}"
|
|
neutron_dynamic_routing_git_project_group: neutron_agent
|
|
|
|
|
|
## Nova service
|
|
nova_git_repo: https://git.openstack.org/openstack/nova
|
|
nova_git_install_branch: 5a81b00e6b2adba2a380b90e402ff391d64ea6a5 # HEAD of "master" as of 04.11.2016
|
|
nova_git_dest: "/opt/nova_{{ nova_git_install_branch | replace('/', '_') }}"
|
|
nova_git_project_group: nova_all
|
|
|
|
|
|
## PowerVM Virt Driver
|
|
nova_powervm_git_repo: https://git.openstack.org/openstack/nova-powervm
|
|
nova_powervm_git_install_branch: 140ebfda2538540ae693c9aa937cfc95d2f947d9 # HEAD of "master" as of 04.11.2016
|
|
nova_powervm_git_dest: "/opt/nova_powervm_{{ nova_powervm_git_install_branch | replace('/', '_') }}"
|
|
nova_powervm_git_project_group: nova_compute
|
|
|
|
|
|
## LXD Virt Driver
|
|
nova_lxd_git_repo: https://git.openstack.org/openstack/nova-lxd
|
|
nova_lxd_git_install_branch: 2a85329ed9b875af65e06638614937dba85f756d # HEAD of "master" as of 04.11.2016
|
|
nova_lxd_git_dest: "/opt/nova_lxd_{{ nova_lxd_git_install_branch | replace('/', '_') }}"
|
|
nova_lxd_git_project_group: nova_compute
|
|
|
|
|
|
## Sahara service
|
|
sahara_git_repo: https://git.openstack.org/openstack/sahara
|
|
sahara_git_install_branch: c566fbb752890d3929697ffa728310a5b960b533 # HEAD of "master" as of 04.11.2016
|
|
sahara_git_dest: "/opt/sahara_{{ sahara_git_install_branch | replace('/', '_') }}"
|
|
sahara_git_project_group: sahara_all
|
|
|
|
|
|
## Swift service
|
|
swift_git_repo: https://git.openstack.org/openstack/swift
|
|
swift_git_install_branch: a4d77d918d99dfa8a1e7f1b0561769a17ba64932 # HEAD of "master" as of 04.11.2016
|
|
swift_git_dest: "/opt/swift_{{ swift_git_install_branch | replace('/', '_') }}"
|
|
swift_git_project_group: swift_all
|
|
|
|
|
|
## Ironic service
|
|
ironic_git_repo: https://git.openstack.org/openstack/ironic
|
|
ironic_git_install_branch: 56b399fab744b99df816b43bae43e1b2929daa62 # HEAD of "master" as of 04.11.2016
|
|
ironic_git_dest: "/opt/ironic_{{ ironic_git_install_branch | replace('/', '_') }}"
|
|
ironic_git_project_group: ironic_all
|
|
|
|
## Magnum service
|
|
magnum_git_repo: https://git.openstack.org/openstack/magnum
|
|
magnum_git_install_branch: 71ce4851e4d91605e8f0ccec745ca3aaf99577e7 # HEAD of "master" as of 04.11.2016
|
|
magnum_git_dest: "/opt/magnum_{{ magnum_git_install_branch | replace('/', '_') }}"
|
|
magnum_git_project_group: magnum_all
|
|
|
|
## Trove service
|
|
trove_git_repo: https://git.openstack.org/openstack/trove
|
|
trove_git_install_branch: 1b2f42dc3d7290d92f8203587a0adcfbd146e00f # HEAD of "master" as of 04.11.2016
|
|
trove_git_dest: "/opt/trove_{{ trove_git_install_branch | replace('/', '_') }}"
|
|
trove_git_project_group: trove_all
|