diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-29 00:46:04 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-09-29 00:46:04 -0400 |
commit | 3c67c3601db5d9510ff8bb1082aed703e4125092 (patch) | |
tree | fc1e3b8d395008616e43a7d88b1f37ce837891e1 | |
parent | 054a2823ebfd763c411a343ad3d5c70005abe0a5 (diff) | |
download | meta-cloud-services-3c67c3601db5d9510ff8bb1082aed703e4125092.tar.gz |
ceilometer: update to juno dependencies
Ceilometer requires oslo.serialization and kazoo (plus its depdencies), so
we add them here, and ceilometer-api works again.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
7 files changed, 168 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb index aa7f07d..d12715d 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |||
@@ -207,6 +207,8 @@ RDEPENDS_${PN} += " \ | |||
207 | python-swiftclient \ | 207 | python-swiftclient \ |
208 | python-ceilometerclient \ | 208 | python-ceilometerclient \ |
209 | python-oslo.config \ | 209 | python-oslo.config \ |
210 | python-oslo.serialization \ | ||
211 | python-tooz \ | ||
210 | python-msgpack \ | 212 | python-msgpack \ |
211 | python-pecan \ | 213 | python-pecan \ |
212 | python-amqp \ | 214 | python-amqp \ |
diff --git a/meta-openstack/recipes-devtools/python/python-kazoo_2.0.bb b/meta-openstack/recipes-devtools/python/python-kazoo_2.0.bb new file mode 100644 index 0000000..7c25e03 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-kazoo_2.0.bb | |||
@@ -0,0 +1,27 @@ | |||
1 | DESCRIPTION = "Higher Level Zookeeper Client" | ||
2 | HOMEPAGE = "https://kazoo.readthedocs.org" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | SRCNAME = "kazoo" | ||
10 | SRC_URI = "http://pypi.python.org/packages/source/k/${SRCNAME}/${SRCNAME}-${PV}.zip" | ||
11 | |||
12 | SRC_URI[md5sum] = "4b172de456c102b0e33f661e7e2b3583" | ||
13 | SRC_URI[sha256sum] = "f0c42cc7752a331ba59269827bd19cb271210399a9dcab32b6a91465b4431a18" | ||
14 | |||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
16 | |||
17 | inherit setuptools | ||
18 | |||
19 | # DEPENDS_default: python-pip | ||
20 | |||
21 | DEPENDS += " \ | ||
22 | python-pip \ | ||
23 | " | ||
24 | |||
25 | # RDEPENDS_default: | ||
26 | RDEPENDS_${PN} += " \ | ||
27 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb b/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb new file mode 100644 index 0000000..6597e86 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-memcache_1.2.5.bb | |||
@@ -0,0 +1,27 @@ | |||
1 | DESCRIPTION = "A comprehensive, fast, pure Python memcached client" | ||
2 | HOMEPAGE = "https://github.com/Pinterest/pymemcache" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=42205da10d12fff27726c08f588b1a0b" | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | SRCNAME = "pymemcache" | ||
10 | SRC_URI = "http://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
11 | |||
12 | SRC_URI[md5sum] = "56dcfa6dfa7205118b60531e5336ab8b" | ||
13 | SRC_URI[sha256sum] = "d8b3d52909eedf975f21236b099510866df8f6cf3d68f67f763609fe2c5ea78b" | ||
14 | |||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
16 | |||
17 | inherit setuptools | ||
18 | |||
19 | # DEPENDS_default: python-pip | ||
20 | |||
21 | DEPENDS += " \ | ||
22 | python-pip \ | ||
23 | " | ||
24 | |||
25 | # RDEPENDS_default: | ||
26 | RDEPENDS_${PN} += " \ | ||
27 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb new file mode 100644 index 0000000..7f538c7 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb | |||
@@ -0,0 +1,26 @@ | |||
1 | DESCRIPTION = "Oslo Serialization API" | ||
2 | HOMEPAGE = "https://launchpad.net/oslo" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | SRCNAME = "oslo.serialization" | ||
10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | ||
11 | |||
12 | PV = "1.0.0" | ||
13 | SRCREV = "ddde5a5a5ac4ff2ebaed7297bf35536b51aeabda" | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | inherit setuptools | ||
17 | |||
18 | # DEPENDS_default: python-pip | ||
19 | |||
20 | DEPENDS += " \ | ||
21 | python-pip \ | ||
22 | " | ||
23 | |||
24 | # RDEPENDS_default: | ||
25 | RDEPENDS_${PN} += " \ | ||
26 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb b/meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb new file mode 100644 index 0000000..03d1efe --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-sysv-ipc_0.6.8.bb | |||
@@ -0,0 +1,27 @@ | |||
1 | DESCRIPTION = "System V IPC primitives (semaphores, shared memory and message queues) for Python" | ||
2 | HOMEPAGE = "http://semanchuk.com/philip/sysv_ipc/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=9d6e34e7b47096d7c19c1e3be707374e" | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | SRCNAME = "sysv_ipc" | ||
10 | SRC_URI = "http://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
11 | |||
12 | SRC_URI[md5sum] = "c6cf5b4aa7cd3e07fd4b5661530eca8c" | ||
13 | SRC_URI[sha256sum] = "0af73375a85c5d9d487c2f14f208812600bd81e4046437ebaf55746b3aade00e" | ||
14 | |||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
16 | |||
17 | inherit setuptools | ||
18 | |||
19 | # DEPENDS_default: python-pip | ||
20 | |||
21 | DEPENDS += " \ | ||
22 | python-pip \ | ||
23 | " | ||
24 | |||
25 | # RDEPENDS_default: | ||
26 | RDEPENDS_${PN} += " \ | ||
27 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-tooz_0.4.bb b/meta-openstack/recipes-devtools/python/python-tooz_0.4.bb new file mode 100644 index 0000000..1237f47 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-tooz_0.4.bb | |||
@@ -0,0 +1,31 @@ | |||
1 | DESCRIPTION = "Coordination library for distributed systems." | ||
2 | HOMEPAGE = "https://pypi.python.org/pypi/tooz" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | SRCNAME = "tooz" | ||
10 | SRC_URI = "http://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
11 | |||
12 | SRC_URI[md5sum] = "26c2ff05188be7a4ba9d13ef54a6280c" | ||
13 | SRC_URI[sha256sum] = "4db6b9058f2886af067bb81b8f757de095fc7a0bb24beef82c769478229ee595" | ||
14 | |||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
16 | |||
17 | inherit setuptools | ||
18 | |||
19 | # DEPENDS_default: python-pip | ||
20 | |||
21 | DEPENDS += " \ | ||
22 | python-pip \ | ||
23 | " | ||
24 | |||
25 | # RDEPENDS_default: | ||
26 | RDEPENDS_${PN} += " \ | ||
27 | python-kazoo \ | ||
28 | python-zake \ | ||
29 | python-sysv-ipc \ | ||
30 | python-memcache \ | ||
31 | " | ||
diff --git a/meta-openstack/recipes-devtools/python/python-zake_0.1.6.bb b/meta-openstack/recipes-devtools/python/python-zake_0.1.6.bb new file mode 100644 index 0000000..5d219df --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-zake_0.1.6.bb | |||
@@ -0,0 +1,28 @@ | |||
1 | DESCRIPTION = "A python package that works to provide a nice set of testing utilities for the kazoo library." | ||
2 | HOMEPAGE = "https://github.com/yahoo/Zake" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "Apache-2.0" | ||
5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7143f0ea4f9516655b2b2a360e8e71f7" | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | SRCNAME = "zake" | ||
10 | SRC_URI = "http://pypi.python.org/packages/source/z/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
11 | |||
12 | SRC_URI[md5sum] = "51a9570a1e93d7eee602a240b0f5ba21" | ||
13 | SRC_URI[sha256sum] = "b6ed2f9c957225bf371a76dccf25a4300f33f61aa2fd560ab89673200e52abfc" | ||
14 | |||
15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
16 | |||
17 | inherit setuptools | ||
18 | |||
19 | # DEPENDS_default: python-pip | ||
20 | |||
21 | DEPENDS += " \ | ||
22 | python-pip \ | ||
23 | " | ||
24 | |||
25 | # RDEPENDS_default: | ||
26 | RDEPENDS_${PN} += " \ | ||
27 | python-kazoo \ | ||
28 | " | ||