summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-01 14:12:10 +0000
committerRichard Ipsum <richard.ipsum@codethink.co.uk>2015-03-01 14:53:10 +0000
commit4a6205e7b601a565c2557194ceaa7c6727127c89 (patch)
treec67dfa3aa48eac2b60d5377b4017dbcb2b077cd2
parentf038321fa0c66c5b4769f328b80dd77b931280eb (diff)
downloaddefinitions-4a6205e7b601a565c2557194ceaa7c6727127c89.tar.gz
Add ip map stuff to cluster morph
-rw-r--r--clusters/openstack-cluster.morph5
1 files changed, 5 insertions, 0 deletions
diff --git a/clusters/openstack-cluster.morph b/clusters/openstack-cluster.morph
index df2d9943..26f63107 100644
--- a/clusters/openstack-cluster.morph
+++ b/clusters/openstack-cluster.morph
@@ -12,6 +12,11 @@ systems:
RAM_SIZE: 1G
VCPUS: 1
INSTALL_FILES: openstack/manifest
+ STACK_ID: onenode
+ CONTROLLER_NODE_IP: 127.0.0.1
+ COMPUTE_NODE_IPS: 127.0.0.1
+ OBJECT_STORAGE_NODE_IPS: 127.0.0.1
+ BLOCK_STORAGE_NODE_IPS: 127.0.0.1
HOSTNAME: onenode
RABBITMQ_HOST: onenode
RABBITMQ_PORT: 5672