diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ceilometer_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb index 8d5b9dc..7ee4e44 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |||
| @@ -10,11 +10,11 @@ SRCNAME = "ceilometer" | |||
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master \ | 10 | SRC_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://0001-sqlalchemy-Fix-for-get_statistics-with-postgresql.patch \ | 13 | file://0001-sqlalchemy-fix-grouping-for-postgresql-databases.patch \ |
| 14 | file://fix_ceilometer_memory_leak.patch \ | 14 | file://fix_ceilometer_memory_leak.patch \ |
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | SRCREV="a4c7411ac903984c7e7524469f89a417cf9cf97e" | 17 | SRCREV="faada69444988c66a09ade812e10fa2ab5a0adae" |
| 18 | PV="2014.1.b2+git${SRCPV}" | 18 | PV="2014.1.b2+git${SRCPV}" |
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 20 | 20 | ||
| @@ -71,7 +71,7 @@ do_install_append() { | |||
| 71 | install -m 0755 ${WORKDIR}/ceilometer-alarm-evaluator.init.sh ${D}${sysconfdir}/init.d/ceilometer-alarm-evaluator | 71 | install -m 0755 ${WORKDIR}/ceilometer-alarm-evaluator.init.sh ${D}${sysconfdir}/init.d/ceilometer-alarm-evaluator |
| 72 | fi | 72 | fi |
| 73 | 73 | ||
| 74 | cp run-tests.sh ${CEILOMETER_CONF_DIR} | 74 | cp setup-test-env.sh ${CEILOMETER_CONF_DIR} |
| 75 | } | 75 | } |
| 76 | 76 | ||
| 77 | pkg_postinst_${SRCNAME}-setup () { | 77 | pkg_postinst_${SRCNAME}-setup () { |
| @@ -102,7 +102,7 @@ ALLOW_EMPTY_${SRCNAME}-setup = "1" | |||
| 102 | 102 | ||
| 103 | FILES_${PN} = "${libdir}/*" | 103 | FILES_${PN} = "${libdir}/*" |
| 104 | 104 | ||
| 105 | FILES_${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/run-tests.sh" | 105 | FILES_${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/setup-test-env.sh" |
| 106 | 106 | ||
| 107 | FILES_${SRCNAME}-common = "${sysconfdir}/${SRCNAME}/* \ | 107 | FILES_${SRCNAME}-common = "${sysconfdir}/${SRCNAME}/* \ |
| 108 | " | 108 | " |
| @@ -183,6 +183,8 @@ RDEPENDS_${PN} += " \ | |||
| 183 | python-pip \ | 183 | python-pip \ |
| 184 | python-pytz \ | 184 | python-pytz \ |
| 185 | python-pbr \ | 185 | python-pbr \ |
| 186 | python-croniter \ | ||
| 187 | python-ipaddr \ | ||
| 186 | " | 188 | " |
| 187 | 189 | ||
| 188 | RDEPENDS_${SRCNAME}-controller = "${PN} ${SRCNAME}-common ${SRCNAME}-alarm-notifier ${SRCNAME}-alarm-evaluator \ | 190 | RDEPENDS_${SRCNAME}-controller = "${PN} ${SRCNAME}-common ${SRCNAME}-alarm-notifier ${SRCNAME}-alarm-evaluator \ |
