Skip to content

Instantly share code, notes, and snippets.

@indykish
Created October 22, 2015 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save indykish/196ce39b62eed1dc09eb to your computer and use it in GitHub Desktop.
Save indykish/196ce39b62eed1dc09eb to your computer and use it in GitHub Desktop.
The declarative directive of megam cloud component json which illustrates launch of an service (postgresql) based on CAMP/TOSCA specification.
{
"id":"COM1266307125995503616",
"name":"stratums",
"tosca_type":"tosca.service.postgresql",
"inputs":[
{
"key":"domain",
"value":"megambox.com"
},
{
"key":"version",
"value":"9.3"
}
],
"outputs":[
],
"artifacts":{
"artifact_type":"",
"content":"",
"requirements":[
]
},
"related_components":[
"voiding.megambox.com/parenthetically"
],
"operations":[
],
"status":"LAUNCHING",
"repo":{
"rtype":"image",
"source":"null",
"oneclick":"null",
"url":"null"
},
"created_at":"2015-10-15 05:02:39 +0000"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment