diff options
author | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2015-04-21 10:09:22 +0000 |
---|---|---|
committer | Baserock Gerrit <gerrit@baserock.org> | 2015-04-24 13:50:34 +0000 |
commit | dcb95e689f2f61a61ef50822f8cb0e9543c8005d (patch) | |
tree | 7c7b8f522eee72c60365f44a17f33cd2f2aa8fdc /clusters/openstack-two-node-installer.morph | |
parent | 81b6779dddcf977daf26db193c8bcd016066e044 (diff) | |
download | definitions-dcb95e689f2f61a61ef50822f8cb0e9543c8005d.tar.gz |
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
Diffstat (limited to 'clusters/openstack-two-node-installer.morph')
-rw-r--r-- | clusters/openstack-two-node-installer.morph | 3 |
1 files changed, 3 insertions, 0 deletions
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 |