From c1f619da8dcd0bf099af5a0815c40e1868d214f1 Mon Sep 17 00:00:00 2001 From: Ilanad Date: Mon, 18 Apr 2016 11:12:32 +0300 Subject: [PATCH 1/3] Cloudify Adding Cloudify to the devops bookmarks, per the instructions. --- data/tools/Cloudify.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 data/tools/Cloudify.json diff --git a/data/tools/Cloudify.json b/data/tools/Cloudify.json new file mode 100644 index 00000000..514ddbc2 --- /dev/null +++ b/data/tools/Cloudify.json @@ -0,0 +1,33 @@ +[ + { + "slug": "Cloudify", + "name": "Cloudify", + "description": "", + "url": "http://getcloudify.org/", + "tags": [ + // Mention Platform + // ref: https://github.com/devopsbookmarks/devopsbookmarks.com/blob/master/data/platforms.json + "linux", + "windows", + "osx", + "solaris", + "open-source", + "provisioning", + "orchestration", + + // Mention License + // ref: https://github.com/devopsbookmarks/devopsbookmarks.com/blob/master/data/licenses.json + "open-source", + "free", + "commercial", + + // And add tags related to this tool + // Tags are grouped into topic + // Cross verify if these tags belong to a topic + // ref: https://github.com/devopsbookmarks/devopsbookmarks.com/blob/master/data/topics.json + "orchestration", + "vcs", + etc. + ] + } +] \ No newline at end of file From 86d8cb40860c0123a41d8f6768e9c1f477d2dad7 Mon Sep 17 00:00:00 2001 From: Ilanad Date: Mon, 18 Apr 2016 11:35:03 +0300 Subject: [PATCH 2/3] Fixed comment Errors --- data/tools/Cloudify.json | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/data/tools/Cloudify.json b/data/tools/Cloudify.json index 514ddbc2..4da53f02 100644 --- a/data/tools/Cloudify.json +++ b/data/tools/Cloudify.json @@ -2,32 +2,20 @@ { "slug": "Cloudify", "name": "Cloudify", - "description": "", - "url": "http://getcloudify.org/", + "description": "Cloudify is a pure play, open source cloud orchestration and automation software. It's used for a variety of needs, from autonomous application management, to uses like NFV orchestration. It was built from the bottom up as a cloud orchestration framework, and is built to be pluggable to any infrastructure. Its also the most extensive implementation of TOSCA, which makes it completely technology agnostic.", "tags": [ - // Mention Platform - // ref: https://github.com/devopsbookmarks/devopsbookmarks.com/blob/master/data/platforms.json "linux", "windows", "osx", - "solaris", "open-source", "provisioning", "orchestration", - - // Mention License - // ref: https://github.com/devopsbookmarks/devopsbookmarks.com/blob/master/data/licenses.json + "automation", + "scaling", "open-source", "free", "commercial", - - // And add tags related to this tool - // Tags are grouped into topic - // Cross verify if these tags belong to a topic - // ref: https://github.com/devopsbookmarks/devopsbookmarks.com/blob/master/data/topics.json - "orchestration", - "vcs", - etc. - ] + ], + "url": "http://getcloudify.org/", } -] \ No newline at end of file +] From 435274b4ff5206eee0b9400d4c505eb7b0379730 Mon Sep 17 00:00:00 2001 From: Ilanad Date: Mon, 2 May 2016 13:33:00 +0300 Subject: [PATCH 3/3] Add Cloudify to Orchestration Tools Add Cloudify to Orchestration Tools --- data/tools/Cloudify.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/tools/Cloudify.json b/data/tools/Cloudify.json index 4da53f02..d5a20171 100644 --- a/data/tools/Cloudify.json +++ b/data/tools/Cloudify.json @@ -14,8 +14,8 @@ "scaling", "open-source", "free", - "commercial", + "commercial" ], - "url": "http://getcloudify.org/", + "url": "http://getcloudify.org/" } ]