summaryrefslogtreecommitdiff
path: root/clusters
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-01 15:59:51 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-04 15:34:40 +0000
commitc663be35ddaaf865ebee3eac2e285709e5be528e (patch)
treed76461d8b019a565ddd38a1a64a1dc6ef988aa2b /clusters
parent7b75b5caf862f162808e0c10065f762206da6dcc (diff)
downloaddefinitions-c663be35ddaaf865ebee3eac2e285709e5be528e.tar.gz
Add MANAGEMENT_INTERFACE_IP_ADDRESS variable
Ideally this would be inferred from the network information provided in the cluster, but at the moment the means to do that aren't available so we're forced to have the deployer provide this address. Note that this address is the ip for *this* node (the node we are deploying) that sits on the management network.
Diffstat (limited to 'clusters')
-rw-r--r--clusters/openstack-cluster.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/clusters/openstack-cluster.morph b/clusters/openstack-cluster.morph
index 26f63107..73d8cb86 100644
--- a/clusters/openstack-cluster.morph
+++ b/clusters/openstack-cluster.morph
@@ -17,6 +17,7 @@ systems:
COMPUTE_NODE_IPS: 127.0.0.1
OBJECT_STORAGE_NODE_IPS: 127.0.0.1
BLOCK_STORAGE_NODE_IPS: 127.0.0.1
+ MANAGEMENT_INTERFACE_IP_ADDRESS: 127.0.0.1
HOSTNAME: onenode
RABBITMQ_HOST: onenode
RABBITMQ_PORT: 5672