File: install-debian.rst

package info (click to toggle)
cloudkitty 23.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,528 kB
  • sloc: python: 21,803; sh: 528; makefile: 226; pascal: 54
file content (45 lines) | stat: -rw-r--r-- 1,273 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Install from packages for Debian
================================

Packages for Debian are available since CloudKitty 6.0.0 (OpenStack Pike) in
2018.

Optional: enable the OpenStack repository for a specific release
----------------------------------------------------------------

If using Debian Stable, and do not wish to install unofficial backports from
osbpo.debian.net, skip this step. Otherwise, here is how to enable the
repository:

.. code-block:: console

   apt-get install extrepo
   extrepo search openstack
   extrepo enable openstack_epoxy
   apt-get update

Note that it is possible to use a local mirror, and avoid internet access, by
using the extrepo-offline-data package:

.. code-block:: console

   apt-get install extrepo-offline-data
   extrepo search openstack --offlinedata
   extrepo enable openstack_epoxy --offlinedata --mirror YOUR_MIRROR

Note that extrepo-offline-data may be lagging behind the online data and it may
not contain the latest OpenStack repositories.

Upgrade the packages on your host
---------------------------------

.. code-block:: console

   apt update && apt dist-upgrade

Install the packages
--------------------

.. code-block:: console

   apt-get install cloudkitty-api cloudkitty-processor cloudkitty-dashboard