summaryrefslogtreecommitdiff
path: root/clusters/openstack-installer.morph
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2015-04-14 18:54:57 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2015-04-16 04:09:41 +0000
commit8de7d921a3f8b7375691a4fbcfcfa8a66c49226c (patch)
tree50b7d54b47b710afbd35365bff021131e5ddfaa9 /clusters/openstack-installer.morph
parent65e059c107ffad30aed47e3c38774e8f33783089 (diff)
downloaddefinitions-8de7d921a3f8b7375691a4fbcfcfa8a66c49226c.tar.gz
OpenStack: Split nova into control and compute
This adds NOVA_ENABLE_{CONTROLLER,COMPUTE}. Both are enabled by deafult, but if CONTROLLER is enabled but COMPUTE isn't, then the conductor service is enabled. Change-Id: I523a7270d4afdcd1e2a30eaac42ea499581fe971
Diffstat (limited to 'clusters/openstack-installer.morph')
-rw-r--r--clusters/openstack-installer.morph4
1 files changed, 4 insertions, 0 deletions
diff --git a/clusters/openstack-installer.morph b/clusters/openstack-installer.morph
index 5cc7c5d1..2f2cbd02 100644
--- a/clusters/openstack-installer.morph
+++ b/clusters/openstack-installer.morph
@@ -77,6 +77,8 @@ systems:
NEUTRON_ENABLE_AGENT: False
NEUTRON_ENABLE_MANAGER: True
NEUTRON_ENABLE_CONTROLLER: False
+ NOVA_ENABLE_CONTROLLER: False
+ NOVA_ENABLE_COMPUTE: False
METADATA_PROXY_SHARED_SECRET: novaneutronmetasecret
HOSTS_SELF: 10.24.1.83 threenode-network
HOSTS_NETWORK: 10.0.0.1 threenode-network.os-mgmt
@@ -113,6 +115,7 @@ systems:
NEUTRON_ENABLE_AGENT: False
NEUTRON_ENABLE_MANAGER: False
NEUTRON_ENABLE_CONTROLLER: True
+ NOVA_ENABLE_CONTROLLER: True
METADATA_PROXY_SHARED_SECRET: novaneutronmetasecret
HOSTS_SELF: 10.0.0.2 threenode-controller
EXTERNAL_INTERFACE: enp2s0
@@ -145,6 +148,7 @@ systems:
NEUTRON_ENABLE_AGENT: True
NEUTRON_ENABLE_MANAGER: False
NEUTRON_ENABLE_CONTROLLER: False
+ NOVA_ENABLE_COMPUTE: True
METADATA_PROXY_SHARED_SECRET: novaneutronmetasecret
HOSTS_SELF: 10.0.0.3 threenode-compute
EXTERNAL_INTERFACE: eno1