You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 weeks ago | |
---|---|---|
defaults | 2 weeks ago | |
doc | 2 years ago | |
examples | 4 years ago | |
handlers | 1 year ago | |
meta | 1 year ago | |
releasenotes | 2 years ago | |
tasks | 4 months ago | |
templates | 10 months ago | |
tests | 2 years ago | |
vars | 4 months ago | |
zuul.d | 1 year ago | |
.gitignore | 3 years ago | |
.gitreview | 3 years ago | |
CONTRIBUTING.rst | 2 years ago | |
LICENSE | 7 years ago | |
README.rst | 3 years ago | |
Vagrantfile | 5 months ago | |
bindep.txt | 1 year ago | |
manual-test.rc | 6 years ago | |
run_tests.sh | 2 months ago | |
tox.ini | 2 months ago |
README.rst
Team and repository tags
OpenStack Ceilometer
Ansible Role that installs and configures OpenStack Ceilometer.
- This role will install the following:
- ceilometer-api
- ceilometer-agent-notification
- ceilometer-polling
- ceilometer-registry
The role will configure Ceilometer to use MongoDB for data storage, but does not install or configure MongoDB.
Default Variables
../../defaults/main.yml
Example Playbook
- name: Install ceilometer service
hosts: ceilometer_all
user: root
roles:
- { role: "os_ceilometer", tags: [ "os-ceilometer" ] }
vars:
external_lb_vip_address: 172.16.24.1
internal_lb_vip_address: 192.168.0.1
Tags
This role supports two tags: ceilometer-install
and ceilometer-config
.
The ceilometer-install
tag can be used to install and upgrade.
The ceilometer-config
tag can be used to maintain configuration of the service.
- Documentation for the project can be found at:
https://docs.openstack.org/openstack-ansible-os_ceilometer/latest/
- Release notes for the project can be found at:
https://docs.openstack.org/releasenotes/openstack-ansible-os_ceilometer/
- The project source code repository is located at:
https://opendev.org/openstack/openstack-ansible-os_ceilometer/
- The project home is at:
- The project bug tracker is located at: