Last active
October 30, 2015 09:46
-
-
Save indykish/cf6af6b120443df62c0e to your computer and use it in GitHub Desktop.
The declarative directive of megam cloud assembly json which illustrates launch of a virtual machine based on CAMP/TOSCA specification.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "ASM1266318644653195264", | |
"json_claz": "Megam::Assembly", | |
"name": "injuries", | |
"components": [], | |
"tosca_type": "tosca.torpedo.centos", | |
"policies": [], | |
"inputs": [ | |
{ | |
"key": "domain", | |
"value": "megambox.com" | |
}, | |
{ | |
"key": "sshkey", | |
"value": "[email protected]_rr" | |
}, | |
{ | |
"key": "provider", | |
"value": "one" | |
}, | |
{ | |
"key": "cpu", | |
"value": "0.5" | |
}, | |
{ | |
"key": "ram", | |
"value": "896" | |
}, | |
{ | |
"key": "version", | |
"value": "7.0" | |
} | |
], | |
"outputs": [], | |
"status": "LAUNCHING", | |
"created_at": "2015-10-15 05:48:25 +0000" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment