Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleCloud Policy Example

{

  "service""cloudPolicy",
  "policyName""oofMulti-cloudCasablanca.cloudPolicy_vCPE_VNF",
  "description""Cloud Policy for vCPE VNF",
  "templateVersion""0.0.1",
  "version""oofMulti-cloudCasablanca",
  "priority""3",
  "riskType""test",
  "riskLevel""2",
  "guard""False",
  "content": {

"cloudRegion": {

"id": "1",

"cloudVendor": "Microsoft Azure",

"intent": {

"name": "Infrastructure HA for VNF", //realization thru Azure Fault Domain

"cost": { "value" : "10", "operatorSpecified" : "FALSE" } //Cost is derived based on APIs

},

"intent": {

"name": "Infrastructure Resource Isolation for VNF", //realization through dedicating compute & memory

"cost": { "value" : "0", "operatorSpecified" : "FALSE" } //Cost is derived based on APIs

},

"intent": {

"name": "High Performance Overlay Networking", //realization through

"cost": { "value" : "10", "operatorSpecified" : "FALSE" } //Cost is derived based on APIs

}

},

"cloudRegion": {

"id": "1",

"cloudVendor": "VMware VIO",

"intent": {

"name": "Infrastructure HA for VNF",

"cost": { "value" : "10", "operatorSpecified" : "TRUE" }

},

"intent": {

"name": "Infrastructure Resource Isolation for VNF",

"cost": { "value" : "9", "operatorSpecified" : "TRUE" },

"minGuarantee": {

"capability": "TRUE",

"overSubscriptionPercent": {"value": "10"},

}

"intent": {

"name": "High Performance Overlay Networking",

"cost": { "value" : "10", "operatorSpecified" : "TRUE" },

}

},

"cloudRegion": {

"id": "1",

"cloudVendor": "VMware VIO",

"intent": {

"name": "Infrastructure HA for VMs in a VNF",

"cost": { "value" : "10", "operatorSpecified" : "TRUE" }

},

"intent": {

"name": "Infrastructure Resource Isolation for VNF",

"cost": { "value" : "09", "operatorSpecified" : "FALSE" } //Public Clouds where cost can be calculated using APIsTRUE" },

"minGuarantee": {

"capability": "TRUE",

"overSubscriptionPercent": {"value": "10"},

}

"intent": {

"name": "High Performance Overlay Networking",

"cost": { "value" : "10", "operatorSpecified" : "TRUE" },

}

},

}


  "resources": ["vGMuxInfra", "vG"],
"applicableResources": "any",
"identity": "distance-vGMuxInfra",
"policyScope": ["vCPE", "US", "INTERNATIONAL", "ip", "vGMuxInfra"],
"policyType": "haPolicy"

}



Cloud Resource Partitioning for Differentiated QoS (Combined with Previous)

...