diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2016-02-03 20:41:35 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-02-05 14:42:18 -0500 |
| commit | 1bc9251fec740a9b1304d9de9921673a2799d7fd (patch) | |
| tree | 199286f88403fdde6c6dfdbcf406cdc25ac8469f /meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |
| parent | 6dc7b04104dc4fc8240621b4b98cce9c5799eff9 (diff) | |
| download | meta-cloud-services-1bc9251fec740a9b1304d9de9921673a2799d7fd.tar.gz | |
ceilometer: uprev to Liberty
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometer_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb index 3860ca5..2825e60 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |||
| @@ -4,10 +4,9 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "ceilometer" | 7 | SRCNAME = "ceilometer" |
| 9 | 8 | ||
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \ | 9 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ |
| 11 | file://ceilometer.conf \ | 10 | file://ceilometer.conf \ |
| 12 | file://ceilometer.init \ | 11 | file://ceilometer.init \ |
| 13 | file://fix_ceilometer_memory_leak.patch \ | 12 | file://fix_ceilometer_memory_leak.patch \ |
| @@ -16,8 +15,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo \ | |||
| 16 | # file://ceilometer-builtin-tests-config-location.patch | 15 | # file://ceilometer-builtin-tests-config-location.patch |
| 17 | 16 | ||
| 18 | 17 | ||
| 19 | SRCREV = "b0447ed8e7bee371bf7095c86e47d717abe89edc" | 18 | SRCREV = "026a5d475e1958bf761e41c2bb426b09e0f3d270" |
| 20 | PV = "2015.1.0+git${SRCPV}" | 19 | PV = "5.0.0+git${SRCPV}" |
| 21 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 22 | 21 | ||
| 23 | CEILOMETER_SECRET ?= "12121212" | 22 | CEILOMETER_SECRET ?= "12121212" |
| @@ -202,7 +201,7 @@ RDEPENDS_${PN} += " \ | |||
| 202 | python-paste \ | 201 | python-paste \ |
| 203 | python-sqlalchemy-migrate \ | 202 | python-sqlalchemy-migrate \ |
| 204 | python-stevedore \ | 203 | python-stevedore \ |
| 205 | python-suds \ | 204 | python-suds-jurko \ |
| 206 | python-paramiko \ | 205 | python-paramiko \ |
| 207 | python-babel \ | 206 | python-babel \ |
| 208 | python-iso8601 \ | 207 | python-iso8601 \ |
| @@ -237,6 +236,27 @@ RDEPENDS_${PN} += " \ | |||
| 237 | python-croniter \ | 236 | python-croniter \ |
| 238 | python-ipaddr \ | 237 | python-ipaddr \ |
| 239 | python-pysnmp \ | 238 | python-pysnmp \ |
| 239 | python-retrying \ | ||
| 240 | python-jsonpath-rw-ext \ | ||
| 241 | python-jsonschema \ | ||
| 242 | python-kafka \ | ||
| 243 | python-keystonemiddleware \ | ||
| 244 | python-oslo.context \ | ||
| 245 | python-oslo.db \ | ||
| 246 | python-oslo.concurrency \ | ||
| 247 | python-oslo.i18n \ | ||
| 248 | python-oslo.log \ | ||
| 249 | python-oslo.policy \ | ||
| 250 | python-oslo.reports \ | ||
| 251 | python-oslo.service \ | ||
| 252 | python-oslo.messaging \ | ||
| 253 | python-oslo.middleware \ | ||
| 254 | python-oslo.utils \ | ||
| 255 | python-neutronclient \ | ||
| 256 | python-novaclient \ | ||
| 257 | python-requests \ | ||
| 258 | python-six \ | ||
| 259 | python-tooz \ | ||
| 240 | " | 260 | " |
| 241 | 261 | ||
| 242 | RDEPENDS_${SRCNAME}-controller = "${PN} ${SRCNAME}-common ${SRCNAME}-alarm-notifier ${SRCNAME}-alarm-evaluator ${SRCNAME}-agent-notification ${SRCNAME}-reseller \ | 262 | RDEPENDS_${SRCNAME}-controller = "${PN} ${SRCNAME}-common ${SRCNAME}-alarm-notifier ${SRCNAME}-alarm-evaluator ${SRCNAME}-agent-notification ${SRCNAME}-reseller \ |
