---
title: Charmhub | Deploy Openstack Telemetry using Charmhub - The Open Operator Collection
description: Deploy the latest version of Openstack Telemetry on any cloud.
url: https://charmhub.io/openstack-telemetry/configurations/ovn-central
---

##### We've discontinued the registration of new Bundles

New Bundle registrations are no longer accepted. Existing bundles remain functional. We recommend using the Juju Terraform Provider for new deployments.

[Learn more](https://discourse.charmhub.io/t/discontinuing-new-charmhub-bundle-registrations/15344)

# Openstack Telemetry

[OpenStack Charmers](https://charmhub.io/publisher/openstack-charmers "View all packages from OpenStack Charmers")
| bundle

* [OpenStack Charmers](https://charmhub.io/publisher/openstack-charmers "View all packages from OpenStack Charmers")
  | bundle

Platform:

stable 65

```
juju deploy openstack-telemetry
```

[Learn to deploy on juju >](https://juju.is/docs/juju/manage-applications)

* [Aodh](https://charmhub.io/openstack-telemetry/configurations/aodh)
* [Mysql Router](https://charmhub.io/openstack-telemetry/configurations/mysql-router)
* [Ceilometer](https://charmhub.io/openstack-telemetry/configurations/ceilometer)
* [Ceilometer Agent](https://charmhub.io/openstack-telemetry/configurations/ceilometer-agent)
* [Ceph Mon](https://charmhub.io/openstack-telemetry/configurations/ceph-mon)
* [Ceph Osd](https://charmhub.io/openstack-telemetry/configurations/ceph-osd)
* [Ceph Radosgw](https://charmhub.io/openstack-telemetry/configurations/ceph-radosgw)
* [Cinder](https://charmhub.io/openstack-telemetry/configurations/cinder)
* [Cinder Ceph](https://charmhub.io/openstack-telemetry/configurations/cinder-ceph)
* [Mysql Router](https://charmhub.io/openstack-telemetry/configurations/mysql-router)
* [Mysql Router](https://charmhub.io/openstack-telemetry/configurations/mysql-router)
* [Glance](https://charmhub.io/openstack-telemetry/configurations/glance)
* [Mysql Router](https://charmhub.io/openstack-telemetry/configurations/mysql-router)
* [Gnocchi](https://charmhub.io/openstack-telemetry/configurations/gnocchi)
* [Mysql Router](https://charmhub.io/openstack-telemetry/configurations/mysql-router)
* [Keystone](https://charmhub.io/openstack-telemetry/configurations/keystone)
* [Mysql Router](https://charmhub.io/openstack-telemetry/configurations/mysql-router)
* [Memcached](https://charmhub.io/openstack-telemetry/configurations/memcached)
* [Mysql Innodb Cluster](https://charmhub.io/openstack-telemetry/configurations/mysql-innodb-cluster)
* [Neutron Api](https://charmhub.io/openstack-telemetry/configurations/neutron-api)
* [Neutron Api Plugin Ovn](https://charmhub.io/openstack-telemetry/configurations/neutron-api-plugin-ovn)
* [Mysql Router](https://charmhub.io/openstack-telemetry/configurations/mysql-router)
* [Nova Cloud Controller](https://charmhub.io/openstack-telemetry/configurations/nova-cloud-controller)
* [Nova Compute](https://charmhub.io/openstack-telemetry/configurations/nova-compute)
* [Mysql Router](https://charmhub.io/openstack-telemetry/configurations/mysql-router)
* [Ntp](https://charmhub.io/openstack-telemetry/configurations/ntp)
* [Openstack Dashboard](https://charmhub.io/openstack-telemetry/configurations/openstack-dashboard)
* [Ovn Central](https://charmhub.io/openstack-telemetry/configurations/ovn-central)
* [Ovn Chassis](https://charmhub.io/openstack-telemetry/configurations/ovn-chassis)
* [Placement](https://charmhub.io/openstack-telemetry/configurations/placement)
* [Mysql Router](https://charmhub.io/openstack-telemetry/configurations/mysql-router)
* [Rabbitmq Server](https://charmhub.io/openstack-telemetry/configurations/rabbitmq-server)
* [Vault](https://charmhub.io/openstack-telemetry/configurations/vault)
* [Mysql Router](https://charmhub.io/openstack-telemetry/configurations/mysql-router)

[Learn about configurations >](https://juju.is/docs/juju/configuration#heading--application-configuration)

* enable-auto-restarts | boolean

  Default: True

  Allow the charm and packages to restart services automatically when
  required.
* nagios\_context | string

  Default: juju

  A string that will be prepended to instance name to set the host name
  in nagios. So for instance the hostname would be something like:
  juju-myservice-0
  If you're running multiple environments with the same services in them
  this allows you to differentiate between them.
* nagios\_servicegroups | string

  Comma separated list of nagios servicegroups for the service checks.
* ovn-source | string

  Overlay repository from which to install OVS+OVN.
  The default for this configuration option is determined at charm
  runtime.
  When charm is deployed into a fresh environment on Ubuntu
  20.04 (Focal Fossa), the default will be 'cloud:focal-ovn-22.03'.
  When charm is upgraded or deployed into a fresh environment
  on a different series the default will be to not use the
  overlay repository.
  To disable the overlay repository, set this option to 'distro'.
  Note that updating this setting to a source that is known to
  provide a later version of OVN will trigger a software
  upgrade.
* ovsdb-server-election-timer | int

  Default: 4

  Raft leader election timeout in seconds. The charm allows a value between
  1 and 60 seconds.
  .
  The Open vSwitch ovsdb-server default of 1 second may not be sufficient
  for a loaded cluster where the database server may be too busy serving
  requests to respond to elections in time.
  .
  Using a higher value will increase the time to discover a real failure,
  but you must weigh that against the risk of spurious leader flapping and
  the unwanted churn that entails.
  .
  NOTE: The ovsdb-server will refuse to decrease or increase the value of
  this timer more than 2x the current value. The charm will compensate for
  this and decrease / increase the timer in increments, but care should be
  taken to not decrease / increase the value too much in one operation.
* ovsdb-server-inactivity-probe | int

  Default: 60

  Maximum number of seconds of idle time on connection to client before
  sending an inactivity probe message.
  The Open vSwitch ovsdb-server default of 5 seconds may not be sufficient
  depending on type and load of the CMS you want to connect to OVN.
* source | string

  Default: yoga

  Repository from which to install packages.
  May be one of the following:
  distro (default)
  ppa:somecustom/ppa (PPA name must include UCA OpenStack Release name)
  deb url sources entry|key id
  or a supported Ubuntu Cloud Archive pocket.
  Supported Ubuntu Cloud Archive pockets include:
  cloud:xenial-pike
  cloud:xenial-queens
  cloud:bionic-rocky
  Note that updating this setting to a source that is known to
  provide a later version of Ceph will trigger a software
  upgrade.
