RETIRED, Chef Cookbook - OpenStack Network
Go to file
Alan Meadows e31a3c4eab initial commit of working cookbook-openstack-network
Change-Id: Ib9fd63532becac6738db19f8de81885a5e04025a
2013-06-21 17:10:45 -07:00
attributes initial commit of working cookbook-openstack-network 2013-06-21 17:10:45 -07:00
files/default/etc/quantum/rootwrap.d initial commit of working cookbook-openstack-network 2013-06-21 17:10:45 -07:00
recipes initial commit of working cookbook-openstack-network 2013-06-21 17:10:45 -07:00
spec initial commit of working cookbook-openstack-network 2013-06-21 17:10:45 -07:00
templates/default initial commit of working cookbook-openstack-network 2013-06-21 17:10:45 -07:00
.gitignore initial commit of working cookbook-openstack-network 2013-06-21 17:10:45 -07:00
.gitreview Added .gitreview 2013-05-08 20:05:05 +00:00
Berksfile initial commit of working cookbook-openstack-network 2013-06-21 17:10:45 -07:00
Gemfile initial commit of working cookbook-openstack-network 2013-06-21 17:10:45 -07:00
Gemfile.lock initial commit of working cookbook-openstack-network 2013-06-21 17:10:45 -07:00
README.md initial commit of working cookbook-openstack-network 2013-06-21 17:10:45 -07:00
metadata.rb initial commit of working cookbook-openstack-network 2013-06-21 17:10:45 -07:00
run_tests.bash initial commit of working cookbook-openstack-network 2013-06-21 17:10:45 -07:00

README.md

Description

This cookbook installs the OpenStack Network service (formerly project-named Quantum) as part of a Chef reference deployment of OpenStack.

More information about the OpenStack Network service is available here

Usage

OpenStack Network's design is modular, with plugins available that handle L2 and L3 networking for various hardware vendors and standards.

Requirements

  • Chef 11.4.4 or higher required (for Chef environment use)
  • Network Addr Ohai plugin.

Platform

  • Ubuntu-12.04+
  • Fedora-17+

Cookbooks

The following cookbooks are dependencies:

  • database
  • identity
  • mysql
  • openstack-common >= 2.0.0

Recipes

server

  • Installs the openstack-network API server

dhcp_agent

  • Installs the DHCP agent

l3_agent

  • Installs the L3 agent and metadata agent

keystone-registration

  • Registers the OpenStack Network API endpoint and service user with Keystone

db

  • Creates the OpenStack Network database

Attributes

TODO

Templates

  • api-paste.ini.erb - Paste config for OpenStack Network server
  • quantum.conf.erb - Config file for OpenStack Network server
  • policy.json.erb - Configuration of ACLs for glance API server

License and Author

License and Author

Authors Alan Meadows (alan.meadows@gmail.com)
Jay Pipes (jaypipes@gmail.com)
Copyright Copyright (c) 2013, AT&T Services, Inc.
Copyright (c) 2012, Rackspace US, 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.