|
1 month ago | |
---|---|---|
.delivery | 11 months ago | |
attributes | 4 months ago | |
files/default | 3 years ago | |
recipes | 1 month ago | |
spec | 4 months ago | |
.gitignore | 6 years ago | |
.gitreview | 1 year ago | |
.zuul.yaml | 2 years ago | |
Berksfile | 1 year ago | |
CONTRIBUTING.md | 6 years ago | |
LICENSE | 3 years ago | |
README.rst | 6 months ago | |
Rakefile | 9 months ago | |
TESTING.md | 5 years ago | |
metadata.rb | 9 months ago |
This cookbook provides a reference example of database configuration for the OpenStack deployment provided by Chef for OpenStack. It currently supports MariaDB.
The following cookbooks are dependencies:
The usage of this cookbook is optional, you may choose to set up your own databases without using this cookbook. If you choose to do so, you will need to do the following:
openstack-db
recipe.#get_password
in the openstack-db
recipe.None
None
The following attributes are defined in attributes/database.rb
of the common cookbook, but are documented here due to their relevance:
openstack['endpoints']['db']['host']
- The IP address to bind the database service toopenstack['endpoints']['db']['port']
- The port to bind the database service toopenstack['endpoints']['db']['bind_interface']
- The interface name to bind the database service toopenstack['db']['root_user_key']
- The key used to retrieve the root user password; the key is both the name of the data-bag item and name of the key containing the password value within the data-bag item. This is defined in Common.If the value of the bind_interface
attribute is non-nil, then the database service will be bound to the first IP address on that interface. If the value of the bind_interface
attribute is nil, then the database service will be bound to the IP address specified in the host attribute.
See the attributes mysql.rb
file for the mysql specific attributes that are available.
For more information see: http://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html
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 | Justin Shepherd (justin.shepherd@rackspace.com) |
Author | Jason Cannavale (jason.cannavale@rackspace.com) |
Author | Ron Pedde (ron.pedde@rackspace.com) |
Author | Joseph Breu (joseph.breu@rackspace.com) |
Author | William Kelly (william.kelly@rackspace.com) |
Author | Darren Birkett (darren.birkett@rackspace.co.uk) |
Author | Evan Callicoat (evan.callicoat@rackspace.com) |
Author | Matt Thompson (matt.thompson@rackspace.co.uk) |
Author | Matt Ray (matt@opscode.com) |
Author | Sean Gallagher () |
Author | John Dewey (jdewey@att.com) |
Author | Ionut Artarisi (iartarisi@suse.cz) |
Author | Mark Vanderwiel (vanderwl@us.ibm.com) |
Author | Jan Klare (j.klare@x-ion.de) |
Author | Lance Albertson (lance@osuosl.org) |
Copyright | Copyright (c) 2012-2013, Rackspace US, Inc. |
Copyright | Copyright (c) 2012-2013, Opscode, Inc. |
Copyright | Copyright (c) 2013, AT&T Services, Inc. |
Copyright | Copyright (c) 2013-2014, SUSE Linux GmbH |
Copyright | Copyright (c) 2014-2015, IBM, Corp. |
Copyright | Copyright (c) 2019-2020, Oregon State University |
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.