From 8542c979f8449f6575c797818fc81b8e379261f2 Mon Sep 17 00:00:00 2001 From: Matt Ray Date: Fri, 17 May 2013 14:45:05 -0500 Subject: [PATCH] initial placeholder README Change-Id: Id3f6cc9ec45a8ee59a538e7c210f9ff5b2c731c7 --- README.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..65fa216 --- /dev/null +++ b/README.md @@ -0,0 +1,46 @@ +Description +=========== + +Installs the OpenStack Metering service **Ceilometer** as part of the OpenStack reference deployment Chef for OpenStack. The http://github.com/mattray/chef-openstack-repo contains documentation for using this cookbook in the context of a full OpenStack deployment. Ceilometer is currently installed from packages. + +https://wiki.openstack.org/wiki/Ceilometer + +Requirements +============ + +Cookbooks +--------- + +Usage +===== + +Attributes +========== + +Testing +===== + +This cookbook is using [ChefSpec](https://github.com/acrmp/chefspec) for testing. Run the following before commiting. It will run your tests, and check for lint errors. + + $ ./run_tests.bash + +License and Author +================== + +| | | +|:---------------------|:---------------------------------------------------| +| **Author** | Matt Ray () | +| | | +| **Copyright** | Copyright (c) 2013, Opscode, Inc. | + +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.