From 1ba91819505412645024723e5c1c59048fb24e3f Mon Sep 17 00:00:00 2001 From: guy-mograbi-at-gigaspaces Date: Mon, 9 Nov 2015 09:58:02 +0200 Subject: [PATCH 1/2] task(description): add description to the blueprint CFY-3645 --- simple-blueprint.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/simple-blueprint.yaml b/simple-blueprint.yaml index d4f1043..5ac5f28 100644 --- a/simple-blueprint.yaml +++ b/simple-blueprint.yaml @@ -92,3 +92,6 @@ outputs: ip_address: { get_property: [ host, ip ] } port: { get_property: [ nodecellar, port ] } + +description: > + deployes nodecellar app alongside mongo on a single machine \ No newline at end of file From 515a8e0cd61be8f7a5016ae76e27e9ebd6d56b84 Mon Sep 17 00:00:00 2001 From: guy-mograbi-at-gigaspaces Date: Mon, 9 Nov 2015 10:00:05 +0200 Subject: [PATCH 2/2] task(description): add description to the blueprint CFY-3645 --- simple-blueprint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple-blueprint.yaml b/simple-blueprint.yaml index 5ac5f28..dc6875e 100644 --- a/simple-blueprint.yaml +++ b/simple-blueprint.yaml @@ -94,4 +94,4 @@ outputs: description: > - deployes nodecellar app alongside mongo on a single machine \ No newline at end of file + deploys nodecellar app alongside mongo on a single machine \ No newline at end of file