Installs the OpenStack Metering service Ceilometer as part of the OpenStack reference deployment Chef for OpenStack. Ceilometer is currently installed from packages.
https://wiki.openstack.org/wiki/Ceilometer
- Installs agent central service.
- Installs agent compute service.
- Installs agent notification service.
- Installs alarm evaluator service.
- Installs alarm notifier service.
- Installs API service.
- Install the client packages
- Installs collector package and service. If the NoSQL database is used for metering service, ceilometer-dbsync will not be executed.
- Common metering configuration.
- Registers the endpoints, tenant and user for metering service with Keystone.
openstack['telemetry']['api']['auth']['version']
- Select v2.0 or v3.0. Default v2.0. The auth API version used to interact with identity service.- `openstack['telemetry']['sample_source'] - The source name of emitted samples, default value is openstack.
The following attributes are defined in attributes/default.rb of the common cookbook, but are documented here due to their relevance:
openstack['endpoints']['telemetry-api-bind']['host']
- The IP address to bind the api service toopenstack['endpoints']['telemetry-api-bind']['port']
- The port to bind the api service toopenstack['endpoints']['telemetry-api-bind']['bind_interface']
- The interface name to bind the api service to
If the value of the 'bind_interface' attribute is non-nil, then the telemetry service will be bound to the first IP address on that interface. If the value of the 'bind_interface' attribute is nil, then the telemetry service will be bound to the IP address specifie
Please refer to the TESTING.md for instructions for testing the cookbook.
Berks will resolve version requirements and dependencies on first run and
store these in Berksfile.lock. If new cookbooks become available you can run
berks update
to update the references in Berksfile.lock. Berksfile.lock will
be included in stable branches to provide a known good set of dependencies.
Berksfile.lock will not be included in development branches to encourage
development against the latest cookbooks.
Author | Matt Ray ([email protected]) |
Author | John Dewey ([email protected]) |
Author | Justin Shepherd ([email protected]) |
Author | Salman Baset ([email protected]) |
Author | Ionut Artarisi ([email protected]) |
Author | Eric Zhou ([email protected]) |
Author | Chen Zhiwei ([email protected]) |
Author | David Geng ([email protected]) |
Copyright | Copyright (c) 2013, Opscode, Inc. |
Copyright | Copyright (c) 2013, AT&T Services, Inc. |
Copyright | Copyright (c) 2013, Rackspace US, Inc. |
Copyright | Copyright (c) 2013-2014, IBM, Corp. |
Copyright | Copyright (c) 2013-2014, SUSE Linux GmbH |
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.