RETIRED, Chef Cookbook - OpenStack Network
Go to file
Alan Meadows f167c17cf4 Add NIC offload disable feature
On some ubuntu kernels with some versions
of Openvswitch and Nicira, when NIC offloading
is enabled on the adapter, the kernel may OOPS
within the openvswitch module.  There is now a flag
to attempt to disable all offload settings for the
adapter prior to openvswitch service startup.

Change-Id: I61b195c69fbb827876de1c3537cece01f36c6db0
2013-08-13 12:52:32 -07:00
attributes Add NIC offload disable feature 2013-08-13 12:52:32 -07:00
files/default Add NIC offload disable feature 2013-08-13 12:52:32 -07:00
recipes Add NIC offload disable feature 2013-08-13 12:52:32 -07:00
spec Bug fix pyparsing upgrade for python quantum client 2013-08-12 17:53:29 -07:00
templates/default Add allow_overlapping_ips parameter toggle 2013-08-09 13:32:07 -07:00
.gitignore don't gitignore Berksfile.lock 2013-07-08 10:22:15 +02:00
.gitreview Added .gitreview 2013-05-08 20:05:05 +00:00
Berksfile fix openstack-common cookbook source in Berksfile 2013-07-08 10:22:15 +02:00
Berksfile.lock Bug fix pyparsing upgrade for python quantum client 2013-08-12 17:53:29 -07:00
Gemfile Add lbaas support for Openstack Network (Neutron). 2013-07-26 13:57:58 -07:00
Gemfile.lock use Strainer for test runs 2013-07-24 14:30:52 +02:00
README.md use Strainer for test runs 2013-07-24 14:30:52 +02:00
Strainerfile use Strainer for test runs 2013-07-24 14:30:52 +02:00
metadata.rb Bug fix pyparsing upgrade for python quantum client 2013-08-12 17:53:29 -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)

Cookbooks

The following cookbooks are dependencies:

  • identity
  • 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

Identity-registration

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

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

Testing

This cookbook uses bundler, berkshelf, and strainer to isolate dependencies and run tests.

Tests are defined in Strainerfile.

To run tests:

$ bundle install # install gem dependencies
$ bundle exec berks install # install cookbook dependencies
$ bundle exec strainer test # run tests

License and Author

Authors Alan Meadows (alan.meadows@gmail.com)
Jay Pipes (jaypipes@gmail.com)
Ionut Artarisi (iartarisi@suse.cz)
Copyright Copyright (c) 2013, AT&T Services, Inc.
Copyright (c) 2013, SUSE Linux GmbH
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.