Guest User

Untitled

a guest
Aug 20th, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. {
  2. "type": "php",
  3. "category": "framework",
  4. "provider": "apache",
  5. "host": "php.stratos.org",
  6. "displayName": "php",
  7. "description": "php Cartridge",
  8. "version": "7",
  9. "multiTenant": true,
  10. "portMapping": [
  11. {
  12. "protocol": "http",
  13. "port": 80,
  14. "proxyPort": 8280,
  15. "name": "http-80"
  16. }
  17. ],
  18. "iaasProvider": [
  19. {
  20. "type": "ec2",
  21. "imageId": "us-east-1/ami-dd7ba9b6",
  22. "property": [
  23. {
  24. "name": "instanceType",
  25. "value": "t1.micro"
  26. },
  27. {
  28. "name": "keyPair",
  29. "value": "ravihansa-ec2"
  30. },
  31. {
  32. "name": "securityGroups",
  33. "value": "test1"
  34. }
  35. ],
  36. "networkInterfaces": []
  37. }
  38. ],
  39. "property": [
  40.  
  41. ]
  42. }
Advertisement
Add Comment
Please, Sign In to add comment