RETIRED, Chef Cookbook - OpenStack Compute
Go to file
Andy McCrae f9c4e3198e Update spec files to be rubocop compliant
- Update .rubocop.yml to include spec/**
- Update spec files to be rubocop compliant

Change-Id: I2ba55825cf6a80ffa338f849c6c2f274b915886b
Addresses: blueprint rubocop-for-compute
2014-01-29 12:02:05 +00:00
attributes Clean up cookbook for bp/clean-up-attr-for-mq-and-db 2014-01-28 10:01:35 +08:00
files/default edit contents of cookbook_file nova-compute.conf to be more explanatory 2014-01-14 15:05:19 +00:00
recipes Merge "Clean up cookbook for bp/clean-up-attr-for-mq-and-db" 2014-01-28 22:09:06 +00:00
spec Update spec files to be rubocop compliant 2014-01-29 12:02:05 +00:00
templates/default Clean up cookbook for bp/clean-up-attr-for-mq-and-db 2014-01-28 10:01:35 +08:00
.gitignore Remove Berksfile.lock from dev branches 2014-01-20 17:29:10 +00:00
.gitreview Adds requisite .gitreview file for Gerrit reviews 2013-05-14 17:04:23 -04:00
.rubocop.yml Update spec files to be rubocop compliant 2014-01-29 12:02:05 +00:00
Berksfile Add quantum/neutron support to openstack-compute 2013-08-02 09:10:41 -07:00
CHANGELOG.md Adding neutron support in openstack-compute 2013-12-11 20:47:12 +08:00
Gemfile Update the Gemfile to sync with latest Chef and ChefSpec. 2014-01-09 15:42:27 -06:00
Gemfile.lock Update the Gemfile to sync with latest Chef and ChefSpec. 2014-01-09 15:42:27 -06:00
README.md Remove Berksfile.lock from dev branches 2014-01-20 17:29:10 +00:00
Strainerfile Update attributes to be rubocop compliant 2014-01-20 11:24:17 +00:00
TESTING.md Filling out initial rubocop support. 2014-01-08 16:32:48 -06:00
metadata.rb Filling out initial rubocop support. 2014-01-08 16:32:48 -06:00

README.md

Description

This cookbook installs the OpenStack Compute service Nova as part of the OpenStack reference deployment Chef for OpenStack. The http://github.com/mattray/chef-openstack-repo contains documentation for using this cookbook in the context of a full OpenStack deployment. Nova is currently installed from packages.

http://nova.openstack.org

Requirements

Chef 0.10.0 or higher required (for Chef environment use).

Cookbooks

The following cookbooks are dependencies:

  • apache2
  • openstack-common
  • openstack-identity
  • openstack-image
  • selinux (Fedora)
  • sysctl
  • yum

Usage

api-ec2

  • Includes recipe nova-common
  • Installs AWS EC2 compatible API and configures the service and endpoints in keystone

api-metadata

  • Includes recipe nova-common
  • Installs the nova metadata package

api-os-compute

  • Includes recipe nova-common
  • Installs OS API and configures the service and endpoints in keystone

compute

  • Includes recipes nova-common, api-metadata, network
  • Installs nova-compute service

libvirt

  • Installs libvirt, used by nova compute for management of the virtual machine environment

network

  • Includes recipe nova-common
  • Installs nova network service

nova-cert

  • Installs nova-cert service

nova-common

  • May include recipe selinux (Fedora)
  • Builds the basic nova.conf config file with details of the rabbitmq, mysql, glance and keystone servers
  • Builds a openrc file for root with appropriate environment variables to interact with the nova client CLI

nova-setup

  • Includes recipes nova-common
  • Sets up the nova networks with nova-manage

scheduler

  • Includes recipe nova-common
  • Installs nova scheduler service

vncproxy

  • Includes recipe nova-common
  • Installs and configures the vncproxy service for console access to VMs

Attributes

Openstack Compute attributes are in the attribute namespace ["openstack"]["compute"].

  • openstack["compute"]["identity_service_chef_role"] - The name of the Chef role that sets up the Keystone Service API
  • openstack["compute"]["user"] - User nova services run as
  • openstack["compute"]["group"] - Group nova services run as
  • openstack["compute"]["db"]["username"] - Username for nova database access
  • openstack["compute"]["service_tenant_name"] - Tenant name used by nova when interacting with keystone
  • openstack["compute"]["service_user"] - User name used by nova when interacting with keystone
  • openstack["compute"]["service_role"] - User role used by nova when interacting with keystone
  • openstack["compute"]["floating_cmd"] - Path to the nova-manage floating create wrapper script.
  • openstack["compute"]["config"]["volume_api_class"] - API Class used for Volume support
  • openstack["compute"]["compute"]["api"]["protocol"] - Protocol used for the OS API
  • openstack["compute"]["compute"]["api"]["port"] - Port on which OS API runs
  • openstack["compute"]["compute"]["api"]["version"] - Version of the OS API used
  • openstack["compute"]["compute"]["adminURL"] - URL used to access the OS API for admin functions
  • openstack["compute"]["compute"]["internalURL"] - URL used to access the OS API for user functions from an internal network
  • openstack["compute"]["compute"]["publicURL"] - URL used to access the OS API for user functions from an external network
  • openstack["compute"]["config"]["availability_zone"] - Nova availability zone. Usually set at the node level to place a compute node in another az
  • openstack["compute"]["config"]["default_schedule_zone"] - The availability zone to schedule instances in when no az is specified in the request
  • openstack["compute"]["config"]["force_raw_images"] - Convert all images used as backing files for instances to raw (we default to false)
  • openstack["compute"]["config"]["allow_same_net_traffic"] - Disable security groups for internal networks (we default to true)
  • openstack["compute"]["config"]["osapi_max_limit"] - The maximum number of items returned in a single response from a collection resource (default is 1000)
  • openstack["compute"]["config"]["cpu_allocation_ratio"] - Virtual CPU to Physical CPU allocation ratio (default 16.0)
  • openstack["compute"]["config"]["ram_allocation_ratio"] - Virtual RAM to Physical RAM allocation ratio (default 1.5)
  • openstack["compute"]["config"]["snapshot_image_format"] - Snapshot image format (valid options are : raw, qcow2, vmdk, vdi [we default to qcow2]).
  • openstack["compute"]["config"]["start_guests_on_host_boot"] - Whether to restart guests when the host reboots
  • openstack["compute"]["config"]["resume_guests_state_on_host_boot"] - Whether to start guests that were running before the host rebooted
  • openstack["compute"]["config"]["disk_allocation_ratio"] - Virtual disk to physical disk allocation ratio (default 1.0)
  • openstack["compute"]["config"]["allow_resize_to_same_host"] - Allow destination machine to match source for resize. Useful when testing in single-host environments (default is false)
  • openstack["compute"]["api"]["signing_dir"] - Keystone PKI needs a location to hold the signed tokens
  • openstack["compute"]["api"]["signing_dir"] - Keystone PKI needs a location to hold the signed tokens
  • openstack["compute"]["rpc_thread_pool_size"] - Size of RPC thread pool (default 64)
  • openstack["compute"]["rpc_conn_pool_size"] - Size of RPC connection pool (default 30)
  • openstack["compute"]["rpc_response_timeout"] - Seconds to wait for a response from call or multicall (default 60) TODO: Add DB2 support on other platforms
  • openstack["compute"]["platform"]["db2_python_packages"] - Array of DB2 python packages, only available on redhat platform

MQ attributes

  • openstack["compute"]["mq"]["service_type"] - Select qpid or rabbitmq. default rabbitmq TODO: move rabbit parameters under openstack["compute"]["mq"]

  • openstack["compute"]["rabbit"]["username"] - Username for nova rabbit access

  • openstack["compute"]["rabbit"]["vhost"] - The rabbit vhost to use

  • openstack["compute"]["rabbit"]["port"] - The rabbit port to use

  • openstack["compute"]["rabbit"]["host"] - The rabbit host to use (must set when openstack["compute"]["rabbit"]["ha"] false).

  • openstack["compute"]["rabbit"]["ha"] - Whether or not to use rabbit ha

  • openstack["compute"]["mq"]["qpid"]["host"] - The qpid host to use

  • openstack["compute"]["mq"]["qpid"]["port"] - The qpid port to use

  • openstack["compute"]["mq"]["qpid"]["qpid_hosts"] - Qpid hosts. TODO. use only when ha is specified.

  • openstack["compute"]["mq"]["qpid"]["username"] - Username for qpid connection

  • openstack["compute"]["mq"]["qpid"]["password"] - Password for qpid connection

  • openstack["compute"]["mq"]["qpid"]["sasl_mechanisms"] - Space separated list of SASL mechanisms to use for auth

  • openstack["compute"]["mq"]["qpid"]["reconnect_timeout"] - The number of seconds to wait before deciding that a reconnect attempt has failed.

  • openstack["compute"]["mq"]["qpid"]["reconnect_limit"] - The limit for the number of times to reconnect before considering the connection to be failed.

  • openstack["compute"]["mq"]["qpid"]["reconnect_interval_min"] - Minimum number of seconds between connection attempts.

  • openstack["compute"]["mq"]["qpid"]["reconnect_interval_max"] - Maximum number of seconds between connection attempts.

  • openstack["compute"]["mq"]["qpid"]["reconnect_interval"] - Equivalent to setting qpid_reconnect_interval_min and qpid_reconnect_interval_max to the same value.

  • openstack["compute"]["mq"]["qpid"]["heartbeat"] - Seconds between heartbeat messages sent to ensure that the connection is still alive.

  • openstack["compute"]["mq"]["qpid"]["protocol"] - Protocol to use. Default tcp.

  • openstack["compute"]["mq"]["qpid"]["tcp_nodelay"] - Disable the Nagle algorithm. default disabled.

Networking Attributes

Basic networking configuration is controlled with the following attributes:

  • openstack["compute"]["network"]["network_manager"] - Defaults to "nova.network.manager.FlatDHCPManager". Set to "nova.network.manager.VlanManager" to configure VLAN Networking.
  • openstack["compute"]["network"]["dmz_cidr"] - A CIDR for the range of IP addresses that will NOT be SNAT'ed by the nova network controller
  • openstack["compute"]["network"]["public_interface"] - Defaults to eth0. Refers to the network interface used for VM addresses`.
  • openstack["compute"]["network"]["vlan_interface"] - Defaults to eth0. Refers to the network interface used for VM addresses when VMs are assigned in a VLAN subnet.
  • openstack["compute"]["network"]["auto_assign_floating_ip"] - Defaults to false. Autoassigning floating ip to VM, this should be only for nova network.
  • openstack["compute"]["network"]["force_dhcp_release"] - If True, send a dhcp release on instance termination. (Default is false on "fedora", "redhat", "centos")

You can have the cookbook automatically create networks in Nova for you by adding a Hash to the openstack["compute"]["networks"] Array. Note: The openstack-compute::nova-setup recipe contains the code that creates these pre-defined networks.

Each Hash must contain the following keys:

  • ipv4_cidr - The CIDR representation of the subnet. Supplied to the nova-manage network create command as --fixed_ipv4_range
  • label - A name for the network

In addition to the above required keys in the Hash, the below keys are optional:

  • num_networks - Passed as-is to nova-manage network create as the --num_networks option. This overrides the default num_networks nova.conf value.
  • network_size - Passed as-is to nova-manage network create as the --network_size option. This overrides the default network_size nova.conf value.
  • bridge - Passed as-is to nova-manage network create as the --bridge option.
  • bridge_interface -- Passed as-is to nova-manage network create as the --bridge_interface option. This overrides the default vlan_interface nova.conf value.
  • dns1 - Passed as-is to nova-manage network create as the --dns1 option.
  • dns2 - Passed as-is to nova-manage network create as the --dns2 option.
  • multi_host - Passed as-is to nova-manage network create as the --multi_host option. Values should be either 'T' or 'F'
  • vlan - Passed as-is to nova-manage network create as the --vlan option. Should be the VLAN tag ID.

By default, the openstack["compute"]["networks"] array has two networks:

  • openstack["compute"]["networks"]["public"]["label"] - Network label to be assigned to the public network on creation

  • openstack["compute"]["networks"]["public"]["ipv4_cidr"] - Network to be created (in CIDR notation, e.g., 192.168.100.0/24)

  • openstack["compute"]["networks"]["public"]["num_networks"] - Number of networks to be created

  • openstack["compute"]["networks"]["public"]["network_size"] - Number of IP addresses to be used in this network

  • openstack["compute"]["networks"]["public"]["bridge"] - Bridge to be created for accessing the VM network (e.g., br100)

  • openstack["compute"]["networks"]["public"]["bridge_dev"] - Physical device on which the bridge device should be attached (e.g., eth2)

  • openstack["compute"]["networks"]["public"]["dns1"] - DNS server 1

  • openstack["compute"]["networks"]["public"]["dns2"] - DNS server 2

  • openstack["compute"]["networks"]["private"]["label"] - Network label to be assigned to the private network on creation

  • openstack["compute"]["networks"]["private"]["ipv4_cidr"] - Network to be created (in CIDR notation e.g., 192.168.200.0/24)

  • openstack["compute"]["networks"]["private"]["num_networks"] - Number of networks to be created

  • openstack["compute"]["networks"]["private"]["network_size"] - Number of IP addresses to be used in this network

  • openstack["compute"]["networks"]["private"]["bridge"] - Bridge to be created for accessing the VM network (e.g., br200)

  • openstack["compute"]["networks"]["private"]["bridge_dev"] - Physical device on which the bridge device should be attached (e.g., eth3)

VNC Configuration Attributes

Requires network_addr Ohai plugin.

  • openstack["compute"]["xvpvnc_proxy"]["service_port"] - Port on which XvpVNC runs
  • openstack["compute"]["xvpvnc_proxy"]["bind_interface"] - Determine the interface's IP address to bind to
  • openstack["compute"]["novnc_proxy"]["service_port"] - Port on which NoVNC runs
  • openstack["compute"]["novnc_proxy"]["bind_interface"] - Determine the interface's IP address to bind to

Libvirt Configuration Attributes

  • openstack["compute"]["libvirt"]["virt_type"] - What hypervisor software layer to use with libvirt (e.g., kvm, qemu)
  • openstack["compute"]["libvirt"]["bind_interface"] - Determine the interface's IP address (used for VNC). IP address on the hypervisor that libvirt listens for VNC requests on, and IP address on the hypervisor that libvirt exposes for VNC requests on.
  • openstack["compute"]["libvirt"]["auth_tcp"] - Type of authentication your libvirt layer requires
  • openstack["compute"]["libvirt"]["ssh"]["private_key"] - Private key to use if using SSH authentication to your libvirt layer
  • openstack["compute"]["libvirt"]["ssh"]["public_key"] - Public key to use if using SSH authentication to your libvirt layer
  • openstack["compute"]["libvirt"]["max_clients"] - Maximum number of concurrent client connections to allow over all sockets combined. (default: 20)
  • openstack["compute"]["libvirt"]["max_workers"] - Maximum number of workers spawned, typically equal to max_clients. (default: 20)
  • openstack["compute"]["libvirt"]["max_requests"] - Total global limit on concurrent RPC calls. Should be at least as large as max_workers. (default: 20)
  • openstack["compute"]["libvirt"]["max_client_requests"] - Limit on concurrent requests from a single client connection. (default: 5)
  • openstack["compute"]["libvirt"]["libvirt_inject_password"] - Inject the admin password at boot time, without an agent. (default: false)

Scheduler Configuration Attributes

  • openstack["compute"]["scheduler"]["scheduler_driver"] - the scheduler driver to use NOTE: The filter scheduler currently does not work with ec2.
  • openstack["compute"]["scheduler"]["default_filters"] - a list of filters enabled for schedulers that support them.

Syslog Configuration Attributes

  • openstack["compute"]["syslog"]["use"] - Should nova log to syslog?
  • openstack["compute"]["syslog"]["facility"] - Which facility nova should use when logging in python style (for example, LOG_LOCAL1)
  • openstack["compute"]["syslog"]["config_facility"] - Which facility nova should use when logging in rsyslog style (for example, local1)

OSAPI Compute Extentions

  • openstack["compute"]["plugins"] - Array of osapi compute exntesions to add to nova

Miscellaneous Options

  • openstack["compute"]["misc_nova"] - Array of bare options for nova.conf (e.g. 'option=value')
  • openstack["compute"]["misc_paste"] - Array of bare options for api-paste.ini (e.g. 'option=value')
  • openstack["compute"]["misc_openrc"] - Array of bare options for openrc (e.g. 'option=value')

EC2 Configuration Attributes

  • `openstack["compute"]["enabled_apis"] - Which apis have been enabled in nova compute

Testing

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

Berkshelf

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.

License and Author

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 Ray (matt@opscode.com)
Author Jay Pipes (jaypipes@att.com)
Author John Dewey (jdewey@att.com)
Author Kevin Bringard (kbringard@att.com)
Author Craig Tracey (craigtracey@gmail.com)
Author Sean Gallagher (sean.gallagher@att.com)
Author Ionut Artarisi (iartarisi@suse.cz)
Author JieHua Jin (jinjhua@cn.ibm.com)
Author David Geng (gengjh@cn.ibm.com)
Author Salman Baset (sabaset@us.ibm.com)
Author Chen Zhiwei (zhiwchen@cn.ibm.com)
Copyright Copyright (c) 2012-2013, Rackspace US, Inc.
Copyright Copyright (c) 2012-2013, Opscode, Inc.
Copyright Copyright (c) 2012-2013, AT&T Services, Inc.
Copyright Copyright (c) 2013, Craig Tracey
Copyright Copyright (c) 2013, SUSE Linux GmbH
Copyright Copyright (c) 2013, IBM, Corp.

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.