diff options
Diffstat (limited to 'meta-openstack/recipes-devtools')
10 files changed, 28 insertions, 27 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb index 0ab5874..48051dd 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
7 | PR = "r0" | 7 | PR = "r0" |
8 | SRCNAME = "ceilometer" | 8 | SRCNAME = "ceilometer" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ |
11 | file://ceilometer.conf \ | 11 | file://ceilometer.conf \ |
12 | file://ceilometer.init \ | 12 | file://ceilometer.init \ |
13 | file://fix_ceilometer_memory_leak.patch \ | 13 | file://fix_ceilometer_memory_leak.patch \ |
@@ -16,8 +16,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
16 | # file://ceilometer-builtin-tests-config-location.patch | 16 | # file://ceilometer-builtin-tests-config-location.patch |
17 | 17 | ||
18 | 18 | ||
19 | SRCREV="1c8e3dea7cf53b25f2b3ac4a06bcbc1787d6673b" | 19 | SRCREV="b1fca33e5f4c5443389d131a212a058d2306ac23" |
20 | PV="2014.2.rc1+git${SRCPV}" | 20 | PV="2014.2+git${SRCPV}" |
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
23 | CEILOMETER_SECRET ?= "12121212" | 23 | CEILOMETER_SECRET ?= "12121212" |
diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb index 7dfc283..4769a82 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
7 | PR = "r0" | 7 | PR = "r0" |
8 | SRCNAME = "cinder" | 8 | SRCNAME = "cinder" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ |
11 | file://cinder.conf \ | 11 | file://cinder.conf \ |
12 | file://cinder.init \ | 12 | file://cinder.init \ |
13 | file://cinder-volume \ | 13 | file://cinder-volume \ |
@@ -20,8 +20,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
20 | file://cinder-builtin-tests-config-location.patch \ | 20 | file://cinder-builtin-tests-config-location.patch \ |
21 | " | 21 | " |
22 | 22 | ||
23 | SRCREV="37e4a12652c803d60c18079b735d96e5c7890f07" | 23 | SRCREV="7b1d7a31335bd8723551c9af5c270927ad830c3f" |
24 | PV="2014.2.rc1+git${SRCPV}" | 24 | PV="2014.2+git${SRCPV}" |
25 | S = "${WORKDIR}/git" | 25 | S = "${WORKDIR}/git" |
26 | 26 | ||
27 | inherit setuptools update-rc.d identity default_configs hosts openstackchef monitor | 27 | inherit setuptools update-rc.d identity default_configs hosts openstackchef monitor |
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb index 932ca5d..f7ae43c 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb | |||
@@ -7,14 +7,14 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
7 | PR = "r0" | 7 | PR = "r0" |
8 | SRCNAME = "glance" | 8 | SRCNAME = "glance" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ |
11 | file://glance.init \ | 11 | file://glance.init \ |
12 | file://glance-change-builtin-tests-config-location.patch \ | 12 | file://glance-change-builtin-tests-config-location.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | # removed. juno uses store library: file://0001-glance-store-only-load-known-stores-not-all-stores.patch | 15 | # removed. juno uses store library: file://0001-glance-store-only-load-known-stores-not-all-stores.patch |
16 | 16 | ||
17 | SRCREV="453706b4b3a3d6d9c3b154a1fde59c34fc30234b" | 17 | SRCREV="c5e302ef220803b6c86d588ddcff9a63eaaaccc2" |
18 | PV="2014.2+git${SRCPV}" | 18 | PV="2014.2+git${SRCPV}" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb index f473338..dc989b5 100644 --- a/meta-openstack/recipes-devtools/python/python-heat_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
7 | PR = "r0" | 7 | PR = "r0" |
8 | SRCNAME = "heat" | 8 | SRCNAME = "heat" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ |
11 | file://heat.conf \ | 11 | file://heat.conf \ |
12 | file://heat.init \ | 12 | file://heat.init \ |
13 | file://autoscaling_example.template \ | 13 | file://autoscaling_example.template \ |
@@ -16,7 +16,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
16 | file://heat-tests-change-project_dir-path.patch \ | 16 | file://heat-tests-change-project_dir-path.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRCREV="2a91c1569d34b4e735e7cb2705b4cf663b3f5998" | 19 | SRCREV="5664854f372b9810d040c615d8a678dbfdfb880e" |
20 | PV="2014.2+git${SRCPV}" | 20 | PV="2014.2+git${SRCPV}" |
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index 7969383..d7545c8 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb | |||
@@ -58,7 +58,7 @@ RDEPENDS_${PN} += " python-django \ | |||
58 | PR = "r3" | 58 | PR = "r3" |
59 | SRCNAME = "horizon" | 59 | SRCNAME = "horizon" |
60 | 60 | ||
61 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 61 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ |
62 | file://horizon.init \ | 62 | file://horizon.init \ |
63 | file://fix_bindir_path.patch \ | 63 | file://fix_bindir_path.patch \ |
64 | file://openstack-dashboard-apache.conf \ | 64 | file://openstack-dashboard-apache.conf \ |
@@ -66,8 +66,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
66 | file://horizon-use-full-package-path-to-test-directories.patch \ | 66 | file://horizon-use-full-package-path-to-test-directories.patch \ |
67 | " | 67 | " |
68 | 68 | ||
69 | SRCREV="bb7fa11c7688c8d43b8fb71540d32f1908b8da5e" | 69 | SRCREV="ed895a181db0c75000cd0ef34ac0d769a295424c" |
70 | PV="2014.2.rc1+git${SRCPV}" | 70 | PV="2014.2+git${SRCPV}" |
71 | S = "${WORKDIR}/git" | 71 | S = "${WORKDIR}/git" |
72 | 72 | ||
73 | inherit setuptools update-rc.d python-dir default_configs openstackchef monitor | 73 | inherit setuptools update-rc.d python-dir default_configs openstackchef monitor |
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb index f71c222..5db4cc0 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
7 | PR = "r2" | 7 | PR = "r2" |
8 | SRCNAME = "keystone" | 8 | SRCNAME = "keystone" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ |
11 | file://keystone.conf \ | 11 | file://keystone.conf \ |
12 | file://identity.sh \ | 12 | file://identity.sh \ |
13 | file://keystone \ | 13 | file://keystone \ |
@@ -18,8 +18,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
18 | file://wsgi-keystone.conf \ | 18 | file://wsgi-keystone.conf \ |
19 | " | 19 | " |
20 | 20 | ||
21 | SRCREV="2b7fdb1ab5de54c2a610a0ee9fc635ddb81e7b38" | 21 | SRCREV="f54fa8fa56d3708d5ef5b0173d9f6e4dce7130f2" |
22 | PV="2014.2.rc1+git${SRCPV}" | 22 | PV="2014.2+git${SRCPV}" |
23 | 23 | ||
24 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
25 | 25 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb index 6f72b60..c29ccee 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
7 | PR = "r1" | 7 | PR = "r1" |
8 | SRCNAME = "neutron" | 8 | SRCNAME = "neutron" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ |
11 | file://neutron-server.init \ | 11 | file://neutron-server.init \ |
12 | file://neutron-agent.init \ | 12 | file://neutron-agent.init \ |
13 | file://l3_agent.ini \ | 13 | file://l3_agent.ini \ |
@@ -18,8 +18,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
18 | file://uuid_wscheck.patch \ | 18 | file://uuid_wscheck.patch \ |
19 | file://neutron-test-nec-plugin-extensions-location.patch \ | 19 | file://neutron-test-nec-plugin-extensions-location.patch \ |
20 | " | 20 | " |
21 | SRCREV="49234a824c16164a56cbfbf644490d07bb22e241" | 21 | SRCREV="ad6fefcb4d4068b46b69284e277df6ab2ee30105" |
22 | PV="2014.2.rc1+git${SRCPV}" | 22 | PV="2014.2+git${SRCPV}" |
23 | 23 | ||
24 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
25 | 25 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 929adff..6afe3bd 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
@@ -11,14 +11,15 @@ SRCNAME = "nova" | |||
11 | 11 | ||
12 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}" | 12 | FILESEXTRAPATHS_append := "${THISDIR}/${PN}" |
13 | 13 | ||
14 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 14 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ |
15 | file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ | 15 | file://nova-add-migrate.cfg-to-the-MANIFEST.patch \ |
16 | file://nova-convert-path-from-relative-to-absolute.patch \ | 16 | file://nova-convert-path-from-relative-to-absolute.patch \ |
17 | file://nova-fix-location-to-doc-directory.patch \ | 17 | file://nova-fix-location-to-doc-directory.patch \ |
18 | file://nova-fix-location-to-plugin-directory.patch \ | 18 | file://nova-fix-location-to-plugin-directory.patch \ |
19 | file://neutron-api-set-default-binding-vnic_type.patch \ | 19 | file://neutron-api-set-default-binding-vnic_type.patch \ |
20 | file://websocketproxy-allow-empty-schemes-at-python-2.7.3.patch \ | ||
21 | " | 20 | " |
21 | # restore post stable/juno: | ||
22 | # file://websocketproxy-allow-empty-schemes-at-python-2.7.3.patch | ||
22 | 23 | ||
23 | SRC_URI += "file://nova-all \ | 24 | SRC_URI += "file://nova-all \ |
24 | file://nova.init \ | 25 | file://nova.init \ |
@@ -26,7 +27,7 @@ SRC_URI += "file://nova-all \ | |||
26 | file://nova.conf \ | 27 | file://nova.conf \ |
27 | file://openrc \ | 28 | file://openrc \ |
28 | " | 29 | " |
29 | SRCREV="943f02f1a62f7eb131f62729d83d97ad431ee89f" | 30 | SRCREV="9c3ec16576e2f7c9d5aff6e4b620d708e6636568" |
30 | PV="2014.2+git${SRCPV}" | 31 | PV="2014.2+git${SRCPV}" |
31 | 32 | ||
32 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |
diff --git a/meta-openstack/recipes-devtools/python/python-swift_git.bb b/meta-openstack/recipes-devtools/python/python-swift_git.bb index 935b9fb..de21ab6 100644 --- a/meta-openstack/recipes-devtools/python/python-swift_git.bb +++ b/meta-openstack/recipes-devtools/python/python-swift_git.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
7 | PR = "r0" | 7 | PR = "r0" |
8 | SRCNAME = "swift" | 8 | SRCNAME = "swift" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ |
11 | file://proxy-server.conf \ | 11 | file://proxy-server.conf \ |
12 | file://dispersion.conf \ | 12 | file://dispersion.conf \ |
13 | file://test.conf \ | 13 | file://test.conf \ |
@@ -16,7 +16,7 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | |||
16 | file://cluster.conf \ | 16 | file://cluster.conf \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRCREV="709187b54ff2e9b81ac53977d4283523ce16af38" | 19 | SRCREV="4765537cba6a6970110953f11f4e1b419d0730d3" |
20 | PV="2.2.0+git${SRCPV}" | 20 | PV="2.2.0+git${SRCPV}" |
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-trove_git.bb b/meta-openstack/recipes-devtools/python/python-trove_git.bb index bd2cac0..f705708 100755 --- a/meta-openstack/recipes-devtools/python/python-trove_git.bb +++ b/meta-openstack/recipes-devtools/python/python-trove_git.bb | |||
@@ -7,12 +7,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | |||
7 | PR = "r0" | 7 | PR = "r0" |
8 | SRCNAME = "trove" | 8 | SRCNAME = "trove" |
9 | 9 | ||
10 | SRC_URI = "git://github.com/openstack/trove.git;branch=master \ | 10 | SRC_URI = "git://github.com/openstack/trove.git;branch=stable/juno \ |
11 | file://trove-init \ | 11 | file://trove-init \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRCREV="cd31f3d6b0a9cc02af1c50c719f6936679332f7e" | 14 | SRCREV="6c4ea5b845a4d6d71d3d3786517b5b358c30f3ec" |
15 | PV="2014.2.rc1+git${SRCPV}" | 15 | PV="2014.2+git${SRCPV}" |
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | inherit update-rc.d setuptools identity hosts useradd default_configs | 18 | inherit update-rc.d setuptools identity hosts useradd default_configs |