[MOS 11.0][DEB] Update ceilometer package 62/33062/2 11.0/ocata
authorIvan Udovichenko <iudovichenko@mirantis.com>
Wed, 12 Apr 2017 12:19:19 +0000 (15:19 +0300)
committerIvan Udovichenko <iudovichenko@mirantis.com>
Wed, 12 Apr 2017 12:36:13 +0000 (15:36 +0300)
Version: 1:8.0.0-1~u16.04+mos0
* Fix (build-)dependencies.
* Comment out python-tempest build dependency.

Change-Id: If859c9000cacf4e63cbb772c0fc1617da6882838
Related-PROD: https://mirantis.jira.com/browse/PROD-8505

64 files changed:
xenial/debian/ceilometer-agent-central.init.in
xenial/debian/ceilometer-agent-central.manpages [deleted file]
xenial/debian/ceilometer-agent-central.postrm [deleted file]
xenial/debian/ceilometer-agent-compute.init.in
xenial/debian/ceilometer-agent-compute.manpages [deleted file]
xenial/debian/ceilometer-agent-compute.postrm [deleted file]
xenial/debian/ceilometer-agent-ipmi.init.in
xenial/debian/ceilometer-agent-ipmi.postrm [deleted file]
xenial/debian/ceilometer-agent-notification.init.in
xenial/debian/ceilometer-agent-notification.install
xenial/debian/ceilometer-agent-notification.postrm [deleted file]
xenial/debian/ceilometer-api.apache2 [new file with mode: 0644]
xenial/debian/ceilometer-api.conf [new file with mode: 0644]
xenial/debian/ceilometer-api.config.in [deleted file]
xenial/debian/ceilometer-api.init.in [deleted file]
xenial/debian/ceilometer-api.install
xenial/debian/ceilometer-api.manpages [deleted file]
xenial/debian/ceilometer-api.postinst.in [deleted file]
xenial/debian/ceilometer-api.postrm [deleted file]
xenial/debian/ceilometer-api.templates [deleted file]
xenial/debian/ceilometer-collector.cron.daily [deleted file]
xenial/debian/ceilometer-collector.init.in
xenial/debian/ceilometer-collector.manpages [deleted file]
xenial/debian/ceilometer-collector.postrm [deleted file]
xenial/debian/ceilometer-common.config.in [deleted file]
xenial/debian/ceilometer-common.dirs [new file with mode: 0644]
xenial/debian/ceilometer-common.install
xenial/debian/ceilometer-common.postinst [new file with mode: 0644]
xenial/debian/ceilometer-common.postinst.in [deleted file]
xenial/debian/ceilometer-common.postrm [deleted file]
xenial/debian/ceilometer-common.templates [deleted file]
xenial/debian/ceilometer-doc.doc-base [deleted file]
xenial/debian/ceilometer-polling.init.in
xenial/debian/changelog
xenial/debian/control
xenial/debian/copyright
xenial/debian/debian_control_vars [deleted file]
xenial/debian/docs [new file with mode: 0644]
xenial/debian/gbp.conf [deleted file]
xenial/debian/mans/ceilometer-agent-central.8 [deleted file]
xenial/debian/mans/ceilometer-agent-compute.8 [deleted file]
xenial/debian/mans/ceilometer-api.8 [deleted file]
xenial/debian/mans/ceilometer-collector.8 [deleted file]
xenial/debian/po/POTFILES.in [deleted file]
xenial/debian/po/cs.po [deleted file]
xenial/debian/po/da.po [deleted file]
xenial/debian/po/de.po [deleted file]
xenial/debian/po/es.po [deleted file]
xenial/debian/po/fr.po [deleted file]
xenial/debian/po/it.po [deleted file]
xenial/debian/po/ja.po [deleted file]
xenial/debian/po/nl.po [deleted file]
xenial/debian/po/pt.po [deleted file]
xenial/debian/po/ru.po [deleted file]
xenial/debian/po/sv.po [deleted file]
xenial/debian/po/templates.pot [deleted file]
xenial/debian/pydist-overrides
xenial/debian/python-ceilometer.install
xenial/debian/python-ceilometer.links [deleted file]
xenial/debian/rules
xenial/debian/tests/control [new file with mode: 0644]
xenial/debian/tests/test-python-ceilometer [new file with mode: 0755]
xenial/debian/tests/test-services [new file with mode: 0755]
xenial/debian/watch [changed mode: 0644->0755]

index acdebbd4d4f456475402243edde64b2eeb3bfa9f..64b92d6036adf4d7dfc9ecb65e70694634681be8 100644 (file)
 ### END INIT INFO
 
 # Author: Thomas Goirand <zigo@debian.org>
-DESC="OpenStack Ceilometer Agent Central"
+
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
+DESC="Ceilometer Agent Central"
 PROJECT_NAME=ceilometer
-NAME=${PROJECT_NAME}-polling
+NAME=${PROJECT_NAME}-agent-central
+DAEMON=/usr/bin/ceilometer-polling
 DAEMON_ARGS=" --polling-namespaces central"
diff --git a/xenial/debian/ceilometer-agent-central.manpages b/xenial/debian/ceilometer-agent-central.manpages
deleted file mode 100644 (file)
index 5279796..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/mans/ceilometer-agent-central.8
diff --git a/xenial/debian/ceilometer-agent-central.postrm b/xenial/debian/ceilometer-agent-central.postrm
deleted file mode 100644 (file)
index 410f1f9..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "${1}" = purge ] ; then
-       rm -f /var/log/ceilometer/ceilometer-agent-central.log*
-       [ -d /var/log/ceilometer ] && rmdir --ignore-fail-on-non-empty /var/log/ceilometer
-fi
-
-#DEBHELPER#
index 17075387359f166657652a9f777ed6f41be17cea..877f7f823f0150016d607df811b04f7a89f8c6e7 100644 (file)
 ### END INIT INFO
 
 # Author: Thomas Goirand <zigo@debian.org>
-DESC="OpenStack Ceilometer Agent Compute"
+
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
+DESC="Ceilometer Agent Compute"
 PROJECT_NAME=ceilometer
-NAME=${PROJECT_NAME}-polling
+NAME=${PROJECT_NAME}-agent-compute
+DAEMON=/usr/bin/ceilometer-polling
 DAEMON_ARGS=" --polling-namespaces compute"
diff --git a/xenial/debian/ceilometer-agent-compute.manpages b/xenial/debian/ceilometer-agent-compute.manpages
deleted file mode 100644 (file)
index ee38e63..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/mans/ceilometer-agent-compute.8
diff --git a/xenial/debian/ceilometer-agent-compute.postrm b/xenial/debian/ceilometer-agent-compute.postrm
deleted file mode 100644 (file)
index 4afe19d..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "${1}" = purge ] ; then
-       rm -f /var/log/ceilometer/ceilometer-agent-compute.log*
-       [ -d /var/log/ceilometer ] && rmdir --ignore-fail-on-non-empty /var/log/ceilometer
-fi
-
-#DEBHELPER#
index 6f1c590c607f66e13663a13256ee40d8da6bd097..b1425e8218a629c88533b29b23f3718078d3fb95 100644 (file)
@@ -3,16 +3,19 @@
 # Provides:          ceilometer-agent-ipmi
 # Required-Start:    $network $local_fs $remote_fs $syslog
 # Required-Stop:     $remote_fs
-# Should-Start:      mongodb postgresql mysql keystone rabbitmq-server ntp
-# Should-Stop:       mongodb postgresql mysql keystone rabbitmq-server ntp
+# Should-Start:      mongodb rabbitmq-server
+# Should-Stop:       mongodb rabbitmq-server
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
-# Short-Description: Ceilometer Agent IPMI
-# Description:       Ceilometer Agent IPMI
+# Short-Description: ceilometer ipmi agent
+# Description:       ceilometer ipmi agent
 ### END INIT INFO
 
-# Author: Thomas Goirand <zigo@debian.org>
-DESC="OpenStack Ceilometer Agent IPMI"
+# Author: Corey Bryant <corey.bryant@canonical.com>
+
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
+DESC="Ceilometer IPMI Agent"
 PROJECT_NAME=ceilometer
-NAME=${PROJECT_NAME}-polling
+NAME=${PROJECT_NAME}-agent-ipmi
+DAEMON=/usr/bin/ceilometer-polling
 DAEMON_ARGS=" --polling-namespaces ipmi"
diff --git a/xenial/debian/ceilometer-agent-ipmi.postrm b/xenial/debian/ceilometer-agent-ipmi.postrm
deleted file mode 100644 (file)
index d43d6ba..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "${1}" = purge ] ; then
-       rm -f /var/log/ceilometer/ceilometer-agent-ipmi.log*
-       [ -d /var/log/ceilometer ] && rmdir --ignore-fail-on-non-empty /var/log/ceilometer
-fi
-
-#DEBHELPER#
-
-exit 0
index 595961cc7e647148ebca7aac7816e9e52d6d61d3..57eec2f6961f2ef3998824bedb96b677cb14bceb 100644 (file)
@@ -12,6 +12,8 @@
 ### END INIT INFO
 
 # Author: Thomas Goirand <zigo@debian.org>
-DESC="OpenStack Ceilometer Notification Agent"
+
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
+DESC="Ceilometer Notification Agent"
 PROJECT_NAME=ceilometer
 NAME=${PROJECT_NAME}-agent-notification
index cd893dec5149e58a436f9f5ee79d8e202bdfb927..1bcacec7010bfbc36147bf96c63a5e65b89ad339 100644 (file)
@@ -1 +1 @@
-/usr/bin/ceilometer-agent-notification
+usr/bin/ceilometer-agent-notification
diff --git a/xenial/debian/ceilometer-agent-notification.postrm b/xenial/debian/ceilometer-agent-notification.postrm
deleted file mode 100644 (file)
index 850a970..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "${1}" = purge ] ; then
-       rm -f /var/log/ceilometer/ceilometer-agent-notification.log*
-       [ -d /var/log/ceilometer ] && rmdir --ignore-fail-on-non-empty /var/log/ceilometer
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/xenial/debian/ceilometer-api.apache2 b/xenial/debian/ceilometer-api.apache2
new file mode 100644 (file)
index 0000000..ea63d32
--- /dev/null
@@ -0,0 +1 @@
+site debian/ceilometer-api.conf
diff --git a/xenial/debian/ceilometer-api.conf b/xenial/debian/ceilometer-api.conf
new file mode 100644 (file)
index 0000000..49bf697
--- /dev/null
@@ -0,0 +1,13 @@
+Listen 8777
+
+<VirtualHost *:8777>
+    WSGIDaemonProcess ceilometer-api processes=2 threads=10 user=ceilometer display-name=%{GROUP}
+    WSGIProcessGroup ceilometer-api
+    WSGIScriptAlias / /usr/share/ceilometer/app.wsgi
+    WSGIApplicationGroup %{GLOBAL}
+    <IfVersion >= 2.4>
+        ErrorLogFormat "%{cu}t %M"
+    </IfVersion>
+    ErrorLog /var/log/apache2/ceilometer_error.log
+    CustomLog /var/log/apache2/ceilometer_access.log combined
+</VirtualHost>
diff --git a/xenial/debian/ceilometer-api.config.in b/xenial/debian/ceilometer-api.config.in
deleted file mode 100644 (file)
index a2f6c30..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-#PKGOS-INCLUDE#
-
-pkgos_register_endpoint_config ceilometer
-
-exit 0
diff --git a/xenial/debian/ceilometer-api.init.in b/xenial/debian/ceilometer-api.init.in
deleted file mode 100644 (file)
index 875f721..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-### BEGIN INIT INFO
-# Provides:          ceilometer-api
-# Required-Start:    $network $local_fs $remote_fs $syslog
-# Required-Stop:     $remote_fs
-# Should-Start:      mongodb rabbitmq-server
-# Should-Stop:       mongodb rabbitmq-server
-# Default-Start:     2 3 4 5
-# Default-Stop:      0 1 6
-# Short-Description: ceilometer api
-# Description:       ceilometer api
-### END INIT INFO
-
-# Author: Thomas Goirand <zigo@debian.org>
-DESC="OpenStack Ceilometer API"
-PROJECT_NAME=ceilometer
-NAME=${PROJECT_NAME}-api
index 308a676cee3fd3969ad1ef38ec9171c2462f518d..12141e706d276021978895e2a959a73d4f2055cc 100644 (file)
@@ -1 +1 @@
-usr/bin/ceilometer-api
+ceilometer/api/app.wsgi /usr/share/ceilometer
diff --git a/xenial/debian/ceilometer-api.manpages b/xenial/debian/ceilometer-api.manpages
deleted file mode 100644 (file)
index 1c1c5df..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/mans/ceilometer-api.8
\ No newline at end of file
diff --git a/xenial/debian/ceilometer-api.postinst.in b/xenial/debian/ceilometer-api.postinst.in
deleted file mode 100644 (file)
index 49b55e6..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#PKGOS-INCLUDE#
-
-if [ "$1" = "configure" ] ; then
-        . /usr/share/debconf/confmodule
-        pkgos_register_endpoint_postinst ceilometer ceilometer metering "Ceilometer Metering Service" 8777 /
-        db_stop
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/xenial/debian/ceilometer-api.postrm b/xenial/debian/ceilometer-api.postrm
deleted file mode 100644 (file)
index 8e034c2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "${1}" = purge ] ; then
-       rm -f /var/log/ceilometer/ceilometer-api.log*
-       [ -d /var/log/ceilometer ] && rmdir --ignore-fail-on-non-empty /var/log/ceilometer
-fi
-
-#DEBHELPER#
diff --git a/xenial/debian/ceilometer-api.templates b/xenial/debian/ceilometer-api.templates
deleted file mode 100644 (file)
index c280254..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# debian-l10n-english@lists.debian.org for advice.
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: ceilometer/register-endpoint
-Type: boolean
-Default: false
-_Description: Register Ceilometer in the Keystone endpoint catalog?
- Each OpenStack service (each API) should be registered in order to be
- accessible. This is done using "keystone service-create" and "keystone
- endpoint-create". This can be done automatically now.
- .
- Note that you will need to have an up and running Keystone server on which to
- connect using the Keystone authentication token.
-
-Template: ceilometer/keystone-ip
-Type: string
-_Description: Keystone server IP address:
- Please enter the IP address of the Keystone server, so that ceilometer-api can
- contact Keystone to do the Ceilometer service and endpoint creation.
-
-Template: ceilometer/keystone-auth-token
-Type: password
-_Description: Keystone authentication token:
- To configure its endpoint in Keystone, ceilometer-api needs the Keystone
- authentication token.
-
-Template: ceilometer/endpoint-ip
-Type: string
-_Description: Ceilometer endpoint IP address:
- Please enter the IP address that will be used to contact Ceilometer.
- .
- This IP address should be accessible from the clients that will use this
- service, so if you are installing a public cloud, this should be a public
- IP address.
-
-Template: ceilometer/region-name
-Type: string
-Default: regionOne
-_Description: Name of the region to register:
- OpenStack supports using availability zones, with each region representing
- a location. Please enter the zone that you wish to use when registering the
- endpoint.
diff --git a/xenial/debian/ceilometer-collector.cron.daily b/xenial/debian/ceilometer-collector.cron.daily
deleted file mode 100644 (file)
index 626e82a..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-test -x /usr/bin/ceilometer-expirer || exit 0
-su -s /bin/sh -c "exec /usr/bin/ceilometer-expirer" ceilometer
index d8677abb4d11990342b936cbbd4d166e45bb79ef..b7b0d6bd5b7ad3d1a09f4fcaf285f1eda5ebd458 100644 (file)
@@ -12,6 +12,9 @@
 ### END INIT INFO
 
 # Author: Thomas Goirand <zigo@debian.org>
-DESC="OpenStack Ceilometer Collector"
+# License: Apache-2
+
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
+DESC="Ceilometer Collector"
 PROJECT_NAME=ceilometer
 NAME=${PROJECT_NAME}-collector
diff --git a/xenial/debian/ceilometer-collector.manpages b/xenial/debian/ceilometer-collector.manpages
deleted file mode 100644 (file)
index ad265b5..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/mans/ceilometer-collector.8
\ No newline at end of file
diff --git a/xenial/debian/ceilometer-collector.postrm b/xenial/debian/ceilometer-collector.postrm
deleted file mode 100644 (file)
index dd84d44..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "${1}" = purge ] ; then
-       rm -f /var/log/ceilometer/ceilometer-collector.log*
-       [ -d /var/log/ceilometer ] && rmdir --ignore-fail-on-non-empty /var/log/ceilometer
-fi
-
-#DEBHELPER#
diff --git a/xenial/debian/ceilometer-common.config.in b/xenial/debian/ceilometer-common.config.in
deleted file mode 100644 (file)
index 028d1d8..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-#PKGOS-INCLUDE#
-
-db_input high ceilometer/configure_db || true
-db_go || true
-pkgos_rabbit_read_conf /etc/ceilometer/ceilometer.conf oslo_messaging_rabbit ceilometer
-pkgos_read_admin_creds /etc/ceilometer/ceilometer.conf keystone_authtoken ceilometer
-
-exit 0
diff --git a/xenial/debian/ceilometer-common.dirs b/xenial/debian/ceilometer-common.dirs
new file mode 100644 (file)
index 0000000..bce7e7b
--- /dev/null
@@ -0,0 +1,3 @@
+etc/ceilometer
+var/lib/ceilometer
+var/log/ceilometer
index 0053e3472c538e6c32e33fba323d15eee6072255..1adebd3159c42274e8398fd3d427163cbf8ee014 100644 (file)
@@ -1,16 +1,18 @@
-/usr/bin/ceilometer-dbsync
-/usr/bin/ceilometer-db-legacy-clean
-/usr/bin/ceilometer-expirer
-/usr/bin/ceilometer-polling
-/usr/bin/ceilometer-rootwrap
-/usr/bin/ceilometer-send-sample
-etc/ceilometer/api_paste.ini                   /etc/ceilometer
-etc/ceilometer/ceilometer-config-generator.conf /etc/ceilometer
-etc/ceilometer/event_definitions.yaml          /etc/ceilometer
-etc/ceilometer/event_pipeline.yaml             /etc/ceilometer
-etc/ceilometer/gnocchi_resources.yaml          /etc/ceilometer
-etc/ceilometer/pipeline.yaml                   /etc/ceilometer
-etc/ceilometer/policy.json                     /etc/ceilometer
-etc/ceilometer/rootwrap.conf                   /etc/ceilometer
-etc/ceilometer/rootwrap.d/ipmi.filters         /etc/ceilometer/rootwrap.d
-tools/show_data.py usr/share/doc/ceilometer
+etc/ceilometer/ceilometer.conf etc/ceilometer
+etc/ceilometer/polling.yaml etc/ceilometer
+usr/bin/ceilometer-db-legacy-clean
+usr/bin/ceilometer-upgrade
+usr/bin/ceilometer-expirer
+usr/bin/ceilometer-polling
+usr/bin/ceilometer-rootwrap
+usr/bin/ceilometer-send-sample
+usr/bin/ceilometer-upgrade
+usr/etc/ceilometer/api_paste.ini etc/ceilometer
+usr/etc/ceilometer/event_definitions.yaml etc/ceilometer
+usr/etc/ceilometer/event_pipeline.yaml etc/ceilometer
+usr/etc/ceilometer/examples/loadbalancer_v2_meter_definitions.yaml usr/share/ceilometer
+usr/etc/ceilometer/examples/osprofiler_event_definitions.yaml usr/share/ceilometer
+usr/etc/ceilometer/pipeline.yaml etc/ceilometer
+usr/etc/ceilometer/policy.json etc/ceilometer
+usr/etc/ceilometer/rootwrap.conf etc/ceilometer
+usr/etc/ceilometer/rootwrap.d/ipmi.filters etc/ceilometer/rootwrap.d
diff --git a/xenial/debian/ceilometer-common.postinst b/xenial/debian/ceilometer-common.postinst
new file mode 100644 (file)
index 0000000..16ee0c0
--- /dev/null
@@ -0,0 +1,31 @@
+#!/bin/sh -e
+
+if [ "$1" = "configure" ]; then
+    if ! getent group ceilometer > /dev/null 2>&1; then
+        addgroup --system ceilometer >/dev/null
+    fi
+
+    if ! getent passwd ceilometer > /dev/null 2>&1; then
+        adduser --system --home /var/lib/ceilometer --ingroup ceilometer --no-create-home --shell /bin/false ceilometer
+    fi
+
+    chown -R ceilometer:adm /var/log/ceilometer
+    chmod 0750 /var/log/ceilometer
+    chown -R ceilometer:ceilometer /var/lib/ceilometer /etc/ceilometer
+    chown -R root:root /etc/ceilometer/rootwrap.d
+    chmod 0755 /etc/ceilometer/rootwrap.d
+    chown root:root /etc/ceilometer/rootwrap.conf
+    chown 0700 /etc/ceilometer
+    chmod 0640 /etc/ceilometer/ceilometer.conf
+
+    if grep -qE "^(sql_)?connection.*sqlite.*" /etc/ceilometer/ceilometer.conf
+    then
+        su -s /bin/sh -c '/usr/bin/ceilometer-upgrade --skip-gnocchi-resource-types' ceilometer
+    fi
+
+    if [ -e /var/lib/ceilometer/ceilometer.sqlite ]; then
+        chown ceilometer:ceilometer /var/lib/ceilometer/ceilometer.sqlite
+        chmod 0600 /var/lib/ceilometer/ceilometer.sqlite
+    fi
+fi
+#DEBHELPER#
diff --git a/xenial/debian/ceilometer-common.postinst.in b/xenial/debian/ceilometer-common.postinst.in
deleted file mode 100644 (file)
index 623271b..0000000
+++ /dev/null
@@ -1,61 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#PKGOS-INCLUDE#
-
-# We need to do that for ceilometer-agent-compute
-libvirt_user_group () {
-       if getent group libvirt ; then
-               LIBVIRT_GROUP=libvirt
-       elif getent group libvirtd ; then
-               LIBVIRT_GROUP=libvirtd
-       else
-               if dpkg-vendor --derives-from ubuntu ; then
-                       LIBVIRT_GROUP=libvirtd
-               else
-                       LIBVIRT_GROUP=libvirt
-               fi
-       fi
-
-       if ! getent group ${LIBVIRT_GROUP} >/dev/null; then
-               addgroup --system ${LIBVIRT_GROUP}
-       fi
-
-       # user and group libvirt runs qemu/kvm instances with
-       if ! getent group kvm >/dev/null; then
-               addgroup --quiet --system kvm
-       fi
-       if ! getent passwd libvirt-qemu >/dev/null; then
-               adduser --quiet \
-                       --system \
-                       --ingroup kvm \
-                       --quiet \
-                       --disabled-login \
-                       --disabled-password \
-                       --home /var/lib/libvirt \
-                       --no-create-home \
-                       -gecos "Libvirt Qemu" \
-                       libvirt-qemu
-       fi
-}
-
-if [ "$1" = "configure" ] || [ "$1" = "reconfigure" ] ; then
-       . /usr/share/debconf/confmodule
-       pkgos_adduser nova
-       pkgos_var_user_group ceilometer
-       libvirt_user_group
-       adduser ceilometer nova || true
-       adduser ceilometer ${LIBVIRT_GROUP} || true
-       pkgos_write_new_conf ceilometer ceilometer.conf
-       pkgos_rabbit_write_conf /etc/ceilometer/ceilometer.conf oslo_messaging_rabbit ceilometer
-       pkgos_write_admin_creds /etc/ceilometer/ceilometer.conf keystone_authtoken ceilometer
-       db_get ceilometer/configure_db
-       if [ "$RET" = "true" ]; then
-               ceilometer-dbsync || true
-       fi
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/xenial/debian/ceilometer-common.postrm b/xenial/debian/ceilometer-common.postrm
deleted file mode 100644 (file)
index 5476688..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "${1}" = "purge" ] ; then
-       rm -f /etc/ceilometer/ceilometer.conf
-       rmdir --ignore-fail-on-non-empty /etc/ceilometer || true
-       rmdir --ignore-fail-on-non-empty /var/lib/nova/cache || true
-       rmdir --ignore-fail-on-non-empty /var/lib/nova || true
-       rmdir --ignore-fail-on-non-empty /var/log/nova || true
-       rm -rf /var/lib/ceilometer /var/log/ceilometer
-fi
-
-#DEBHELPER#
-
-exit 0
diff --git a/xenial/debian/ceilometer-common.templates b/xenial/debian/ceilometer-common.templates
deleted file mode 100644 (file)
index 9c2b22e..0000000
+++ /dev/null
@@ -1,77 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# debian-l10n-english@lists.debian.org for advice.
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: ceilometer/configure_db
-Type: boolean
-Default: false
-_Description: Perform automatic dbsync for Ceilometer?
- Ceilometer can automatically run ceilometer-dbsync after installation. For it
- to work, you need an up and running mongodb-server.
- .
- You can change this setting later on by running "dpkg-reconfigure -plow
- ceilometer".
-
-
-Template: ceilometer/rabbit_host
-Type: string
-Default: localhost
-_Description: IP address of your RabbitMQ host:
- In order to interoperate with other components of OpenStack, this package
- needs to connect to a central RabbitMQ server.
- .
- Please specify the IP address of that server.
-
-Template: ceilometer/rabbit_userid
-Type: string
-Default: guest
-_Description: Username for connection to the RabbitMQ server:
- In order to interoperate with other components of OpenStack, this package
- needs to connect to a central RabbitMQ server.
- .
- Please specify the username used to connect to the RabbitMQ server.
-
-Template: ceilometer/rabbit_password
-Type: password
-_Description: Password for connection to the RabbitMQ server:
- In order to interoperate with other components of OpenStack, this package
- needs to connect to a central RabbitMQ server.
- .
- Please specify the password used to connect to the RabbitMQ server.
-
-Template: ceilometer/auth-host
-Type: string
-Default: 127.0.0.1
-_Description: Authentication server hostname:
- Please specify the hostname of the authentication server for Ceilometer.
- Typically this is also the hostname of the OpenStack Identity Service
- (Keystone).
-
-Template: ceilometer/admin-tenant-name
-Type: string
-Default: admin
-# Translators: a "tenant" in OpenStack world is
-# an entity that contains one or more username/password couples.
-# It's typically the tenant that will be used for billing. Having more than one
-# username/password is very helpful in larger organization.
-# You're advised to either keep "tenant" without translating it
-# or keep it parenthezised. Example for French:
-# locataire ("tenant")
-_Description: Authentication server tenant name:
- Please specify the authentication server tenant name.
-
-Template: ceilometer/admin-user
-Type: string
-Default: admin
-_Description: Authentication server username:
- Please specify the username to use with the authentication server.
-
-Template: ceilometer/admin-password
-Type: password
-_Description: Authentication server password:
- Please specify the password to use with the authentication server.
diff --git a/xenial/debian/ceilometer-doc.doc-base b/xenial/debian/ceilometer-doc.doc-base
deleted file mode 100644 (file)
index 49284de..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-Document: ceilometer-doc
-Title: Ceilometer Documentation
-Author: OpenStack
-Abstract: Sphinx documentation for Ceilometer
-Section: Programming/Python
-
-Format: HTML
-Index: /usr/share/doc/ceilometer-doc/html/index.html
-Files: /usr/share/doc/ceilometer-doc/html/*
index 8c0c9062938bfdb7adede3155e03878627fea5ef..86daac5b26e67e0ba7a6e6f89e0887db37e67886 100644 (file)
@@ -11,7 +11,9 @@
 # Description:       ceilometer polling
 ### END INIT INFO
 
-# Author: Thomas Goirand <zigo@debian.org>
-DESC="OpenStack Ceilometer Polling"
+# Author: Corey Bryant <corey.bryant@canonical.com>
+
+PATH=/sbin:/usr/sbin:/bin:/usr/bin
+DESC="Ceilometer Polling"
 PROJECT_NAME=ceilometer
 NAME=${PROJECT_NAME}-polling
index 6dc4dbd720fcc9511875b706a7ac008917a8ed37..2cf738712d4c3fd68b32b1358de1d369dca6c064 100644 (file)
-ceilometer (1:7.0.0~b2-1~u16.04+mos1) mos10.0; urgency=medium
+ceilometer (1:8.0.0-1~u16.04+mos0) mos11.0; urgency=medium
 
-  * Update ceilometer to v7.0.0.0b2
-  * Update build and runtime dependencies according to global-requirements
+  * Fix (build-)dependencies.
+  * Comment out python-tempest build dependency.
 
- -- Mikhail Ivanov <mivanov@mirantis.com>  Mon, 25 Jul 2016 13:55:24 +0300
+ -- Ivan Udovichenko <iudovichenko@mirantis.com>  Wed, 12 Apr 2017 15:19:17 +0300
 
-ceilometer (1:6.0.0~rc1-1~u14.04+mos1) mos9.0; urgency=medium
+ceilometer (1:8.0.1-0ubuntu2~cloud0) xenial-ocata; urgency=medium
 
-  * Update ceilometer to v6.0.0.0rc1
-  * Update build and runtime dependencies according to global-requirements
+  * New update for the Ubuntu Cloud Archive.
 
- -- Mikhail Ivanov <mivanov@mirantis.com>  Fri, 25 Mar 2016 18:01:15 +0300
+ -- Openstack Ubuntu Testing Bot <openstack-testing-bot@ubuntu.com>  Thu, 16 Mar 2017 15:14:44 +0000
 
-ceilometer (1:6.0.0~b2-1~u14.04+mos1) mos9.0; urgency=medium
+ceilometer (1:8.0.1-0ubuntu2) zesty; urgency=medium
 
-  * Synchronize build scripts from Debian.
-    Source: https://anonscm.debian.org/git/openstack/ceilometer.git
-    Commit: c7caa6f0ab1349e09745c17c600eb6b5d7532e4f
+  * d/ceilometer-commmon.postinst: Set permissions to 0640 for
+    /etc/ceilometer/ceilometer.conf (LP: #1588391).
 
- -- Daniil Trishkin <dtrishkin@mirantis.com>  Thu, 04 Feb 2016 13:13:43 +0000
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 16 Mar 2017 10:19:40 -0400
 
-ceilometer (1:6.0.0~b2-1) experimental; urgency=medium
+ceilometer (1:8.0.1-0ubuntu1) zesty; urgency=medium
 
-  * New upstream release.
-  * Fixed (build-)depends for this release.
-  * The alarm packages are now transition packages to Aodh.
-  * Fixed debian/copyright ordering.
-  * Updated namespaces when generating the config file.
+  * New upstream point release.
 
- -- Thomas Goirand <zigo@debian.org>  Tue, 08 Dec 2015 11:53:07 +0100
+ -- James Page <james.page@ubuntu.com>  Tue, 14 Mar 2017 13:34:03 +0000
 
-ceilometer (1:6.0.0~b1-1~u14.04+mos1) mos9.0; urgency=medium
+ceilometer (1:8.0.0-0ubuntu5) zesty; urgency=medium
 
-  * Update runtime requirements according to global requirements of Mitaka
-  * Update build depends according to test requirements of the project
-  * d/ceilometer-common.install: 
-    - Remove gabbi_pipeline.yaml
-      because it's only for tests
-    - Remove gnocchi_archive_policy_map.yaml
-    - Add ceilometer-config-generator.conf
+  * debian/control: Really fix adjustements. 
 
- -- Daniil Trishkin <dtrishkin@mirantis.com>  Wed, 20 Jan 2016 17:37:43 +0000
+ -- Chuck Short <zulcss@ubuntu.com>  Fri, 10 Feb 2017 10:06:55 -0500
 
-ceilometer (1:5.0.0-5~u14.04+mos1) mos8.0; urgency=medium
+ceilometer (1:8.0.0-0ubuntu4) zesty; urgency=medium
 
-  * d/ceilometer-agent-*.init.in: Fix DAEMON_ARGS for
-    central, compute and ipmi agents.
-  * Source: https://anonscm.debian.org/git/openstack/ceilometer.git
-  * d/ceilometer-common.install: Add event_pipeline.yaml, gabbi_pipeline.yaml,
-      gnocchi_archive_policy_map.yaml, gnocchi_resources.yaml files
-      which are now available in stable/liberty branch.
+  * debian/control: More adjustments. 
 
- -- Ivan Udovichenko <iudovichenko@mirantis.com>  Tue, 10 Nov 2015 17:45:03 +0200
+ -- Chuck Short <zulcss@ubuntu.com>  Fri, 10 Feb 2017 08:02:49 -0500
 
-ceilometer (1:5.0.0-5) unstable; urgency=medium
+ceilometer (1:8.0.0-0ubuntu3) zesty; urgency=medium
 
-  * Added q-text-as-data as depends for ceilometer-api.
+  * debian/control: Adjust dependencies. 
 
- -- Thomas Goirand <zigo@debian.org>  Tue, 03 Nov 2015 11:28:44 +0000
+ -- Chuck Short <zulcss@ubuntu.com>  Thu, 09 Feb 2017 21:04:28 -0500
 
-ceilometer (1:5.0.0-4) unstable; urgency=medium
+ceilometer (1:8.0.0-0ubuntu2) zesty; urgency=medium
 
-  * Rebuilt with openstack-pkg-tools to use Keystone API v3.
+  * debian/control: Fix bad dependencies. 
 
- -- Thomas Goirand <zigo@debian.org>  Tue, 03 Nov 2015 09:30:52 +0000
+ -- Chuck Short <zulcss@ubuntu.com>  Thu, 09 Feb 2017 10:39:41 -0500
 
-ceilometer (1:5.0.0-3~u14.04+mos1) mos8.0; urgency=medium
+ceilometer (1:8.0.0-0ubuntu1) zesty; urgency=medium
 
-  * Preserve MOS changes.
+  [ Chuck Short ]
+  * d/p/skip-tests.patch: Dropped no longer needed. 
 
- -- Ivan Udovichenko <iudovichenko@mirantis.com>  Tue, 27 Oct 2015 20:05:04 +0200
+  [ Corey Bryant ]
+  * d/control: Add python-gabbi to run-time Depends since it is used by
+    tempest plugin.
 
-ceilometer (1:5.0.0-3) unstable; urgency=medium
+  [ Chuck Short ]
+  * New upstream release.
+  * d/control: Align (Build-)Depends with upstream.
+  * d/ceilometer-commmon.postinst: Adjust permissions on /etc/ceilometer.
+    (LP: #1588391)
+  * d/ceilometer-common.install: Add polling.yaml.
 
-  * Uploading to unstable.
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 16 Oct 2015 13:37:36 +0000
+ -- Chuck Short <zulcss@ubuntu.com>  Fri, 03 Feb 2017 10:26:34 -0500
 
-ceilometer (1:5.0.0-2) experimental; urgency=medium
+ceilometer (1:8.0.0~git20170104.aa3f491bb-0ubuntu2) zesty; urgency=medium
 
-  * Fixed ceilometer-common.postinst.
+  * d/rules: Update PBR_VERSION to handle ~git versioning.
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 15 Oct 2015 19:41:24 +0200
+ -- Corey Bryant <corey.bryant@canonical.com>  Tue, 10 Jan 2017 12:43:24 -0500
 
-ceilometer (1:5.0.0-1) experimental; urgency=medium
+ceilometer (1:8.0.0~git20170104.aa3f491bb-0ubuntu1) zesty; urgency=medium
 
-  * New upstream release.
-  * Now checking for libvirt or libvirtd group existance before guessing it
-    with "dpkg-vendor --derives-from ubuntu".
+  * New upstream release snapshot for OpenStack Ocata:
+    - Updates package version to align with ocata (8.0.0).
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 12 Oct 2015 10:50:26 +0200
+ -- Corey Bryant <corey.bryant@canonical.com>  Tue, 10 Jan 2017 12:07:37 -0500
 
-ceilometer (1:5.0.0~rc1-1) experimental; urgency=medium
+ceilometer (1:7.0.0+git20170104.aa3f491bb-0ubuntu1) zesty; urgency=medium
 
-  * New upstream release.
-  * Get the ceilometer-agent-central use "ceilometer-polling --central".
-  * Get the ceilometer-agent-compute to use "ceilometer-polling --namespace
-    compute".
-  * Updated nl.po
-  * Now ceilometer-api depends on python-openstackclient.
-  * Fixed (build-)depends for this release.
+  [ Chuck Short ]
+  * New upstream version.
+  * debian/ceilometer-common.install: ceilometer-db-sync is 
+    now ceilometer-upgrade. 
+  * debian/control: Add python-cinderclient.
+  * debian/control: Add python-tenacity.
+  * debian/control: Add python-libvirt. (LP: #1645435)
+  * debian/patches/disable-kafka.patch: Refreshed.
 
- -- Thomas Goirand <zigo@debian.org>  Sat, 12 Sep 2015 15:26:48 +0000
+  [ Corey Bryant ]
+  * d/ceilometer-common.install: Drop install of gnocchi_resources.yaml to
+    etc/ceilometer as it has been moved out of upstream etc/ceilometer path.
+  * New upstream version.
+  * d/p/disable-kafka.patch: Rebased.
+  * d/ceilometer-common.install: Drop install of ceilometer tool show_data.py.
+    It's been removed upstream.
+  * d/p/*: Rebased.
+  * d/ceilometer-api.install, d/control, d/rules,
+    d/ceilometer-api.{apache2,conf,service.in}: Run ceilometer-api under
+    apache2 with mod_wsgi.
+  * d/rules: Add PBR_VERSION to set correct distro version for package build.
+  * d/tests/test-services: Test apache2 service is running instead of
+    ceilometer-api.
+  * New upstream version.
+  * d/p/disable-kafka.patch: Rebased.
+  * d/ceilometer-api.conf: Drop Apache2 header, as it's covered by d/copyright.
+  * New upstream release snapshot for OpenStack Ocata.
+  * d/rules: Update VERSION mangling to drop '+'.
 
-ceilometer (1:5.0.0~b2-1~u14.04+mos1) mos8.0; urgency=medium
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 07 Dec 2016 13:40:59 -0500
 
-  * Source: http://http.debian.net/debian/pool/main/c/ceilometer/ceilometer_5.0.0~b3-1.dsc
-  * Package version is lowered to satisfy the code version in 8.0 branch.
-  * d/rules: Add ceilometer.conf generated by oslo-config-generator to etc/ceilometer
-  * d/rules: Do not use any inner config modifications. Therefore preserve it for further modifications by deployment software. 
+ceilometer (1:7.0.0-0ubuntu2) yakkety; urgency=medium
 
- -- Ivan Udovichenko <iudovichenko@mirantis.com>  Thu, 24 Sep 2015  0:43:56 +0300
+  * d/ceilometer-common.postinst: Call ceilometer-upgrade with
+    --skip-gnocchi-resource-types as this is only called in the event
+    that a local sqlite db is in use, which it won't be if gnocchi is
+    being used, resolving issues with installation and upgrade
+    (LP: #1631868)
 
-ceilometer (1:5.0.0~b3-1) experimental; urgency=medium
+ -- James Page <james.page@ubuntu.com>  Mon, 10 Oct 2016 09:32:15 +0100
 
-  * New upstream release.
-  * Fixed (build-)depends for this release.
-  * Realign Ceilometer packaging with MOS.
-  * Not using transition packages for sphinxcontrib stuff.
-  * Do not run functiona tests when building.
+ceilometer (1:7.0.0-0ubuntu1) yakkety; urgency=medium
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 31 Aug 2015 20:55:14 +0200
+  * New upstream release for OpenStack Newton.
 
-ceilometer (1:5.0.0~b2-1) experimental; urgency=medium
+ -- James Page <james.page@ubuntu.com>  Fri, 07 Oct 2016 08:52:03 +0100
 
-  * New upstream release.
-  * Fixed (build-)depends for this release.
-  * Not using sphinxcontrib transition packages anymore.
+ceilometer (1:7.0.0~rc3-0ubuntu1) yakkety; urgency=medium
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 05 Aug 2015 13:05:25 +0200
+  [ Corey Bryant ]
+  * d/control: oslo.log min version level in global-requirements is too low,
+    so set min version to upper-constraints level (LP: #1628883).
 
-ceilometer (2015.1.0-6) unstable; urgency=medium
+  [ James Page ]
+  * d/ceilometer-api.service.in: Set listen port to 8777 to ensure that the
+    wsgi_script generated binary actually listens on the correct port,
+    configurable using a systemd override if need be.
+    (LP: #1629796).
+  * New upstream release candidate for OpenStack Newton.
 
-  * Updated French debconf translations thanks to Julien Patriarca
-    (Closes: #789902).
+ -- James Page <james.page@ubuntu.com>  Mon, 03 Oct 2016 12:48:38 +0100
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 26 Jun 2015 15:11:26 +0200
+ceilometer (1:7.0.0~rc2-0ubuntu1) yakkety; urgency=medium
 
-ceilometer (2015.1.0-5) unstable; urgency=medium
+  * New upstream release candidate for OpenStack Newton.
+    - d/p/bug1624873.patch: Drop, included in new RC.
+  * Fix issues due to switch to wsgi_script for ceilometer-api (LP: #1626006):
+    - d/control: Set minimum version of python-pbr to 1.10.0 to ensure
+      that useful wsgi_scripts are generated for ceilometer-api.
+    - d/ceilometer-api.{service,init}.in: Switch to direct use of systemd
+      unit file instead of relying on openstack-pkg-tools for generation of
+      templated versions to ensure that configuration options are passed
+      correctly to wsgi_script generated ceilometer-api.
 
-  * Added debconf screen to ask if dbsync should be done (Closes: #787536).
-  * Put ceilometer-doc in the doc section.
+ -- James Page <james.page@ubuntu.com>  Fri, 23 Sep 2016 10:46:22 +0100
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 11 Jun 2015 09:18:13 +0200
+ceilometer (1:7.0.0~rc1-0ubuntu2) yakkety; urgency=medium
 
-ceilometer (2015.1.0-4) unstable; urgency=medium
+  * d/control: Move oslo.db from Suggests -> Depends, inline with
+    changes for rc2 upstream.
+  * d/p/bug1624873.patch: Cherry pick fix for switch of ceilometer-api
+    to a wsgi script, rather than a standard console script (LP: #1624873).
 
-  * Added a documentation package with the sphinx docs.
+ -- James Page <james.page@ubuntu.com>  Tue, 20 Sep 2016 11:49:37 +0100
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 04 Jun 2015 09:40:08 +0000
+ceilometer (1:7.0.0~rc1-0ubuntu1) yakkety; urgency=medium
 
-ceilometer (2015.1.0-3) unstable; urgency=medium
+  * New upstream release candidate for OpenStack Newton.
+  * Align (Build-)Depends with upstream.
+  * Add backend driver dependencies as Suggests for python-ceilometer.
 
-  * Added ceilometer-polling as new package.
-  * Removed Pre-Depends on dpkg.
+ -- James Page <james.page@ubuntu.com>  Mon, 19 Sep 2016 12:04:25 +0100
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 04 Jun 2015 11:10:31 +0200
+ceilometer (1:7.0.0~b4~dev9-0ubuntu1) yakkety; urgency=medium
 
-ceilometer (2015.1.0-2) unstable; urgency=medium
+  [ Corey Bryant ]
+  * New upstream version.
+  * d/ceilometer-common.install, d/ceilometer-common.postinst:
+    ceilometer-dbsync is deprecated in favor of ceilometer-upgrade.
 
-  * Added missing --namespace oslo.policy when generating default conf.
+  [ James Page ]
+  * d/tests/control,test-daemons: Drop test, superceeded by test-services
+    and fails with use of process naming in ceilometer.
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 15 May 2015 16:22:51 +0200
+ -- James Page <james.page@ubuntu.com>  Tue, 13 Sep 2016 12:02:57 +0100
 
-ceilometer (2015.1.0-1) unstable; urgency=medium
+ceilometer (1:7.0.0~b3-0ubuntu1) yakkety; urgency=medium
 
-  * New upstream release.
+  [ David Della Vecchia ]
+  * New upstream version.
+  * d/control: Fixing spelling mistake.
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 30 Apr 2015 21:17:17 +0000
+  [ Corey Bryant ]
+  * New upstream version.
+  * d/control: Add python-cotyledon to (Build-)Depends.
+  * New upstream version.
+  * d/ceilometer-common.install: Install new/existing config and sample files
+    from usr/etc.
+  * d/rules: Exclude install of ceilometer-config-generator.conf.
+  * d/ceilometer-common.postinst: Ensure proper permissions for
+    /etc/ceilometer/rootwrap*.
 
-ceilometer (2015.1~rc2-1) unstable; urgency=medium
+  [ Dimitri John Ledkov ]
+  * Check ipmi agent is running only on i386 & amd64.
 
+  [ James Page ]
   * New upstream release.
-  * Uploading to unstable.
-  * Reviewed (build-)depends for this release.
-  * Fixed default connection sed command line.
 
- -- Thomas Goirand <zigo@debian.org>  Tue, 23 Dec 2014 14:47:10 +0800
+ -- James Page <james.page@ubuntu.com>  Fri, 02 Sep 2016 11:51:21 +0100
 
-ceilometer (2014.2.1-1) experimental; urgency=medium
+ceilometer (1:7.0.0~b2-0ubuntu3) yakkety; urgency=medium
 
-  * New upstream release.
-  * Using auth_protocol=http by default.
+  [ Dimitri John Ledkov ]
+  * Add python-libvirt and libvirt-daemon-system to Depends in
+    debian/control/tests to make sure ceilometer-agent-compute is
+    running. Possibly makes sense to add python-libvirt as the Depends: on
+    the appropriate package, and only libvirt-daemon in the
+    debian/tests/contol.
+  * Iterate through all services, before exiting 1 in
+    debian/tests/test-services, to see all failing services at once.
+  * Skip testing for the ipmi agent service on s390x, not useful.
+  * Mark debian/tests/test-* files executable.
 
- -- Thomas Goirand <zigo@debian.org>  Sun, 14 Dec 2014 16:04:27 +0800
+ -- Corey Bryant <corey.bryant@canonical.com>  Tue, 30 Aug 2016 15:03:52 -0400
 
-ceilometer (2014.2-3) experimental; urgency=medium
+ceilometer (1:7.0.0~b2-0ubuntu2) yakkety; urgency=medium
 
-  * Added argparse & ordereddict to debian/pydist-overrides.
+  * d/tests/control: Add rabbitmq-server to test dependencies to avoid
+    daemon test failures.
 
- -- Thomas Goirand <zigo@debian.org>  Sun, 19 Oct 2014 10:58:28 +0000
+ -- James Page <james.page@ubuntu.com>  Fri, 22 Jul 2016 10:24:22 +0100
 
-ceilometer (2014.2-2) experimental; urgency=medium
+ceilometer (1:7.0.0~b2-0ubuntu1) yakkety; urgency=medium
 
-  * Added missing python-posix-ipc as (build-)depends.
+  [ James Page ]
+  * New upstream snapshot.
+  * d/p/skip-gnocchiclient-tests.patch,d/control: Re-enable testing with
+    gnocchi as python-gnocchiclient is a BD only.
+  * d/p/skip-gabbi.patch,d/control: Re-enable testing that relies on gabbi
+    as its a BD only.
+  * d/p/disable-kafka.patch,d/control: Disable runtime dependency on kafka
+    only, enable execution of tests during build.
+  * d/p/*: Refresh remaining patches.
 
- -- Thomas Goirand <zigo@debian.org>  Sun, 19 Oct 2014 15:13:52 +0800
+  [ Corey Bryant ]
+  * New upstream version.
+  * d/ceilometer-common.install: Install ceilometer-db-legacy-clean tool.
 
-ceilometer (2014.2-1) experimental; urgency=medium
+  [ Corey Bryant ]
+  * New upstream release for OpenStack Newton.
+  * d/control: Align (Build-)Depends with upstream.
 
-  * New upstream release.
+ -- Corey Bryant <corey.bryant@canonical.com>  Fri, 15 Jul 2016 15:50:14 -0400
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 16 Oct 2014 14:47:57 +0000
+ceilometer (1:6.0.0-0ubuntu1) xenial; urgency=medium
 
-ceilometer (2014.2~rc3-1) experimental; urgency=medium
+  * New upstream release for OpenStack Mitaka.
 
-  * New upstream release.
-  * Added missing configuration files in ceilometer-common.
-  * Removed Add_oslo.db_to_config_generator.patch applied upstream.
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 07 Apr 2016 17:06:22 -0400
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 15 Oct 2014 14:02:53 +0800
+ceilometer (1:6.0.0~rc1-0ubuntu1) xenial; urgency=medium
 
-ceilometer (2014.2~rc1-4) experimental; urgency=medium
+  * New upstream release candidate for OpenStack Mitaka.
+  * d/control: Align (Build-)Depends with upstream.
+  * d/rules: Use OS_TEST_PATH to specify unit test path.
 
-  * Adds patch for generating the config file correctly.
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 23 Mar 2016 21:28:43 -0400
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 10 Oct 2014 14:32:36 +0000
+ceilometer (1:6.0.0~b3-0ubuntu1) xenial; urgency=medium
 
-ceilometer (2014.2~rc1-3) experimental; urgency=medium
+  * New upstream milestone for OpenStack Mitaka.
+  * d/control: Align (Build-)Depends with upstream.
+  * d/p/*: Patches rebased.
 
-  * Using a single unique ceilometer-common logrotate file.
+ -- Corey Bryant <corey.bryant@canonical.com>  Mon, 07 Mar 2016 09:42:19 -0500
 
- -- Thomas Goirand <zigo@debian.org>  Tue, 07 Oct 2014 13:45:40 +0800
+ceilometer (1:6.0.0~b2-0ubuntu3) xenial; urgency=medium
 
-ceilometer (2014.2~rc1-2) experimental; urgency=medium
+  * d/p/fix-fallback-meter-path.patch: Always use full path when testing
+    for read of fallback meters file, resolving unit test failure.
 
-  * Mangling upstream rc and beta versions in watch file.
-  * Added missing binaries.
-  * Now packaging ceilometer-agent-ipmi.
-  * Using templated init, upstart and systemd scripts from
-    openstack-pkg-tools >= 13.
-  * Fixed upstream files gone in debian/copyright.
-  * Standards-Version is now 3.9.6 (no change).
+ -- James Page <james.page@ubuntu.com>  Fri, 04 Mar 2016 11:18:15 +0000
 
- -- Thomas Goirand <zigo@debian.org>  Tue, 07 Oct 2014 00:49:22 +0000
+ceilometer (1:6.0.0~b2-0ubuntu2) xenial; urgency=medium
 
-ceilometer (2014.2~rc1-1) experimental; urgency=medium
+  * d/control: Drop python-gnocchiclient from BDs and move Depends to Suggests.
+  * d/p/skip-gnocchiclient-tests.patch: Skip python-gnocchiclient tests as it
+    and gnocchi are not supported in main.
 
-  * New upstream release.
-  * Updated (build-)depends for this release.
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 10 Feb 2016 09:02:27 -0500
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 24 Sep 2014 09:39:11 +0800
+ceilometer (1:6.0.0~b2-0ubuntu1) xenial; urgency=medium
 
-ceilometer (2014.2~b3-1) experimental; urgency=medium
+  * New upstream milestone for OpenStack Mitaka.
+  * d/control: Align dependencies with upstream.
+  * d/p/skip-gabbi.patch: Rebased patch to handle test changes.
+  * d/p/disable-kafka.patch: Rebased patch to handle requirement updates.
 
-  * New upstream release.
-  * Generating config file from script, since it's gone from upstream.
-  * Removed all patches, all applied upstream.
-  * Removed sources.json, as it's gone away upstream.
+ -- David Della Vecchia <ddv@canonical.com>  Sun, 24 Jan 2016 16:13:27 -0500
 
- -- Thomas Goirand <zigo@debian.org>  Tue, 01 Jul 2014 15:01:05 +0800
+ceilometer (1:6.0.0~b1-0ubuntu1) xenial; urgency=medium
 
-ceilometer (2014.1.1-2) unstable; urgency=medium
+  [ Corey Bryant ]
+  * New upstream milestone for OpenStack Mitaka:
+    - d/control: Align dependencies with upstream.
+    - d/p/skip-db-tests.patch: Dropped, no longer needed.
+    - d/p/disable-kafka.patch: Rebase.
+    - d/p/skip-gabbi.patch: Updated to handle more gabbi imports.
+    - d/rules: Use oslo-config-generator to generate config file.
 
-  * Updated de.po thanks to Chris Leick <c.leick@vollbio.de> (Closes: #751164).
+  [ David Della Vecchia ]
+  * Upstream moved ceilometer-alarm-evaluator/notifier out of branch to aodh project:
+    - d/control: Removed ceilometer-alarm-evaluator/notifier package.
+    - d/t/control: Removed ceilometer-alarm-evaluator/notifier from test list.
+    - d/t/test-daemons: Removed ceilometer-alarm-evaluator/notifier from daemon list.
+    - d/t/test-services: Removed ceilometer-alarm-evaluator/notifier from services list.
+    - d/ceilometer-alarm-evaluator.init.in: Removed file.
+    - d/ceilometer-alarm-evaluator.install: Removed file.
+    - d/ceilometer-alarm-notifier.init.in: Removed file.
+    - d/ceilometer-alarm-notifier.install: Removed file.
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 11 Jun 2014 12:29:07 +0800
+ -- David Della Vecchia <ddv@canonical.com>  Fri, 18 Dec 2015 08:25:39 -0500
 
-ceilometer (2014.1.1-1) unstable; urgency=medium
+ceilometer (1:5.0.0-0ubuntu1) wily; urgency=medium
 
-  * New upstream release.
-  * Bumped python-six minimal version to 1.6.0.
+  * New upstream release for OpenStack Liberty.
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 09 Jun 2014 21:46:22 +0800
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 15 Oct 2015 12:33:10 -0400
 
-ceilometer (2014.1-7) unstable; urgency=medium
+ceilometer (1:5.0.0~rc2-0ubuntu1) wily; urgency=medium
 
-  * Switched from restarting daemons to copytruncate for logrotate.
+  * New upstream release candidate for OpenStack Liberty.
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 29 May 2014 13:51:53 +0800
+ -- Corey Bryant <corey.bryant@canonical.com>  Tue, 06 Oct 2015 11:09:35 -0400
 
-ceilometer (2014.1-6) unstable; urgency=medium
+ceilometer (1:5.0.0~rc1-0ubuntu3) wily; urgency=medium
 
-  * Adds Add_aggregator_transformer.patch.
+  [ James Page ]
+  * d/rules: Only execute unit tests during package build.
+  * d/rules: Use upstream wrapper script to generate configuration file.
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 22 May 2014 00:06:15 +0800
+  [ Corey Bryant ]
+  * d/tests/control: Add ceilometer-alarm-evaluator and
+    ceilometer-alarm-notifier to depends.
+  * d/tests/test-services: Added to test that systemd services are running.
+  * d/tests/test-daemons: Dropped ceilometer-agent-{central,compute,ipmi}
+    since they're replaced by ceilometer-polling.
 
-ceilometer (2014.1-5) unstable; urgency=medium
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 01 Oct 2015 08:52:03 -0400
 
-  * Added Opencontrail_network_statistics_driver.patch.
-  * Added version depends for python-pysnmp4 (now >= 4.2.1).
+ceilometer (1:5.0.0~rc1-0ubuntu2) wily; urgency=medium
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 21 May 2014 08:20:48 +0800
+  [ Corey Bryant ]
+  * d/ceilometer-agent-{central,compute,ipmi}.init.in: Restored and updated
+    to use ceilometer-polling service instead of deprecated agent services.
+  * d/tests/control: Add ceilometer-polling to depends.
+  * d/tests/control: Add ceilometer-agent-{central,compute,ipmi} to depends.
+  * d/tests/test-daemons: Add ceilometer-agent-{central,compute,ipmi} daemons.
+  * d/control: Restore ceilometer-agent-{central,compute,ipmi} packages.
 
-ceilometer (2014.1-4) unstable; urgency=medium
+  [ James Page ]
+  * d/ceilometer-agent-{central,compute,ipmi}.init.in: Update to use correct
+    argument name 'polling-namespaces'.
+  * d/control,ceilometer-common.install,ceilometer-polling.install: Move
+    ceilometer-polling to common package for use across multiple daemon
+    processes.
 
-  * ceilometer now depends on version >= 2:2.17.0 of novaclient.
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 30 Sep 2015 09:48:29 -0400
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 09 May 2014 22:59:36 +0800
+ceilometer (1:5.0.0~rc1-0ubuntu1) wily; urgency=medium
 
-ceilometer (2014.1-3) unstable; urgency=medium
+  [ James Page ]
+  * d/control: Fixup typo for ceilometer-agent-central package
+    (LP: #1256279).
 
-  * Sets /etc/ceilometer/pipeline.yaml as conffile and remove handling from the
-    from maintainer scripts (Closes: #747216).
-  * Did the same for etc/ceilometer/{policy,sources}.json.
+  [ Corey Bryant ]
+  * d/watch: Update to cope with upstream rc versioning.
+  * New upstream release candidate for OpenStack Liberty.
+  * d/rules: Drop removal of .eggs directory in override_dh_auto_clean.
+  * d/control: Bump minimum pbr version to 1.8.
+  * d/control: Align (build-)depends with upstream.
+  * Drop deprecated agents (central, compute and ipmi) in favor of
+    ceilometer-polling tool:
+    - d/ceilometer-agent-*.install: Dropped for above mentioned.
+    - d/ceilometer-agent-*.init.in: Dropped for above mentioned.
+    - d/control: Drop ceilometer-agent-* for above mentioned.
+    - d/tests: Drop dependencies on ceilometer-agent-* for above mentioned.
 
- -- Thomas Goirand <zigo@debian.org>  Tue, 06 May 2014 23:00:59 +0800
+ -- Corey Bryant <corey.bryant@canonical.com>  Fri, 25 Sep 2015 17:02:38 -0400
 
-ceilometer (2014.1-2) unstable; urgency=medium
+ceilometer (1:5.0.0~b3-0ubuntu1) wily; urgency=medium
 
-  * Fixed long description typo (Closes: #745321).
-  * Delete var/lib/ceilometer & /var/log/ceilometer on purge (Closes: #732457).
-  * Updated it.po debconf translation (Closes: #745387).
+  * New upstream milestone for OpenStack Liberty.
+  * d/control: Align (build-)depends with upstream.
+  * d/p/skip-test.patch: Rebased.
+  * d/p/skip-gabbi.patch: Rebased.
+  * d/p/disable-kafka.patch: Updated for removal of setUp() method.
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 02 May 2014 19:20:36 +0800
+ -- Corey Bryant <corey.bryant@canonical.com>  Tue, 08 Sep 2015 15:48:26 -0400
 
-ceilometer (2014.1-1) unstable; urgency=medium
+ceilometer (1:5.0.0~b2-0ubuntu2) wily; urgency=medium
 
-  * New upstream release.
-  * Uploading to unstable.
-  * Documents: using mongodb by default.
-  * Added selection of logging (to file or syslog) thanks to Sylvain Baubeau                                                        
-    <sylvain.baubeau@enovance.com>.
+  * d/p/disable-kafka.patch: Updated.
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 18 Apr 2014 00:23:00 +0800
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 27 Aug 2015 08:35:54 -0400
 
-ceilometer (2014.1~rc1-1) experimental; urgency=low
+ceilometer (1:5.0.0~b2-0ubuntu1) wily; urgency=medium
 
-  * New upstream release.
-  * Better testr/subunit output.
+  * New upstream milestone for OpenStack Liberty.
+  * d/control: Align (build-)depends with upstream.
+  * d/p/disable-contextlib2.patch: Dropped. Added python-contextlib2 to BD's.
+  * d/p/disable-kafka.patch: Rebased.
+  * d/rules: Remove .eggs directory in override_dh_auto_clean.
 
- -- Thomas Goirand <zigo@debian.org>  Sun, 30 Mar 2014 13:25:59 +0800
+ -- Corey Bryant <corey.bryant@canonical.com>  Mon, 17 Aug 2015 11:28:21 -0400
 
-ceilometer (2014.1~b3-1) experimental; urgency=low
+ceilometer (1:5.0.0~b1-0ubuntu3) wily; urgency=medium
 
-  * New upstream release (Icehouse beta 3).
-  * Removes now applied upstream CVE-2013-6384 patch, refreshes
-    removes-sqlalchemy-restriction.patch
-  * Added msgpack_python python-msgpack in pydist-overrides, as otherwise the
-    python-msgpack-python is automatically added as dependency.
+  * No change rebuild with SQLAlchemy 1.0.6.
 
- -- Thomas Goirand <zigo@debian.org>  Sat, 22 Mar 2014 14:19:25 +0800
+ -- James Page <james.page@ubuntu.com>  Fri, 24 Jul 2015 09:25:54 +0100
 
-ceilometer (2013.2.2-2) unstable; urgency=medium
+ceilometer (1:5.0.0~b1-0ubuntu2) wily; urgency=medium
 
-  * Rebuilt Ceilometer with the new openstack-pkg-tools >= 9.
+  * d/control: Drop python-pymysql and python-sphinxcontrib* BD's.
+  * d/control: Drop unsupported dependencies (contextlib2, kafka):
+    - d/p/disable-kafka.patch: Rebased and updated.
+    - d/p/disable-contextlib2.patch: Disable contextlib2 based tests.
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 14 Feb 2014 17:24:30 +0000
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 09 Jul 2015 10:11:56 +0100
 
-ceilometer (2013.2.2-1) unstable; urgency=medium
+ceilometer (1:5.0.0~b1-0ubuntu1) wily; urgency=medium
 
-  * New upstream point release.
-  * refreshed patches.
+  [ Corey Bryant ]
+  * New upstream milestone for OpenStack Liberty:
+    - d/control: Align (build-)depends with upstream.
+    - d/p/disable-kafka.patch: Rebased.
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 14 Feb 2014 10:19:27 +0800
+  [ James Page ]
+  * Tidy duplicate licenses in copyright file.
+  * Drop postrm scripts, removing duplicate calls to update-rc.d.
+  * Tweak description of 'ceilometer-alarm-evaluator' package.
 
-ceilometer (2013.2.1-5) unstable; urgency=medium
+ -- Corey Bryant <corey.bryant@canonical.com>  Fri, 03 Jul 2015 15:00:27 +0100
 
-  * Added missing postrotate scripts to restart daemons after logrotate
-    (Closes: #736930).
+ceilometer (2015.1.0-0ubuntu1) vivid; urgency=medium
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 03 Feb 2014 15:41:29 +0800
+  [ Corey Bryant ]
+  * New upstream release for OpenStack kilo (LP: #1449744):
+    - d/p/disable-kafka.patch: Rebased.
 
-ceilometer (2013.2.1-4) unstable; urgency=medium
+ -- Chuck Short <zulcss@ubuntu.com>  Sun, 03 May 2015 13:38:43 -0400
 
-  * Fix ${LIBVIRT_GROUP} when doing adduser ceilometer libvirt, so that it
-  * also
-    works on Ubuntu.
+ceilometer (2015.1~rc1-0ubuntu1) vivid; urgency=medium
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 15 Jan 2014 17:37:07 +0800
+  * New upstream milestone release:
+    - d/control: Align with upstream dependencies.
+    - d/p/disable-kafka.patch: Refreshed.
 
-ceilometer (2013.2.1-3) unstable; urgency=medium
+ -- Chuck Short <zulcss@ubuntu.com>  Wed, 15 Apr 2015 13:51:39 -0400
 
-  * Adds ceilometer/api/app.wsgi to /usr/share/ceilometer.
-  * Added/updated debconf templates thanks to:
-    - German: Martin E. Schauer (Closes: #734739)
-    - Swedish: Martin Bagge (Closes: #734583)
-    - French: Julien Patriarca (Closes: #733092)
-    - Spanish: Matias A. Bellone (Closes: #732534)
+ceilometer (2015.1~b3-0ubuntu1) vivid; urgency=medium
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 09 Dec 2013 17:09:32 +0800
+  [ James Page ]
+  * d/pydist-overrides: Add overrides for oslo packages.
+  * d/p/disable-kafka.patch: Disable requirement for Apache Kafka for Ubuntu
+    Vivid release.
+  * d/control: Fixup minor typos in package descriptions (LP: #1256279).
 
-ceilometer (2013.2-5) unstable; urgency=medium
+  [ Corey Bryant ]
+  * New upstream milestone release for OpenStack kilo:
+    - d/control: Align with upstream dependencies.
+    - d/p/skip-test.patch: Rebased.
 
-  * Adds call to ceilometer-expirer every day.
+ -- James Page <james.page@ubuntu.com>  Mon, 30 Mar 2015 11:06:18 +0100
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 05 Dec 2013 00:30:09 +0800
+ceilometer (2015.1~b2-0ubuntu1) vivid; urgency=medium
 
-ceilometer (2013.2-4) unstable; urgency=low
+  [ Corey Bryant ]
+  * New upstream release.
+    - d/control: Align requirements with upstream.
+    - d/p/skip-test.patch: Rebased.
 
-  * CVE-2013-6384: applied upstream patch mongodb, db2: do not print full
-    URL in logs (Closes: #730227).
-  * Switches from msgpack-python to python-msgpack in dependencies, as the
-    package has been renamed (Closes: #730874).
-  * Updates some debconf translations, with warm thanks to:
-    - French, Julien Patriarca <leatherface@debian.org> (Closes: #728771).
-    - Russian, Yuri Kozlov <yuray@komyakino.ru> (Closes: #729774).
+  [ James Page ]
+  * d/rules,d/p/skip-gabbi.patch: Skip tests that rely on python-gabbi until
+    packaging and MIR is complete.
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 04 Dec 2013 19:41:05 +0800
+ -- James Page <james.page@ubuntu.com>  Thu, 19 Feb 2015 14:59:07 +0000
 
-ceilometer (2013.2-3) unstable; urgency=medium
+ceilometer (2015.1~b1-0ubuntu6) vivid; urgency=medium
 
-  * Added missing (build-)depends: python-six (>= 1.4.1).
+  * debian/patches/skip-tests.patch: Skip failing timeutils tests. 
 
- -- Thomas Goirand <zigo@debian.org>  Tue, 26 Nov 2013 22:37:47 +0800
+ -- Chuck Short <zulcss@ubuntu.com>  Mon, 09 Feb 2015 10:26:30 -0500
 
-ceilometer (2013.2-2) unstable; urgency=low
+ceilometer (2015.1~b1-0ubuntu5) vivid; urgency=medium
 
-  * Added configuration of the keystone_authtoken through Debconf.
-  * Fixed ${LIBVIRT_GROUP} instead of just libvirt in postinst to have it work
-    as well on Ubuntu.
+  * debian/tests/test-daemons: Fix dep-8 tests to actually run. 
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 28 Oct 2013 22:34:50 +0800
+ -- Chuck Short <zulcss@ubuntu.com>  Mon, 09 Feb 2015 09:42:44 -0500
 
-ceilometer (2013.2-1) unstable; urgency=low
+ceilometer (2015.1~b1-0ubuntu4) vivid; urgency=medium
 
-  * New upstream release.
-  * Uploading to unstable.
+  * Rebuild to pick up pkgos upstart generation fix.
+    - d/control: Bump openstack-pkg-tools to ensure upstart fix inclusion.
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 17 Oct 2013 23:37:48 +0800
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 14 Jan 2015 10:29:17 -0500
 
-ceilometer (2013.2~rc2-3) experimental; urgency=low
+ceilometer (2015.1~b1-0ubuntu3) vivid; urgency=medium
 
-  * Ceilometer needs python-wsme at least 0.5b6, fixed (build-)depends.
+  * Systemd enablement:
+    - d/*.service: Dropped in favor of template approach.
+    - d/control: Add dh-systemd and openstack-pkg-tools to BD's.
+    - d/rules: Enable use of pkgos, tidyup generated init files.
+    - d/*.init.in: Cherry pick and adapt pkgos template configurations from
+      Debian ceilometer package (thanks Thomas).
+    - d/*.upstart: Drop in preference to generated files.
+  * d/control,compat: Bump debhelper compat level to 9.
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 17 Oct 2013 15:04:01 +0800
+ -- Corey Bryant <corey.bryant@canonical.com>  Thu, 08 Jan 2015 14:19:46 -0500
 
-ceilometer (2013.2~rc2-2) experimental; urgency=low
+ceilometer (2015.1~b1-0ubuntu2) vivid; urgency=medium
 
-  * Added the 2 new services: alarm-evaluator and alarm-notifier.
+  * Systemd integration:
+    - add the 6 systemd debian/*.service corresponding to the upstart jobs
+    - debian/control: add dh-systemd build-dep
+    - debian/rules: enables systemd helper
+  * debian/control:
+    - fix Vcs-Bzr to point to kilo
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 14 Oct 2013 23:52:15 +0800
+ -- Didier Roche <didrocks@ubuntu.com>  Fri, 09 Jan 2015 13:22:50 +0100
 
-ceilometer (2013.2~rc2-1) experimental; urgency=low
+ceilometer (2015.1~b1-0ubuntu1) vivid; urgency=medium
 
-  * New upstream pre-release.
-  * Increased python-keystoneclient (build-)depends to 0.4.0.
+  [ Chuck Short ]
+  * Open up for vivid.
+  * debian/control: Update bzr branch.
+  * debian/control: Add python-oslo.conccurency, python-retrying, and
+    python-oslo.midddleware as a build dependency.
+  * debian/patches/fix-requirements.patch: Dropped no longer needed.
+  * debian/patches/skip-db-tests.patch: Refreshed
+  * debian/rules: Use oslo-config-generator to generate configuration
+    files.
+  * debian/control, debian/ceilometer-polling.upstart,
+    debian/ceilometer-polling.install, debian/ceilometer-polling.postrm:
+    Add polling service.
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 14 Oct 2013 16:47:55 +0800
+  [ Corey Bryant ]
+  * New upstream release.
+    - d/control: Align requirements with upstream.
+    - d/watch: Update uversionmangle for kilo beta naming.
+  * d/control: Bumped Standards-Version to 3.9.6.
+
+ -- Corey Bryant <corey.bryant@canonical.com>  Fri, 19 Dec 2014 07:54:44 -0500
+
+ceilometer (2014.2-0ubuntu1) utopic; urgency=medium
+
+  * New upstream release. 
+
+ -- Chuck Short <zulcss@ubuntu.com>  Thu, 16 Oct 2014 14:30:18 -0400
+
+ceilometer (2014.2~rc3-0ubuntu1) utopic; urgency=medium
+
+  [ Corey Bryant ]
+  * New upstream release candidate.
+
+ -- Chuck Short <zulcss@ubuntu.com>  Tue, 14 Oct 2014 12:57:54 -0400
+
+ceilometer (2014.2~rc2-0ubuntu1) utopic; urgency=medium
+
+  [ Corey Bryant ]
+  * New upstream release candidate (LP: #1377218):
+    - d/watch: Use tarballs.openstack.org, limit scope to versions
+      starting with numbers.
+    - d/control: Align version requirements with rc1.
+    - d/ceilometer-agent-ipmi.*: Add support for IPMI agent.
+    - d/ceilometer-common.install: Add support for ceilometer-rootwrap.
+    - d/ceilometer-agent-notification.postrm: Add missing postrm file.
+    - d/ceilometer-agent-central.upstart: Fix description.
+    - d/ceilometer-collector.upstart: Fix description.
+    - d/ceilometer-api.upstart: Fix description.
+    - d/tests/control: Add ceilometer-agent-ipmi to test.
+    - d/tests/test-daemons: Add ceilometer-agent-ipmi to test.
+    - d/ceilometer.conf.sample: Removed. Use generated config file.
+    - d/rules: Copy sample config file from etc/ rather than debian/.
+    - d/p/series: Add missing patches.
+    - d/p/skip-ubuntu-tests.patch: Rebased.
+    - d/p/fix-requirements.patch: Drop ordereddict and discover.
+    - d/p/fix-requirements.patch: Align with Ubuntu.
+    - d/rules: Generate sample ceilometer.conf and patch with log and
+      db connection defaults before before copying.
+    - d/p/default-*.patch: Dropped as unable to patch config file
+      pre-generation.
+
+  [ James Page ]
+  * d/p/skip-ubuntu-tests.patch,skip-db-tests.patch: Rework unit test
+    patches to skip db2 and mongodb tests as not in Ubuntu main.
+  * d/control: Fixup accross->across typo.
+  * d/ceilometer-agent-ipmi.install: Install rootwrap filters for
+    ipmitool usage.
+  * d/control: Add dependency on ipmitool for ceilometer-agent-ipmi.
+  * d/ceilometer-common.logrotate: Add single common logrotate configuration,
+    inline with Debian (thanks Thomas) (LP: #1373617).
+
+ -- James Page <james.page@ubuntu.com>  Thu, 09 Oct 2014 17:48:38 +0100
+
+ceilometer (2014.2~b3-0ubuntu2) utopic; urgency=medium
+
+  * d/control: Tidy version requirements to align to b3, wrap-and-sort.
+  * d/control: Bump Standards-Version: 3.9.5, no changes.
+  * d/tests/*: Rename DEP-8 tests to comply with naming standards.
+  * d/*: wrap-and-sort.
+
+ -- James Page <james.page@ubuntu.com>  Thu, 18 Sep 2014 11:35:49 +0100
+
+ceilometer (2014.2~b3-0ubuntu1) utopic; urgency=medium
+
+  [ Chuck Short ]
+  * New upstream release.
+  * debian/control:
+    - Dropped python-swift, python-nova, python-flask, python-msqldb, 
+      python-simplejson, and python-kombu
+    - Added python-oslotest, python-oslo.utils, python-oslo.nessaging,
+      python-keystonemiddleware, python-tz, python-neutronclient, 
+      python-posix-ipc, python-oslo.db, and python-hacking
+    - Bumped dependens on python-alembic, python-happybase, python-iso8601,
+      python-keystoneclient, python-novaclient, python-oslo.config, 
+      python-swiftclient, python-pbr, python-pecan, python-stevedore,
+      python-six, python-testools
+    - Added versioned dependencies for python-croniter, python-httplib2,
+      python-jsonpath-rw, python-migrate, python-mock, python-mox,
+      python-msgpack, python-oslo.vmware, 
+    - Renamed python-oslo.sphinx to python-oslosphinx.
+  * debian/patches/fix-requirements.patch: Dropped no longer needed.
+  * debian/rules: Temporarily disable tests.
+  * debian/pydist-overrides: Add pysnmp
+  * debian/ceilometer.conf.sample: Add sample configuration file
+
+  [ James Page ]
+  * debian/ceilometer-common.install: Install missing api_paste.ini to
+    /etc/ceilometer. 
+
+ -- Chuck Short <zulcss@ubuntu.com>  Mon, 15 Sep 2014 10:02:14 -0400
+
+ceilometer (2014.2~b2-0ubuntu1) utopic; urgency=medium
+
+  [ Chuck Short ]
+  * New upstream release.
+  * debian/rules: Re-enable tests.
+  * debian/paches/fix-requirements.patch: Refreshed
+  * debian/control: Add python-oslo.vmware
+  * debian/control: Add python-pysnmp4.
+  * debian/patches/skip-ubunu-tests.patch: Skip tests that are failing
+    in the buildds.
+  * debian/rules: Pipe tests through subunit.
 
-ceilometer (2013.2~rc1-1) experimental; urgency=low
+  [ Gauvain Pocentek ]
+  * debian/patches/default-log-dir.patch: define a default log directory to
+    actually get logging to work
 
-  * New upstream pre-release 2013.2.rc1.
+ -- Chuck Short <zulcss@ubuntu.com>  Thu, 24 Jul 2014 14:41:58 -0400
 
- -- Thomas Goirand <zigo@debian.org>  Sat, 29 Jun 2013 01:45:17 +0800
+ceilometer (2014.2~b1-0ubuntu2) utopic; urgency=medium
 
-ceilometer (2013.1.3-2) unstable; urgency=low
+  * SECURITY UPDATE: X_AUTH_TOKEN disclosure
+    - debian/patches/CVE-2014-4615.patch: filter out token in
+      ceilometer/openstack/common/middleware/notifier.py.
+    - CVE-2014-4615
 
-  * Added new Debconf translations:
-    - FR (Closes: #722418).
-    - DA (Closes: #721548).
-    - RU (Closes: #721302).
+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Wed, 09 Jul 2014 14:48:47 -0400
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 25 Sep 2013 16:19:22 +0800
+ceilometer (2014.2~b1-0ubuntu1) trusty; urgency=medium
 
-ceilometer (2013.1.3-1) unstable; urgency=low
+  * New upstream release.
+  * debian/control: Open up juno release
+  * debian/patches/fix-requirements.patch: Refreshed.
+  * debian/rules: Patch the ceilometer.conf.sample directly since
+    the configuration files are generated by a tool.
+  * debian/ceilometer-common.install: Drop sources.json.
 
-  * New upstream point release.
-  * Added several Debconf translations:
-    - Italian, thanks to Beatrice Torracca (Closes: #719709).
-    - Japanese, thanks to victory (Closes: #719722).
-    - Portuguese, thanks to the Traduz team (Closes: #720382).
-    - Czech, thanks to Michal Šimůnek (Closes: #721218).
+ -- Chuck Short <zulcss@ubuntu.com>  Fri, 13 Jun 2014 13:20:35 -0400
 
- -- Thomas Goirand <zigo@debian.org>  Fri, 30 Aug 2013 11:19:44 +0800
+ceilometer (2014.1-0ubuntu1) trusty; urgency=medium
 
-ceilometer (2013.1.2-4) unstable; urgency=low
+  * New upstream release (LP: #1299055).
 
-  * Ran debconf-updatepo.
+ -- Corey Bryant <corey.bryant@canonical.com>  Wed, 16 Apr 2014 13:04:53 -0400
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 11 Jul 2013 01:07:43 +0800
+ceilometer (2014.1~rc3-0ubuntu1) trusty; urgency=medium
 
-ceilometer (2013.1.2-3) unstable; urgency=low
+  * New upstream release candidate (LP: #1299055).
 
-  * Added debian-l10n-english review (Closes #708747).
-  * Do not fail on directory removal on purge (Closes: #710910).
+ -- Chuck Short <zulcss@ubuntu.com>  Tue, 15 Apr 2014 20:29:38 -0400
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 10 Jul 2013 14:17:03 +0800
+ceilometer (2014.1~rc2-0ubuntu1) trusty; urgency=medium
 
-ceilometer (2013.1.2-2) unstable; urgency=low
+  [ James Page ]
+  * d/ceilometer-common.postinst: Only run db sync process if default sqlite
+    connection is configured in /etc/ceilometer/ceilometer.conf (LP: #1182964).
 
-  * Added some Should-Start / Should-Stop so that Ceilometer starts after Mongo
-    and RabbitMQ.
-  * Removed version-depends for sqlalchemy.
+  [ Chuck Short ]
+  * New upstream release (LP: #1299055).
 
- -- Thomas Goirand <zigo@debian.org>  Sat, 22 Jun 2013 15:50:03 +0800
+ -- Chuck Short <zulcss@ubuntu.com>  Tue, 08 Apr 2014 15:41:50 -0400
 
-ceilometer (2013.1.2-1) unstable; urgency=low
+ceilometer (2014.1~rc1-0ubuntu1) trusty; urgency=medium
 
   * New upstream release.
-  * Added configuration to each init scripts so that they log in their own log
-    file, added the corresponding purge postrm and logrotate.
-  * Removed applied upstream patch: modify-limitation-on-request-version.patch
-  * Build-depends on python-happybase and python-swift.
-  * Now runs the unit tests at build time.
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 03 Jun 2013 16:26:14 +0800
+ -- Corey Bryant <corey.bryant@canonical.com>  Mon, 31 Mar 2014 11:50:09 -0400
+
+ceilometer (2014.1~b3-0ubuntu3) trusty; urgency=medium
+
+  * debian/patches/fix-requirements.patch: Explicity disable snmp.
 
-ceilometer (2013.1.1-1) unstable; urgency=low
+ -- Chuck Short <zulcss@ubuntu.com>  Thu, 20 Mar 2014 13:12:54 -0400
+
+ceilometer (2014.1~b3-0ubuntu2) trusty; urgency=medium
+
+  * d/p/default-dbconnection-sqlite.patch: Fix default sqlite connection URL.
+  * d/control: Fixup typo in notification agent description (LP: #1267127).
+
+ -- James Page <james.page@ubuntu.com>  Thu, 13 Mar 2014 16:51:52 +0000
+
+ceilometer (2014.1~b3-0ubuntu1) trusty; urgency=medium
 
   * New upstream release.
-  * rmdir --ignore-fail-on-non-empty of few folders owned by nova after purge.
-    Thanks to Andreas Beckmann for reporting (Closes: #709876).
-  * Ran wrap-and-sort to clean debian/control.
-  * Replaced pkgos_var_user_group nova by pkgos_adduser, as we don't want to
-    create the log / lib dirs of nova (Closes: #709876).
-  * Creates the correct libvirt group if the package is installed in Ubuntu.
-  * Bumped Standard-Version to 3.9.4.
+  * debian/patches/debian/patches/default-dbconnection-sqlite.patch: Refreshed.
+  * debian/patches/fix-setup-requirements.patch: Dropped no longer needed.
+  * debian/patches/skip-database-tests.patch: Dropped no longer needed.
+  * debian/patches/revert-keystone-compat.patch: Dropped no longer needed.
+  * debian/control:
+    - Bump python-stevedore to 0.13.
+    - Add python-croniter as a build dependency.
+    - Suggest python-pysnmp4.
+  * debian/cielometer-common.install: Add ceilometer-sample
+
+ -- Chuck Short <zulcss@ubuntu.com>  Thu, 06 Mar 2014 14:44:28 -0500
+
+ceilometer (2014.1~b2-0ubuntu1) trusty; urgency=medium
+
+  [ James Page ]
+  * d/control: Add python-jsonpath-rw to BD's.
+  * d/p/fix-setup-requirements.patch: Bump WebOb to support < 1.4.
+   (LP: #1261101)
+
+  [ Chuck Short ]
+  * New upstream version.
+  * debian/control, debian/ceilometer-common.install: Split out
+    ceilometer-alarm-evaluator and ceilometer-alarm-notifier into their
+    own packages. (LP: #1250002)
+  * debian/ceilometer-agent-central.logrotate,
+    debian/ceilometer-agent-compute.logrotate,
+    debian/ceilometer-api.logrotate,
+    debian/ceilometer-collector.logrotate: Add logrotate files, 
+    thanks to Ahmed Rahal. (LP: #1224223)
+  * Fix typos in upstart files.
+
+ -- Chuck Short <zulcss@ubuntu.com>  Thu, 23 Jan 2014 15:08:11 -0500
+
+ceilometer (2014.1~b1-0ubuntu1) trusty; urgency=low
+
+  [ Chuck Short ]
+  * New upstream release.
+  * debian/control:
+    - Open icehouse release.
+    - Renamed msgpack-python to python-msgpack.
+    - Bump build dependency version for python-ceilometerclient,
+      python-novaclient, python-keystoneclient, python-six,
+      python-wsme.
+  * debian/patches/fix-setup-requirements.patch: Refreshed.
+  * debian/patches/skip-database-tests.patch: Refreshed.
+  * debian/rules: Temporarily disable testsuite.
+
+  [ Yolanda Robla ]
+  * debian/patches/fix-setup-requirements.patch: Refreshed.
+  * debian/patches/default-dbconnection-sqlite.patch: Refreshed
+  * debian/ceilometer-collector.install: Removed usr/bin/ceilometer-collector-udp
+  * Added ceilometer-agent-notification package:
+    - debian/control: added ceilometer-agent-notification package
+    - debian/ceilometer-agent-notification.*: added install, upstart
+    - debian/tests: added ceilometer-agent-notification to tests
+  * debian/control: updated build-depends and depends versions
+
+  [ James Page ]
+  * debian/control: Add missing BD on python-mysqldb.
+
+ -- Chuck Short <zulcss@ubuntu.com>  Thu, 05 Dec 2013 11:59:04 -0500
+
+ceilometer (2013.2-0ubuntu1) saucy; urgency=low
+
+  * New upstream release (LP: #1236462).
+
+ -- Chuck Short <zulcss@ubuntu.com>  Thu, 17 Oct 2013 09:38:31 -0400
+
+ceilometer (2013.2~rc2-0ubuntu1) saucy; urgency=low
+
+  * New upstream release candidate (LP: #1239156):
+    - d/p/revert-keystone-compat.patch: Revert keystoneclient 0.4.0 compat
+      fix as this causes test failures against 0.3.4.
+  * d/control: Drop a3 from versioned dependency on python-oslo.config.
+
+ -- James Page <james.page@ubuntu.com>  Mon, 14 Oct 2013 10:30:03 +0100
+
+ceilometer (2013.2~rc1-0ubuntu1) saucy; urgency=low
+
+  * debian/patches/fix-setup-requirements.patch: Dropped no longer
+    needed.
+  * debian/patches/skip-database.patch: Refreshed
+  * debian/control:
+    - Add versioned dependency for python-pbr.
+    - Bump version dependency for python-webob.
+    - Add versioned dependency for alembic.
+    - Bump versioned dependency for python-sqlalchemy.
+    - Add versioned dependency for python-pymongo.
+    - Add versioned dependency for python-eventlet.
+    - Dropped python-extras dependency.
+    - Bump versioned dependency for python-flask.
+    - Bump versioned dependency for python-stevedore.
+    - Add versioned dependency for python-glanceclient.
+    - Bump versioned dependency for python-novaclient.
+    - Bump versioned dependency for python-keystoneclient.
+    - Bump versioned dependency for python-ceilometerclient.
+    - Add versioned dependency for python-lxml.
+    - Bump versioned dependency for python-wsme.
+    - Dropped python-netifaces dependency.
+    - Added python-httplib2 build dependency.
+    - Bump versioned dependency for python-fixtures.
+    - Bump versioned dependency for testrepository.
+    - Added versioned dependency for python-testtools.
+    - Added versioned dependency for python-swiftclient.
+    - Dropped python-cinderclient dependency.
+    - Dropped python-lockfile dependency.
+    - Dropped python-setuptoools-git dependency.
+    - Dropped python-unittest2 dependency.
+    - Dropped python-d2to1 dependency.
+    - Added versioned dependency for python-testtools.
+    - Added binary dependency for python-netaddr.
+    - Add python-six as a dependency.
+  * debian/patches/fix-setup-requirements.patch: Bump sqlachemy version.
+  * debian/ceilometer-common.install:
+    - Dropped ceilometer-alarm-singleton, no longer exists.
+    - Added usr/bin/ceilometer-alarm-evaluator.
+
+ -- Chuck Short <zulcss@ubuntu.com>  Thu, 03 Oct 2013 08:40:40 -0400
+
+ceilometer (2013.2~b3-0ubuntu1) saucy; urgency=low
+
+  [ Chuck Short ]
+  * New upstream release.
+  * debian/patches/fix-setup-requirements.patch: Refreshed
+  * debian/patches/skip-database.patch: Refreshed
+
+  [ Yolanda Robla ]
+  * debian/control,debian/tests: Add basic autopkgtests.
+
+  [ Adam Gandelman ]
+  * debian/patches/default-dbconnection-sqlite.patch: Set 'connection' flag
+    in [database] section, referencing 'sqlite_db' (LP: #1221956).
+  * debian/patches/skip-database-tests.patch: Also patch out db2 and hbase
+    scenarios in v2 test_statistics_scenarios.py.
+  * debian/rules: Clean python-pbr egg if it exists, set PYTHONPATH to build
+    dir when running tests.
+
+ -- Chuck Short <zulcss@ubuntu.com>  Sat, 07 Sep 2013 15:58:58 -0400
+
+ceilometer (2013.2~b2-0ubuntu4) saucy; urgency=low
+
+  * debian/patches/skip-database-tests.patch: Refreshed due to precise failures. 
+
+ -- Chuck Short <zulcss@ubuntu.com>  Sun, 28 Jul 2013 21:58:31 -0400
+
+ceilometer (2013.2~b2-0ubuntu3) saucy; urgency=low
 
- -- Thomas Goirand <zigo@debian.org>  Mon, 27 May 2013 11:07:59 +0800
+  * debian/rules: Enable testsuite.
+  * debian/control: Fix up run time dependencies.
+  * debian/patches/fix-setup-requirements.patch: Refreshed
+  * debian/patches/skip-database-tests.patch: Refreshed
 
-ceilometer (2013.1-3) unstable; urgency=low
+ -- Chuck Short <zulcss@ubuntu.com>  Mon, 22 Jul 2013 15:17:35 -0400
 
-  * Adds modify-limitation-on-request-version.patch without wich Ceilometer
-    doesn't work at all.
+ceilometer (2013.2~b2-0ubuntu2) saucy; urgency=low
+
+  * debian/control: Fix sqlalchemy dependency. 
+
+ -- Chuck Short <zulcss@ubuntu.com>  Fri, 19 Jul 2013 14:51:18 -0400
+
+ceilometer (2013.2~b2-0ubuntu1) saucy; urgency=low
+
+  [ Yolanda Robla ]
+  * debian/patches/default-dbconnection-sqlite.patch: updated db section
+
+  [ Chuck Short ]
+  * New upstream version.
+  * debian/patches/default-dbconnection-sqlite.patch: Refreshed.
+  * debian/control: Bump requirements for stevedore to 0.9.
+  * debian/control: Add python-simplejson
+  * debian/control: Drop python-keystoneclient hardcoded version.
+  * debian/control: Add python-testscenarios as a build depends.
+  * debian/control: Add python-cinderclient as a build depends.
+  * debian/control: Add python-ceilometerclient as a build depends.
+  * debian/control: Add python-alembic as build depends.
+  * debian/control: Add python-oslo.sphinx as build-depends.
+  * debian/control: Update runtime depends.
+  * debian/control: Add python-happybase.
+  * debian/ceilometer-common.install: Add ceilometer-alarm-singleton,
+    ceilometer-alarm-notifier, and ceilometer-expirer.
+  * debian/patches/skip-database-tests.patch: Skip database tests
+    if the database is not installed.
+
+  [ James Page ]
+  * d/control: Update VCS fields for new branch locations.
+
+ -- Chuck Short <zulcss@ubuntu.com>  Fri, 19 Jul 2013 10:04:36 -0400
+
+ceilometer (2013.2~b1-0ubuntu1) saucy; urgency=low
+
+  * New upstream release.
+  * debian/rules: Add fail-missing if binaries are missing 
+    from the packages.
+  * debian/control: Add python-happybase as build-dependencies.
+  * debian/control: Add python-pbr and python-d2to1 as build-dependencies
+  * debian/control: Add python-fixtures as build-dependencies.
+  * debian/control: Add python-nova as build-dependencies.
+  * debian/control: Add python-testtools
+  * debian/control: Add msgpack-python.
+  * debian/patches/requests-dep.patch: Dropped no longer needed.
+  * debian/patches/remove-hbase-support.patch: Dropped no longer neded.
+  * debian/patches/default-dbconnection-sqlite.patch: Refreshed.
+  * debian/rules: Use testr instead of nosetests to run tests.
+  * debian/ceilometer-collector.install: Added usr/bin/ceilometer-collector-udp.
+
+ -- Chuck Short <zulcss@ubuntu.com>  Fri, 31 May 2013 10:29:16 -0500
+
+ceilometer (2013.1-0ubuntu1) raring; urgency=low
+
+  * New upstream release. 
+
+ -- Chuck Short <zulcss@ubuntu.com>  Fri, 05 Apr 2013 14:34:37 -0500
+
+ceilometer (2013.1~rc1-0ubuntu1) raring; urgency=low
+
+  [ Chuck Short ]
+  * New upstream release. 
+  * debian/watch: point to the right releases.
+  * debian/rules: Enable testsuite.
+  * debian/ceilometer-agent-compute.postinst: Add smarts to 
+    configure users after install.
+  * debian/ceilometer-common.postinst: Configure ceilometer db.
+  * debian/ceilometer-common.install: Install configuration files.
+  * debian/*.upstart: Update and use start-stop-daemon.
+
+  [ James Page ]
+  * Added watch file.
+  * d/rules: Fixup test suite execution as much as possible:
+    - Set PYTHONPATH to CURDIR during execution.
+    - Provide HOME directory for keystone tests.
+    - Override clean to tidy up after execution.
+  * d/control: Tidied BD's:
+    - Drop python-ming (not the right ming).
+    - python-oslo-config -> python-oslo.config.
+    - Dropped misc other surplus/duplicate dependencies.
+    - Wrapped and sorted.
+  * d/p/request-dep.patch: Remove upper bound on python-requests inline with
+    the rest of OpenStack.
+  * d/p/remove-hbase-support.patch: Remove happybase dependency.
+  * d/control: Bumped Standards-Version, no changes.
+
+  [ Yolanda Robla ]
+  * d/rules: Copy ceilometer.conf.sample to ceilometer.conf.
+  * d/ceilometer-common.install: Install ceilometer.conf and ceilometer-dbsync.
+  * d/ceilometer-common.postinst: fixing user/group creation.
+  * d/*.upstart: Fix upstart jobs.
+  * d/pydist-overrides: Correct pymongo and wsme package names.
+  * d/control: modified mongodb recommends to suggests (LP: #1131627).
+  * d/files: copying pipeline.yaml.
+  * d/control: fixed typo (LP: #1140309).
+  * d/patches/default-dbconnection-sqlite.patch: default db to sqlite
+
+ -- Chuck Short <zulcss@ubuntu.com>  Tue, 26 Mar 2013 11:23:03 -0500
+
+ceilometer (0.1-0ubuntu2) raring; urgency=low
+
+  * Fix typo in debian/control (ceioleter -> ceilometer) (LP: #1140309)
+
+ -- Hans Joachim Desserud <ubuntu@desserud.org>  Sun, 03 Mar 2013 20:08:39 +0100
+
+ceilometer (0.1-0ubuntu1) quantal; urgency=low
+
+  * New upstream release.
 
- -- Thomas Goirand <zigo@debian.org>  Tue, 21 May 2013 17:27:07 +0800
+ -- Chuck Short <zulcss@ubuntu.com>  Fri, 12 Oct 2012 09:34:05 -0500
 
-ceilometer (2013.1-2) unstable; urgency=low
+ceilometer (0~20121002-0ubuntu2) quantal; urgency=low
 
-  * Uploading to unstable.
+  * Fix two typos in dependencies in debian/control (LP: #1063244)
 
- -- Thomas Goirand <zigo@debian.org>  Thu, 16 May 2013 07:44:07 +0000
+ -- Adam Conrad <adconrad@ubuntu.com>  Sun, 07 Oct 2012 07:49:55 -0600
 
-ceilometer (2013.1-1) experimental; urgency=low
+ceilometer (0~20121002-0ubuntu1) quantal; urgency=low
 
-  * Initial release (Closes: #693406).
+  * Initial release.
 
- -- Thomas Goirand <zigo@debian.org>  Wed, 10 Apr 2013 13:19:50 +0800
+ -- Chuck Short <zulcss@ubuntu.com>  Wed, 03 Oct 2012 13:00:29 -0500
index 9333da4f475898a72e401cb9a194f79019f48bf9..f8c3fb9acfae095f8d7106a7030f3f09c7c4bb50 100644 (file)
 Source: ceilometer
-Section: web
+Section: python
 Priority: optional
-Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
-Uploaders: Thomas Goirand <zigo@debian.org>,
-Build-Depends: debhelper (>= 9),
+Maintainer: MOS Linux Team <mos-linux@mirantis.com>
+XSBC-Original-Maintainer: Chuck Short <zulcss@ubuntu.com>
+Build-Depends: apache2-dev,
+               debhelper (>= 9),
+               dh-apache2,
                dh-python,
                dh-systemd,
-               openstack-pkg-tools (>= 37~),
-               po-debconf,
+               openstack-pkg-tools (>= 23~),
                python-all,
-               python-pbr (>= 1.8),
+               python-pbr (>= 1.10.0),
                python-setuptools,
                python-sphinx (>= 1.1.2),
-Build-Depends-Indep: mongodb,
-                     git,
-                     python-awsauth,
-                     python-babel (>= 1.3),
-                     python-ceilometerclient (>= 2.2.1),
+Build-Depends-Indep: python-awsauth,
+                     python-cachetools (>= 1.1.0),
+                     python-cinderclient (>= 1.6.0),
                      python-contextlib2 (>= 0.4.0),
-                     python-cotyledon,
+                     python-cotyledon (>= 1.3.0),
                      python-coverage (>= 3.6),
                      python-croniter,
-                     python-dateutil (>= 2.4.2),
-                     python-elasticsearch (>= 1.3.0),
+                     python-debtcollector (>= 1.2.0),
                      python-fixtures (>= 1.3.1),
+                     python-concurrent.futures (>= 3.0),
+                     python-futurist (>= 0.11.0),
                      python-gabbi (>= 1.11.0),
                      python-glanceclient (>= 1:2.0.0),
-                     python-gnocchiclient (>= 2.1.0),
-                     python-hacking (>= 0.10.0),
+                     python-gnocchiclient (>= 2.7.0),
                      python-happybase (>= 0.5),
-                     python-httplib2 (>= 0.7.5),
                      python-jsonpath-rw-ext (>= 0.1.9),
-                     python-jsonschema,
-                     python-kafka,
+                     python-jsonschema (>= 2.0.0),
+                     python-kafka (>= 1.3.1),
                      python-keystoneauth1 (>= 2.1.0),
                      python-keystoneclient (>= 1:1.6.0),
                      python-keystonemiddleware (>= 4.0.0),
-                     python-kombu,
-                     python-lxml,
+                     python-lxml (>= 2.3),
                      python-migrate (>= 0.9.6),
-                     python-mock (>= 1.3),
+                     python-mock (>= 1.2),
                      python-msgpack (>= 0.4.0),
-                     python-mysqldb,
-                     python-neutronclient (>= 1:2.6.0),
+                     python-neutronclient (>= 1:4.2.0),
                      python-novaclient (>= 2:2.29.0),
-                     python-oslo.cache (>= 0.8.0),
+                     python-openssl (>= 0.14),
+                     python-openstackdocstheme (>= 1.0.3),
+                     python-os-api-ref (>= 0.1.0),
+                     python-os-testr (>= 0.4.1),
+                     python-os-win (>= 0.2.3),
+                     python-oslo.cache (>= 1.5.0),
                      python-oslo.concurrency (>= 3.5.0),
-                     python-oslo.config (>= 1:3.7.0),
-                     python-oslo.context (>= 0.2.0),
+                     python-oslo.config (>= 1:3.9.0),
                      python-oslo.db (>= 4.1.0),
                      python-oslo.i18n (>= 2.1.0),
                      python-oslo.log (>= 1.14.0),
-                     python-oslo.messaging (>= 4.0.0),
+                     python-oslo.messaging (>= 5.2.0),
                      python-oslo.middleware (>= 3.0.0),
                      python-oslo.policy (>= 0.5.0),
                      python-oslo.reports (>= 0.6.0),
                      python-oslo.rootwrap (>= 2.0.0),
                      python-oslo.serialization (>= 1.10.0),
-                     python-oslo.service (>= 1.0.0),
                      python-oslo.utils (>= 3.5.0),
                      python-oslo.vmware (>= 1.16.0),
                      python-oslosphinx (>= 2.5.0),
                      python-oslotest (>= 1.10.0),
-                     python-pastedeploy,
-                     python-pecan (>= 1.0.0),
                      python-psycopg2 (>= 2.5),
-                     python-pymongo (>= 3.0.2),
-                     python-pymysql (>= 0.6.2),
-                     python-pysnmp4,
+                     python-pymongo,
+                     python-pymysql,
+                     python-pastedeploy (>= 1.5.0),
+                     python-pecan (>= 1.0.0),
+                     python-pysnmp4 (>= 4.2.3),
+                     python-dateutil (>= 2.4.2),
                      python-requests (>= 2.8.1),
-                     python-retrying,
                      python-six (>= 1.9.0),
-                     python-sphinxcontrib.httpdomain,
                      python-sphinxcontrib-pecanwsme (>= 0.8),
                      python-sqlalchemy (>= 1.0.10),
-                     python-stevedore (>= 1.5.0),
+                     python-stevedore (>= 1.9.0),
                      python-swiftclient (>= 1:2.2.0),
-                     python-tempest-lib (>= 0.13.0),
+#                     python-tempest (>= 1:11.0.0),
+                     python-tenacity (>= 3.1.0),
+                     python-testrepository (>= 0.0.18),
                      python-testscenarios (>= 0.4),
                      python-testtools (>= 1.4.0),
                      python-tooz (>= 1.28.0),
-                     python-tz,
-                     python-webob,
+                     python-webob (>= 1.5.0),
                      python-webtest (>= 2.0),
-                     python-werkzeug,
                      python-wsme (>= 0.8),
-                     python-yaml,
+                     python-yaml (>= 3.1.0),
                      subunit,
                      testrepository,
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ceilometer.git;a=summary
-Vcs-Git: git://anonscm.debian.org/openstack/ceilometer.git
-Homepage: http://wiki.openstack.org/Ceilometer
+Homepage: https://github.com/openstack/ceilometer
 
 Package: python-ceilometer
-Section: python
 Architecture: all
-Depends: libjs-jquery,
-         python-ceilometerclient (>= 2.2.1),
+Depends: python-cachetools (>= 1.1.0),
+         python-cinderclient (>= 1.6.0),
          python-cotyledon,
-         python-dateutil (>= 2.4.2),
+         python-croniter,
          python-debtcollector (>= 1.2.0),
-         python-eventlet (>= 0.17.4),
+         python-concurrent.futures (>= 3.0),
          python-futurist (>= 0.11.0),
          python-glanceclient (>= 1:2.0.0),
-         python-greenlet (>= 0.3.2),
-         python-happybase (>= 0.5),
          python-jsonpath-rw-ext (>= 0.1.9),
          python-jsonschema (>= 2.0.0),
-         python-kafka (>= 0.9.5),
          python-keystoneauth1 (>= 2.1.0),
          python-keystoneclient (>= 1:1.6.0),
          python-keystonemiddleware (>= 4.0.0),
-         python-kombu (>= 3.0.7),
+         python-libvirt,
          python-lxml (>= 2.3),
-         python-migrate (>= 0.9.7),
+         python-migrate (>= 0.9.6),
          python-msgpack (>= 0.4.0),
-         python-mysqldb,
-         python-neutronclient (>= 1:4.2.0),
+         python-neutronclient (>= 4.2.0),
          python-novaclient (>= 2:2.29.0),
          python-oslo.concurrency (>= 3.5.0),
          python-oslo.config (>= 1:3.9.0),
-         python-oslo.context (>= 0.2.0),
          python-oslo.db (>= 4.1.0),
          python-oslo.i18n (>= 2.1.0),
-         python-oslo.log (>= 1.14.0),
+         python-oslo.log (>= 3.16.0),
          python-oslo.messaging (>= 5.2.0),
          python-oslo.middleware (>= 3.0.0),
          python-oslo.policy (>= 0.5.0),
          python-oslo.reports (>= 0.6.0),
          python-oslo.rootwrap (>= 2.0.0),
          python-oslo.serialization (>= 1.10.0),
-         python-oslo.service (>= 1.0.0),
          python-oslo.utils (>= 3.5.0),
-         python-oslo.vmware (>= 1.16.0),
          python-pastedeploy (>= 1.5.0),
-         python-pbr (>= 1.8),
          python-pecan (>= 1.0.0),
-         python-pymongo (>= 3.0.2),
-         python-pymysql (>= 0.6.2),
          python-pysnmp4 (>= 4.2.3),
+         python-dateutil (>= 2.4.2),
          python-requests (>= 2.8.1),
-         python-retrying (>= 1.2.3),
          python-six (>= 1.9.0),
          python-sqlalchemy (>= 1.0.10),
-         python-stevedore (>= 1.5.0),
+         python-stevedore (>= 1.9.0),
          python-swiftclient (>= 1:2.2.0),
+         python-tenacity (>= 3.1.0),
          python-tooz (>= 1.28.0),
-         python-tz (>= 2013.6),
-         python-webob (>= 1.2.3),
-         python-werkzeug (>= 0.7),
+         python-webob (>= 1.5.0),
          python-wsme (>= 0.8),
-         python-yaml (>= 3.1.0),
+         python-yaml,
          ${misc:Depends},
-         ${python:Depends},
-Description: OpenStack efficient metering counters system - Python libraries
- Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, across
- all current and future OpenStack components. The delivery of counters must be
- traceable and auditable, the counters must be easily extensible to support new
- projects, and agents doing data collections should be independent of the
- overall system.
+         ${python:Depends}
+Suggests: python-gnocchiclient,
+          python-kafka,
+          python-psycopg2,
+          python-pymongo,
+          python-pymysql,
+Description: ceilometer python libraries
+ Ceilometer aims to deliver a unique point of contact for billing systems to
+ acquire all counters they need to establish customer billing, across all
+ current and future OpenStack components. The delivery of counters must
+ be traceable and auditable, the counters must be easily extensible to support
+ new projects, and agents doing data collections should be
+ independent of the overall system.
  .
  (A ceilometer is an instrument that measures cloud coverage.)
  .
- This package contains the Python libraries that are needed for all parts of
- Ceilometer.
+ This package contains the python libraries that are needed for all parts
+ of ceilometer
 
 Package: ceilometer-common
 Architecture: all
 Depends: adduser,
-         dpkg-dev,
          python-ceilometer (= ${binary:Version}),
          ${misc:Depends},
-         ${python:Depends},
+         ${python:Depends}
 Provides: ${python:Provides},
-Description: OpenStack efficient metering counters system - common files
- Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, across
- all current and future OpenStack components. The delivery of counters must be
- traceable and auditable, the counters must be easily extensible to support new
- projects, and agents doing data collections should be independent of the
- overall system.
+Breaks: ceilometer-polling (<< 1:5.0.0~rc1-1),
+Replaces: ceilometer-polling (<< 1:5.0.0~rc1-1),
+Description: ceilometer common files
+ Ceilometer aims to deliver a unique point of contact for billing systems to
+ acquire all counters they need to establish customer billing, across all
+ current and future OpenStack components. The delivery of counters must
+ be traceable and auditable, the counters must be easily extensible to support
+ new projects, and agents doing data collections should be
+ independent of the overall system.
  .
  (A ceilometer is an instrument that measures cloud coverage.)
  .
- This package contains files that are needed for all parts of Ceilometer.
+ This package contains files that are needed for all parts of ceilometer
 
 Package: ceilometer-collector
 Architecture: all
 Depends: ceilometer-common (= ${binary:Version}),
          ${misc:Depends},
-         ${ostack-lsb-base},
-         ${python:Depends},
+         ${python:Depends}
 Suggests: mongodb,
-Description: OpenStack efficient metering counters system - collector service
- Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, across
- all current and future OpenStack components. The delivery of counters must be
- traceable and auditable, the counters must be easily extensible to support new
projects, and agents doing data collections should be independent of the
- overall system.
+Description: ceilometer collector service
+ Ceilometer aims to deliver a unique point of contact for billing systems to
+ acquire all counters they need to establish customer billing, across all
+ current and future OpenStack components. The delivery of counters must
+ be traceable and auditable, the counters must be easily extensible to support
new projects, and agents doing data collections should be
independent of the overall system.
  .
  (A ceilometer is an instrument that measures cloud coverage.)
  .
- This package contains the collector service.
+ This package contains the collector service
 
 Package: ceilometer-polling
 Architecture: all
 Depends: ceilometer-common (= ${binary:Version}),
          ${misc:Depends},
-         ${ostack-lsb-base},
-         ${python:Depends},
+         ${python:Depends}
 Suggests: mongodb,
-Description: OpenStack efficient metering counters system - polling service
- Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, across
- all current and future OpenStack components. The delivery of counters must be
- traceable and auditable, the counters must be easily extensible to support new
projects, and agents doing data collections should be independent of the
- overall system.
+Description: ceilometer polling service
+ Ceilometer aims to deliver a unique point of contact for billing systems to
+ acquire all counters they need to establish customer billing, across all
+ current and future OpenStack components. The delivery of counters must
+ be traceable and auditable, the counters must be easily extensible to support
new projects, and agents doing data collections should be
independent of the overall system.
  .
  (A ceilometer is an instrument that measures cloud coverage.)
  .
@@ -227,57 +215,51 @@ Description: OpenStack efficient metering counters system - polling service
 
 Package: ceilometer-api
 Architecture: all
-Depends: adduser,
+Depends: apache2 | httpd,
          ceilometer-common (= ${binary:Version}),
-         debconf,
-         python-openstackclient (>= 2.0.0),
+         libapache2-mod-wsgi,
          ${misc:Depends},
-         ${ostack-lsb-base},
-         ${python:Depends},
-Suggests: mongodb, q-text-as-data
-Description: OpenStack efficient metering counters system (API service)
- Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, across
- all current and future OpenStack components. The delivery of counters must be
- traceable and auditable, the counters must be easily extensible to support new
- projects, and agents doing data collections should be independent of the
- overall system.
- .
- (A ceilometer is an instrument that measures cloud coverage.)
+         ${python:Depends}
+Suggests: mongodb,
+Description: ceilometer api service
+ Ceilometer aims to deliver a unique point of contact for billing systems to
+ acquire all counters they need to establish customer billing, across all
+ current and future OpenStack components. The delivery of counters must
+ be traceable and auditable, the counters must be easily extensible to support
+ new projects, and agents doing data collections should be
+ independent of the overall system.
  .
- This package contains the API service.
+ This package contains the api service
 
 Package: ceilometer-agent-compute
 Architecture: all
 Depends: ceilometer-common (= ${binary:Version}),
          ${misc:Depends},
-         ${ostack-lsb-base},
-         ${python:Depends},
-Description: OpenStack efficient metering counters system - compute agent
- Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, across
- all current and future OpenStack components. The delivery of counters must be
- traceable and auditable, the counters must be easily extensible to support new
- projects, and agents doing data collections should be independent of the
- overall system.
+         ${python:Depends}
+Description: ceilometer compute agent
+ Ceilometer aims to deliver a unique point of contact for billing systems to
+ acquire all counters they need to establish customer billing, across all
+ current and future OpenStack components. The delivery of counters must
+ be traceable and auditable, the counters must be easily extensible to support
+ new projects, and agents doing data collections should be
+ independent of the overall system.
  .
  (A ceilometer is an instrument that measures cloud coverage.)
  .
- This package contains the compute agent.
+ This package contains the compute agent
 
 Package: ceilometer-agent-central
 Architecture: all
 Depends: ceilometer-common (= ${binary:Version}),
          ${misc:Depends},
-         ${ostack-lsb-base},
-         ${python:Depends},
-Description: OpenStack efficient metering counters system - central agent
- Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, across
- all current and future OpenStack components. The delivery of counters must be
- traceable and auditable, the counters must be easily extensible to support new
- projects, and agents doing data collections should be independent of the
- overall system.
+         ${python:Depends}
+Description: ceilometer central agent
+ Ceilometer aims to deliver a unique point of contact for billing systems to
+ acquire all counters they need to establish customer billing, across all
+ current and future OpenStack components. The delivery of counters must
+ be traceable and auditable, the counters must be easily extensible to support
+ new projects, and agents doing data collections should be
+ independent of the overall system.
  .
  (A ceilometer is an instrument that measures cloud coverage.)
  .
@@ -288,81 +270,32 @@ Architecture: all
 Depends: ceilometer-common (= ${binary:Version}),
          ipmitool,
          ${misc:Depends},
-         ${ostack-lsb-base},
-         ${python:Depends},
-Description: OpenStack efficient metering counters system - IPMI agent
- Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, across
- all current and future OpenStack components. The delivery of counters must be
- traceable and auditable, the counters must be easily extensible to support new
- projects, and agents doing data collections should be independent of the
- overall system.
+         ${python:Depends}
+Description: ceilometer ipmi agent
+ Ceilometer aims to deliver a unique point of contact for billing systems to
+ acquire all counters they need to establish customer billing, across all
+ current and future OpenStack components. The delivery of counters must
+ be traceable and auditable, the counters must be easily extensible to support
+ new projects, and agents doing data collections should be
+ independent of the overall system.
  .
  (A ceilometer is an instrument that measures cloud coverage.)
  .
- This package contains the IPMI agent daemon.
+ This package contains the ipmi agent.
 
 Package: ceilometer-agent-notification
 Architecture: all
 Depends: ceilometer-common (= ${binary:Version}),
          ${misc:Depends},
-         ${ostack-lsb-base},
-         ${python:Depends},
-Description: OpenStack efficient metering counters system - notification agent
- Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, across
- all current and future OpenStack components. The delivery of counters must be
- traceable and auditable, the counters must be easily extensible to support new
- projects, and agents doing data collections should be independent of the
- overall system.
- .
- (A ceilometer is an instrument that measures cloud coverage.)
- .
- This package contains the notification agent daemon.
-
-Package: ceilometer-alarm-evaluator
-Architecture: all
-Depends: aodh-evaluator,
-         ${misc:Depends},
-Description: OpenStack efficient metering counters system - aodh-evaluator trans
- Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, across
- all current and future OpenStack components. The delivery of counters must be
- traceable and auditable, the counters must be easily extensible to support new
- projects, and agents doing data collections should be independent of the
- overall system.
- .
- This package is a dummy transition package to aodh-evaluator and can be safely
- removed.
-
-Package: ceilometer-alarm-notifier
-Architecture: all
-Depends: aodh-notifier,
-         ${misc:Depends},
-Description: OpenStack efficient metering counters system - aodh-notifier trans
- Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, across
- all current and future OpenStack components. The delivery of counters must be
- traceable and auditable, the counters must be easily extensible to support new
- projects, and agents doing data collections should be independent of the
- overall system.
- .
- This package is a dummy transition package to aodh-notifier and can be safely
- removed.
-
-Package: ceilometer-doc
-Section: doc
-Architecture: all
-Depends: ${misc:Depends},
-         ${sphinxdoc:Depends},
-Description: OpenStack efficient metering counters system - doc
- Ceilometer aims to deliver a Single Point Of Contact for billing systems,
- providing all the counters they need to establish customer billing, across
- all current and future OpenStack components. The delivery of counters must be
- traceable and auditable, the counters must be easily extensible to support new
- projects, and agents doing data collections should be independent of the
- overall system.
+         ${python:Depends}
+Description: ceilometer notification agent
+ Ceilometer aims to deliver a unique point of contact for billing systems to
+ acquire all counters they need to establish customer billing, across all
+ current and future OpenStack components. The delivery of counters must
+ be traceable and auditable, the counters must be easily extensible to support
+ new projects, and agents doing data collections should be
+ independent of the overall system.
  .
  (A ceilometer is an instrument that measures cloud coverage.)
  .
- This package contains the documentation.
+ This package contains the notification agent.
index eae8f562ca8383317cab7498d0af432dba7215cb..84e5201a49abc51e8399ffdd15a97d412164c9b9 100644 (file)
@@ -1,6 +1,6 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: ceilometer
-Source: https://github.com/stackforge/ceilometer
+Source: https://github.com/openstack/ceilometer
 
 Files: *
 Copyright: 2012 New Dream Network, LLC (DreamHost)
@@ -10,15 +10,13 @@ Copyright: 2012 New Dream Network, LLC (DreamHost)
            2011 Cloudscaling Group, Inc
            2011 OpenStack LLC.
            2012 Nicolas Barcet for Canonical
-           2012-2015, OpenStack Foundation
-License: Apache-2.0
+License: Apache-2
 
 Files: debian/*
-Copyright: 2012-2015, Canonical Ltd
-           2012-2016, Thomas Goirand <zigo@debian.org>
-License: Apache-2.0
+Copyright: 2017, MOS Linux Team <mos-linux@mirantis.com>
+License: Apache-2
 
-License: Apache-2.0
+License: Apache-2
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at
diff --git a/xenial/debian/debian_control_vars b/xenial/debian/debian_control_vars
deleted file mode 100644 (file)
index d4e93e1..0000000
+++ /dev/null
@@ -1 +0,0 @@
-ostack-lsb-base= lsb-base
diff --git a/xenial/debian/docs b/xenial/debian/docs
new file mode 100644 (file)
index 0000000..a1320b1
--- /dev/null
@@ -0,0 +1 @@
+README.rst
diff --git a/xenial/debian/gbp.conf b/xenial/debian/gbp.conf
deleted file mode 100644 (file)
index 6fb07d6..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-[DEFAULT]
-upstream-branch = master
-debian-branch = debian/mitaka
-upstream-tag = %(version)s
-compression = xz
-
-[buildpackage]
-export-dir = ../build-area/
-#cleaner = true
diff --git a/xenial/debian/mans/ceilometer-agent-central.8 b/xenial/debian/mans/ceilometer-agent-central.8
deleted file mode 100644 (file)
index 4f1706f..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-.TH ceilometer-agent-central 8
-.SH NAME
-ceilometer-agent-central \- Please fill
-
-.SH SYNOPSIS
-.B ceilometer-agent-central
-.B ...params...
-
-.SH DESCRIPTION
-.B ceilometer-agent-central
-
-Please fill in a long desc.
-
-.SH PARAMETERS
-
-.LP
-.B param1
-.IP
-Describe here param1
-
-.SH EXAMPLE
-
-.LP
-.B Example 1
-.IP
-Example explanation
-
-.SH AUTHORS
-
-John Doe <john@example.com>
diff --git a/xenial/debian/mans/ceilometer-agent-compute.8 b/xenial/debian/mans/ceilometer-agent-compute.8
deleted file mode 100644 (file)
index 86abb0b..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-.TH ceilometer-agent-compute 8
-.SH NAME
-ceilometer-agent-compute \- Please fill
-
-.SH SYNOPSIS
-.B ceilometer-agent-compute
-.B ...params...
-
-.SH DESCRIPTION
-.B ceilometer-agent-compute
-
-Please fill in a long desc.
-
-.SH PARAMETERS
-
-.LP
-.B param1
-.IP
-Describe here param1
-
-.SH EXAMPLE
-
-.LP
-.B Example 1
-.IP
-Example explanation
-
-.SH AUTHORS
-
-John Doe <john@example.com>
diff --git a/xenial/debian/mans/ceilometer-api.8 b/xenial/debian/mans/ceilometer-api.8
deleted file mode 100644 (file)
index 0427e00..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-.TH ceilometer-api 8
-.SH NAME
-ceilometer-api \- Please fill
-
-.SH SYNOPSIS
-.B ceilometer-api
-.B ...params...
-
-.SH DESCRIPTION
-.B ceilometer-api
-
-Please fill in a long desc.
-
-.SH PARAMETERS
-
-.LP
-.B param1
-.IP
-Describe here param1
-
-.SH EXAMPLE
-
-.LP
-.B Example 1
-.IP
-Example explanation
-
-.SH AUTHORS
-
-John Doe <john@example.com>
diff --git a/xenial/debian/mans/ceilometer-collector.8 b/xenial/debian/mans/ceilometer-collector.8
deleted file mode 100644 (file)
index e221a86..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-.TH ceilometer-collector 8
-.SH NAME
-ceilometer-collector \- Please fill
-
-.SH SYNOPSIS
-.B ceilometer-collector
-.B ...params...
-
-.SH DESCRIPTION
-.B ceilometer-collector
-
-Please fill in a long desc.
-
-.SH PARAMETERS
-
-.LP
-.B param1
-.IP
-Describe here param1
-
-.SH EXAMPLE
-
-.LP
-.B Example 1
-.IP
-Example explanation
-
-.SH AUTHORS
-
-John Doe <john@example.com>
diff --git a/xenial/debian/po/POTFILES.in b/xenial/debian/po/POTFILES.in
deleted file mode 100644 (file)
index b402812..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-[type: gettext/rfc822deb] ceilometer-api.templates
-[type: gettext/rfc822deb] ceilometer-common.templates
diff --git a/xenial/debian/po/cs.po b/xenial/debian/po/cs.po
deleted file mode 100644 (file)
index 8a686c7..0000000
+++ /dev/null
@@ -1,264 +0,0 @@
-# Czech PO debconf template translation of ceilometer.
-# Copyright (C) 2013 Michal Simunek <michal.simunek@gmail.com>
-# This file is distributed under the same license as the ceilometer package.
-# Michal Simunek <michal.simunek@gmail.com>, 2013.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: ceilometer 2013.1.2-4\n"
-"Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n"
-"POT-Creation-Date: 2015-06-26 13:18+0000\n"
-"PO-Revision-Date: 2013-08-29 10:31+0200\n"
-"Last-Translator: Michal Simunek <michal.simunek@gmail.com>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"Language: cs\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid "Register Ceilometer in the Keystone endpoint catalog?"
-msgstr "Zaregistrovat Ceilometer v katalogu koncových bodů Keystone?"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Each OpenStack service (each API) should be registered in order to be "
-"accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". This can be done automatically now."
-msgstr ""
-"Aby byla každá služba Openstack (každé API) přístupná, musí být "
-"zaregistrována. To se provádí pomocí příkazů \"keystone service-create\" a "
-"\"keystone endpoint-create\". Zvolte si, zda-li se tyto příkazy mají nyní "
-"spustit."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Note that you will need to have an up and running Keystone server on which "
-"to connect using the Keystone authentication token."
-msgstr ""
-"Berte na vědomí, že musíte mít běžící server Keystone, na který se lze "
-"připojit pomocí ověřovacího klíče pro Keystone."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid "Keystone server IP address:"
-msgstr "IP adresa serveru keystone:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid ""
-"Please enter the IP address of the Keystone server, so that ceilometer-api "
-"can contact Keystone to do the Ceilometer service and endpoint creation."
-msgstr ""
-"Zadejte IP adresu serveru Keystone, aby se mohlo ceilometer-api spojit s "
-"Keystone a provozovat službu Ceilometer a vytvářet koncové body."
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid "Keystone authentication token:"
-msgstr "Autentizační klíč pro Keystone:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid ""
-"To configure its endpoint in Keystone, ceilometer-api needs the Keystone "
-"authentication token."
-msgstr ""
-"Aby mohlo ceilometer-api nastavit v Keystone svůj koncový bod, potřebuje "
-"autentizační klíč pro Keystone."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Ceilometer endpoint IP address:"
-msgstr "IP adresa koncového bodu Ceilometer:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgstr "Zadejte IP adresu, která se bude používat ke spojení s Ceilometer."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid ""
-"This IP address should be accessible from the clients that will use this "
-"service, so if you are installing a public cloud, this should be a public IP "
-"address."
-msgstr ""
-"Tato IP adresa musí být přístupná z klientů, kteří budou tuto službu "
-"používat, takže pokud instalujete veřejný cloud, musí to být veřejná IP "
-"adresa."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid "Name of the region to register:"
-msgstr "Název registrované oblasti:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid ""
-"OpenStack supports using availability zones, with each region representing a "
-"location. Please enter the zone that you wish to use when registering the "
-"endpoint."
-msgstr ""
-"Openstack lze využívat pomocí oblastí dostupnosti, přičemž každá oblast "
-"představuje místo. Zadejte prosím oblast, kterou chcete použít při "
-"registraci koncového bodu."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid "Perform automatic dbsync for Ceilometer?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"Ceilometer can automatically run ceilometer-dbsync after installation. For "
-"it to work, you need an up and running mongodb-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"ceilometer\"."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "IP address of your RabbitMQ host:"
-msgstr ""
-
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:3001 ../ceilometer-common.templates:4001
-#: ../ceilometer-common.templates:5001
-msgid ""
-"In order to interoperate with other components of OpenStack, this package "
-"needs to connect to a central RabbitMQ server."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgid "Please specify the IP address of that server."
-msgstr "Zadejte IP adresu, která se bude používat ke spojení s Ceilometer."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Username for connection to the RabbitMQ server:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Please specify the username used to connect to the RabbitMQ server."
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Password for connection to the RabbitMQ server:"
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Please specify the password used to connect to the RabbitMQ server."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid "Authentication server hostname:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid ""
-"Please specify the hostname of the authentication server for Ceilometer. "
-"Typically this is also the hostname of the OpenStack Identity Service "
-"(Keystone)."
-msgstr ""
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Authentication server tenant name:"
-msgstr ""
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgid "Please specify the authentication server tenant name."
-msgstr "Zadejte IP adresu, která se bude používat ke spojení s Ceilometer."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Authentication server username:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgid "Please specify the username to use with the authentication server."
-msgstr "Zadejte IP adresu, která se bude používat ke spojení s Ceilometer."
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Authentication server password:"
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgid "Please specify the password to use with the authentication server."
-msgstr "Zadejte IP adresu, která se bude používat ke spojení s Ceilometer."
diff --git a/xenial/debian/po/da.po b/xenial/debian/po/da.po
deleted file mode 100644 (file)
index 524d95f..0000000
+++ /dev/null
@@ -1,264 +0,0 @@
-# Danish translation ceilometer.
-# Copyright (C) 2014 ceilometer og nedenstående oversættere.
-# This file is distributed under the same license as the ceilometer package.
-# Joe Hansen (joedalton2@yahoo.dk), 2013, 2014.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: ceilometer\n"
-"Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n"
-"POT-Creation-Date: 2015-06-26 13:18+0000\n"
-"PO-Revision-Date: 2014-02-22 12:42+0000\n"
-"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
-"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
-"Language: da\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid "Register Ceilometer in the Keystone endpoint catalog?"
-msgstr "Registrer Ceilometer i Keystones slutpunktskatalog?"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Each OpenStack service (each API) should be registered in order to be "
-"accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". This can be done automatically now."
-msgstr ""
-"Hver OpenStack-tjeneste (hver API) skal registreres for at være tilgængelig. "
-"Dette gøres med »keystone service-create« og »keystone endpoint-create«, "
-"hvilket nu kan udføres automatisk."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Note that you will need to have an up and running Keystone server on which "
-"to connect using the Keystone authentication token."
-msgstr ""
-"Bemærk at du skal have en op og kørende Keystoneserver, som du kan forbinde "
-"til med Keystones godkendelsessymbol."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid "Keystone server IP address:"
-msgstr "IP-adresse for Keystoneserver:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid ""
-"Please enter the IP address of the Keystone server, so that ceilometer-api "
-"can contact Keystone to do the Ceilometer service and endpoint creation."
-msgstr ""
-"Indtast venligst IP-adressen for Keystoneserveren, så at ceilometer-api kan "
-"kontakte Keystone for at udføre Ceilometertjenesten og slutpunktsoprettelse."
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid "Keystone authentication token:"
-msgstr "Godkendelsessymbol for Keystone:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid ""
-"To configure its endpoint in Keystone, ceilometer-api needs the Keystone "
-"authentication token."
-msgstr ""
-"For at konfigurere dets slutpunkt i Keystone, skal ceilometer bruge "
-"Keystones godkendelsessymbol."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Ceilometer endpoint IP address:"
-msgstr "IP-adresse for Ceilometers slutpunkt:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgstr ""
-"Indtast venligst IP-adressen som vil blive brugt til at kontakte Ceilometer."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid ""
-"This IP address should be accessible from the clients that will use this "
-"service, so if you are installing a public cloud, this should be a public IP "
-"address."
-msgstr ""
-"Denne IP-adresse skal være tilgængelig fra klienterne som vil bruge denne "
-"tjeneste, så hvis du installerer en offentlig sky, skal dette være en "
-"offentlig IP-adresse."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid "Name of the region to register:"
-msgstr "Navn på regionen der skal registreres:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid ""
-"OpenStack supports using availability zones, with each region representing a "
-"location. Please enter the zone that you wish to use when registering the "
-"endpoint."
-msgstr ""
-"OpenStack understøtter at bruge tilgængelighedszoner, hvor hver region "
-"repræsenterer et sted. Indtast venligst zonen, som du ønsker at bruge, når "
-"du registrerer slutpunktet."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid "Perform automatic dbsync for Ceilometer?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"Ceilometer can automatically run ceilometer-dbsync after installation. For "
-"it to work, you need an up and running mongodb-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"ceilometer\"."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "IP address of your RabbitMQ host:"
-msgstr "IP-adresse for din RabbitMQ-vært:"
-
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:3001 ../ceilometer-common.templates:4001
-#: ../ceilometer-common.templates:5001
-msgid ""
-"In order to interoperate with other components of OpenStack, this package "
-"needs to connect to a central RabbitMQ server."
-msgstr ""
-"Denne pakke skal kunne forbinde med en central RabbitMQ-server, or at "
-"fungere med andre komponenter i OpenStack."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "Please specify the IP address of that server."
-msgstr "Angiv venligst IP-adressen for den server."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Username for connection to the RabbitMQ server:"
-msgstr "Brugernavn for forbindelsen til RabbitMQ-serveren:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Please specify the username used to connect to the RabbitMQ server."
-msgstr ""
-"Angiv venligst brugernavnet brugt til at forbinde til RabbitMQ-serveren."
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Password for connection to the RabbitMQ server:"
-msgstr "Adgangskode for forbindelsen til RabbitMQ-serveren:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Please specify the password used to connect to the RabbitMQ server."
-msgstr ""
-"Angiv venligst adgangskoden brugt til at forbinde til RabbitMQ-serveren."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid "Authentication server hostname:"
-msgstr "Værtsnavn for godkendelsesserveren:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid ""
-"Please specify the hostname of the authentication server for Ceilometer. "
-"Typically this is also the hostname of the OpenStack Identity Service "
-"(Keystone)."
-msgstr ""
-"Angiv venligst værtsnavnet for godkendelsesserveren for Ceilometer. Typisk "
-"er dette også værtsnavnet for OpenStack Identity Service (Keystone)."
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Authentication server tenant name:"
-msgstr "Tenantnavn for godkendelseserveren:"
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Please specify the authentication server tenant name."
-msgstr "Angiv venligst godkendelsesserverens tenantnavn."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Authentication server username:"
-msgstr "Brugernavn for godkendelseserveren:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Please specify the username to use with the authentication server."
-msgstr ""
-"Angiv venligst brugernavnet som vil blive brugt med godkendelseserveren."
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Authentication server password:"
-msgstr "Adgangskode for godkendelsesserveren:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Please specify the password to use with the authentication server."
-msgstr ""
-"Angiv venligst adgangskoden som vil blive brugt med godkendelsesserveren."
diff --git a/xenial/debian/po/de.po b/xenial/debian/po/de.po
deleted file mode 100644 (file)
index ebeb055..0000000
+++ /dev/null
@@ -1,274 +0,0 @@
-# German translation of ceilometer debconf templates
-# This file is distributed under the same license as the ceilometer package.
-# Copyright: Martin Eberhard Schauer <Martin.E.Schauer@gmx.de>, 2013,
-#            Chris Leick <c.leick@vollbio.de>, 2014.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: ceilometer 2014.1-7\n"
-"Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n"
-"POT-Creation-Date: 2015-06-26 13:18+0000\n"
-"PO-Revision-Date: 2014-06-04 14:37+0100\n"
-"Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
-"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
-"Language: de\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 1.0\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid "Register Ceilometer in the Keystone endpoint catalog?"
-msgstr "Ceilometer im Keystone-Endpunktkatalog registrieren?"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Each OpenStack service (each API) should be registered in order to be "
-"accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". This can be done automatically now."
-msgstr ""
-"Jeder OpenStack-Dienst (jedes API) sollte registriert werden, damit darauf "
-"zugegriffen werden kann. Dies wird mittels »keystone service-create« und "
-"»keystone endpoint-create« erreicht und kann nun automatisch erledigt werden."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Note that you will need to have an up and running Keystone server on which "
-"to connect using the Keystone authentication token."
-msgstr ""
-"Beachten Sie, dass Sie einen laufenden Keystone-Server benötigen, mit dem "
-"Sie sich unter Nutzung des Keystone-Authentifizierungs-Tokens verbinden "
-"können."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid "Keystone server IP address:"
-msgstr "IP-Adresse des Keystone-Servers:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid ""
-"Please enter the IP address of the Keystone server, so that ceilometer-api "
-"can contact Keystone to do the Ceilometer service and endpoint creation."
-msgstr ""
-"Geben Sie bitte die IP-Adresse des Keystone-Servers an, damit Ceilometer-api "
-"Keystone kontaktieren kann, um den Ceilometer-Dienst und -Endpunkt zu "
-"erstellen"
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid "Keystone authentication token:"
-msgstr "Keystone-Authentifizierungs-Token:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid ""
-"To configure its endpoint in Keystone, ceilometer-api needs the Keystone "
-"authentication token."
-msgstr ""
-"Um seinen Keystone-Endpunkt einzurichten, benötigt Ceilometer-api das "
-"Keystone-Authentifizierungs-Token."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Ceilometer endpoint IP address:"
-msgstr "IP-Adresse des Ceilometer-Endpunkts:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgstr ""
-"Bitte geben Sie bitte die IP-Adresse an, die für den Kontakt mit Ceilometer "
-"genutzt wird."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid ""
-"This IP address should be accessible from the clients that will use this "
-"service, so if you are installing a public cloud, this should be a public IP "
-"address."
-msgstr ""
-"Diese IP-Adresse sollte von den Clients erreichbar sein, die diesen Dienst "
-"nutzen. Falls Sie eine öffentliche Cloud installieren, sollte dies eine "
-"öffentliche IP-Adresse sein."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid "Name of the region to register:"
-msgstr "Name der zu registrierenden Region:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid ""
-"OpenStack supports using availability zones, with each region representing a "
-"location. Please enter the zone that you wish to use when registering the "
-"endpoint."
-msgstr ""
-"OpenStack unterstützt die Verwendung von Verfügbarkeitszonen, in denen jede "
-"Region einen Ort darstellt. Geben Sie bitte die Zone an, die Sie bei der "
-"Registrierung des Endpunkts verwenden wollen."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid "Perform automatic dbsync for Ceilometer?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"Ceilometer can automatically run ceilometer-dbsync after installation. For "
-"it to work, you need an up and running mongodb-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"ceilometer\"."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "IP address of your RabbitMQ host:"
-msgstr "IP-Adresse Ihres RabbitMQ-Rechners:"
-
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:3001 ../ceilometer-common.templates:4001
-#: ../ceilometer-common.templates:5001
-msgid ""
-"In order to interoperate with other components of OpenStack, this package "
-"needs to connect to a central RabbitMQ server."
-msgstr ""
-"Um mit weiteren Bestandteilen von OpenStack zusammenzuarbeiten, muss sich "
-"dieses Paket mit einem zentralen RabbitMQ-Server verbinden."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "Please specify the IP address of that server."
-msgstr "Geben Sie bitte die IP-Adresse dieses Servers an."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Username for connection to the RabbitMQ server:"
-msgstr "Benutzername für die Verbindung mit dem RabbitMQ-Server:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Please specify the username used to connect to the RabbitMQ server."
-msgstr ""
-"Bitte geben Sie den Benutzernamen ein, den Sie zum Verbinden mit dem "
-"RabbitMQ-Server verwenden."
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Password for connection to the RabbitMQ server:"
-msgstr "Passwort für die Verbindung mit dem RabbitMQ-Server:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Please specify the password used to connect to the RabbitMQ server."
-msgstr ""
-"Bitte geben Sie das Passwort ein, das Sie zum Verbinden mit dem RabbitMQ-"
-"Server verwenden."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid "Authentication server hostname:"
-msgstr "Rechnername des Authentifizierungsservers:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid ""
-"Please specify the hostname of the authentication server for Ceilometer. "
-"Typically this is also the hostname of the OpenStack Identity Service "
-"(Keystone)."
-msgstr ""
-"Bitte geben Sie den Rechnernamen Ihres Ceilometer-Authentifizierungsservers "
-"an. Typischerweise ist das gleichzeitig der Rechnername Ihres OpenStack-"
-"Identitätsdienstes (Keystone)."
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Authentication server tenant name:"
-msgstr "Tenant-Name des Authentifizierungsservers:"
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Please specify the authentication server tenant name."
-msgstr "Bitte geben Sie den Tenant-Namen des Authentifizierungsservers an."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Authentication server username:"
-msgstr "Benutzername des Authentifizierungsservers:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Please specify the username to use with the authentication server."
-msgstr ""
-"Bitte geben Sie den Benutzernamen an, der für den Authentifizierungsserver "
-"benutzt wird."
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Authentication server password:"
-msgstr "Passwort des Authentifizierungsservers:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Please specify the password to use with the authentication server."
-msgstr ""
-"Bitte geben Sie das Passwort an, das für den Authentifizierungsserver "
-"benutzt wird."
diff --git a/xenial/debian/po/es.po b/xenial/debian/po/es.po
deleted file mode 100644 (file)
index 3768f48..0000000
+++ /dev/null
@@ -1,282 +0,0 @@
-# ceilometer po-debconf translation to Spanish
-# Copyright (C) 2013 Software in the Public Interest
-# This file is distributed under the same license as the ceilometer package.
-#
-# Changes:
-#   - Initial translation
-#       Matías A. Bellone <matiasbellone+debian@gmail.com>, 2013
-#
-# Traductores, si no conocen el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-#       info -n '(gettext)PO Files'
-#       info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-#   - El proyecto de traducción de Debian al español
-#     http://www.debian.org/intl/spanish/coordinacion
-#     especialmente las notas de traducción en
-#     http://www.debian.org/intl/spanish/notas
-#
-#   - La guía de traducción de po's de debconf:
-#     /usr/share/doc/po-debconf/README-trans
-#     o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: ceilometer 2013.1.2-4\n"
-"Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n"
-"POT-Creation-Date: 2015-06-26 13:18+0000\n"
-"PO-Revision-Date: 2013-12-08 21:29-0300\n"
-"Last-Translator: Matías Bellone <matiasbellone+debian@gmail.com>\n"
-"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
-"Language: es\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid "Register Ceilometer in the Keystone endpoint catalog?"
-msgstr ""
-"¿Desea registrar Ceilometer en el catálogo de puntos finales de Keystone?"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Each OpenStack service (each API) should be registered in order to be "
-"accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". This can be done automatically now."
-msgstr ""
-"Debe registrar cada uno de los servicios OpenStack (cada API) para que sean "
-"accesibles. Esto se lleva a cabo mediante las órdenes «keystone service-"
-"create» y «keystone endpoint-create». Puede hacerlo ahora automáticamente."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Note that you will need to have an up and running Keystone server on which "
-"to connect using the Keystone authentication token."
-msgstr ""
-"Tenga en cuenta que necesitará disponer de un servidor Keystone en ejecución "
-"al que conectarse utilizando el token de autenticación de Keystone."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid "Keystone server IP address:"
-msgstr "Dirección IP del servidor Keystone:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid ""
-"Please enter the IP address of the Keystone server, so that ceilometer-api "
-"can contact Keystone to do the Ceilometer service and endpoint creation."
-msgstr ""
-"Introduzca la dirección IP del servidor Keystone para que ceilometer-api "
-"pueda contactar con Keystone para realizar el servicio Ceilometer y crear el "
-"punto final."
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid "Keystone authentication token:"
-msgstr "Token de autenticación de Keystone:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid ""
-"To configure its endpoint in Keystone, ceilometer-api needs the Keystone "
-"authentication token."
-msgstr ""
-"Para configurar su punto final en Keystone, ceilometer-api necesita el token "
-"de autenticación de Keystone."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Ceilometer endpoint IP address:"
-msgstr "Dirección IP del punto final de Ceilometer:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgstr ""
-"Introduzca la dirección IP que se utilizará para contactar con Ceilometer."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid ""
-"This IP address should be accessible from the clients that will use this "
-"service, so if you are installing a public cloud, this should be a public IP "
-"address."
-msgstr ""
-"Esta dirección IP debe ser accesible desde los clientes que usarán este "
-"servicio, por lo que si está instalando una nube pública, debería ser una "
-"dirección IP pública."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid "Name of the region to register:"
-msgstr "Nombre de la región a registrar:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid ""
-"OpenStack supports using availability zones, with each region representing a "
-"location. Please enter the zone that you wish to use when registering the "
-"endpoint."
-msgstr ""
-"OpenStack puede utilizarse con zonas de disponibilidad, donde cada región "
-"representa una ubicación. Introduzca la zona que desea utilizar cuando "
-"registre el punto final."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid "Perform automatic dbsync for Ceilometer?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"Ceilometer can automatically run ceilometer-dbsync after installation. For "
-"it to work, you need an up and running mongodb-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"ceilometer\"."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "IP address of your RabbitMQ host:"
-msgstr ""
-
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:3001 ../ceilometer-common.templates:4001
-#: ../ceilometer-common.templates:5001
-msgid ""
-"In order to interoperate with other components of OpenStack, this package "
-"needs to connect to a central RabbitMQ server."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgid "Please specify the IP address of that server."
-msgstr ""
-"Introduzca la dirección IP que se utilizará para contactar con Ceilometer."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Username for connection to the RabbitMQ server:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Please specify the username used to connect to the RabbitMQ server."
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Password for connection to the RabbitMQ server:"
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Please specify the password used to connect to the RabbitMQ server."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid "Authentication server hostname:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid ""
-"Please specify the hostname of the authentication server for Ceilometer. "
-"Typically this is also the hostname of the OpenStack Identity Service "
-"(Keystone)."
-msgstr ""
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Authentication server tenant name:"
-msgstr ""
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Please specify the authentication server tenant name."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Authentication server username:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Please specify the username to use with the authentication server."
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Authentication server password:"
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Please specify the password to use with the authentication server."
-msgstr ""
diff --git a/xenial/debian/po/fr.po b/xenial/debian/po/fr.po
deleted file mode 100644 (file)
index d4db674..0000000
+++ /dev/null
@@ -1,277 +0,0 @@
-# Translation of ceilometer debconf templates to French. 
-# Copyright (C) 2013, French l10n team <debian-l10n-french@lists.debian.org>
-# This file is distributed under the same license as the CEILOMETER package.
-# Julien Patriarca <leatherface@debian.org>, 2013.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: ceilometer\n"
-"Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n"
-"POT-Creation-Date: 2015-06-26 13:18+0000\n"
-"PO-Revision-Date: 2015-06-15 17:32+0100\n"
-"Last-Translator: Julien Patriarca <leatherface@debian.org>\n"
-"Language-Team: FRENCH <debian-l10n-french@lists.debian.org>\n"
-"Language: fr\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 1.7.7\n"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid "Register Ceilometer in the Keystone endpoint catalog?"
-msgstr ""
-"Enregistrer Ceilometer dans le catalogue de points d'accès de Keystone ?"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Each OpenStack service (each API) should be registered in order to be "
-"accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". This can be done automatically now."
-msgstr ""
-"Chaque service OpenStack (chaque API) doit être enregistré pour être "
-"accessible. Cela peut être fait en utilisant « keystone service-create » et "
-"« keystone endpoint-create ». Cela peut être fait automatiquement maintenant."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Note that you will need to have an up and running Keystone server on which "
-"to connect using the Keystone authentication token."
-msgstr ""
-"Veuillez noter que vous aurez besoin d'avoir un serveur Keystone fonctionnel "
-"sur lequel se connecter en utilisant le jeton d'authentification Keystone."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid "Keystone server IP address:"
-msgstr "Adresse IP du serveur Keystone :"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid ""
-"Please enter the IP address of the Keystone server, so that ceilometer-api "
-"can contact Keystone to do the Ceilometer service and endpoint creation."
-msgstr ""
-"Veuillez indiquer l'adresse IP du serveur Keystone, pour que l'api de "
-"Ceilometer puisse contacter Keystone pour établir le service Ceilometer et "
-"créer le point d'accès."
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid "Keystone authentication token:"
-msgstr "Jeton d'authentification Keystone : "
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid ""
-"To configure its endpoint in Keystone, ceilometer-api needs the Keystone "
-"authentication token."
-msgstr ""
-"Pour configurer son point d'accès dans Keystone, l’api de Ceilometer a "
-"besoin du jeton d'authentification Keystone."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Ceilometer endpoint IP address:"
-msgstr "Adresse IP du point d'accès Ceilometer :"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgstr ""
-"Veuillez indiquer l'adresse IP qui sera utilisée pour contacter Ceilometer."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid ""
-"This IP address should be accessible from the clients that will use this "
-"service, so if you are installing a public cloud, this should be a public IP "
-"address."
-msgstr ""
-"Cette adresse IP doit être accessible depuis les clients qui utiliseront ce "
-"service, donc si vous installez un nuage public, ce devra être une adresse "
-"IP publique."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid "Name of the region to register:"
-msgstr "Nom de la région à enregistrer :"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid ""
-"OpenStack supports using availability zones, with each region representing a "
-"location. Please enter the zone that you wish to use when registering the "
-"endpoint."
-msgstr ""
-"OpenStack prend en charge l'utilisation de zones disponibles, avec chaque "
-"région représentant un lieu. Veuillez entrer une zone que vous souhaitez "
-"utiliser lors de l'enregistrement d'un point d'accès."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid "Perform automatic dbsync for Ceilometer?"
-msgstr "Exécuter dbsync automatiquement pour Ceilometer ?"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"Ceilometer can automatically run ceilometer-dbsync after installation. For "
-"it to work, you need an up and running mongodb-server."
-msgstr ""
-"Ceilometer peut exécuter automatiquement ceilometer-dbsync après "
-"l'installation. Pour que cela soit possible, mongodb-server doit être "
-"préalablement installé et configuré"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"ceilometer\"."
-msgstr ""
-"Vous pouvez changer ce réglage plus tard avec la commande « dpkg-reconfigure "
-"-plow ceilometer »."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "IP address of your RabbitMQ host:"
-msgstr "Adresse IP de votre hôte RabbitMQ :"
-
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:3001 ../ceilometer-common.templates:4001
-#: ../ceilometer-common.templates:5001
-msgid ""
-"In order to interoperate with other components of OpenStack, this package "
-"needs to connect to a central RabbitMQ server."
-msgstr ""
-"Afin de pouvoir interagir avec d'autres composants d'OpenStack, ce paquet "
-"doit se connecter à un serveur centralisé RabbitMQ."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "Please specify the IP address of that server."
-msgstr "Veuillez indiquer l'adresse IP de ce serveur."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Username for connection to the RabbitMQ server:"
-msgstr "Nom d'utilisateur pour la connexion au serveur RabbitMQ :"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Please specify the username used to connect to the RabbitMQ server."
-msgstr ""
-"Veuillez indiquer le nom d'utilisateur à utiliser pour se connecter au "
-"serveur RabbitMQ."
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Password for connection to the RabbitMQ server:"
-msgstr "Mot de passe pour la connexion au serveur RabbitMQ :"
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Please specify the password used to connect to the RabbitMQ server."
-msgstr ""
-"Veuillez indiquer le mot de passe à utiliser pour se connecter au serveur "
-"RabbitMQ."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid "Authentication server hostname:"
-msgstr "Nom d'hôte du serveur d'authentification :"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid ""
-"Please specify the hostname of the authentication server for Ceilometer. "
-"Typically this is also the hostname of the OpenStack Identity Service "
-"(Keystone)."
-msgstr ""
-"Veuillez indiquer le nom d'hôte du serveur d'authentification pour "
-"Ceilometer. En général, il s'agit également du nom d'hôte du Service "
-"d'Identité d'OpenStack (Keystone)."
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Authentication server tenant name:"
-msgstr "Nom du serveur d'authentification pour l'espace client :"
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Please specify the authentication server tenant name."
-msgstr "Veuillez indiquer le serveur d'authentification pour l'espace client."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Authentication server username:"
-msgstr "Nom d'utilisateur du serveur d'authentification :"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Please specify the username to use with the authentication server."
-msgstr ""
-"Veuillez indiquer le nom d'utilisateur à utiliser pour le serveur "
-"d'authentification."
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Authentication server password:"
-msgstr "Mot de passe du serveur d'authentification :"
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Please specify the password to use with the authentication server."
-msgstr ""
-"Veuillez indiquer le mot de passe à utiliser pour le serveur "
-"d'authentification."
diff --git a/xenial/debian/po/it.po b/xenial/debian/po/it.po
deleted file mode 100644 (file)
index cf07b28..0000000
+++ /dev/null
@@ -1,263 +0,0 @@
-# Italian translation of ceilometer debconf messages.
-# Copyright (C) 2013, ceilometer package copyright holder
-# This file is distributed under the same license as the ceilometer package.
-# Beatrice Torracca <beatricet@libero.it>, 2013, 2014.
-msgid ""
-msgstr ""
-"Project-Id-Version: ceilometer\n"
-"Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n"
-"POT-Creation-Date: 2015-06-26 13:18+0000\n"
-"PO-Revision-Date: 2014-04-06 15:04+0200\n"
-"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
-"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
-"Language: it\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Virtaal 0.7.1\n"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid "Register Ceilometer in the Keystone endpoint catalog?"
-msgstr "Registrare Ceilometer nel catalogo dei punti terminali di Keystone?"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Each OpenStack service (each API) should be registered in order to be "
-"accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". This can be done automatically now."
-msgstr ""
-"Ogni servizio OpenStack (ogni API) dovrebbe essere registrato per poter "
-"essere accessibile. Ciò viene fatto usando «keystone service-create» e "
-"«keystone endpoint-create». Ciò può essere fatto ora automaticamente."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Note that you will need to have an up and running Keystone server on which "
-"to connect using the Keystone authentication token."
-msgstr ""
-"Notare che sarà necessario avere un server Keystone in funzione a cui "
-"connettersi usando il token di autenticazione Keystone."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid "Keystone server IP address:"
-msgstr "Indirizzo IP del server Keystone:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid ""
-"Please enter the IP address of the Keystone server, so that ceilometer-api "
-"can contact Keystone to do the Ceilometer service and endpoint creation."
-msgstr ""
-"Inserire l'indirizzo IP del server Keystone, in modo che ceilometer-api "
-"possa contattare Keystone per effettuare la creazione del servizio e del "
-"punto terminale Ceilometer."
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid "Keystone authentication token:"
-msgstr "Token di autenticazione Keystone:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid ""
-"To configure its endpoint in Keystone, ceilometer-api needs the Keystone "
-"authentication token."
-msgstr ""
-"Per configurare il proprio punto terminale in Keystone, ceilometer-api ha "
-"bisogno del token di autenticazione Keystone."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Ceilometer endpoint IP address:"
-msgstr "Indirizzo IP del punto terminale Ceilometer:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgstr "Inserire l'indirizzo IP che verrà usato per contattare Ceilometer."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid ""
-"This IP address should be accessible from the clients that will use this "
-"service, so if you are installing a public cloud, this should be a public IP "
-"address."
-msgstr ""
-"Questo indirizzo IP dovrebbe essere accessibile dai client che useranno il "
-"servizio, perciò se si sta installando una cloud pubblica, questo dovrebbe "
-"essere un indirizzo IP pubblico."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid "Name of the region to register:"
-msgstr "Nome della regione da registrare:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid ""
-"OpenStack supports using availability zones, with each region representing a "
-"location. Please enter the zone that you wish to use when registering the "
-"endpoint."
-msgstr ""
-"OpenStack gestisce le zone di disponibilità, con ogni regione che "
-"rappresenta una posizione. Inserire la zona che si desidera usare durante la "
-"registrazione del punto terminale."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid "Perform automatic dbsync for Ceilometer?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"Ceilometer can automatically run ceilometer-dbsync after installation. For "
-"it to work, you need an up and running mongodb-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"ceilometer\"."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "IP address of your RabbitMQ host:"
-msgstr "Indirizzo IP dell'host RabbitMQ:"
-
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:3001 ../ceilometer-common.templates:4001
-#: ../ceilometer-common.templates:5001
-msgid ""
-"In order to interoperate with other components of OpenStack, this package "
-"needs to connect to a central RabbitMQ server."
-msgstr ""
-"Per poter funzionare insieme agli altri componenti di OpenStack, questo "
-"pacchetto deve connettersi al server RabbitMQ centrale."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "Please specify the IP address of that server."
-msgstr "Inserire l'indirizzo IP di tale server."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Username for connection to the RabbitMQ server:"
-msgstr "Nome utente per la connessione al server RabbitMQ:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Please specify the username used to connect to the RabbitMQ server."
-msgstr ""
-"Specificare il nome utente da usare per connettersi al server RabbitMQ."
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Password for connection to the RabbitMQ server:"
-msgstr "Password per la connessione al server RabbitMQ:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Please specify the password used to connect to the RabbitMQ server."
-msgstr "Specificare la password da usare per connettersi al server RabbitMQ."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid "Authentication server hostname:"
-msgstr "Nome host del server di autenticazione:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid ""
-"Please specify the hostname of the authentication server for Ceilometer. "
-"Typically this is also the hostname of the OpenStack Identity Service "
-"(Keystone)."
-msgstr ""
-"Specificare il nome host del server di autenticazione per Ceilometer. "
-"Tipicamente è anche il nome host dell'OpenStack Identity Service (Keystone)."
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Authentication server tenant name:"
-msgstr "Nome del locatario («tenant») per il server di autenticazione:"
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Please specify the authentication server tenant name."
-msgstr ""
-"Inserire il nome del locatario («tenant») per il server di autenticazione."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Authentication server username:"
-msgstr "Nome utente per il server di autenticazione:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Please specify the username to use with the authentication server."
-msgstr "Inserire il nome utente da usare con il server di autenticazione."
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Authentication server password:"
-msgstr "Password per il server di autenticazione:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Please specify the password to use with the authentication server."
-msgstr "Inserire la password da usare con il server di autenticazione."
diff --git a/xenial/debian/po/ja.po b/xenial/debian/po/ja.po
deleted file mode 100644 (file)
index 37680f2..0000000
+++ /dev/null
@@ -1,263 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# some strings are also in the Keystone template, need integration.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the ceilometer package.
-# victory <victory.deb@gmail.com>, 2013.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: ceilometer\n"
-"Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n"
-"POT-Creation-Date: 2015-06-26 13:18+0000\n"
-"PO-Revision-Date: 2013-07-11 02:06+0900\n"
-"Last-Translator: victory <victory.deb@gmail.com>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"Language: ja\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid "Register Ceilometer in the Keystone endpoint catalog?"
-msgstr "Ceilometer を Keystone の端末リストに登録しますか?"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Each OpenStack service (each API) should be registered in order to be "
-"accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". This can be done automatically now."
-msgstr ""
-"OpenStack のサービスごと (API ごと) に、アクセスできるようにするため登録すべ"
-"きです。「keystone service-create」と「keystone endpoint-create」を使って登録"
-"することができます。ここで自動的に行うことができます。"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Note that you will need to have an up and running Keystone server on which "
-"to connect using the Keystone authentication token."
-msgstr ""
-"Keystone 認証文字列を使って接続する先の Keystone サーバが必要なことに注意して"
-"ください。"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid "Keystone server IP address:"
-msgstr "Keystone サーバの IP アドレス:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid ""
-"Please enter the IP address of the Keystone server, so that ceilometer-api "
-"can contact Keystone to do the Ceilometer service and endpoint creation."
-msgstr ""
-"Keystone サーバの IP アドレスを入力してください。それにより ceilometer-api "
-"は Keystone と通信し、Ceilometer サービスや端末の作成ができるようになります。"
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid "Keystone authentication token:"
-msgstr "Keystone 認証文字列:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid ""
-"To configure its endpoint in Keystone, ceilometer-api needs the Keystone "
-"authentication token."
-msgstr ""
-"Keystone で端末を設定するには、ceilometer-api は Keystone 認証文字列を必要と"
-"します。"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Ceilometer endpoint IP address:"
-msgstr "Ceilometer 端末の IP アドレス:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgstr "Ceilometer への通信に利用する IP アドレスを入力してください。"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid ""
-"This IP address should be accessible from the clients that will use this "
-"service, so if you are installing a public cloud, this should be a public IP "
-"address."
-msgstr ""
-"この IP アドレスはこのサービスを利用するクライアントからアクセスできないとい"
-"けないので、パブリッククラウドをインストールしている場合、これは公開 IP アド"
-"レスを使うようにしてください。"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid "Name of the region to register:"
-msgstr "登録する領域の名前:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid ""
-"OpenStack supports using availability zones, with each region representing a "
-"location. Please enter the zone that you wish to use when registering the "
-"endpoint."
-msgstr ""
-"OpenStack は位置を示す各領域による利用可能区分の利用をサポートしています。端"
-"末の登録時に利用したい区分を入力してください。"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid "Perform automatic dbsync for Ceilometer?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"Ceilometer can automatically run ceilometer-dbsync after installation. For "
-"it to work, you need an up and running mongodb-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"ceilometer\"."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "IP address of your RabbitMQ host:"
-msgstr ""
-
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:3001 ../ceilometer-common.templates:4001
-#: ../ceilometer-common.templates:5001
-msgid ""
-"In order to interoperate with other components of OpenStack, this package "
-"needs to connect to a central RabbitMQ server."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgid "Please specify the IP address of that server."
-msgstr "Ceilometer への通信に利用する IP アドレスを入力してください。"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Username for connection to the RabbitMQ server:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Please specify the username used to connect to the RabbitMQ server."
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Password for connection to the RabbitMQ server:"
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Please specify the password used to connect to the RabbitMQ server."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid "Authentication server hostname:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid ""
-"Please specify the hostname of the authentication server for Ceilometer. "
-"Typically this is also the hostname of the OpenStack Identity Service "
-"(Keystone)."
-msgstr ""
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Authentication server tenant name:"
-msgstr ""
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgid "Please specify the authentication server tenant name."
-msgstr "Ceilometer への通信に利用する IP アドレスを入力してください。"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Authentication server username:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgid "Please specify the username to use with the authentication server."
-msgstr "Ceilometer への通信に利用する IP アドレスを入力してください。"
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Authentication server password:"
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgid "Please specify the password to use with the authentication server."
-msgstr "Ceilometer への通信に利用する IP アドレスを入力してください。"
diff --git a/xenial/debian/po/nl.po b/xenial/debian/po/nl.po
deleted file mode 100644 (file)
index 85981d7..0000000
+++ /dev/null
@@ -1,274 +0,0 @@
-# Dutch translation of ceilometer debconf templates.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the ceilometer package.
-# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2014, 2015.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: ceilometer\n"
-"Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n"
-"POT-Creation-Date: 2015-06-26 13:18+0000\n"
-"PO-Revision-Date: 2015-08-29 22:05+0200\n"
-"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
-"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
-"Language: nl\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Gtranslator 2.91.6\n"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid "Register Ceilometer in the Keystone endpoint catalog?"
-msgstr "Ceilometer opnemen in de catalogus van Keystone-toegangspunten?"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Each OpenStack service (each API) should be registered in order to be "
-"accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". This can be done automatically now."
-msgstr ""
-"Elke dienst van OpenStack (elke API) moet geregistreerd staan om "
-"toegankelijk te zijn. Dit gebeurt met de opdrachten \"keystone service-create"
-"\" en \"keystone endpoint-create\". Dit kan nu automatisch uitgevoerd worden."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Note that you will need to have an up and running Keystone server on which "
-"to connect using the Keystone authentication token."
-msgstr ""
-"Merk op dat u een functionerende Keystone-server moet hebben, waarmee u "
-"verbinding kunt maken met behulp van het legitimatiebewijs voor Keystone."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid "Keystone server IP address:"
-msgstr "IP-adres van de Keystone-server:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid ""
-"Please enter the IP address of the Keystone server, so that ceilometer-api "
-"can contact Keystone to do the Ceilometer service and endpoint creation."
-msgstr ""
-"Gelieve het IP-adres van de Keystone-server op te geven, zodat ceilometer-"
-"api Keystone kan contacteren om de Ceilometerdienst en het toegangspunt aan "
-"te maken."
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid "Keystone authentication token:"
-msgstr "Legitimatiebewijs voor Keystone:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid ""
-"To configure its endpoint in Keystone, ceilometer-api needs the Keystone "
-"authentication token."
-msgstr ""
-"Om zijn toegangspunt in Keystone te kunnen aanmaken, heeft ceilometer-api "
-"het legitimatiebewijs voor Keystone nodig."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Ceilometer endpoint IP address:"
-msgstr "IP-adres van het toegangspunt van ceilometer:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgstr ""
-"Geef op welk IP-adres gebruikt zal worden om Ceilometer te contacteren."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid ""
-"This IP address should be accessible from the clients that will use this "
-"service, so if you are installing a public cloud, this should be a public IP "
-"address."
-msgstr ""
-"Dit IP-adres moet bereikbaar zijn voor de clients die gebruik zullen maken "
-"van deze dienst. Dus indien u een publieke cloud opzet, moet het een publiek "
-"IP-adres zijn."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid "Name of the region to register:"
-msgstr "Naam van de registratieregio:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid ""
-"OpenStack supports using availability zones, with each region representing a "
-"location. Please enter the zone that you wish to use when registering the "
-"endpoint."
-msgstr ""
-"Openstack ondersteunt het gebruik van zones van beschikbaarheid, waarbij "
-"elke regio een locatie vertegenwoordigt. Geef aan welke zone u wenst te "
-"gebruiken bij het registreren van het toegangspunt."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid "Perform automatic dbsync for Ceilometer?"
-msgstr "Automatisch dbsync voor Ceilometer uitvoeren?"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"Ceilometer can automatically run ceilometer-dbsync after installation. For "
-"it to work, you need an up and running mongodb-server."
-msgstr ""
-"Na installatie kan Ceilometer automatisch de opdracht ceilometer-dbsync "
-"uitvoeren. Om dit te doen werken heeft u wel een volledig functionele "
-"mongodb-server nodig."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"ceilometer\"."
-msgstr ""
-"U kunt deze instelling later wijzigen door de opdracht \"dpkg-reconfigure -"
-"plow ceilometer\" uit te voeren."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "IP address of your RabbitMQ host:"
-msgstr "IP-adres van uw RabbitMQ-computer:"
-
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:3001 ../ceilometer-common.templates:4001
-#: ../ceilometer-common.templates:5001
-msgid ""
-"In order to interoperate with other components of OpenStack, this package "
-"needs to connect to a central RabbitMQ server."
-msgstr ""
-"Om te kunnen samenwerken met andere componenten van OpenStack, moet dit "
-"pakket verbinding maken met een centrale RabbitMQ-server."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "Please specify the IP address of that server."
-msgstr "Geef het IP-adres op van die server."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Username for connection to the RabbitMQ server:"
-msgstr "Gebruikersnaam voor de verbinding met de RabbitMQ-server:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Please specify the username used to connect to the RabbitMQ server."
-msgstr ""
-"Geef de gebruikersnaam op die u nodig heeft om verbinding te maken met de "
-"RabbitMQ-server."
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Password for connection to the RabbitMQ server:"
-msgstr "Wachtwoord voor de verbinding met de RabbitMQ-server:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Please specify the password used to connect to the RabbitMQ server."
-msgstr ""
-"Gelieve het wachtwoord te geven dat u nodig heeft om verbinding te maken met "
-"de RabbitMQ-server."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid "Authentication server hostname:"
-msgstr "Computernaam van de authenticatieserver:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid ""
-"Please specify the hostname of the authentication server for Ceilometer. "
-"Typically this is also the hostname of the OpenStack Identity Service "
-"(Keystone)."
-msgstr ""
-"Geef de computernaam van de authenticatieserver voor Ceilometer. Meestal is "
-"dit ook de computernaam van de OpenStack identiteitsdienst (Keystone)."
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Authentication server tenant name:"
-msgstr "Naam van de clientruimte (tenant) op de authenticatieserver:"
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Please specify the authentication server tenant name."
-msgstr ""
-"Gelieve de naam te vermelden van de clientruimte (tenant) op de "
-"authenticatieserver"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Authentication server username:"
-msgstr "Gebruikersnaam voor de authenticatieserver:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Please specify the username to use with the authentication server."
-msgstr "Geef de gebruikersnaam op voor de authenticatieserver."
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Authentication server password:"
-msgstr "Wachtwoord voor de authenticatieserver:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Please specify the password to use with the authentication server."
-msgstr "Geef het wachtwoord op voor de authenticatieserver."
diff --git a/xenial/debian/po/pt.po b/xenial/debian/po/pt.po
deleted file mode 100644 (file)
index fbfc244..0000000
+++ /dev/null
@@ -1,274 +0,0 @@
-# Portuguese translation for ceilometer's debconf messages
-# Copyright (C) 2013 THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the ceilometer package.
-# Miguel Figueiredo <elmig@debianpt.org, 2013.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: ceilometer\n"
-"Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n"
-"POT-Creation-Date: 2015-06-26 13:18+0000\n"
-"PO-Revision-Date: 2013-08-21 09:50+0100\n"
-"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"Language: Portuguese\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid "Register Ceilometer in the Keystone endpoint catalog?"
-msgstr "Registar o Ceilometer no catálogo de endpoints do Keystone?"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Each OpenStack service (each API) should be registered in order to be "
-"accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". This can be done automatically now."
-msgstr ""
-"Cada serviço OpenStack (cada API) deve ser registado de modo a ficar "
-"acessível. Isto é feito utilizando \"keystone service-create\" e \"keystone "
-"endpoint-create\". Isto pode ser feito agora, automaticamente."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Note that you will need to have an up and running Keystone server on which "
-"to connect using the Keystone authentication token."
-msgstr ""
-"Note que necessitará ter a correr um servidor Keystone ao qual ligar "
-"utilizando o token de autenticação do Keystone."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid "Keystone server IP address:"
-msgstr "Endereço IP do servidor Keystone:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid ""
-"Please enter the IP address of the Keystone server, so that ceilometer-api "
-"can contact Keystone to do the Ceilometer service and endpoint creation."
-msgstr ""
-"Por favor introduza o endereço IP do servidor Keystone, para que o "
-"ceilometer-api contacte o Keystone para adicionar o serviço Ceilomenter e "
-"crie o endpoint."
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid "Keystone authentication token:"
-msgstr "Token de autenticação do Keystone:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid ""
-"To configure its endpoint in Keystone, ceilometer-api needs the Keystone "
-"authentication token."
-msgstr ""
-"Para configurar o seu endpoint no Keystone, o ceilometer-api necessita do "
-"token de autenticação do Keystone."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Ceilometer endpoint IP address:"
-msgstr "Endereço IP do endpoint do Ceilometer:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgstr ""
-"Por favor introduza o endereço IP que será utilizado para contactar o "
-"Ceilometer."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid ""
-"This IP address should be accessible from the clients that will use this "
-"service, so if you are installing a public cloud, this should be a public IP "
-"address."
-msgstr ""
-"Este endereço IP deverá ser acessível a partir dos clientes que irão "
-"utilizar este serviço, por isso se estiver a instalar uma cloud pública, "
-"este deve ser um endereço IP público."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid "Name of the region to register:"
-msgstr "Nome da região a registar:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid ""
-"OpenStack supports using availability zones, with each region representing a "
-"location. Please enter the zone that you wish to use when registering the "
-"endpoint."
-msgstr ""
-"O OpenStack suporta a utilização de zonas de disponibilidade, com cada "
-"região a representar um local. Por favor introduza a zona que deseja "
-"utilizar ao registar o endpoint."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid "Perform automatic dbsync for Ceilometer?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"Ceilometer can automatically run ceilometer-dbsync after installation. For "
-"it to work, you need an up and running mongodb-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"ceilometer\"."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "IP address of your RabbitMQ host:"
-msgstr ""
-
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:3001 ../ceilometer-common.templates:4001
-#: ../ceilometer-common.templates:5001
-msgid ""
-"In order to interoperate with other components of OpenStack, this package "
-"needs to connect to a central RabbitMQ server."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgid "Please specify the IP address of that server."
-msgstr ""
-"Por favor introduza o endereço IP que será utilizado para contactar o "
-"Ceilometer."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Username for connection to the RabbitMQ server:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Please specify the username used to connect to the RabbitMQ server."
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Password for connection to the RabbitMQ server:"
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Please specify the password used to connect to the RabbitMQ server."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid "Authentication server hostname:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid ""
-"Please specify the hostname of the authentication server for Ceilometer. "
-"Typically this is also the hostname of the OpenStack Identity Service "
-"(Keystone)."
-msgstr ""
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Authentication server tenant name:"
-msgstr ""
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgid "Please specify the authentication server tenant name."
-msgstr ""
-"Por favor introduza o endereço IP que será utilizado para contactar o "
-"Ceilometer."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Authentication server username:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgid "Please specify the username to use with the authentication server."
-msgstr ""
-"Por favor introduza o endereço IP que será utilizado para contactar o "
-"Ceilometer."
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Authentication server password:"
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgid "Please specify the password to use with the authentication server."
-msgstr ""
-"Por favor introduza o endereço IP que será utilizado para contactar o "
-"Ceilometer."
diff --git a/xenial/debian/po/ru.po b/xenial/debian/po/ru.po
deleted file mode 100644 (file)
index 64524a4..0000000
+++ /dev/null
@@ -1,263 +0,0 @@
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the ceilometer package.
-#
-# Yuri Kozlov <yuray@komyakino.ru>, 2013, 2014.
-msgid ""
-msgstr ""
-"Project-Id-Version: ceilometer 2013.2.1-3\n"
-"Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n"
-"POT-Creation-Date: 2015-06-26 13:18+0000\n"
-"PO-Revision-Date: 2014-01-26 09:22+0400\n"
-"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"Language: ru\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Generator: Lokalize 1.4\n"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid "Register Ceilometer in the Keystone endpoint catalog?"
-msgstr "Зарегистрировать Ceilometer в каталоге конечных точек Keystone?"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Each OpenStack service (each API) should be registered in order to be "
-"accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". This can be done automatically now."
-msgstr ""
-"Для доступа к службам OpenStack (каждому API) их нужно регистрировать. Это "
-"выполняется с помощью команды «keystone service-create» и «keystone endpoint-"
-"create». Это может быть сделано автоматически прямо сейчас."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Note that you will need to have an up and running Keystone server on which "
-"to connect using the Keystone authentication token."
-msgstr ""
-"Заметим, что у вас должен быть работающий сервер Keystone, к которому будет "
-"произведено подключение с помощью токена аутентификации Keystone."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid "Keystone server IP address:"
-msgstr "IP-адрес сервера Keystone:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid ""
-"Please enter the IP address of the Keystone server, so that ceilometer-api "
-"can contact Keystone to do the Ceilometer service and endpoint creation."
-msgstr ""
-"Введите IP-адрес сервера Keystone для того, чтобы ceilometer-api могла "
-"подключиться к Keystone для запуска службы Ceilometer и создания конечной "
-"точки."
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid "Keystone authentication token:"
-msgstr "Токен аутентификации Keystone:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid ""
-"To configure its endpoint in Keystone, ceilometer-api needs the Keystone "
-"authentication token."
-msgstr ""
-"Для настройки собственной конечной точки в Keystone ceilometer-api требуется "
-"токен аутентификации Keystone."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Ceilometer endpoint IP address:"
-msgstr "IP-адрес конечной точки Ceilometer:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgstr ""
-"Введите IP-адрес, который будет использован для подключения к Ceilometer."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid ""
-"This IP address should be accessible from the clients that will use this "
-"service, so if you are installing a public cloud, this should be a public IP "
-"address."
-msgstr ""
-"Этот IP-адрес должен быть доступен клиентам, которые будут использовать эту "
-"службу, поэтому если вы разворачиваете открытое облако, то это должен быть "
-"публичный IP-адрес."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid "Name of the region to register:"
-msgstr "Название области для регистрации:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid ""
-"OpenStack supports using availability zones, with each region representing a "
-"location. Please enter the zone that you wish to use when registering the "
-"endpoint."
-msgstr ""
-"OpenStack поддерживает разделение на зоны доступности, где каждая область "
-"представляет определённое расположение. Введите зону, которую вы хотите "
-"использовать при регистрации конечной точки."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid "Perform automatic dbsync for Ceilometer?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"Ceilometer can automatically run ceilometer-dbsync after installation. For "
-"it to work, you need an up and running mongodb-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"ceilometer\"."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "IP address of your RabbitMQ host:"
-msgstr "IP-адрес узла RabbitMQ:"
-
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:3001 ../ceilometer-common.templates:4001
-#: ../ceilometer-common.templates:5001
-msgid ""
-"In order to interoperate with other components of OpenStack, this package "
-"needs to connect to a central RabbitMQ server."
-msgstr ""
-"Для взаимодействия с другими компонентами OpenStack, этому пакету необходимо "
-"подключаться к центральному серверу RabbitMQ."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "Please specify the IP address of that server."
-msgstr "Укажите IP-адрес этого сервера."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Username for connection to the RabbitMQ server:"
-msgstr "Имя пользователя для подключения к серверу RabbitMQ:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Please specify the username used to connect to the RabbitMQ server."
-msgstr "Введите имя пользователя для подключения к серверу RabbitMQ."
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Password for connection to the RabbitMQ server:"
-msgstr "Пароль для подключения к серверу RabbitMQ:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Please specify the password used to connect to the RabbitMQ server."
-msgstr "Введите пароль для подключения к серверу RabbitMQ."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid "Authentication server hostname:"
-msgstr "Имя узла сервера аутентификации:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid ""
-"Please specify the hostname of the authentication server for Ceilometer. "
-"Typically this is also the hostname of the OpenStack Identity Service "
-"(Keystone)."
-msgstr ""
-"Введите имя узла сервера аутентификации для Ceilometer. Данное имя обычно "
-"совпадает с узлом OpenStack Identity Service (Keystone)."
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Authentication server tenant name:"
-msgstr "Членское имя сервера аутентификации:"
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Please specify the authentication server tenant name."
-msgstr "Укажите членское имя сервера аутентификации."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Authentication server username:"
-msgstr "Имя пользователя для сервера аутентификации:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Please specify the username to use with the authentication server."
-msgstr "Введите имя пользователя для работы с сервером аутентификации."
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Authentication server password:"
-msgstr "Пароль для сервера аутентификации:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Please specify the password to use with the authentication server."
-msgstr "Введите пароль для работы с сервером аутентификации."
diff --git a/xenial/debian/po/sv.po b/xenial/debian/po/sv.po
deleted file mode 100644 (file)
index 165e2df..0000000
+++ /dev/null
@@ -1,257 +0,0 @@
-# Translation of ceilometer debconf template to Swedish
-# Copyright (C) 2013 Martin Bagge <brother@bsnet.se>
-# This file is distributed under the same license as the ceilometer package.
-#
-# Martin Bagge <brother@bsnet.se>, 2013
-msgid ""
-msgstr ""
-"Project-Id-Version: ceilometer\n"
-"Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n"
-"POT-Creation-Date: 2015-06-26 13:18+0000\n"
-"PO-Revision-Date: 2013-12-30 10:28+0100\n"
-"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
-"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
-"Language: Swedish\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 1.5.4\n"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid "Register Ceilometer in the Keystone endpoint catalog?"
-msgstr "Ska Ceilometer registreras i Keystones katalog för ändpunkter?"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Each OpenStack service (each API) should be registered in order to be "
-"accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". This can be done automatically now."
-msgstr ""
-"Alla OpenStack-tjänster (varje API) måste registreras för att kunna "
-"användas. Detta görs med kommandona \"keystone service-create\" och "
-"\"keystone endpoint-create\". Detta kan göras automatiskt nu."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Note that you will need to have an up and running Keystone server on which "
-"to connect using the Keystone authentication token."
-msgstr ""
-"Observera att du behöver ha en fungerande Keystone-server som kan anslutas "
-"till."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid "Keystone server IP address:"
-msgstr "IP-adress till Keystone-server:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid ""
-"Please enter the IP address of the Keystone server, so that ceilometer-api "
-"can contact Keystone to do the Ceilometer service and endpoint creation."
-msgstr ""
-"Ange IP-adress till Keystone-servern så att ceilometer-api kan kontakta "
-"Keystone för att skapa Ceilometer-tjänsten och ändpunkten."
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid "Keystone authentication token:"
-msgstr "Autetiseringsvärde för Keystone:"
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid ""
-"To configure its endpoint in Keystone, ceilometer-api needs the Keystone "
-"authentication token."
-msgstr ""
-"För att lägga till ändpunkt i Keystone behöver ceilometer-api ett "
-"autentiseringsvärde för Keystone."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Ceilometer endpoint IP address:"
-msgstr "IP-adress för Ceilometers ändpunkt:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgstr "Ange den IP-adress som ska användas för att kontakta Ceilometer."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid ""
-"This IP address should be accessible from the clients that will use this "
-"service, so if you are installing a public cloud, this should be a public IP "
-"address."
-msgstr ""
-"Denna IP-adress ska vara nåbar från klienterna som vill använda den här "
-"tjänsten. Om detta är en publik molntjänst så ska det vara en publik IP-"
-"adress."
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid "Name of the region to register:"
-msgstr "Regionnamn:"
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid ""
-"OpenStack supports using availability zones, with each region representing a "
-"location. Please enter the zone that you wish to use when registering the "
-"endpoint."
-msgstr ""
-"OpenStack använder tillgänglighetszoner. Varje region representerar en "
-"plats. Ange zonen som ska användas när ändpunkten registreras."
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid "Perform automatic dbsync for Ceilometer?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"Ceilometer can automatically run ceilometer-dbsync after installation. For "
-"it to work, you need an up and running mongodb-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"ceilometer\"."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "IP address of your RabbitMQ host:"
-msgstr ""
-
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:3001 ../ceilometer-common.templates:4001
-#: ../ceilometer-common.templates:5001
-msgid ""
-"In order to interoperate with other components of OpenStack, this package "
-"needs to connect to a central RabbitMQ server."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-#, fuzzy
-#| msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgid "Please specify the IP address of that server."
-msgstr "Ange den IP-adress som ska användas för att kontakta Ceilometer."
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Username for connection to the RabbitMQ server:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Please specify the username used to connect to the RabbitMQ server."
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Password for connection to the RabbitMQ server:"
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Please specify the password used to connect to the RabbitMQ server."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid "Authentication server hostname:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid ""
-"Please specify the hostname of the authentication server for Ceilometer. "
-"Typically this is also the hostname of the OpenStack Identity Service "
-"(Keystone)."
-msgstr ""
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Authentication server tenant name:"
-msgstr ""
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Please specify the authentication server tenant name."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Authentication server username:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Please specify the username to use with the authentication server."
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Authentication server password:"
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Please specify the password to use with the authentication server."
-msgstr ""
diff --git a/xenial/debian/po/templates.pot b/xenial/debian/po/templates.pot
deleted file mode 100644 (file)
index 63ebc4f..0000000
+++ /dev/null
@@ -1,241 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: ceilometer\n"
-"Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n"
-"POT-Creation-Date: 2015-06-26 13:18+0000\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"Language: \n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid "Register Ceilometer in the Keystone endpoint catalog?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Each OpenStack service (each API) should be registered in order to be "
-"accessible. This is done using \"keystone service-create\" and \"keystone "
-"endpoint-create\". This can be done automatically now."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-api.templates:2001
-msgid ""
-"Note that you will need to have an up and running Keystone server on which "
-"to connect using the Keystone authentication token."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid "Keystone server IP address:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:3001
-msgid ""
-"Please enter the IP address of the Keystone server, so that ceilometer-api "
-"can contact Keystone to do the Ceilometer service and endpoint creation."
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid "Keystone authentication token:"
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-api.templates:4001
-msgid ""
-"To configure its endpoint in Keystone, ceilometer-api needs the Keystone "
-"authentication token."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Ceilometer endpoint IP address:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid "Please enter the IP address that will be used to contact Ceilometer."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:5001
-msgid ""
-"This IP address should be accessible from the clients that will use this "
-"service, so if you are installing a public cloud, this should be a public IP "
-"address."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid "Name of the region to register:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-api.templates:6001
-msgid ""
-"OpenStack supports using availability zones, with each region representing a "
-"location. Please enter the zone that you wish to use when registering the "
-"endpoint."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid "Perform automatic dbsync for Ceilometer?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"Ceilometer can automatically run ceilometer-dbsync after installation. For "
-"it to work, you need an up and running mongodb-server."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../ceilometer-common.templates:2001
-msgid ""
-"You can change this setting later on by running \"dpkg-reconfigure -plow "
-"ceilometer\"."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "IP address of your RabbitMQ host:"
-msgstr ""
-
-#. Type: string
-#. Description
-#. Type: string
-#. Description
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:3001 ../ceilometer-common.templates:4001
-#: ../ceilometer-common.templates:5001
-msgid ""
-"In order to interoperate with other components of OpenStack, this package "
-"needs to connect to a central RabbitMQ server."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:3001
-msgid "Please specify the IP address of that server."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Username for connection to the RabbitMQ server:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:4001
-msgid "Please specify the username used to connect to the RabbitMQ server."
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Password for connection to the RabbitMQ server:"
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:5001
-msgid "Please specify the password used to connect to the RabbitMQ server."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid "Authentication server hostname:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:6001
-msgid ""
-"Please specify the hostname of the authentication server for Ceilometer. "
-"Typically this is also the hostname of the OpenStack Identity Service "
-"(Keystone)."
-msgstr ""
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Authentication server tenant name:"
-msgstr ""
-
-#. Type: string
-#. Description
-#. Translators: a "tenant" in OpenStack world is
-#. an entity that contains one or more username/password couples.
-#. It's typically the tenant that will be used for billing. Having more than one
-#. username/password is very helpful in larger organization.
-#. You're advised to either keep "tenant" without translating it
-#. or keep it parenthezised. Example for French:
-#. locataire ("tenant")
-#: ../ceilometer-common.templates:7001
-msgid "Please specify the authentication server tenant name."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Authentication server username:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../ceilometer-common.templates:8001
-msgid "Please specify the username to use with the authentication server."
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Authentication server password:"
-msgstr ""
-
-#. Type: password
-#. Description
-#: ../ceilometer-common.templates:9001
-msgid "Please specify the password to use with the authentication server."
-msgstr ""
index 39644bf9534f001d69ffe9070f17b93c67ea2865..4cd03a766052611bde82a593dc096766c5a9cbe4 100644 (file)
@@ -1,2 +1,3 @@
-argparse
-ordereddict
+pymongo python-pymongo
+happybase
+pysnmp
index 2b24d281cbbb22cf29d338369d4dd6c126cbf775..036c6b9dbf0a528c4a661202bea5680a3a128016 100644 (file)
@@ -1,2 +1 @@
-ceilometer/api/app.wsgi /usr/share/ceilometer
 usr/lib/python*/dist-packages/*
diff --git a/xenial/debian/python-ceilometer.links b/xenial/debian/python-ceilometer.links
deleted file mode 100644 (file)
index fc59ae9..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-/usr/share/javascript/jquery/jquery.min.js /usr/share/pyshared/ceilometer/api/v1/static/jquery-1.8.3.js
-/usr/share/javascript/jquery/jquery.min.js /usr/lib/python2.6/dist-packages/ceilometer/api/v1/static/jquery-1.8.3.js
-/usr/share/javascript/jquery/jquery.min.js /usr/lib/python2.7/dist-packages/ceilometer/api/v1/static/jquery-1.8.3.js
index 3cf682c01ee2a490888754e4f4e25526ad89bb63..42dcb181c2cc3c960c809b9302df495241aef75d 100755 (executable)
@@ -1,71 +1,39 @@
 #!/usr/bin/make -f
 
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+DEBVERS ?= $(shell dpkg-parsechangelog | sed -n -e 's/^Version: //p')
+VERSION ?= $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/[+].*//' -e 's/~git.*//g' -e 's/~/./g')
+export PBR_VERSION=$(VERSION)
 export HOME="$(CURDIR)/debian/test"
+
 include /usr/share/openstack-pkg-tools/pkgos.make
-export OSLO_PACKAGE_VERSION=$(shell dpkg-parsechangelog | grep Version: | cut -d' ' -f2 | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//' -e 's/~/.0/' | head -n 1)
 
 %:
-       dh $@  --with python2,systemd,sphinxdoc
+       dh $@  --with apache2,python2,systemd
 
-override_dh_clean:
-       dh_clean
+get-orig-source:
+       uscan --verbose --force-download --rename --destdir=../build-area
+
+ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
+override_dh_auto_test:
        rm -rf .testrepository
-       rm -f debian/ceilometer-common.config debian/ceilometer-common.postinst debian/ceilometer-api.config debian/ceilometer-api.postinst
+       testr init && \
+       set -e && \
+               TEMP_REZ=`mktemp -t` && \
+                       OS_TEST_PATH=./ceilometer/tests/unit testr run --subunit | tee $$TEMP_REZ | subunit2pyunit; \
+       rm -f $$TEMP_REZ
+endif
 
 override_dh_install:
-       rm -rf $(CURDIR)/debian/tmp
-       python2.7 setup.py install --install-layout=deb --root $(CURDIR)/debian/tmp
-       dh_install --fail-missing
-
-       # Manage ceilometer.conf
-       mkdir -p $(CURDIR)/debian/ceilometer-common/etc/ceilometer
-       mkdir -p $(CURDIR)/debian/ceilometer-common/usr/share/ceilometer-common
-       PYTHONPATH=$(CURDIR)/debian/tmp/usr/lib/python2.7/dist-packages oslo-config-generator \
-               --output-file $(CURDIR)/debian/ceilometer-common/usr/share/ceilometer-common/ceilometer.conf \
-               --wrap-width 140 \
-               --namespace ceilometer \
-               --namespace oslo.concurrency \
-               --namespace oslo.db \
-               --namespace oslo.log \
-               --namespace oslo.messaging \
-               --namespace oslo.middleware.cors \
-               --namespace oslo.policy \
-               --namespace oslo.service.service \
-               --namespace keystonemiddleware.auth_token
-       #sed -i 's|[# \t]*auth_protocol[\t ]*=.*|auth_protocol=http|' $(CURDIR)/debian/ceilometer-common/usr/share/ceilometer-common/ceilometer.conf
-       chmod 0644 $(CURDIR)/debian/ceilometer-common/usr/share/ceilometer-common/ceilometer.conf
-       #sed -i 's|#connection[ \t]*=.*|connection=mongodb://localhost:27017/ceilometer|' $(CURDIR)/debian/ceilometer-common/usr/share/ceilometer-common/ceilometer.conf
-       cp -a $(CURDIR)/debian/ceilometer-common/usr/share/ceilometer-common/ceilometer.conf $(CURDIR)/debian/ceilometer-common/etc/ceilometer/
-
-override_dh_auto_build:
-       dh_auto_build
-       /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func ceilometer-common.config
-       /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func ceilometer-common.postinst
-       /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func ceilometer-api.config
-       /usr/share/openstack-pkg-tools/pkgos_insert_include pkgos_func ceilometer-api.postinst
+       PYTHONPATH=$(CURDIR) oslo-config-generator --config-file=etc/ceilometer/ceilometer-config-generator.conf
+       dh_install --fail-missing -Xusr/etc/ceilometer/ceilometer-config-generator.conf -Xusr/bin/ceilometer-api \
+               -Xusr/etc/ceilometer/polling.yaml
 
 override_dh_auto_clean:
        dh_auto_clean
+       rm -f etc/ceilometer/ceilometer.conf etc/ceilometer/ceilometer.conf.sample
        rm -rf .testrepository
-       find . -iname '*.pyc' -delete
+       rm -rf pbr*.egg
        rm -f debian/*.init debian/*.service debian/*.upstart
-
-override_dh_auto_test:
-ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
-       rm -rf .testrepository
-       testr init
-       set -e ; \
-               TEMP_REZ=`mktemp -t` ; \
-               bash -x ./setup-test-env-mongodb.sh testr run --subunit 'tests\.(?!(.*test_bin.*|.*functional.*|.*gabbi\.test_gabbi_prefix.*))' | tee $$TEMP_REZ | subunit2pyunit ; \
-               cat $$TEMP_REZ | subunit-filter -s --no-passthrough | subunit-stats ; \
-               rm -f $$TEMP_REZ ;
-       testr slowest
-endif
-
-override_dh_sphinxdoc:
-ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
-       PYTHONPATH=. sphinx-build -b html doc/source $(CURDIR)/debian/ceilometer-doc/usr/share/doc/ceilometer-doc/html
-       mkdir -p $(CURDIR)/debian/ceilometer-doc/usr/share/doc/ceilometer-doc/html/_static
-       touch $(CURDIR)/debian/ceilometer-doc/usr/share/doc/ceilometer-doc/html/_static/toggle.js
-       dh_sphinxdoc -O--buildsystem=python_distutils
-endif
diff --git a/xenial/debian/tests/control b/xenial/debian/tests/control
new file mode 100644 (file)
index 0000000..f31e030
--- /dev/null
@@ -0,0 +1,2 @@
+Tests: test-services test-python-ceilometer
+Depends: python-ceilometer, ceilometer-common, ceilometer-collector, ceilometer-api, ceilometer-agent-compute, ceilometer-agent-central, ceilometer-agent-ipmi, ceilometer-agent-notification, ceilometer-polling, rabbitmq-server, python-libvirt, libvirt-daemon-system
diff --git a/xenial/debian/tests/test-python-ceilometer b/xenial/debian/tests/test-python-ceilometer
new file mode 100755 (executable)
index 0000000..2f07bf1
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/python
+#-------------------------
+# Testing client utilities
+#-------------------------
+import ceilometer
+print "Imported ceilometer module OK"
diff --git a/xenial/debian/tests/test-services b/xenial/debian/tests/test-services
new file mode 100755 (executable)
index 0000000..64e2ffd
--- /dev/null
@@ -0,0 +1,32 @@
+#!/bin/bash
+#----------------------------
+# Testing ceilometer services
+#----------------------------
+set -e
+SERVICES=('apache2' # ceilometer-api runs under apache2 with mod_wsgi
+          'ceilometer-agent-central'
+          'ceilometer-agent-compute'
+          'ceilometer-agent-notification'
+          'ceilometer-collector'
+          'ceilometer-polling')
+
+# Doesn't work on s390x, and probably not needed as that is not an
+# IMPI architecture
+arch=`dpkg --print-architecture`
+if [ $arch = 'amd64' ] || [ $arch = 'i386' ]
+then
+    SERVICES+=('ceilometer-agent-ipmi')
+fi
+
+ret=0
+
+for service in "${SERVICES[@]}"; do
+    if systemctl is-active $service > /dev/null; then
+        echo "OK"
+    else
+        echo "ERROR: ${service} IS NOT RUNNING"
+        ret=1
+    fi
+done
+
+exit $ret
old mode 100644 (file)
new mode 100755 (executable)
index 5700c86..fd6c43e
@@ -1,3 +1,3 @@
 version=3
-opts="uversionmangle=s/\.(b|rc)/~$1/" \
-https://github.com/openstack/ceilometer/tags .*/(\d[\d\.]+)\.tar\.gz
+opts="uversionmangle=s/\.([a-zA-Z])/~$1/;s/%7E/~/;s/\.0b/~b/;s/\.0rc/~rc/" \
+ http://tarballs.openstack.org/ceilometer ceilometer-(\d.*)\.tar\.gz