kolla/doc
Jeff Peeler f5a50a1d7d Add Ansible support for Ironic
Configuration based off upstream documentation here:
http://docs.openstack.org/developer/ironic/deploy/install-guide.html

A few notes:
-ironic-api is not configured to use mod_wsgi
-several places it's noted that discoverd is going away and needs to be
replaced with ironic-inspector - (sqlite connection should be changed
too)
-currently enabling ironic reconfigures nova compute (driver and
scheduler) as well as changes neutron network settings
-a nice enhancement would be to configure the web console

Required post-deployment configuration:

Create the flat network to launch the instances:

neutron net-create --tenant-id $TENANT_ID sharednet1 --shared \
--provider:network_type flat --provider:physical_network physnet1

neutron subnet-create sharednet1 $NETWORK_CIDR --name $SUBNET_NAME \
--ip-version=4 --gateway=$GATEWAY_IP --allocation-pool \
start=$START_IP,end=$END_IP --enable-dhcp

And then the above ID is used to set cleaning_network_uuid in the neutron
section of ironic.conf.

Change-Id: I572e7ff1f23c4e57a2c50817cafe9269fd9950dd
Implements: blueprint ironic-container
2015-09-28 16:10:43 -04:00
..
ansible-deployment.rst Rename docs dir to doc for publishing 2015-09-02 22:37:36 -07:00
cinder-guide.rst Spelling corrections in cinder guide 2015-09-18 09:43:06 +05:30
conf.py Rename docs dir to doc for publishing 2015-09-02 22:37:36 -07:00
customize-deployment.rst Add a customize deployment document 2015-09-18 14:12:21 -07:00
deploy-all-in-one-node.rst Spell corrections in AIO doc 2015-09-18 09:45:21 +05:30
dev-quickstart.rst Unify commands in documentation 2015-09-28 05:47:55 +00:00
devenv-heat.rst Fix document references in documentation 2015-09-04 14:21:01 +02:00
devenv-vagrant.rst Simplify instructions to install vagrant-libvirt 2015-09-26 17:43:37 +09:00
image-building.rst Consolidate kolla-build configuration in one file 2015-09-21 21:20:48 +09:00
index.rst Rename swift-readme.rst to swift-guide.rst 2015-09-25 08:54:44 -07:00
ironic-guide.rst Add Ansible support for Ironic 2015-09-28 16:10:43 -04:00
kollanet.png Rename docs dir to doc for publishing 2015-09-02 22:37:36 -07:00
swift-guide.rst Rename swift-readme.rst to swift-guide.rst 2015-09-25 08:54:44 -07:00