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-three-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-three-node-installer.morph')
-rw-r--r-- | clusters/openstack-three-node-installer.morph | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clusters/openstack-three-node-installer.morph b/clusters/openstack-three-node-installer.morph index b496d8ed..144033cb 100644 --- a/clusters/openstack-three-node-installer.morph +++ b/clusters/openstack-three-node-installer.morph @@ -126,6 +126,7 @@ systems: NEUTRON_DB_PASSWORD: veryinsecure METADATA_PROXY_SHARED_SECRET: novaneutronmetasecret + IRONIC_ENABLE_SERVICE: False IRONIC_SERVICE_USER: ironic IRONIC_SERVICE_PASSWORD: veryinsecure IRONIC_DB_USER: ironicDB @@ -138,6 +139,7 @@ systems: HOSTS_NETWORK: 10.0.0.1 threenode-network.os-mgmt HOSTS_CONTROL: 10.0.0.2 threenode-controller.os-mgmt HOSTS_COMPUTE: 10.0.0.3 threenode-compute.os-mgmt + EXTERNAL_INTERFACE: enp3s0 NETWORK_CONFIG: enp3s0:dhcp;enp2s0:static,address=10.0.0.1,netmask=255.255.255.0 subsystems: @@ -166,6 +168,8 @@ systems: NEUTRON_ENABLE_CONTROLLER: True METADATA_PROXY_SHARED_SECRET: novaneutronmetasecret + IRONIC_ENABLE_SERVICE: True + MANAGEMENT_INTERFACE_IP_ADDRESS: 10.0.0.2 HOSTS_SELF: 10.0.0.2 threenode-controller EXTERNAL_INTERFACE: enp2s0 |