From dcb95e689f2f61a61ef50822f8cb0e9543c8005d Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Tue, 21 Apr 2015 10:09:22 +0000 Subject: Enable Ironic on the three-node OpenStack system Also avoid running it on the compute machine on a two-node OpenStack system. Change-Id: I091bb4641291aaf1d699be2bd433cbda1f87d743 --- clusters/openstack-two-node-installer.morph | 3 +++ 1 file changed, 3 insertions(+) (limited to 'clusters/openstack-two-node-installer.morph') diff --git a/clusters/openstack-two-node-installer.morph b/clusters/openstack-two-node-installer.morph index 00d23ecd..0541e784 100644 --- a/clusters/openstack-two-node-installer.morph +++ b/clusters/openstack-two-node-installer.morph @@ -125,6 +125,7 @@ systems: NEUTRON_DB_PASSWORD: veryinsecure METADATA_PROXY_SHARED_SECRET: novaneutronmetasecret + IRONIC_ENABLE_SERVICE: True IRONIC_SERVICE_USER: ironic IRONIC_SERVICE_PASSWORD: veryinsecure IRONIC_DB_USER: ironicDB @@ -175,6 +176,8 @@ systems: NEUTRON_ENABLE_CONTROLLER: False METADATA_PROXY_SHARED_SECRET: novaneutronmetasecret + IRONIC_ENABLE_SERVICE: False + MANAGEMENT_INTERFACE_IP_ADDRESS: 10.0.0.3 HOSTS_SELF: 10.0.0.3 twonode-compute EXTERNAL_INTERFACE: eno1 -- cgit v1.2.1