From a8e2bd54ff57ca36e73138a928c4eb1548bfde94 Mon Sep 17 00:00:00 2001 From: yaelpeled Date: Mon, 9 Mar 2015 09:22:55 +0200 Subject: [PATCH] added hostnames and changed the domain --- softlayer-blueprint.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/softlayer-blueprint.yaml b/softlayer-blueprint.yaml index b51d3e3..372eaf0 100644 --- a/softlayer-blueprint.yaml +++ b/softlayer-blueprint.yaml @@ -27,7 +27,7 @@ inputs: default: 352494 domain: description: The domain - default: nodecellar.cloudify.org + default: cloudify.org ram: description: > Item id of the ram @@ -115,9 +115,13 @@ node_templates: mongod_host: type: nodecellar.nodes.MonitoredServer + properties: + hostname: mongod-host nodejs_host: type: nodecellar.nodes.MonitoredServer + properties: + hostname: nodejs-host mongod: type: nodecellar.nodes.MongoDatabase