[MCP] Auto rebuild for xenial 53/32653/3 mcp/1.0/mitaka
authorIvan Udovichenko <iudovichenko@mirantis.com>
Thu, 30 Mar 2017 12:07:49 +0000 (15:07 +0300)
committerIvan Udovichenko <iudovichenko@mirantis.com>
Thu, 30 Mar 2017 14:10:31 +0000 (17:10 +0300)
ceilometer component

  * Fix template for ceilometer-agent-central,
    ceilometer-agent-compute and ceilometer-agent-ipmi
    services.

Change-Id: Iede000e728313b0c42c4ec8b0388016ce3d31dc1

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

diff --git a/xenial/debian/README.Debian b/xenial/debian/README.Debian
new file mode 100644 (file)
index 0000000..ca0ec7d
--- /dev/null
@@ -0,0 +1,2 @@
+In order to configure both the agents and collector you have to put notification_topics 'notifications,glance_notifications'
+in your /etc/nova/nova.conf.
diff --git a/xenial/debian/ceilometer-agent-central.init.in b/xenial/debian/ceilometer-agent-central.init.in
new file mode 100644 (file)
index 0000000..31d7de8
--- /dev/null
@@ -0,0 +1,20 @@
+#!/bin/sh
+### BEGIN INIT INFO
+# Provides:          ceilometer-agent-central
+# 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 central agent
+# Description:       ceilometer central agent
+### END INIT INFO
+
+# Author: Thomas Goirand <zigo@debian.org>
+DESC="OpenStack Ceilometer Agent Central"
+PROJECT_NAME=ceilometer
+NAME=${PROJECT_NAME}-polling
+DAEMON_ARGS=" --polling-namespaces central"
+SCRIPTNAME='/etc/init.d/ceilometer-agent-central'
+
diff --git a/xenial/debian/ceilometer-agent-central.manpages b/xenial/debian/ceilometer-agent-central.manpages
new file mode 100644 (file)
index 0000000..5279796
--- /dev/null
@@ -0,0 +1 @@
+debian/mans/ceilometer-agent-central.8
diff --git a/xenial/debian/ceilometer-agent-central.postrm b/xenial/debian/ceilometer-agent-central.postrm
new file mode 100644 (file)
index 0000000..410f1f9
--- /dev/null
@@ -0,0 +1,10 @@
+#!/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#
diff --git a/xenial/debian/ceilometer-agent-compute.init.in b/xenial/debian/ceilometer-agent-compute.init.in
new file mode 100644 (file)
index 0000000..fff4f2b
--- /dev/null
@@ -0,0 +1,20 @@
+#!/bin/sh
+### BEGIN INIT INFO
+# Provides:          ceilometer-agent-compute
+# 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 central compute
+# Description:       ceilometer central compute
+### END INIT INFO
+
+# Author: Thomas Goirand <zigo@debian.org>
+DESC="OpenStack Ceilometer Agent Compute"
+PROJECT_NAME=ceilometer
+NAME=${PROJECT_NAME}-polling
+DAEMON_ARGS=" --polling-namespaces compute"
+SCRIPTNAME='/etc/init.d/ceilometer-agent-compute'
+
diff --git a/xenial/debian/ceilometer-agent-compute.manpages b/xenial/debian/ceilometer-agent-compute.manpages
new file mode 100644 (file)
index 0000000..ee38e63
--- /dev/null
@@ -0,0 +1 @@
+debian/mans/ceilometer-agent-compute.8
diff --git a/xenial/debian/ceilometer-agent-compute.postrm b/xenial/debian/ceilometer-agent-compute.postrm
new file mode 100644 (file)
index 0000000..4afe19d
--- /dev/null
@@ -0,0 +1,10 @@
+#!/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#
diff --git a/xenial/debian/ceilometer-agent-ipmi.init.in b/xenial/debian/ceilometer-agent-ipmi.init.in
new file mode 100644 (file)
index 0000000..cca6f1d
--- /dev/null
@@ -0,0 +1,20 @@
+#!/bin/sh
+### BEGIN INIT INFO
+# 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
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Ceilometer Agent IPMI
+# Description:       Ceilometer Agent IPMI
+### END INIT INFO
+
+# Author: Thomas Goirand <zigo@debian.org>
+DESC="OpenStack Ceilometer Agent IPMI"
+PROJECT_NAME=ceilometer
+NAME=${PROJECT_NAME}-polling
+DAEMON_ARGS=" --polling-namespaces ipmi"
+SCRIPTNAME='/etc/init.d/ceilometer-agent-ipmi'
+
diff --git a/xenial/debian/ceilometer-agent-ipmi.postrm b/xenial/debian/ceilometer-agent-ipmi.postrm
new file mode 100644 (file)
index 0000000..d43d6ba
--- /dev/null
@@ -0,0 +1,12 @@
+#!/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
diff --git a/xenial/debian/ceilometer-agent-notification.init.in b/xenial/debian/ceilometer-agent-notification.init.in
new file mode 100644 (file)
index 0000000..595961c
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/sh
+### BEGIN INIT INFO
+# Provides:          ceilometer-agent-notification
+# 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 agent notification
+# Description:       ceilometer agent notification
+### END INIT INFO
+
+# Author: Thomas Goirand <zigo@debian.org>
+DESC="OpenStack Ceilometer Notification Agent"
+PROJECT_NAME=ceilometer
+NAME=${PROJECT_NAME}-agent-notification
diff --git a/xenial/debian/ceilometer-agent-notification.install b/xenial/debian/ceilometer-agent-notification.install
new file mode 100644 (file)
index 0000000..cd893de
--- /dev/null
@@ -0,0 +1 @@
+/usr/bin/ceilometer-agent-notification
diff --git a/xenial/debian/ceilometer-agent-notification.postrm b/xenial/debian/ceilometer-agent-notification.postrm
new file mode 100644 (file)
index 0000000..850a970
--- /dev/null
@@ -0,0 +1,12 @@
+#!/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.config.in b/xenial/debian/ceilometer-api.config.in
new file mode 100644 (file)
index 0000000..a2f6c30
--- /dev/null
@@ -0,0 +1,11 @@
+#!/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
new file mode 100644 (file)
index 0000000..875f721
--- /dev/null
@@ -0,0 +1,17 @@
+#!/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
diff --git a/xenial/debian/ceilometer-api.install b/xenial/debian/ceilometer-api.install
new file mode 100644 (file)
index 0000000..308a676
--- /dev/null
@@ -0,0 +1 @@
+usr/bin/ceilometer-api
diff --git a/xenial/debian/ceilometer-api.manpages b/xenial/debian/ceilometer-api.manpages
new file mode 100644 (file)
index 0000000..1c1c5df
--- /dev/null
@@ -0,0 +1 @@
+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
new file mode 100644 (file)
index 0000000..49b55e6
--- /dev/null
@@ -0,0 +1,15 @@
+#!/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
new file mode 100644 (file)
index 0000000..8e034c2
--- /dev/null
@@ -0,0 +1,10 @@
+#!/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
new file mode 100644 (file)
index 0000000..c910461
--- /dev/null
@@ -0,0 +1,63 @@
+# 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 a known admin project name, admin username and password. The
+ admin auth token is not used anymore.
+
+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-admin-name
+Type: string
+Default: admin
+_Description: Keystone admin name:
+ To register the service endpoint, this package needs to know the Admin login,
+ name, project name, and password to the Keystone server.
+
+Template: ceilometer/keystone-project-name
+Type: string
+Default: admin
+_Description: Keystone admin project name:
+ To register the service endpoint, this package needs to know the Admin login,
+ name, project name, and password to the Keystone server.
+
+Template: ceilometer/keystone-admin-password
+Type: password
+_Description: Keystone admin password:
+ To register the service endpoint, this package needs to know the Admin login,
+ name, project name, and password to the Keystone server.
+
+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
new file mode 100644 (file)
index 0000000..626e82a
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+test -x /usr/bin/ceilometer-expirer || exit 0
+su -s /bin/sh -c "exec /usr/bin/ceilometer-expirer" ceilometer
diff --git a/xenial/debian/ceilometer-collector.init.in b/xenial/debian/ceilometer-collector.init.in
new file mode 100644 (file)
index 0000000..d8677ab
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/sh
+### BEGIN INIT INFO
+# Provides:          ceilometer-collector
+# 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 collector
+# Description:       ceilometer collector
+### END INIT INFO
+
+# Author: Thomas Goirand <zigo@debian.org>
+DESC="OpenStack Ceilometer Collector"
+PROJECT_NAME=ceilometer
+NAME=${PROJECT_NAME}-collector
diff --git a/xenial/debian/ceilometer-collector.install b/xenial/debian/ceilometer-collector.install
new file mode 100644 (file)
index 0000000..9a114b9
--- /dev/null
@@ -0,0 +1 @@
+usr/bin/ceilometer-collector
diff --git a/xenial/debian/ceilometer-collector.manpages b/xenial/debian/ceilometer-collector.manpages
new file mode 100644 (file)
index 0000000..ad265b5
--- /dev/null
@@ -0,0 +1 @@
+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
new file mode 100644 (file)
index 0000000..dd84d44
--- /dev/null
@@ -0,0 +1,10 @@
+#!/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
new file mode 100644 (file)
index 0000000..028d1d8
--- /dev/null
@@ -0,0 +1,14 @@
+#!/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.install b/xenial/debian/ceilometer-common.install
new file mode 100644 (file)
index 0000000..9e601aa
--- /dev/null
@@ -0,0 +1,15 @@
+/usr/bin/ceilometer-dbsync
+/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
diff --git a/xenial/debian/ceilometer-common.logrotate b/xenial/debian/ceilometer-common.logrotate
new file mode 100644 (file)
index 0000000..e7185b7
--- /dev/null
@@ -0,0 +1,8 @@
+/var/log/ceilometer/*.log {
+    daily
+    missingok
+    compress
+    delaycompress
+    notifempty
+    copytruncate
+}
diff --git a/xenial/debian/ceilometer-common.postinst.in b/xenial/debian/ceilometer-common.postinst.in
new file mode 100644 (file)
index 0000000..623271b
--- /dev/null
@@ -0,0 +1,61 @@
+#!/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
new file mode 100644 (file)
index 0000000..5476688
--- /dev/null
@@ -0,0 +1,16 @@
+#!/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
new file mode 100644 (file)
index 0000000..9c2b22e
--- /dev/null
@@ -0,0 +1,77 @@
+# 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
new file mode 100644 (file)
index 0000000..49284de
--- /dev/null
@@ -0,0 +1,9 @@
+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/*
diff --git a/xenial/debian/ceilometer-polling.init.in b/xenial/debian/ceilometer-polling.init.in
new file mode 100644 (file)
index 0000000..8c0c906
--- /dev/null
@@ -0,0 +1,17 @@
+#!/bin/sh
+### BEGIN INIT INFO
+# Provides:          ceilometer-polling
+# 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 polling
+# Description:       ceilometer polling
+### END INIT INFO
+
+# Author: Thomas Goirand <zigo@debian.org>
+DESC="OpenStack Ceilometer Polling"
+PROJECT_NAME=ceilometer
+NAME=${PROJECT_NAME}-polling
diff --git a/xenial/debian/changelog b/xenial/debian/changelog
new file mode 100644 (file)
index 0000000..826986a
--- /dev/null
@@ -0,0 +1,603 @@
+ceilometer (1:6.0.0-4~u16.04+mcp0) mcp; urgency=medium
+
+  * Rebuild for xenial-mitaka mcp branch
+  * Fix template for ceilometer-agent-central,
+    ceilometer-agent-compute and ceilometer-agent-ipmi
+    services.
+
+ -- Ivan Udovichenko <iudovichenko@mirantis.com>  Thu, 30 Mar 2017 15:07:35 +0300
+
+ceilometer (1:6.0.0-4~u14.04+mcp0) mcp; urgency=medium
+
+  * Rebuild for trusty-mitaka mcp branch
+
+ -- Ivan Udovichenko <iudovichenko@mirantis.com>  Fri, 10 Mar 2017 10:55:08 +0200
+
+ceilometer (1:6.0.0-4~u14.04+mos0) mos9.0; urgency=medium
+
+  * Rebuild with new version of openstack-pkg-tools package.
+
+ -- Ivan Udovichenko <iudovichenko@mirantis.com>  Sat, 20 Aug 2016 04:07:56 +0300
+
+ceilometer (1:6.0.0-3~u14.04+mos0) mos9.0; urgency=medium
+
+  * Source: https://anonscm.debian.org/git/openstack/ceilometer.git
+    Commit: f780c567705d1ee71f7706dbdb589f4f8f273077
+  * Fix (build-)dependencies.
+
+ -- Ivan Udovichenko <iudovichenko@mirantis.com>  Wed, 27 Apr 2016 17:21:29 +0300
+
+ceilometer (1:6.0.0-2) UNRELEASED; urgency=medium
+
+  * Standards-Version is 3.9.8 now (no change)
+
+ -- Ondřej Nový <novy@ondrej.org>  Sat, 09 Apr 2016 19:21:57 +0200
+
+ceilometer (1:6.0.0-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 07 Apr 2016 21:30:44 +0200
+
+ceilometer (1:6.0.0~rc3-1) unstable; urgency=medium
+
+  [ Ivan Udovichenko ]
+  * d/ceilometer-agent-*.init.in: Fix DAEMON_ARGS for
+    central, compute and ipmi agents.
+
+  [ Thomas Goirand ]
+  * New upstream release.
+  * Uploading to unstable.
+  * Updated ja.po debconf translation (Closes: #816342).
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 05 Apr 2016 10:27:08 +0200
+
+ceilometer (1:6.0.0~rc1-2~u14.04+mos1) mos9.0; urgency=medium
+
+  * Bump revision 
+
+ -- Michael Ivanov <mivanov@mirantis.com>  Thu, 31 Mar 2016 17:43:05 +0300
+
+ceilometer (1:6.0.0~rc1-1~u14.04+mos1) mos9.0; urgency=medium
+
+  * Update ceilometer to v6.0.0.0rc1
+  * Update build and runtime dependencies according to global-requirements
+
+ -- Mikhail Ivanov <mivanov@mirantis.com>  Fri, 25 Mar 2016 18:01:15 +0300
+
+ceilometer (1:6.0.0~rc1-2) experimental; urgency=medium
+
+  * Do not use keystone admin auth token to register the API endpoint.
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 29 Mar 2016 12:22:36 +0000
+
+ceilometer (1:6.0.0~rc1-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Added git to build-depends-indep.
+  * Fixed (build-)depends for this release.
+  * Fixed unit test runner (upstream script ./setup-test-env-mongodb.sh isn't
+    available anymore: using one in the debian folder).
+  * Standards-Version: 3.9.7 (no change).
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 10 Mar 2016 13:17:08 +0100
+
+ceilometer (1:6.0.0~b3-1) experimental; urgency=medium
+
+  [ Ondřej Nový ]
+  * Fixed VCS URLs (https).
+
+  [ Thomas Goirand ]
+  * New upstream release.
+  * Fixed (build-)depends for this release.
+  * Disable test:
+    meter.test_notifications.TestMeterProcessing.test_fallback_meter_path
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 04 Mar 2016 00:05:14 +0800
+
+ceilometer (1:6.0.0~b2-1~u14.04+mos1) mos9.0; urgency=medium
+
+  * Synchronize build scripts from Debian.
+    Source: https://anonscm.debian.org/git/openstack/ceilometer.git
+    Commit: c7caa6f0ab1349e09745c17c600eb6b5d7532e4f
+
+ -- Daniil Trishkin <dtrishkin@mirantis.com>  Thu, 04 Feb 2016 13:13:43 +0000
+
+ceilometer (1:6.0.0~b2-1) experimental; 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.
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 08 Dec 2015 11:53:07 +0100
+
+ceilometer (1:6.0.0~b1-1~u14.04+mos1) mos9.0; 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
+
+ -- Daniil Trishkin <dtrishkin@mirantis.com>  Wed, 20 Jan 2016 17:37:43 +0000
+
+ceilometer (1:5.0.0-5~u14.04+mos1) mos8.0; 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.
+
+ -- Ivan Udovichenko <iudovichenko@mirantis.com>  Tue, 10 Nov 2015 17:45:03 +0200
+
+ceilometer (1:5.0.0-5) unstable; urgency=medium
+
+  * Added q-text-as-data as depends for ceilometer-api.
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 03 Nov 2015 11:28:44 +0000
+
+ceilometer (1:5.0.0-4) unstable; urgency=medium
+
+  * Rebuilt with openstack-pkg-tools to use Keystone API v3.
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 03 Nov 2015 09:30:52 +0000
+
+ceilometer (1:5.0.0-3~u14.04+mos1) mos8.0; urgency=medium
+
+  * Preserve MOS changes.
+
+ -- Ivan Udovichenko <iudovichenko@mirantis.com>  Tue, 27 Oct 2015 20:05:04 +0200
+
+ceilometer (1:5.0.0-3) unstable; urgency=medium
+
+  * Uploading to unstable.
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 16 Oct 2015 13:37:36 +0000
+
+ceilometer (1:5.0.0-2) experimental; urgency=medium
+
+  * Fixed ceilometer-common.postinst.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 15 Oct 2015 19:41:24 +0200
+
+ceilometer (1:5.0.0-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Now checking for libvirt or libvirtd group existance before guessing it
+    with "dpkg-vendor --derives-from ubuntu".
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 12 Oct 2015 10:50:26 +0200
+
+ceilometer (1:5.0.0~rc1-1) experimental; 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.
+
+ -- Thomas Goirand <zigo@debian.org>  Sat, 12 Sep 2015 15:26:48 +0000
+
+ceilometer (1:5.0.0~b2-1~u14.04+mos1) mos8.0; urgency=medium
+
+  * 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. 
+
+ -- Ivan Udovichenko <iudovichenko@mirantis.com>  Thu, 24 Sep 2015  0:43:56 +0300
+
+ceilometer (1:5.0.0~b3-1) experimental; urgency=medium
+
+  * 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.
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 31 Aug 2015 20:55:14 +0200
+
+ceilometer (1:5.0.0~b2-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Fixed (build-)depends for this release.
+  * Not using sphinxcontrib transition packages anymore.
+
+ -- Thomas Goirand <zigo@debian.org>  Wed, 05 Aug 2015 13:05:25 +0200
+
+ceilometer (2015.1.0-6) unstable; urgency=medium
+
+  * Updated French debconf translations thanks to Julien Patriarca
+    (Closes: #789902).
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 26 Jun 2015 15:11:26 +0200
+
+ceilometer (2015.1.0-5) unstable; urgency=medium
+
+  * Added debconf screen to ask if dbsync should be done (Closes: #787536).
+  * Put ceilometer-doc in the doc section.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 11 Jun 2015 09:18:13 +0200
+
+ceilometer (2015.1.0-4) unstable; urgency=medium
+
+  * Added a documentation package with the sphinx docs.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 04 Jun 2015 09:40:08 +0000
+
+ceilometer (2015.1.0-3) unstable; urgency=medium
+
+  * Added ceilometer-polling as new package.
+  * Removed Pre-Depends on dpkg.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 04 Jun 2015 11:10:31 +0200
+
+ceilometer (2015.1.0-2) unstable; urgency=medium
+
+  * Added missing --namespace oslo.policy when generating default conf.
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 15 May 2015 16:22:51 +0200
+
+ceilometer (2015.1.0-1) unstable; urgency=medium
+
+  * New upstream release.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 30 Apr 2015 21:17:17 +0000
+
+ceilometer (2015.1~rc2-1) unstable; urgency=medium
+
+  * 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
+
+ceilometer (2014.2.1-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Using auth_protocol=http by default.
+
+ -- Thomas Goirand <zigo@debian.org>  Sun, 14 Dec 2014 16:04:27 +0800
+
+ceilometer (2014.2-3) experimental; urgency=medium
+
+  * Added argparse & ordereddict to debian/pydist-overrides.
+
+ -- Thomas Goirand <zigo@debian.org>  Sun, 19 Oct 2014 10:58:28 +0000
+
+ceilometer (2014.2-2) experimental; urgency=medium
+
+  * Added missing python-posix-ipc as (build-)depends.
+
+ -- Thomas Goirand <zigo@debian.org>  Sun, 19 Oct 2014 15:13:52 +0800
+
+ceilometer (2014.2-1) experimental; urgency=medium
+
+  * New upstream release.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 16 Oct 2014 14:47:57 +0000
+
+ceilometer (2014.2~rc3-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Added missing configuration files in ceilometer-common.
+  * Removed Add_oslo.db_to_config_generator.patch applied upstream.
+
+ -- Thomas Goirand <zigo@debian.org>  Wed, 15 Oct 2014 14:02:53 +0800
+
+ceilometer (2014.2~rc1-4) experimental; urgency=medium
+
+  * Adds patch for generating the config file correctly.
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 10 Oct 2014 14:32:36 +0000
+
+ceilometer (2014.2~rc1-3) experimental; urgency=medium
+
+  * Using a single unique ceilometer-common logrotate file.
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 07 Oct 2014 13:45:40 +0800
+
+ceilometer (2014.2~rc1-2) experimental; urgency=medium
+
+  * 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).
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 07 Oct 2014 00:49:22 +0000
+
+ceilometer (2014.2~rc1-1) experimental; urgency=medium
+
+  * New upstream release.
+  * Updated (build-)depends for this release.
+
+ -- Thomas Goirand <zigo@debian.org>  Wed, 24 Sep 2014 09:39:11 +0800
+
+ceilometer (2014.2~b3-1) experimental; urgency=medium
+
+  * 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.
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 01 Jul 2014 15:01:05 +0800
+
+ceilometer (2014.1.1-2) unstable; urgency=medium
+
+  * Updated de.po thanks to Chris Leick <c.leick@vollbio.de> (Closes: #751164).
+
+ -- Thomas Goirand <zigo@debian.org>  Wed, 11 Jun 2014 12:29:07 +0800
+
+ceilometer (2014.1.1-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Bumped python-six minimal version to 1.6.0.
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 09 Jun 2014 21:46:22 +0800
+
+ceilometer (2014.1-7) unstable; urgency=medium
+
+  * Switched from restarting daemons to copytruncate for logrotate.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 29 May 2014 13:51:53 +0800
+
+ceilometer (2014.1-6) unstable; urgency=medium
+
+  * Adds Add_aggregator_transformer.patch.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 22 May 2014 00:06:15 +0800
+
+ceilometer (2014.1-5) unstable; urgency=medium
+
+  * Added Opencontrail_network_statistics_driver.patch.
+  * Added version depends for python-pysnmp4 (now >= 4.2.1).
+
+ -- Thomas Goirand <zigo@debian.org>  Wed, 21 May 2014 08:20:48 +0800
+
+ceilometer (2014.1-4) unstable; urgency=medium
+
+  * ceilometer now depends on version >= 2:2.17.0 of novaclient.
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 09 May 2014 22:59:36 +0800
+
+ceilometer (2014.1-3) unstable; urgency=medium
+
+  * 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.
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 06 May 2014 23:00:59 +0800
+
+ceilometer (2014.1-2) unstable; 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).
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 02 May 2014 19:20:36 +0800
+
+ceilometer (2014.1-1) unstable; 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>.
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 18 Apr 2014 00:23:00 +0800
+
+ceilometer (2014.1~rc1-1) experimental; urgency=low
+
+  * New upstream release.
+  * Better testr/subunit output.
+
+ -- Thomas Goirand <zigo@debian.org>  Sun, 30 Mar 2014 13:25:59 +0800
+
+ceilometer (2014.1~b3-1) experimental; urgency=low
+
+  * 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.
+
+ -- Thomas Goirand <zigo@debian.org>  Sat, 22 Mar 2014 14:19:25 +0800
+
+ceilometer (2013.2.2-2) unstable; urgency=medium
+
+  * Rebuilt Ceilometer with the new openstack-pkg-tools >= 9.
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 14 Feb 2014 17:24:30 +0000
+
+ceilometer (2013.2.2-1) unstable; urgency=medium
+
+  * New upstream point release.
+  * refreshed patches.
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 14 Feb 2014 10:19:27 +0800
+
+ceilometer (2013.2.1-5) unstable; urgency=medium
+
+  * Added missing postrotate scripts to restart daemons after logrotate
+    (Closes: #736930).
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 03 Feb 2014 15:41:29 +0800
+
+ceilometer (2013.2.1-4) unstable; urgency=medium
+
+  * Fix ${LIBVIRT_GROUP} when doing adduser ceilometer libvirt, so that it
+  * also
+    works on Ubuntu.
+
+ -- Thomas Goirand <zigo@debian.org>  Wed, 15 Jan 2014 17:37:07 +0800
+
+ceilometer (2013.2.1-3) unstable; urgency=medium
+
+  * 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)
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 09 Dec 2013 17:09:32 +0800
+
+ceilometer (2013.2-5) unstable; urgency=medium
+
+  * Adds call to ceilometer-expirer every day.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 05 Dec 2013 00:30:09 +0800
+
+ceilometer (2013.2-4) unstable; urgency=low
+
+  * 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).
+
+ -- Thomas Goirand <zigo@debian.org>  Wed, 04 Dec 2013 19:41:05 +0800
+
+ceilometer (2013.2-3) unstable; urgency=medium
+
+  * Added missing (build-)depends: python-six (>= 1.4.1).
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 26 Nov 2013 22:37:47 +0800
+
+ceilometer (2013.2-2) unstable; urgency=low
+
+  * 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.
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 28 Oct 2013 22:34:50 +0800
+
+ceilometer (2013.2-1) unstable; urgency=low
+
+  * New upstream release.
+  * Uploading to unstable.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 17 Oct 2013 23:37:48 +0800
+
+ceilometer (2013.2~rc2-3) experimental; urgency=low
+
+  * Ceilometer needs python-wsme at least 0.5b6, fixed (build-)depends.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 17 Oct 2013 15:04:01 +0800
+
+ceilometer (2013.2~rc2-2) experimental; urgency=low
+
+  * Added the 2 new services: alarm-evaluator and alarm-notifier.
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 14 Oct 2013 23:52:15 +0800
+
+ceilometer (2013.2~rc2-1) experimental; urgency=low
+
+  * New upstream pre-release.
+  * Increased python-keystoneclient (build-)depends to 0.4.0.
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 14 Oct 2013 16:47:55 +0800
+
+ceilometer (2013.2~rc1-1) experimental; urgency=low
+
+  * New upstream pre-release 2013.2.rc1.
+
+ -- Thomas Goirand <zigo@debian.org>  Sat, 29 Jun 2013 01:45:17 +0800
+
+ceilometer (2013.1.3-2) unstable; urgency=low
+
+  * Added new Debconf translations:
+    - FR (Closes: #722418).
+    - DA (Closes: #721548).
+    - RU (Closes: #721302).
+
+ -- Thomas Goirand <zigo@debian.org>  Wed, 25 Sep 2013 16:19:22 +0800
+
+ceilometer (2013.1.3-1) unstable; urgency=low
+
+  * 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).
+
+ -- Thomas Goirand <zigo@debian.org>  Fri, 30 Aug 2013 11:19:44 +0800
+
+ceilometer (2013.1.2-4) unstable; urgency=low
+
+  * Ran debconf-updatepo.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 11 Jul 2013 01:07:43 +0800
+
+ceilometer (2013.1.2-3) unstable; urgency=low
+
+  * Added debian-l10n-english review (Closes #708747).
+  * Do not fail on directory removal on purge (Closes: #710910).
+
+ -- Thomas Goirand <zigo@debian.org>  Wed, 10 Jul 2013 14:17:03 +0800
+
+ceilometer (2013.1.2-2) unstable; urgency=low
+
+  * Added some Should-Start / Should-Stop so that Ceilometer starts after Mongo
+    and RabbitMQ.
+  * Removed version-depends for sqlalchemy.
+
+ -- Thomas Goirand <zigo@debian.org>  Sat, 22 Jun 2013 15:50:03 +0800
+
+ceilometer (2013.1.2-1) unstable; urgency=low
+
+  * 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
+
+ceilometer (2013.1.1-1) unstable; urgency=low
+
+  * 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.
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 27 May 2013 11:07:59 +0800
+
+ceilometer (2013.1-3) unstable; urgency=low
+
+  * Adds modify-limitation-on-request-version.patch without wich Ceilometer
+    doesn't work at all.
+
+ -- Thomas Goirand <zigo@debian.org>  Tue, 21 May 2013 17:27:07 +0800
+
+ceilometer (2013.1-2) unstable; urgency=low
+
+  * Uploading to unstable.
+
+ -- Thomas Goirand <zigo@debian.org>  Thu, 16 May 2013 07:44:07 +0000
+
+ceilometer (2013.1-1) experimental; urgency=low
+
+  * Initial release (Closes: #693406).
+
+ -- Thomas Goirand <zigo@debian.org>  Wed, 10 Apr 2013 13:19:50 +0800
diff --git a/xenial/debian/compat b/xenial/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
diff --git a/xenial/debian/control b/xenial/debian/control
new file mode 100644 (file)
index 0000000..9f42699
--- /dev/null
@@ -0,0 +1,362 @@
+Source: ceilometer
+Section: web
+Priority: optional
+Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
+Uploaders: Thomas Goirand <zigo@debian.org>,
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               dh-systemd,
+               openstack-pkg-tools (>= 40~),
+               po-debconf,
+               python-all,
+               python-pbr (>= 1.8),
+               python-setuptools (>= 16.0),
+               python-sphinx (>= 1.1.2),
+Build-Depends-Indep: mongodb,
+                     git,
+                     python-awsauth,
+                     python-babel (>= 1.3),
+                     python-ceilometerclient (>= 2.2.1),
+                     python-contextlib2 (>= 0.4.0),
+                     python-coverage (>= 3.6),
+                     python-croniter (>= 0.3.4),
+                     python-dateutil (>= 2.4.2),
+                     python-elasticsearch (>= 1.3.0),
+                     python-fixtures (>= 1.3.1),
+                     python-gabbi (>= 1.11.0),
+                     python-glanceclient (>= 1:2.0.0),
+                     python-gnocchiclient (>= 2.1.0),
+                     python-hacking (>= 0.10.2),
+                     python-happybase (>= 0.5),
+                     python-httplib2 (>= 0.7.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.25),
+                     python-lxml (>= 2.3),
+                     python-migrate (>= 0.9.6),
+                     python-mock (>= 1.3),
+                     python-msgpack (>= 0.4.0),
+                     python-mysqldb,
+                     python-neutronclient (>= 1:2.6.0),
+                     python-novaclient (>= 2:2.29.0),
+                     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.db (>= 4.1.0),
+                     python-oslo.i18n (>= 2.1.0),
+                     python-oslo.log (>= 1.14.0),
+                     python-oslo.messaging (>= 4.0.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-os-win (>= 0.2.3),
+                     python-pastedeploy (>= 1.5.0),
+                     python-pecan (>= 1.0.0),
+                     python-psycopg2 (>= 2.5),
+                     python-pymongo (>= 3.0.2),
+                     python-pymysql (>= 0.6.2),
+                     python-pysnmp4 (>= 4.2.3),
+                     python-requests (>= 2.8.1),
+                     python-retrying (>= 1.2.3),
+                     python-six (>= 1.9.0),
+                     python-sphinxcontrib.httpdomain,
+                     python-sphinxcontrib-pecanwsme (>= 0.8),
+                     python-sqlalchemy (>= 1.0.10),
+                     python-stevedore (>= 1.5.0),
+                     python-swiftclient (>= 1:2.2.0),
+                     python-tempest-lib (>= 0.14.0),
+                     python-testscenarios (>= 0.4),
+                     python-testtools (>= 1.4.0),
+                     python-tooz (>= 1.28.0),
+                     python-webob (>= 1.2.3),
+                     python-webtest (>= 2.0),
+                     python-werkzeug (>= 0.7),
+                     python-wsme (>= 0.8),
+                     python-yaml,
+                     subunit,
+                     testrepository,
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/cgit/openstack/ceilometer.git/
+Vcs-Git: https://anonscm.debian.org/git/openstack/ceilometer.git
+Homepage: http://wiki.openstack.org/Ceilometer
+
+Package: python-ceilometer
+Section: python
+Architecture: all
+Depends: libjs-jquery,
+         python-ceilometerclient (>= 2.2.1),
+         python-dateutil (>= 2.4.2),
+         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.25),
+         python-lxml (>= 2.3),
+         python-migrate (>= 0.9.7),
+         python-msgpack (>= 0.4.0),
+         python-mysqldb,
+         python-neutronclient (>= 1:2.6.0),
+         python-novaclient (>= 2:2.29.0),
+         python-oslo.concurrency (>= 3.5.0),
+         python-oslo.config (>= 1:3.7.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.messaging (>= 4.0.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-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-swiftclient (>= 1:2.2.0),
+         python-tooz (>= 1.28.0),
+         python-webob (>= 1.2.3),
+         python-werkzeug (>= 0.7),
+         python-wsme (>= 0.8),
+         python-yaml (>= 3.1.0),
+         ${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.
+ .
+ (A ceilometer is an instrument that measures cloud coverage.)
+ .
+ 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},
+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.
+ .
+ (A ceilometer is an instrument that measures cloud coverage.)
+ .
+ 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},
+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.
+ .
+ (A ceilometer is an instrument that measures cloud coverage.)
+ .
+ This package contains the collector service.
+
+Package: ceilometer-polling
+Architecture: all
+Depends: ceilometer-common (= ${binary:Version}),
+         ${misc:Depends},
+         ${ostack-lsb-base},
+         ${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.
+ .
+ (A ceilometer is an instrument that measures cloud coverage.)
+ .
+ This package contains the polling service.
+
+Package: ceilometer-api
+Architecture: all
+Depends: adduser,
+         ceilometer-common (= ${binary:Version}),
+         debconf,
+         python-openstackclient (>= 2.1.0),
+         ${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.)
+ .
+ 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.
+ .
+ (A ceilometer is an instrument that measures cloud coverage.)
+ .
+ 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.
+ .
+ (A ceilometer is an instrument that measures cloud coverage.)
+ .
+ This package contains the central agent.
+
+Package: ceilometer-agent-ipmi
+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.
+ .
+ (A ceilometer is an instrument that measures cloud coverage.)
+ .
+ This package contains the IPMI agent daemon.
+
+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.
+ .
+ (A ceilometer is an instrument that measures cloud coverage.)
+ .
+ This package contains the documentation.
diff --git a/xenial/debian/copyright b/xenial/debian/copyright
new file mode 100644 (file)
index 0000000..eae8f56
--- /dev/null
@@ -0,0 +1,35 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ceilometer
+Source: https://github.com/stackforge/ceilometer
+
+Files: *
+Copyright: 2012 New Dream Network, LLC (DreamHost)
+           2012 eNovance
+           2012 Red Hat Inc.
+           2010 United States Government
+           2011 Cloudscaling Group, Inc
+           2011 OpenStack LLC.
+           2012 Nicolas Barcet for Canonical
+           2012-2015, OpenStack Foundation
+License: Apache-2.0
+
+Files: debian/*
+Copyright: 2012-2015, Canonical Ltd
+           2012-2016, Thomas Goirand <zigo@debian.org>
+License: Apache-2.0
+
+License: Apache-2.0
+ 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
+ .
+    http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian-based systems the full text of the Apache version 2.0 license
+ can be found in `/usr/share/common-licenses/Apache-2.0'.
diff --git a/xenial/debian/debian_control_vars b/xenial/debian/debian_control_vars
new file mode 100644 (file)
index 0000000..d4e93e1
--- /dev/null
@@ -0,0 +1 @@
+ostack-lsb-base= lsb-base
diff --git a/xenial/debian/gbp.conf b/xenial/debian/gbp.conf
new file mode 100644 (file)
index 0000000..6fb07d6
--- /dev/null
@@ -0,0 +1,9 @@
+[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
new file mode 100644 (file)
index 0000000..4f1706f
--- /dev/null
@@ -0,0 +1,30 @@
+.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
new file mode 100644 (file)
index 0000000..86abb0b
--- /dev/null
@@ -0,0 +1,30 @@
+.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
new file mode 100644 (file)
index 0000000..0427e00
--- /dev/null
@@ -0,0 +1,30 @@
+.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
new file mode 100644 (file)
index 0000000..e221a86
--- /dev/null
@@ -0,0 +1,30 @@
+.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
new file mode 100644 (file)
index 0000000..b402812
--- /dev/null
@@ -0,0 +1,2 @@
+[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
new file mode 100644 (file)
index 0000000..eea4790
--- /dev/null
@@ -0,0 +1,293 @@
+# 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: 2016-03-29 12:22+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
+#, fuzzy
+#| msgid ""
+#| "Note that you will need to have an up and running Keystone server on "
+#| "which to connect using the Keystone authentication token."
+msgid ""
+"Note that you will need to have an up and running Keystone server on which "
+"to connect using a known admin project name, admin username and password. "
+"The admin auth token is not used anymore."
+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: string
+#. Description
+#: ../ceilometer-api.templates:4001
+#, fuzzy
+#| msgid "Keystone authentication token:"
+msgid "Keystone admin name:"
+msgstr "Autentizační klíč pro Keystone:"
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001
+#: ../ceilometer-api.templates:6001
+msgid ""
+"To register the service endpoint, this package needs to know the Admin "
+"login, name, project name, and password to the Keystone server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:5001
+msgid "Keystone admin project name:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:6001
+msgid "Keystone admin password:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+msgid "Ceilometer endpoint IP address:"
+msgstr "IP adresa koncového bodu Ceilometer:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+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:7001
+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:8001
+msgid "Name of the region to register:"
+msgstr "Název registrované oblasti:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:8001
+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."
+
+#~ 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."
diff --git a/xenial/debian/po/da.po b/xenial/debian/po/da.po
new file mode 100644 (file)
index 0000000..112301d
--- /dev/null
@@ -0,0 +1,293 @@
+# 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: 2016-03-29 12:22+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
+#, fuzzy
+#| msgid ""
+#| "Note that you will need to have an up and running Keystone server on "
+#| "which to connect using the Keystone authentication token."
+msgid ""
+"Note that you will need to have an up and running Keystone server on which "
+"to connect using a known admin project name, admin username and password. "
+"The admin auth token is not used anymore."
+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: string
+#. Description
+#: ../ceilometer-api.templates:4001
+#, fuzzy
+#| msgid "Keystone authentication token:"
+msgid "Keystone admin name:"
+msgstr "Godkendelsessymbol for Keystone:"
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001
+#: ../ceilometer-api.templates:6001
+msgid ""
+"To register the service endpoint, this package needs to know the Admin "
+"login, name, project name, and password to the Keystone server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:5001
+msgid "Keystone admin project name:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:6001
+msgid "Keystone admin password:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+msgid "Ceilometer endpoint IP address:"
+msgstr "IP-adresse for Ceilometers slutpunkt:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+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:7001
+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:8001
+msgid "Name of the region to register:"
+msgstr "Navn på regionen der skal registreres:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:8001
+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."
+
+#~ 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."
diff --git a/xenial/debian/po/de.po b/xenial/debian/po/de.po
new file mode 100644 (file)
index 0000000..9f056c6
--- /dev/null
@@ -0,0 +1,303 @@
+# 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: 2016-03-29 12:22+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
+#, fuzzy
+#| msgid ""
+#| "Note that you will need to have an up and running Keystone server on "
+#| "which to connect using the Keystone authentication token."
+msgid ""
+"Note that you will need to have an up and running Keystone server on which "
+"to connect using a known admin project name, admin username and password. "
+"The admin auth token is not used anymore."
+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: string
+#. Description
+#: ../ceilometer-api.templates:4001
+#, fuzzy
+#| msgid "Keystone authentication token:"
+msgid "Keystone admin name:"
+msgstr "Keystone-Authentifizierungs-Token:"
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001
+#: ../ceilometer-api.templates:6001
+msgid ""
+"To register the service endpoint, this package needs to know the Admin "
+"login, name, project name, and password to the Keystone server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:5001
+msgid "Keystone admin project name:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:6001
+msgid "Keystone admin password:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+msgid "Ceilometer endpoint IP address:"
+msgstr "IP-Adresse des Ceilometer-Endpunkts:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+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:7001
+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:8001
+msgid "Name of the region to register:"
+msgstr "Name der zu registrierenden Region:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:8001
+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."
+
+#~ 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."
diff --git a/xenial/debian/po/es.po b/xenial/debian/po/es.po
new file mode 100644 (file)
index 0000000..9818baa
--- /dev/null
@@ -0,0 +1,311 @@
+# 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: 2016-03-29 12:22+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
+#, fuzzy
+#| msgid ""
+#| "Note that you will need to have an up and running Keystone server on "
+#| "which to connect using the Keystone authentication token."
+msgid ""
+"Note that you will need to have an up and running Keystone server on which "
+"to connect using a known admin project name, admin username and password. "
+"The admin auth token is not used anymore."
+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: string
+#. Description
+#: ../ceilometer-api.templates:4001
+#, fuzzy
+#| msgid "Keystone authentication token:"
+msgid "Keystone admin name:"
+msgstr "Token de autenticación de Keystone:"
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001
+#: ../ceilometer-api.templates:6001
+msgid ""
+"To register the service endpoint, this package needs to know the Admin "
+"login, name, project name, and password to the Keystone server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:5001
+msgid "Keystone admin project name:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:6001
+msgid "Keystone admin password:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+msgid "Ceilometer endpoint IP address:"
+msgstr "Dirección IP del punto final de Ceilometer:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+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:7001
+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:8001
+msgid "Name of the region to register:"
+msgstr "Nombre de la región a registrar:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:8001
+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 ""
+
+#~ 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."
diff --git a/xenial/debian/po/fr.po b/xenial/debian/po/fr.po
new file mode 100644 (file)
index 0000000..e0482ae
--- /dev/null
@@ -0,0 +1,306 @@
+# 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: 2016-03-29 12:22+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
+#, fuzzy
+#| msgid ""
+#| "Note that you will need to have an up and running Keystone server on "
+#| "which to connect using the Keystone authentication token."
+msgid ""
+"Note that you will need to have an up and running Keystone server on which "
+"to connect using a known admin project name, admin username and password. "
+"The admin auth token is not used anymore."
+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: string
+#. Description
+#: ../ceilometer-api.templates:4001
+#, fuzzy
+#| msgid "Keystone authentication token:"
+msgid "Keystone admin name:"
+msgstr "Jeton d'authentification Keystone : "
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001
+#: ../ceilometer-api.templates:6001
+msgid ""
+"To register the service endpoint, this package needs to know the Admin "
+"login, name, project name, and password to the Keystone server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:5001
+msgid "Keystone admin project name:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:6001
+msgid "Keystone admin password:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+msgid "Ceilometer endpoint IP address:"
+msgstr "Adresse IP du point d'accès Ceilometer :"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+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:7001
+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:8001
+msgid "Name of the region to register:"
+msgstr "Nom de la région à enregistrer :"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:8001
+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."
+
+#~ 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."
diff --git a/xenial/debian/po/it.po b/xenial/debian/po/it.po
new file mode 100644 (file)
index 0000000..78534af
--- /dev/null
@@ -0,0 +1,292 @@
+# 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: 2016-03-29 12:22+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
+#, fuzzy
+#| msgid ""
+#| "Note that you will need to have an up and running Keystone server on "
+#| "which to connect using the Keystone authentication token."
+msgid ""
+"Note that you will need to have an up and running Keystone server on which "
+"to connect using a known admin project name, admin username and password. "
+"The admin auth token is not used anymore."
+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: string
+#. Description
+#: ../ceilometer-api.templates:4001
+#, fuzzy
+#| msgid "Keystone authentication token:"
+msgid "Keystone admin name:"
+msgstr "Token di autenticazione Keystone:"
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001
+#: ../ceilometer-api.templates:6001
+msgid ""
+"To register the service endpoint, this package needs to know the Admin "
+"login, name, project name, and password to the Keystone server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:5001
+msgid "Keystone admin project name:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:6001
+msgid "Keystone admin password:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+msgid "Ceilometer endpoint IP address:"
+msgstr "Indirizzo IP del punto terminale Ceilometer:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+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:7001
+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:8001
+msgid "Name of the region to register:"
+msgstr "Nome della regione da registrare:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:8001
+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."
+
+#~ 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."
diff --git a/xenial/debian/po/ja.po b/xenial/debian/po/ja.po
new file mode 100644 (file)
index 0000000..3390699
--- /dev/null
@@ -0,0 +1,297 @@
+# 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.
+# Takuma Yamada <tyamada@takumayamada.com>, 2016.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: ceilometer\n"
+"Report-Msgid-Bugs-To: ceilometer@packages.debian.org\n"
+"POT-Creation-Date: 2016-03-29 12:22+0000\n"
+"PO-Revision-Date: 2016-02-23 15:56+0900\n"
+"Last-Translator: Takuma Yamada <tyamada@takumayamada.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"
+"Plural-Forms: nplurals=1; plural=0;\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 を 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
+#, fuzzy
+#| msgid ""
+#| "Note that you will need to have an up and running Keystone server on "
+#| "which to connect using the Keystone authentication token."
+msgid ""
+"Note that you will need to have an up and running Keystone server on which "
+"to connect using a known admin project name, admin username and password. "
+"The admin auth token is not used anymore."
+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 は、"
+"Ceilometer サービスやエンドポイント作成を行うために Keystone へ通信することが"
+"できます。"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:4001
+#, fuzzy
+#| msgid "Keystone authentication token:"
+msgid "Keystone admin name:"
+msgstr "Keystone 認証トークン:"
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001
+#: ../ceilometer-api.templates:6001
+msgid ""
+"To register the service endpoint, this package needs to know the Admin "
+"login, name, project name, and password to the Keystone server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:5001
+msgid "Keystone admin project name:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:6001
+msgid "Keystone admin password:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+msgid "Ceilometer endpoint IP address:"
+msgstr "Ceilometer エンドポイントの IP アドレス:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+msgid "Please enter the IP address that will be used to contact Ceilometer."
+msgstr "Ceilometer への通信に使用される IP アドレスを入力してください。"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+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:8001
+msgid "Name of the region to register:"
+msgstr "登録するリージョンの名前:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:8001
+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 "Ceilometer の自動 dbsync を実行しますか?"
+
+#. 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は、インストール後に自動的に ceilometer-dbsync を実行することができ"
+"ます。それが働くためには、mongodb-server の起動および実行が必要です。"
+
+#. Type: boolean
+#. Description
+#: ../ceilometer-common.templates:2001
+msgid ""
+"You can change this setting later on by running \"dpkg-reconfigure -plow "
+"ceilometer\"."
+msgstr ""
+"「dpkg-reconfigure -plow ceilometer」の実行により、後でこの設定を変更すること"
+"ができます。"
+
+#. Type: string
+#. Description
+#: ../ceilometer-common.templates:3001
+msgid "IP address of your RabbitMQ host:"
+msgstr "RabiitMQ ホストの IP アドレス:"
+
+#. 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 "認証サーバのテナント (tenant) 名:"
+
+#. 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 "認証サーバのテナント (tenant) 名を指定してください。"
+
+#. 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 "認証サーバで使用するパスワードを指定してください。"
+
+#~ msgid ""
+#~ "To configure its endpoint in Keystone, ceilometer-api needs the Keystone "
+#~ "authentication token."
+#~ msgstr ""
+#~ "Keystone でエンドポイントを設定するには、ceilometer-api は Keystone 認証"
+#~ "トークンを必要とします。"
diff --git a/xenial/debian/po/nl.po b/xenial/debian/po/nl.po
new file mode 100644 (file)
index 0000000..938a314
--- /dev/null
@@ -0,0 +1,303 @@
+# 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: 2016-03-29 12:22+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
+#, fuzzy
+#| msgid ""
+#| "Note that you will need to have an up and running Keystone server on "
+#| "which to connect using the Keystone authentication token."
+msgid ""
+"Note that you will need to have an up and running Keystone server on which "
+"to connect using a known admin project name, admin username and password. "
+"The admin auth token is not used anymore."
+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: string
+#. Description
+#: ../ceilometer-api.templates:4001
+#, fuzzy
+#| msgid "Keystone authentication token:"
+msgid "Keystone admin name:"
+msgstr "Legitimatiebewijs voor Keystone:"
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001
+#: ../ceilometer-api.templates:6001
+msgid ""
+"To register the service endpoint, this package needs to know the Admin "
+"login, name, project name, and password to the Keystone server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:5001
+msgid "Keystone admin project name:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:6001
+msgid "Keystone admin password:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+msgid "Ceilometer endpoint IP address:"
+msgstr "IP-adres van het toegangspunt van ceilometer:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+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:7001
+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:8001
+msgid "Name of the region to register:"
+msgstr "Naam van de registratieregio:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:8001
+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."
+
+#~ 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."
diff --git a/xenial/debian/po/pt.po b/xenial/debian/po/pt.po
new file mode 100644 (file)
index 0000000..05abb04
--- /dev/null
@@ -0,0 +1,303 @@
+# 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: 2016-03-29 12:22+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
+#, fuzzy
+#| msgid ""
+#| "Note that you will need to have an up and running Keystone server on "
+#| "which to connect using the Keystone authentication token."
+msgid ""
+"Note that you will need to have an up and running Keystone server on which "
+"to connect using a known admin project name, admin username and password. "
+"The admin auth token is not used anymore."
+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: string
+#. Description
+#: ../ceilometer-api.templates:4001
+#, fuzzy
+#| msgid "Keystone authentication token:"
+msgid "Keystone admin name:"
+msgstr "Token de autenticação do Keystone:"
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001
+#: ../ceilometer-api.templates:6001
+msgid ""
+"To register the service endpoint, this package needs to know the Admin "
+"login, name, project name, and password to the Keystone server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:5001
+msgid "Keystone admin project name:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:6001
+msgid "Keystone admin password:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+msgid "Ceilometer endpoint IP address:"
+msgstr "Endereço IP do endpoint do Ceilometer:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+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:7001
+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:8001
+msgid "Name of the region to register:"
+msgstr "Nome da região a registar:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:8001
+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."
+
+#~ 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."
diff --git a/xenial/debian/po/ru.po b/xenial/debian/po/ru.po
new file mode 100644 (file)
index 0000000..c5f14aa
--- /dev/null
@@ -0,0 +1,292 @@
+# 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: 2016-03-29 12:22+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
+#, fuzzy
+#| msgid ""
+#| "Note that you will need to have an up and running Keystone server on "
+#| "which to connect using the Keystone authentication token."
+msgid ""
+"Note that you will need to have an up and running Keystone server on which "
+"to connect using a known admin project name, admin username and password. "
+"The admin auth token is not used anymore."
+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: string
+#. Description
+#: ../ceilometer-api.templates:4001
+#, fuzzy
+#| msgid "Keystone authentication token:"
+msgid "Keystone admin name:"
+msgstr "Токен аутентификации Keystone:"
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001
+#: ../ceilometer-api.templates:6001
+msgid ""
+"To register the service endpoint, this package needs to know the Admin "
+"login, name, project name, and password to the Keystone server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:5001
+msgid "Keystone admin project name:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:6001
+msgid "Keystone admin password:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+msgid "Ceilometer endpoint IP address:"
+msgstr "IP-адрес конечной точки Ceilometer:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+msgid "Please enter the IP address that will be used to contact Ceilometer."
+msgstr ""
+"Введите IP-адрес, который будет использован для подключения к Ceilometer."
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+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:8001
+msgid "Name of the region to register:"
+msgstr "Название области для регистрации:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:8001
+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 "Введите пароль для работы с сервером аутентификации."
+
+#~ msgid ""
+#~ "To configure its endpoint in Keystone, ceilometer-api needs the Keystone "
+#~ "authentication token."
+#~ msgstr ""
+#~ "Для настройки собственной конечной точки в Keystone ceilometer-api "
+#~ "требуется токен аутентификации Keystone."
diff --git a/xenial/debian/po/sv.po b/xenial/debian/po/sv.po
new file mode 100644 (file)
index 0000000..72e8c2e
--- /dev/null
@@ -0,0 +1,286 @@
+# 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: 2016-03-29 12:22+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
+#, fuzzy
+#| msgid ""
+#| "Note that you will need to have an up and running Keystone server on "
+#| "which to connect using the Keystone authentication token."
+msgid ""
+"Note that you will need to have an up and running Keystone server on which "
+"to connect using a known admin project name, admin username and password. "
+"The admin auth token is not used anymore."
+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: string
+#. Description
+#: ../ceilometer-api.templates:4001
+#, fuzzy
+#| msgid "Keystone authentication token:"
+msgid "Keystone admin name:"
+msgstr "Autetiseringsvärde för Keystone:"
+
+#. Type: string
+#. Description
+#. Type: string
+#. Description
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:4001 ../ceilometer-api.templates:5001
+#: ../ceilometer-api.templates:6001
+msgid ""
+"To register the service endpoint, this package needs to know the Admin "
+"login, name, project name, and password to the Keystone server."
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:5001
+msgid "Keystone admin project name:"
+msgstr ""
+
+#. Type: password
+#. Description
+#: ../ceilometer-api.templates:6001
+msgid "Keystone admin password:"
+msgstr ""
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+msgid "Ceilometer endpoint IP address:"
+msgstr "IP-adress för Ceilometers ändpunkt:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:7001
+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:7001
+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:8001
+msgid "Name of the region to register:"
+msgstr "Regionnamn:"
+
+#. Type: string
+#. Description
+#: ../ceilometer-api.templates:8001
+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 ""
+
+#~ 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."
diff --git a/xenial/debian/po/templates.pot b/xenial/debian/po/templates.pot
new file mode 100644 (file)
index 0000000..63ebc4f
--- /dev/null
@@ -0,0 +1,241 @@
+# 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 ""
diff --git a/xenial/debian/pydist-overrides b/xenial/debian/pydist-overrides
new file mode 100644 (file)
index 0000000..39644bf
--- /dev/null
@@ -0,0 +1,2 @@
+argparse
+ordereddict
diff --git a/xenial/debian/python-ceilometer.install b/xenial/debian/python-ceilometer.install
new file mode 100644 (file)
index 0000000..2b24d28
--- /dev/null
@@ -0,0 +1,2 @@
+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
new file mode 100644 (file)
index 0000000..fc59ae9
--- /dev/null
@@ -0,0 +1,3 @@
+/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
diff --git a/xenial/debian/rules b/xenial/debian/rules
new file mode 100755 (executable)
index 0000000..3cf682c
--- /dev/null
@@ -0,0 +1,71 @@
+#!/usr/bin/make -f
+
+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
+
+override_dh_clean:
+       dh_clean
+       rm -rf .testrepository
+       rm -f debian/ceilometer-common.config debian/ceilometer-common.postinst debian/ceilometer-api.config debian/ceilometer-api.postinst
+
+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
+
+override_dh_auto_clean:
+       dh_auto_clean
+       rm -rf .testrepository
+       find . -iname '*.pyc' -delete
+       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/source/format b/xenial/debian/source/format
new file mode 100644 (file)
index 0000000..163aaf8
--- /dev/null
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/xenial/debian/watch b/xenial/debian/watch
new file mode 100644 (file)
index 0000000..5700c86
--- /dev/null
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/\.(b|rc)/~$1/" \
+https://github.com/openstack/ceilometer/tags .*/(\d[\d\.]+)\.tar\.gz