From 16a327c59f92a593089c36d08422a88c36b52f31 Mon Sep 17 00:00:00 2001 From: yaelpeled Date: Mon, 6 Jul 2015 10:55:25 +0300 Subject: [PATCH] changed datacenter to Melbourne 1, os to 14.04 and host names --- softlayer-blueprint.yaml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/softlayer-blueprint.yaml b/softlayer-blueprint.yaml index 4f056bb..eca2574 100644 --- a/softlayer-blueprint.yaml +++ b/softlayer-blueprint.yaml @@ -23,12 +23,12 @@ inputs: location: description: > Location of the data center - Default value is the location id of Hong kong 2 - default: 352494 + Default value is the location id of Melbourne 1 + default: 449596 domain: description: The domain default: cloudify.org - ram: + ram: description: > Item id of the ram Default value is the item id of 16 GB @@ -46,8 +46,9 @@ inputs: os: description: > Item id of the operating system - Default value is the item id of Ubuntu Linux 12.04 - default: 4174 + Default value is the item id of + Ubuntu Linux 14.04 LTS Trusty Tahr - Minimal Install (64 bit) + default: 4668 node_types: @@ -116,12 +117,12 @@ node_templates: mongod_host: type: nodecellar.nodes.MonitoredServer properties: - hostname: mongod-host + hostname: mongod nodejs_host: type: nodecellar.nodes.MonitoredServer properties: - hostname: nodejs-host + hostname: nodejs mongod: type: nodecellar.nodes.MongoDatabase