Updated kilo for new dev work - 07.20.2015
Updates all repo SHAs to open up work on kilo Change-Id: Ib4f1d3488a059c8dab8eb55ccb1432b23185f005
This commit is contained in:
@@ -26,85 +26,85 @@
|
||||
|
||||
## Barbican client
|
||||
barbicanclient_git_repo: https://github.com/openstack/python-barbicanclient
|
||||
barbicanclient_git_install_branch: 60eed382a73982ddcd8d89545c03505699eab164 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
barbicanclient_git_install_branch: 60eed382a73982ddcd8d89545c03505699eab164 # HEAD of "stable/kilo" as of 20.07.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: a6d7335ddd7e11401fb6ef2fe8b20be0aef33c44 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
ceilometerclient_git_install_branch: e3ef3db503ae95139f4868a4f1e3724b780a766e # HEAD of "stable/kilo" as of 20.07.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: a3cf1296da15ddd4dcdc7aa116507db246bddea4 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
cinderclient_git_install_branch: b44d32d02b014748044b5b18d27a9d1f8312145c # HEAD of "stable/kilo" as of 20.07.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: 7f61582cacc755cfe4be2ba7b1fe9e2fddb1ed68 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
designateclient_git_install_branch: 780f9461f94560d13b6e5813b9cfc8591e55467e # HEAD of "stable/kilo" as of 20.07.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: 7771d3b55d36e58cede0bc827433a3046e492143 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
glanceclient_git_install_branch: da4f22a2b7a87f3bbb46df02f7f68568ea994e3e # HEAD of "stable/kilo" as of 20.07.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: 76a8e7217558c4e43d7ff45c50c2b2702a20a454 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
heatclient_git_install_branch: 76a8e7217558c4e43d7ff45c50c2b2702a20a454 # HEAD of "stable/kilo" as of 20.07.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: 3b71c4ec7bfc9181d972e7f6e706853ec4588236 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
ironicclient_git_install_branch: 3b71c4ec7bfc9181d972e7f6e706853ec4588236 # HEAD of "stable/kilo" as of 20.07.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: 3914c0ce8138619f895c5ee1e4ca193cf594b9f8 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
keystoneclient_git_install_branch: 3914c0ce8138619f895c5ee1e4ca193cf594b9f8 # HEAD of "stable/kilo" as of 20.07.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: 73344e7c8ab23943b78e29f30f9eef535b5041e2 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
neutronclient_git_install_branch: 73344e7c8ab23943b78e29f30f9eef535b5041e2 # HEAD of "stable/kilo" as of 20.07.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: 0ae7a08c08f83a71f877d83ec8260c3ee9293195 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
novaclient_git_install_branch: 13463268dbc4bb93a6d606a52e89ff3e23af1de7 # HEAD of "stable/kilo" as of 20.07.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: 6972c34b6633df2864f45d6a463f2b7d964b97f5 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
openstackclient_git_install_branch: 6972c34b6633df2864f45d6a463f2b7d964b97f5 # HEAD of "stable/kilo" as of 20.07.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: 46e7ce0506a2ed11e45fd6b86949c85c06df3dde # HEAD of "stable/kilo" as of 07.07.2015
|
||||
saharaclient_git_install_branch: 46e7ce0506a2ed11e45fd6b86949c85c06df3dde # HEAD of "stable/kilo" as of 20.07.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: 98d31d8ead462dfbf91ccf41270514fbc8fe73f2 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
swiftclient_git_install_branch: 98d31d8ead462dfbf91ccf41270514fbc8fe73f2 # HEAD of "stable/kilo" as of 20.07.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: ebb87b3125771965afc52851e4028176bad3e151 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
troveclient_git_install_branch: ebb87b3125771965afc52851e4028176bad3e151 # HEAD of "stable/kilo" as of 20.07.2015
|
||||
troveclient_git_dest: "/opt/troveclient_{{ troveclient_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
@@ -116,5 +116,5 @@ tuskarclient_git_dest: "/opt/tuskarclient_{{ tuskarclient_git_install_branch | r
|
||||
|
||||
## Zaqar client
|
||||
zaqarclient_git_repo: https://github.com/openstack/python-zaqarclient
|
||||
zaqarclient_git_install_branch: 6e5df973a5a0e311262041fefd1603ce9705ae7c # HEAD of "stable/kilo" as of 07.07.2015
|
||||
zaqarclient_git_install_branch: 6e5df973a5a0e311262041fefd1603ce9705ae7c # HEAD of "stable/kilo" as of 20.07.2015
|
||||
zaqarclient_git_dest: "/opt/zaqarclient_{{ zaqarclient_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
@@ -26,13 +26,13 @@
|
||||
|
||||
## Glance store library
|
||||
glancestore_git_repo: https://github.com/openstack/glance_store
|
||||
glancestore_git_install_branch: d9b197b6d63e0cd2b2458c6a2a9c9701ef8b383b # HEAD of "stable/kilo" as of 07.07.2015
|
||||
glancestore_git_install_branch: d9b197b6d63e0cd2b2458c6a2a9c9701ef8b383b # HEAD of "stable/kilo" as of 20.07.2015
|
||||
glancestore_git_dest: "/opt/glancestore_{{ glancestore_git_repo | replace('/', '_') }}"
|
||||
|
||||
|
||||
## Global Requirements
|
||||
requirements_git_repo: https://github.com/openstack/requirements
|
||||
requirements_git_install_branch: ecff3df5de8382b7bfcd71883dc0ecfc71eb0e0e # HEAD of "stable/kilo" as of 07.07.2015
|
||||
requirements_git_install_branch: 4568bfb6c841130b2edb3202d796b1fe05aec70f # HEAD of "stable/kilo" as of 20.07.2015
|
||||
requirements_git_dest: "/opt/requirements_{{ requirements_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
|
||||
@@ -30,25 +30,25 @@
|
||||
|
||||
## Ceilometer service
|
||||
ceilometer_git_repo: https://github.com/openstack/ceilometer
|
||||
ceilometer_git_install_branch: 6ea8dd113a3fe1f19b792a9012c17a3386893361# HEAD of "stable/kilo" as of 16.07.2015
|
||||
ceilometer_git_install_branch: 667f202a9572dc1494e7f77a602498ced54d1e7b # HEAD of "stable/kilo" as of 20.07.2015
|
||||
ceilometer_git_dest: "/opt/ceilometer_{{ceilometer_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
## Cinder service
|
||||
cinder_git_repo: https://github.com/openstack/cinder
|
||||
cinder_git_install_branch: 6c055943e70675585ef45301318c47ccc1139ce9 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
cinder_git_install_branch: 70b8d34d5ec414b3532ce251b90c1f2ea0d32ba7 # HEAD of "stable/kilo" as of 20.07.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: d1f54b71b863c2505ce31898f769a71624016e67 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
glance_git_install_branch: 4f0c41df05f3ede4ae57753d0d034a790709293b # HEAD of "stable/kilo" as of 20.07.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: 6880594b7951e2fd00f8f705cefcc3c7e0925460 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
heat_git_install_branch: 7bfe307323d3060a40f0a4574d7c2ad2dd59c171 # HEAD of "stable/kilo" as of 20.07.2015
|
||||
heat_git_dest: "/opt/heat_{{ heat_git_install_branch | replace('/', '_') }}"
|
||||
# The version of PBR >= 0.11.0 breaks this plugin (contrib package) so the package has been removed
|
||||
# from the build process until the PBR issues are resolve upstream which is related to all of the
|
||||
@@ -62,43 +62,43 @@ heat_git_dest: "/opt/heat_{{ heat_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
## Horizon service
|
||||
horizon_git_repo: https://github.com/openstack/horizon
|
||||
horizon_git_install_branch: 2cc2495c68e341cdc95617bdb4b64a7597d80c28 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
horizon_git_install_branch: f7f8d7d1a35ee48240948c604091a50866cae06a # HEAD of "stable/kilo" as of 20.07.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: 8125a8913d233f3da0eaacd09aa8e0b794ea98cb # HEAD of "stable/kilo" as of 07.07.2015
|
||||
keystone_git_install_branch: 0606214924e096f7ef0fb8d8f3e2775d78a1330c # HEAD of "stable/kilo" as of 20.07.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: 8e82dc7eaa15e14bd95dde884f4d99919e6bb19c # HEAD of "stable/kilo" as of 07.07.2015
|
||||
neutron_git_install_branch: c95f3ac67f8ea9c4110ec57387047a1e38c60e7e # HEAD of "stable/kilo" as of 20.07.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: 4ab10135f2571727689ad74000a419c00977bef8 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
neutron_lbaas_git_install_branch: 9fff42157e60103f2b178aa35f7996c506387ee9 # HEAD of "stable/kilo" as of 20.07.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: c61c0437307b9d7076d8ef0fb98bcdb890278979 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
neutron_vpnaas_git_install_branch: fb18c46fb77720a9f7dadc556936fd237197327e # HEAD of "stable/kilo" as of 20.07.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: aeca0b89c0091723cf0aeb7fc4749bb3c3ef39e7 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
neutron_fwaas_git_install_branch: bb9e4a45531426d958de022ee2f1d74d02495a69 # HEAD of "stable/kilo" as of 20.07.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: b8c4f1bce356838dd3dac3b59734cf47f72373e5 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
nova_git_install_branch: 8d604c4cd494ccda30b08b6115d2df067ff2d16e # HEAD of "stable/kilo" as of 20.07.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: fe4cdb597f70e40c667b001b446546d75a7a5ab0 # HEAD of "stable/kilo" as of 07.07.2015
|
||||
swift_git_install_branch: fe4cdb597f70e40c667b001b446546d75a7a5ab0 # HEAD of "stable/kilo" as of 20.07.2015
|
||||
swift_git_dest: "/opt/swift_{{ swift_git_install_branch | replace('/', '_') }}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user