summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-barbican_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometer_git.bb6
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder_git.bb13
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance_git.bb8
-rw-r--r--meta-openstack/recipes-devtools/python/python-glancestore_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-heat_git.bb13
-rw-r--r--meta-openstack/recipes-devtools/python/python-horizon_git.bb9
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystone_git.bb15
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb4
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutron_git.bb11
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova_git.bb13
11 files changed, 57 insertions, 43 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
index 5e74b65..7f5184b 100644
--- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb
@@ -15,8 +15,8 @@ SRC_URI = "git://github.com/openstack/barbican.git;branch=master \
15 file://barbican-handle-white-space-in-date-strings.patch \ 15 file://barbican-handle-white-space-in-date-strings.patch \
16 " 16 "
17 17
18SRCREV="c171f491014ef504e05a3e86877e28763e72452f" 18SRCREV="4744374458f14cc54c53daf946e7df2916f5c713"
19PV="2014.2+git${SRCPV}" 19PV="2015.1.0b2+git${SRCPV}"
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
22inherit update-rc.d setuptools identity hosts useradd default_configs openstackchef monitor 22inherit update-rc.d setuptools identity hosts useradd default_configs openstackchef monitor
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
index 5c6fbbb..e734d32 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"
7PR = "r0" 7PR = "r0"
8SRCNAME = "ceilometer" 8SRCNAME = "ceilometer"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
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=stable/juno \
16# file://ceilometer-builtin-tests-config-location.patch 16# file://ceilometer-builtin-tests-config-location.patch
17 17
18 18
19SRCREV="b1fca33e5f4c5443389d131a212a058d2306ac23" 19SRCREV="b2871217fec965c77581b0f4a33608dad7867d4b"
20PV="2014.2+git${SRCPV}" 20PV="2015.1.0b2+git${SRCPV}"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23CEILOMETER_SECRET ?= "12121212" 23CEILOMETER_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 a51d27a..9276d1f 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
@@ -7,21 +7,22 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r0" 7PR = "r0"
8SRCNAME = "cinder" 8SRCNAME = "cinder"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
11 file://cinder.conf \ 11 file://cinder.conf \
12 file://cinder.init \ 12 file://cinder.init \
13 file://cinder-volume \ 13 file://cinder-volume \
14 file://0001-run_tests-respect-tools-dir.patch \
15 file://nfs_setup.sh \ 14 file://nfs_setup.sh \
16 file://glusterfs_setup.sh \ 15 file://glusterfs_setup.sh \
17 file://lvm_iscsi_setup.sh \ 16 file://lvm_iscsi_setup.sh \
18 file://add-cinder-volume-types.sh \ 17 file://add-cinder-volume-types.sh \
19 file://fix_cinder_memory_leak.patch \
20 file://cinder-builtin-tests-config-location.patch \ 18 file://cinder-builtin-tests-config-location.patch \
21 " 19 "
20
21# file://0001-run_tests-respect-tools-dir.patch
22# file://fix_cinder_memory_leak.patch
22 23
23SRCREV="7b1d7a31335bd8723551c9af5c270927ad830c3f" 24SRCREV="f4f46e972004eca66e4751a836156c342e448621"
24PV="2014.2+git${SRCPV}" 25PV="2015.1.0b2+git${SRCPV}"
25S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
26 27
27inherit setuptools update-rc.d identity default_configs hosts openstackchef monitor 28inherit 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 b1d97c4..dd6d0ef 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -7,15 +7,15 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r0" 7PR = "r0"
8SRCNAME = "glance" 8SRCNAME = "glance"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
11 file://glance.init \ 11 file://glance.init \
12 file://glance-change-builtin-tests-config-location.patch \
13 " 12 "
14 13
15# removed. juno uses store library: file://0001-glance-store-only-load-known-stores-not-all-stores.patch 14# removed. juno uses store library: file://0001-glance-store-only-load-known-stores-not-all-stores.patch
15# file://glance-change-builtin-tests-config-location.patch
16 16
17SRCREV="c5e302ef220803b6c86d588ddcff9a63eaaaccc2" 17SRCREV="c84d8c98bc0dd64d79bd1e659b9561d47b3428c1"
18PV="2014.2+git${SRCPV}" 18PV="2015.1.0b2+git${SRCPV}"
19 19
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
diff --git a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
index 33feae3..b3aa2f3 100644
--- a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb
@@ -4,8 +4,8 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7SRCREV = "32d5baa37d1efe1f5372d0171c7edcd719885db6" 7SRCREV = "bd592d3e33e5f6d222befd53523c97aaa478b175"
8PV = "0.1.7+git${SRCPV}" 8PV = "0.1.11+git${SRCPV}"
9 9
10SRC_URI = "\ 10SRC_URI = "\
11 git://github.com/openstack/glance_store.git \ 11 git://github.com/openstack/glance_store.git \
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb
index 8718147..87e93c7 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"
7PR = "r0" 7PR = "r0"
8SRCNAME = "heat" 8SRCNAME = "heat"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
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,8 +16,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \
16 file://heat-tests-change-project_dir-path.patch \ 16 file://heat-tests-change-project_dir-path.patch \
17" 17"
18 18
19SRCREV="5664854f372b9810d040c615d8a678dbfdfb880e" 19SRCREV="6d106dee26649202791596062b5a29049e962d80"
20PV="2014.2+git${SRCPV}" 20PV="2015.1.0b2+git${SRCPV}"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-templates ${SRCNAME}-cfn" 23SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-templates ${SRCNAME}-cfn"
@@ -103,7 +103,9 @@ do_install_append() {
103 install -m 0755 ${WORKDIR}/heat-engine.init.sh ${D}${sysconfdir}/init.d/heat-engine 103 install -m 0755 ${WORKDIR}/heat-engine.init.sh ${D}${sysconfdir}/init.d/heat-engine
104 fi 104 fi
105 105
106 cp run_tests.sh ${HEAT_CONF_DIR} 106 if [ -e "run_tests.sh" ]; then
107 cp run_tests.sh ${HEAT_CONF_DIR}
108 fi
107} 109}
108 110
109CHEF_SERVICES_CONF_FILES :="\ 111CHEF_SERVICES_CONF_FILES :="\
@@ -135,7 +137,7 @@ PACKAGES += "${SRCNAME}-cfn"
135 137
136RDEPENDS_${SRCNAME}-tests += " bash" 138RDEPENDS_${SRCNAME}-tests += " bash"
137 139
138 140ALLOW_EMPTY_${SRCNAME}-tests = "1"
139ALLOW_EMPTY_${SRCNAME}-setup = "1" 141ALLOW_EMPTY_${SRCNAME}-setup = "1"
140ALLOW_EMPTY_${SRCNAME}-templates = "1" 142ALLOW_EMPTY_${SRCNAME}-templates = "1"
141ALLOW_EMPTY_${SRCNAME}-cfn = "1" 143ALLOW_EMPTY_${SRCNAME}-cfn = "1"
@@ -210,6 +212,7 @@ RDEPENDS_${PN} += " \
210 python-pip \ 212 python-pip \
211 python-pytz \ 213 python-pytz \
212 python-pbr \ 214 python-pbr \
215 python-oslo.log \
213 " 216 "
214 217
215RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-templates ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt ${SRCNAME}-cfn" 218RDEPENDS_${SRCNAME}-engine = "${PN} ${SRCNAME}-templates ${SRCNAME}-common postgresql postgresql-client python-psycopg2 tgt ${SRCNAME}-cfn"
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
index 47f6a7c..154c447 100644
--- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb
@@ -37,6 +37,7 @@ RDEPENDS_${PN} += " python-django \
37 python-xstatic-angular \ 37 python-xstatic-angular \
38 python-xstatic-angular-cookies \ 38 python-xstatic-angular-cookies \
39 python-xstatic-angular-mock \ 39 python-xstatic-angular-mock \
40 python-xstatic-angular-bootstrap \
40 python-xstatic-d3 \ 41 python-xstatic-d3 \
41 python-xstatic-hogan \ 42 python-xstatic-hogan \
42 python-xstatic-jasmine \ 43 python-xstatic-jasmine \
@@ -51,6 +52,8 @@ RDEPENDS_${PN} += " python-django \
51 python-xstatic-bootstrap-scss \ 52 python-xstatic-bootstrap-scss \
52 python-xstatic-font-awesome \ 53 python-xstatic-font-awesome \
53 python-xstatic-jquery-ui \ 54 python-xstatic-jquery-ui \
55 python-xstatic-smart-table \
56 python-xstatic-term.js \
54 python-pyscss \ 57 python-pyscss \
55 python-django-pyscss \ 58 python-django-pyscss \
56 " 59 "
@@ -58,7 +61,7 @@ RDEPENDS_${PN} += " python-django \
58PR = "r3" 61PR = "r3"
59SRCNAME = "horizon" 62SRCNAME = "horizon"
60 63
61SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ 64SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
62 file://horizon.init \ 65 file://horizon.init \
63 file://fix_bindir_path.patch \ 66 file://fix_bindir_path.patch \
64 file://openstack-dashboard-apache.conf \ 67 file://openstack-dashboard-apache.conf \
@@ -66,8 +69,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \
66 file://horizon-use-full-package-path-to-test-directories.patch \ 69 file://horizon-use-full-package-path-to-test-directories.patch \
67 " 70 "
68 71
69SRCREV="ed895a181db0c75000cd0ef34ac0d769a295424c" 72SRCREV="9b37723a21e88c29732e2a4a9eeeecb9ecf19204"
70PV="2014.2+git${SRCPV}" 73PV="2015.1.0b2+git${SRCPV}"
71S = "${WORKDIR}/git" 74S = "${WORKDIR}/git"
72 75
73inherit setuptools update-rc.d python-dir default_configs openstackchef monitor 76inherit 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 35fdaef..e5896df 100644
--- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb
@@ -7,19 +7,21 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7PR = "r2" 7PR = "r2"
8SRCNAME = "keystone" 8SRCNAME = "keystone"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
11 file://keystone.conf \ 11 file://keystone.conf \
12 file://identity.sh \ 12 file://identity.sh \
13 file://keystone \ 13 file://keystone \
14 file://keystone-search-in-etc-directory-for-config-files.patch \
15 file://keystone-remove-git-commands-in-tests.patch \
16 file://keystone-explicitly-import-localcontext-from-oslo.me.patch \
17 file://convert_keystone_backend.py \ 14 file://convert_keystone_backend.py \
18 file://wsgi-keystone.conf \ 15 file://wsgi-keystone.conf \
19 " 16 "
20 17
21SRCREV="f54fa8fa56d3708d5ef5b0173d9f6e4dce7130f2" 18# TBD: update or drop
22PV="2014.2+git${SRCPV}" 19# file://keystone-search-in-etc-directory-for-config-files.patch
20# file://keystone-remove-git-commands-in-tests.patch
21# file://keystone-explicitly-import-localcontext-from-oslo.me.patch
22
23SRCREV="0e633302e87261fdb3b0126c632fd676fc0a4d39"
24PV="2015.1.0b2+git${SRCPV}"
23 25
24S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"
25 27
@@ -279,6 +281,7 @@ RDEPENDS_${PN} += " \
279 python-dogpile.core \ 281 python-dogpile.core \
280 python-dogpile.cache \ 282 python-dogpile.cache \
281 python-pbr \ 283 python-pbr \
284 python-pysaml2 \
282 python-oslo.utils \ 285 python-oslo.utils \
283 python-oauthlib \ 286 python-oauthlib \
284 " 287 "
diff --git a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
index 50cfd44..f4ce244 100644
--- a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
@@ -11,8 +11,8 @@ SRC_URI = "\
11 git://git.openstack.org/openstack/keystonemiddleware;branch=master \ 11 git://git.openstack.org/openstack/keystonemiddleware;branch=master \
12 " 12 "
13 13
14PV="1.2.0+git${SRCPV}" 14PV="1.4.0+git${SRCPV}"
15SRCREV="671285f4e62b59a003169313be3ae032175d9a1e" 15SRCREV="782fb0129d2eb7f181f890068767ce2b6906b2bd"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18inherit setuptools 18inherit setuptools
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb
index 4166189..1a5a9b2 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"
7PR = "r1" 7PR = "r1"
8SRCNAME = "neutron" 8SRCNAME = "neutron"
9 9
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
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 \
@@ -15,11 +15,14 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \
15 file://metadata_agent.ini \ 15 file://metadata_agent.ini \
16 file://neutron-dhcp-agent-netns-cleanup.cron \ 16 file://neutron-dhcp-agent-netns-cleanup.cron \
17 file://0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch \ 17 file://0001-neutron.conf-jumpstart-nova-state-reporting-configur.patch \
18 file://uuid_wscheck.patch \
19 file://neutron-test-nec-plugin-extensions-location.patch \ 18 file://neutron-test-nec-plugin-extensions-location.patch \
20 " 19 "
21SRCREV="ad6fefcb4d4068b46b69284e277df6ab2ee30105" 20
22PV="2014.2+git${SRCPV}" 21# TBD: update or drop
22# file://uuid_wscheck.patch
23
24SRCREV="1948efa261e47b08e2cde4828321614ee6e169be"
25PV="2015.1.0b2+git${SRCPV}"
23 26
24S = "${WORKDIR}/git" 27S = "${WORKDIR}/git"
25 28
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb
index aa677ae..4966250 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -11,15 +11,15 @@ SRCNAME = "nova"
11 11
12FILESEXTRAPATHS_append := "${THISDIR}/${PN}" 12FILESEXTRAPATHS_append := "${THISDIR}/${PN}"
13 13
14SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/juno \ 14SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \
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 \
17 file://nova-fix-location-to-doc-directory.patch \
18 file://nova-fix-location-to-plugin-directory.patch \
19 file://neutron-api-set-default-binding-vnic_type.patch \ 16 file://neutron-api-set-default-binding-vnic_type.patch \
20 " 17 "
21# restore post stable/juno: 18# restore post stable/juno:
22# file://websocketproxy-allow-empty-schemes-at-python-2.7.3.patch 19# file://websocketproxy-allow-empty-schemes-at-python-2.7.3.patch
20# file://nova-convert-path-from-relative-to-absolute.patch
21# file://nova-fix-location-to-doc-directory.patch
22# file://nova-fix-location-to-plugin-directory.patch
23 23
24SRC_URI += "file://nova-all \ 24SRC_URI += "file://nova-all \
25 file://nova.init \ 25 file://nova.init \
@@ -27,8 +27,8 @@ SRC_URI += "file://nova-all \
27 file://nova.conf \ 27 file://nova.conf \
28 file://openrc \ 28 file://openrc \
29 " 29 "
30SRCREV="9c3ec16576e2f7c9d5aff6e4b620d708e6636568" 30SRCREV="b6e11261a97bf96d5f9866f277d8ecc3be7891e5"
31PV="2014.2+git${SRCPV}" 31PV="2015.1.0b2+git${SRCPV}"
32 32
33S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"
34 34
@@ -297,6 +297,7 @@ RDEPENDS_${PN} = " libvirt \
297 python-oslo.rootwrap \ 297 python-oslo.rootwrap \
298 python-oslo.concurrency \ 298 python-oslo.concurrency \
299 python-oslo.middleware \ 299 python-oslo.middleware \
300 python-oslo.context \
300 python-paste \ 301 python-paste \
301 python-pastedeploy \ 302 python-pastedeploy \
302 python-paramiko \ 303 python-paramiko \