kolla-ansible/etc/kolla/config
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
..
cinder Add ansible support for Cinder 2015-08-12 03:41:48 +00:00
glance Ansible Glance support 2015-07-09 15:29:55 +00:00
heat Add Ansible support for Heat 2015-08-29 23:58:54 -07:00
ironic Add Ansible support for Ironic 2015-09-28 16:10:43 -04:00
keystone Add initial config function and keystone support 2015-06-30 17:26:23 +00:00
murano Add ansible support for Murano 2015-09-07 09:30:07 +01:00
neutron Add linuxbridge as option to ansible 2015-08-02 11:48:21 +00:00
nova Ansible Nova w/ libvirt support 2015-07-12 12:44:14 +00:00
swift Add missing Swift services, also ansible configuration 2015-09-07 10:38:00 +00:00
ceph.conf Ceph Ansible support 2015-09-24 12:33:43 +00:00
cinder.conf Add ansible support for Cinder 2015-08-12 03:41:48 +00:00
database.conf Add initial config function and keystone support 2015-06-30 17:26:23 +00:00
discoverd.conf Add Ansible support for Ironic 2015-09-28 16:10:43 -04:00
glance.conf Ansible Glance support 2015-07-09 15:29:55 +00:00
global.conf Add initial config function and keystone support 2015-06-30 17:26:23 +00:00
heat.conf Add Ansible support for Heat 2015-08-29 23:58:54 -07:00
ironic.conf Add Ansible support for Ironic 2015-09-28 16:10:43 -04:00
keystone.conf Add initial config function and keystone support 2015-06-30 17:26:23 +00:00
messaging.conf Add initial config function and keystone support 2015-06-30 17:26:23 +00:00
murano.conf Add ansible support for Murano 2015-09-07 09:30:07 +01:00
neutron.conf Ansible Neutron support 2015-07-19 12:37:49 +00:00
nova.conf Ansible Nova w/ libvirt support 2015-07-12 12:44:14 +00:00
swift.conf Implement Ansible role for Swift 2015-08-26 10:30:29 +00:00