File: local.conf.sample

package info (click to toggle)
ceilometer 1%3A24.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,752 kB
  • sloc: python: 21,184; sh: 410; pascal: 151; makefile: 59
file content (45 lines) | stat: -rw-r--r-- 1,501 bytes parent folder | download | duplicates (3)
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
[[local|localrc]]
# Common options
# --------------
#RECLONE=True
#FORCE=True
#OFFLINE=True
#USE_PYTHON3=True
#PYTHON3_VERSION=3.8
# HOST_IP shoudl be set to an ip that is present on the host
# e.g. the ip of eth0. This will be used to bind api endpoints and horizon.
HOST_IP=<hostip>

# Minimal Contents
# ----------------

# While ``stack.sh`` is happy to run without ``localrc``, devlife is better when
# there are a few minimal variables set:

# If the ``*_PASSWORD`` variables are not set here you will be prompted to enter
# values for them by ``stack.sh``and they will be added to ``local.conf``.
ADMIN_PASSWORD=password
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD

LOGFILE=$DEST/logs/stack.sh.log
LOGDAYS=2

# the plugin line order matters but the placment in the file does not
enable_plugin aodh https://opendev.org/openstack/aodh
enable_plugin ceilometer https://opendev.org/openstack/ceilometer.git

# Gnocchi settings
# Gnocchi is optional but can be enbaled by uncommenting CEILOMETER_BACKEND
CEILOMETER_BACKEND=gnocchi

# if gnocchi is not in LIBS_FROM_GIT it will install from pypi.
# Currently this is broken with the latest gnocchi release 4.4.2
# so we need to install from git until
# https://github.com/gnocchixyz/gnocchi/issues/1290 is resolved
LIBS_FROM_GIT+=gnocchi

# to control the version of gnocchi installed from git uncomment these options
#GNOCCHI_BRANCH="master"
#GNOCCHI_REPO=https://github.com/gnocchixyz/gnocchi