Chef Cookbook - OpenStack Bare Metal
 
 
Go to file
Lance Albertson e1accbc3d6 CentOS 8 support
- Update package names
- Migrate to using apache2_mod_wsgi resource and require apache2 ~> 8.6
- Update ChefSpec

Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-image/+/815148
Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-network/+/815172
Change-Id: I1e62b07c634845ecaac088d7ff4cceb78af680de
Signed-off-by: Lance Albertson <lance@osuosl.org>
2021-10-22 16:41:06 -07:00
.delivery Stein fixes 2020-03-19 12:57:49 -07:00
attributes CentOS 8 support 2021-10-22 16:41:06 -07:00
recipes CentOS 8 support 2021-10-22 16:41:06 -07:00
spec CentOS 8 support 2021-10-22 16:41:06 -07:00
templates/default Update to apache2 ~> 8.0 cookbook 2020-01-30 11:22:56 -08:00
.gitignore Refactor ironic cookbook 2018-09-04 15:30:01 -07:00
.gitreview OpenDev Migration Patch 2019-04-19 19:43:09 +00:00
.rubocop.yml Chef 17 updates 2021-10-14 17:04:14 -07:00
.zuul.yaml Refactor ironic cookbook 2018-09-04 15:30:01 -07:00
Berksfile Chef 17 updates 2021-10-14 17:04:14 -07:00
LICENSE Refactor ironic cookbook 2018-09-04 15:30:01 -07:00
README.rst CentOS 8 support 2021-10-22 16:41:06 -07:00
metadata.rb CentOS 8 support 2021-10-22 16:41:06 -07:00

README.rst

OpenStack Chef Cookbook - bare-metal

image

Description

This cookbook installs the OpenStack Bare Metal service Ironic as part of the OpenStack reference deployment Chef for OpenStack. The OpenStack chef-repo contains documentation for using this cookbook in the context of a full OpenStack deployment. Nova is currently installed from packages.

https://docs.openstack.org/ironic/latest/

Requirements

  • Chef 16 or higher
  • Chef Workstation 21.10.640 for testing (also includes Berkshelf for cookbook dependency resolution)

Platform

  • ubuntu
  • redhat
  • centos

Cookbooks

The following cookbooks are dependencies:

  • 'apache2', '~> 8.6'
  • 'openstack-common', '>= 20.0.0'
  • 'openstack-identity', '>= 20.0.0'
  • 'openstack-image', '>= 20.0.0'
  • 'openstack-network', '>= 20.0.0'

Attributes

Please see the extensive inline documentation in attributes/*.rb for descriptions of all the settable attributes for this cookbook.

Note that all attributes are in the default['openstack'] "namespace"

The usage of attributes to generate the ironic.conf is described in the openstack-common cookbook.

Recipes

openstack-bare-metal::api

  • Installs the ironic-api, sets up the ironic database

openstack-bare-metal::conductor

  • Installs the ironic-conductor service

openstack-bare-metal::default

  • Temp workaround to create ironic db with user

openstack-bare-metal::identity_registration

  • Registers ironic service/user/endpoints in keystone

openstack-bare-metal::ironic-common

  • Defines the common pieces of repeated code from the other recipes

License and Author

Author Mark Vanderwiel <vanderwl@us.ibm.com>
Author Ma Wen Cheng <wenchma@cn.ibm.com>
Author Jan Klare <j.klare@cloudbau.de>
Author Jens Harbott <j.harbott@x-ion.de>
Author Lance Albertson <lance@osuosl.org>
Author Samuel Cassiba <samuel@cassi.ba>
Copyright Copyright (c) 2015, IBM, Corp.
Copyright Copyright (c) 2019, x-ion GmbH
Copyright Copyright (c) 2019-2021, 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.