Miguel Grinberg cc5e81fb57 Do not install the extraroute plugin for heat
The extraroute plugin has been incorporated into the heat project,
it is not installed separately anymore.

Change-Id: Ieea909fbdc4dd5f72b52e8ace257e59173cf2eee
2015-06-01 11:12:29 -07:00

95 lines
4.4 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.
## Cinder service
cinder_git_repo: https://github.com/openstack/cinder
cinder_git_install_branch: e8d2a6e74bc26040329113daa3798e3dee81a972 # HEAD of "master" as of 12.05.2015
cinder_git_dest: "/opt/cinder_{{ cinder_git_install_branch | replace('/', '_') }}"
## Glance service
glance_git_repo: https://github.com/openstack/glance
glance_git_install_branch: 4efb56aae9288952bdb0d368a7c307e8524b80d8 # HEAD of "master" as of 12.05.2015
glance_git_dest: "/opt/glance_{{ glance_git_install_branch | replace('/', '_') }}"
## Heat service
heat_git_repo: https://github.com/openstack/heat
heat_git_install_branch: b02805bea5693346852086bcaa753a1c85ffa71f # HEAD of "master" as of 01.06.2015
heat_git_dest: "/opt/heat_{{ heat_git_install_branch | replace('/', '_') }}"
## Horizon service
horizon_git_repo: https://github.com/openstack/horizon
horizon_git_install_branch: 6f3d61241ac32f61e77562a7813e6fd9813a478c # HEAD of "master" as of 12.05.2015
horizon_git_dest: "/opt/horizon_{{ horizon_git_install_branch | replace('/', '_') }}"
## Keystone service
keystone_git_repo: https://github.com/openstack/keystone
keystone_git_install_branch: 344b4fea7ec3dd703cbcbd080c983759206d13f9 # HEAD of "master" as of 12.05.2015
keystone_git_dest: "/opt/keystone_{{ keystone_git_install_branch | replace('/', '_') }}"
## Neutron service
neutron_git_repo: https://github.com/openstack/neutron
neutron_git_install_branch: 2aa336aeb86b5ba4c2569f43242506813bf60e2d # HEAD of "master" as of 12.05.2015
neutron_git_dest: "/opt/neutron_{{ neutron_git_install_branch | replace('/', '_') }}"
neutron_lbaas_git_repo: https://github.com/openstack/neutron-lbaas
neutron_lbaas_git_install_branch: 74825a4b94d968e7ed768e5febe1dc12d5b57586 # HEAD of "master" as of 12.05.2015
neutron_lbaas_git_dest: "/opt/neutron_lbaas_{{ neutron_lbaas_git_install_branch | replace('/', '_') }}"
neutron_vpnaas_git_repo: https://github.com/openstack/neutron-vpnaas
neutron_vpnaas_git_install_branch: 5400931e658602fdde3dc2ce2e3a8512d22829ae # HEAD of "master" as of 12.05.2015
neutron_vpnaas_git_dest: "/opt/neutron_vpnaas_{{ neutron_vpnaas_git_install_branch | replace('/', '_') }}"
neutron_fwaas_git_repo: https://github.com/openstack/neutron-fwaas
neutron_fwaas_git_install_branch: b3dcd49842d081a61118a7273d0b5dbc92797ff0 # HEAD of "master" as of 12.05.2015
neutron_fwaas_git_dest: "/opt/neutron_fwaas_{{ neutron_fwaas_git_install_branch | replace('/', '_') }}"
## Nova service
nova_git_repo: https://github.com/openstack/nova
nova_git_install_branch: d56dd7d233dfafc9245bc0ad972fbfea9ece916f # HEAD of "master" as of 12.05.2015
nova_git_dest: "/opt/nova_{{ nova_git_install_branch | replace('/', '_') }}"
## Swift service
swift_git_repo: https://github.com/openstack/swift
swift_git_install_branch: 19fd9d6404f5fbb62abf1e36c559cf02895f90f1 # HEAD of "master" as of 12.05.2015
swift_git_dest: "/opt/swift_{{ swift_git_install_branch | replace('/', '_') }}"
## Tempest service
tempest_git_repo: https://github.com/openstack/tempest
tempest_git_install_branch: 8fba8d3f4647bd97ef9949454a58f0c6f1a3cfb1 # HEAD of "master" as of 12.05.2015
tempest_git_dest: "/opt/tempest_{{ tempest_git_install_branch | replace('/', '_') }}"