collectd-openstack-plugins/doc/source/examples/local.conf.source_build
Emma Foley 43d86ff1cd Add code to build collectd
- Add option to build collectd from source
  - Clones, builds and installs collectd under the source repo
- Add install_requirements function
- Add config options:
  - COLLECTD_INSTALL_TYPE
  - COLLECTD_REPO
  - COLLECTD_DIR
  - COLLECTD_BRANCH
  - COLLECTD_PREFIX
- Update documentation in doc/source/usage.rst
- Add service file for systemd
- Make sure the config dir is included

Partial-Bug: #1596966
Change-Id: I92156cf69438634c6340c21089538ff7ea716e6f
2017-03-21 15:34:52 +00:00

34 lines
738 B
Plaintext

[[local|localrc]]
HOST_IP=<SINGLE NODE IP>
VERBOSE=True
FORCE=yes
MYSQL_PASSWORD=password
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
ADMIN_PASSWORD=password
SERVICE_PASSWORD=password
HORIZON_PASSWORD=password
SERVICE_TOKEN=tokentoken
disable_all_services
enable_service key
enable_service mysql
enable_service rabbit
enable_service dstat
# For more options refer to devstackGSG.rst
# GNOCCHI
enable_plugin gnocchi https://github.com/openstack/gnocchi master
GNOCCHI_USE_KEYSTONE=True
COLLECTD_GNOCCHI_ENABLED=True
# Setup collectd-ceilometer plugin
COLLECTD_INSTALL=True
COLLECTD_INSTALL_TYPE=source
COLLECTD_CEILOMETER_VERBOSE=True
enable_plugin collectd-ceilometer http://github.com/openstack/collectd-ceilometer-plugin