Jump to: navigation, search

Ceilosca

Revision as of 22:50, 8 June 2017 by Joseph Davis (talk | contribs) (Overview)

Overview

Ceilosca is a combination of Ceilometer and Monasca. In Ceilosca data collected using the Ceilometer Agents (Notification Agent, Central/Compute Agent) is sent to the Monasca API and retrieved back using the Ceilometer V2 API for backwards compatibility.

Note that changes in Ceilometer in Ocata and beyond to deprecate the Ceilometer API still need to be addressed in future versions of Ceilosca. Nevertheless, data gathered from the Ceilometer Agents and sent to the Monasca API will still be available through the Monasca API.

Presentations

Tokyo Summit 2015
Ceilometer+Monasca=Ceilosca
Video: https://www.openstack.org/summit/tokyo-2015/videos/presentation/ceilometer-monascaceilosca

Repositories

  • OpenStack Git:

https://git.openstack.org/cgit/openstack/monasca-ceilometer/

  • Github:

https://github.com/openstack/monasca-ceilometer

Features

  • Makes use of existing Ceilometer sample gathering functionality through OpenStack services
  • Leverages the Monasca monitoring setup, thus reducing overall complexity in cloud deployment
  • Integrated with devstack deployment so you can try it out

Architecture

Ceilosca has two major components:

  • A publisher component that takes samples from the Ceilometer Agent and publishes them to the Monasca API.
  • A storage driver component that works with the Ceilometer V2 API to use the Monasca API to retrieve stored samples.

Additionally, the Ceilosca project includes testing resources and a Devstack plugin to allow deployment.

Coding Standards

All Python code conforms to the OpenStack standards at http://docs.openstack.org/developer/hacking/.

License

Copyright (c) 2015-2016 Hewlett-Packard Development Company, L.P.

Copyright (c) 2017 Hewlett Packard Enterprise Development LP

Copyright (c) 2015 Cisco.

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.