Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions softlayer-blueprint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

Expand Down Expand Up @@ -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
Expand Down