Skip to content

Instantly share code, notes, and snippets.

@dizz
Created December 2, 2014 14:40
Show Gist options
  • Save dizz/704b51572ffb17858ed5 to your computer and use it in GitHub Desktop.
Save dizz/704b51572ffb17858ed5 to your computer and use it in GitHub Desktop.
{
"service_type": "http://schemas.mobile-cloud-networking.eu/occi/sm#e2e",
"service_description": "End to end service",
"service_attributes": {
"occi.attr.test": "required",
"occi.attr.other": "mutable"
},
"service_endpoint": "http://ran.cloudcomplab.ch:8888/e2e/",
"depends_on": [
"http://schemas.openshift.com/template/app#mysql",
"http://schemas.mobile-cloud-networking.eu/occi/sm#ran",
"http://schemas.mobile-cloud-networking.eu/occi/sm#epc",
"http://schemas.mobile-cloud-networking.eu/occi/sm#ims"
],
"resources": [
{
"http://schemas.mobile-cloud-networking.eu/occi/service#cc": {
"uri": "file:///root/my/bundle/data/itg.yaml"
}
}
],
"prereq":[
"http://schemas.mobile-cloud-networking.eu/occi/sm#maas",
"http://schemas.mobile-cloud-networking.eu/occi/sm#rcb"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment