Use stable/kilo instead of proposed/kilo
Despite some projects only cutting a proposed/kilo yesterday, the branch seems to be gone across all projects (replaced with stable/kilo). This change updates openstack_services.yml to use stable/kilo where we were previously pointed at proposed/kilo. Additionally, we update requirements_git_install_branch in openstack_services.yml to point at stable/kilo also. Partially implements: blueprint master-kilofication Change-Id: I668dd9a65ad821d148b7e6e652ea3ad3f3874ac8
This commit is contained in:
parent
41741bd099
commit
0ab205bcdb
@ -32,7 +32,7 @@ glancestore_git_dest: "/opt/glancestore_{{ glancestore_git_repo | replace('/', '
|
||||
|
||||
## Global Requirements
|
||||
requirements_git_repo: https://github.com/openstack/requirements
|
||||
requirements_git_install_branch: 05d010e5e2f90443d9b09feb5c9e7832cc9160a5 # SHA at the head of master as of 10.4.15
|
||||
requirements_git_install_branch: stable/kilo
|
||||
requirements_git_dest: "/opt/requirements_{{ requirements_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
|
@ -30,19 +30,19 @@
|
||||
|
||||
## Cinder service
|
||||
cinder_git_repo: https://github.com/openstack/cinder
|
||||
cinder_git_install_branch: proposed/kilo
|
||||
cinder_git_install_branch: stable/kilo
|
||||
cinder_git_dest: "/opt/cinder_{{ cinder_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
## Glance service
|
||||
glance_git_repo: https://github.com/openstack/glance
|
||||
glance_git_install_branch: proposed/kilo
|
||||
glance_git_install_branch: stable/kilo
|
||||
glance_git_dest: "/opt/glance_{{ glance_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
## Heat service
|
||||
heat_git_repo: https://github.com/openstack/heat
|
||||
heat_git_install_branch: proposed/kilo
|
||||
heat_git_install_branch: stable/kilo
|
||||
heat_git_dest: "/opt/heat_{{ heat_git_install_branch | replace('/', '_') }}"
|
||||
heat_repo_plugins:
|
||||
- { path: "contrib", package: "extraroute" }
|
||||
@ -50,27 +50,27 @@ heat_repo_plugins:
|
||||
|
||||
## Horizon service
|
||||
horizon_git_repo: https://github.com/openstack/horizon
|
||||
horizon_git_install_branch: proposed/kilo
|
||||
horizon_git_install_branch: stable/kilo
|
||||
horizon_git_dest: "/opt/horizon_{{ horizon_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
## Keystone service
|
||||
keystone_git_repo: https://github.com/openstack/keystone
|
||||
keystone_git_install_branch: proposed/kilo
|
||||
keystone_git_install_branch: stable/kilo
|
||||
keystone_git_dest: "/opt/keystone_{{ keystone_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
## Neutron service
|
||||
neutron_git_repo: https://github.com/openstack/neutron
|
||||
neutron_git_install_branch: proposed/kilo
|
||||
neutron_git_install_branch: stable/kilo
|
||||
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: proposed/kilo
|
||||
neutron_lbaas_git_install_branch: stable/kilo
|
||||
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: proposed/kilo
|
||||
neutron_vpnaas_git_install_branch: stable/kilo
|
||||
neutron_vpnaas_git_dest: "/opt/neutron_vpnaas_{{ neutron_vpnaas_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
neutron_fwaas_git_repo: https://github.com/openstack/neutron-fwaas
|
||||
@ -80,7 +80,7 @@ neutron_fwaas_git_dest: "/opt/neutron_fwaas_{{ neutron_fwaas_git_install_branch
|
||||
|
||||
## Nova service
|
||||
nova_git_repo: https://github.com/openstack/nova
|
||||
nova_git_install_branch: proposed/kilo
|
||||
nova_git_install_branch: stable/kilo
|
||||
nova_git_dest: "/opt/nova_{{ nova_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user