kolla/tests
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
..
clients.py Fixed additional OpenStack pep8 issues 2015-07-10 12:01:28 -07:00
setup_centos.sh Setup the gate for cross-distro support 2015-08-26 14:17:26 +00:00
setup_fedora.sh Setup the gate for cross-distro support 2015-08-26 14:17:26 +00:00
setup_gate.sh Setup the gate for cross-distro support 2015-08-26 14:17:26 +00:00
setup_ubuntu.sh Setup ubuntu build gate 2015-09-02 08:46:28 +00:00
test_build.py Add Ansible support for Ironic 2015-09-28 16:10:43 -04:00
test_keystone.py Fixed additional OpenStack pep8 issues 2015-07-10 12:01:28 -07:00