RETIRED, Chef Cookbook - OpenStack Database as a Service
Go to file
Mark Vanderwiel 66993667e5 Move to rhel 7.1
rhel 7.0 is not EUS/LTS, need to switch to 7.1.

Change-Id: I2037c580386071d228c70393238dbe4cda08a8d8
Related-Bug: #1438878
2015-03-31 15:21:05 -05:00
attributes initial basic setup 2014-06-19 10:15:59 +02:00
recipes Use identity-internal instead of public endpoint 2015-02-03 21:12:43 +00:00
spec Move to rhel 7.1 2015-03-31 15:21:05 -05:00
templates/default Change default for update_status_on_fail 2014-07-24 11:33:06 +02:00
.gitignore Initial kilo updates 2015-02-27 22:42:44 -06:00
.gitreview Added .gitreview 2014-06-16 10:08:23 +00:00
.rubocop.yml Initial kilo updates 2015-02-27 22:42:44 -06:00
.rubocop_todo.yml Initial kilo updates 2015-02-27 22:42:44 -06:00
Berksfile Updated berkshelf to 3.1.5 2014-08-18 09:55:00 +02:00
CONTRIBUTING.md Workflow documentation is now in infra-manual 2014-12-05 03:30:44 +00:00
Gemfile Initial kilo updates 2015-02-27 22:42:44 -06:00
README.md initial basic setup 2014-06-19 10:15:59 +02:00
Rakefile add a Rakefile to structure test runs 2014-09-30 14:51:13 +02:00
TESTING.md Cleanup cookbook contact info 2014-10-14 09:53:46 -05:00
bootstrap.sh bootstrap.sh for infra testing 2015-03-19 09:15:18 +01:00
metadata.rb Initial kilo updates 2015-02-27 22:42:44 -06:00

README.md

Description

Installs the OpenStack Database service Trove as part of the OpenStack reference deployment Chef for OpenStack. Trove is currently installed from packages.

https://wiki.openstack.org/wiki/Trove

Requirements

Chef 11

Cookbooks

The following cookbooks are dependencies:

  • openstack-common
  • openstack-identity

Usage

api

  • Installs the API service.

conductor

  • Installs conductor service.

taskmanager

  • Installs the taskmanager service.

identity_registration

  • Registers the endpoints with Keystone.

Attributes

Testing

Please refer to the TESTING.md for instructions for testing the cookbook.

License and Author

Author Ionut Artarisi (iartarisi@suse.cz)
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.