| { |
| "type": "php", |
| "provider": "apache", |
| "category": "framework", |
| "host": "php.stratos.org", |
| "displayName": "php", |
| "description": "php Cartridge", |
| "version": "7", |
| "multiTenant": "false", |
| "portMapping": [ |
| { |
| "name": "http-80", |
| "protocol": "http", |
| "port": "80", |
| "proxyPort": "8280" |
| }, |
| { |
| "name": "tcp-22", |
| "protocol": "tcp", |
| "port": "22", |
| "proxyPort": "8222" |
| } |
| ], |
| "deployment": { |
| }, |
| "iaasProvider": [ |
| { |
| "type": "gce", |
| "imageId": "stratos-base-v1", |
| "networkInterfaces": [ |
| { |
| "networkUuid": "stratos-network" |
| } |
| ], |
| "property": [ |
| { |
| "name": "availabilityZone", |
| "value": "europe-west1-b" |
| } |
| ] |
| } |
| ] |
| } |