aboutsummaryrefslogtreecommitdiffstats
path: root/test/policy-local-files/Capacity_vGMuxInfra.json
blob: 7ce02bfd2c56d7b46329f806d0638836f864345d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "OSDF_FRANKFURT.Capacity_vGMuxInfra": {
    "type": "onap.policies.optimization.resource.Vim_fit",
    "version": "1.0.0",
    "type_version": "1.0.0",
    "metadata": {
      "policy-id": "OSDF_FRANKFURT.Capacity_vGMuxInfra",
      "policy-version": 1
    },
    "properties": {
      "scope": [
        "OSDF_FRANKFURT"
      ],
      "services": [
        "vCPE"
      ],
      "resources": [
        "vGMuxInfra"
      ],
      "geography": [
        "US",
        "INTERNATIONAL"
      ],
      "identity": "capacity_vGMuxInfra",
      "applicableResources": "any",
      "capacityProperty": {
        "controller": "multicloud",
        "request": "{\"vCPU\": 10, \"Memory\": {\"quantity\": {\"get_param\": \"REQUIRED_MEM\"}, \"unit\": \"GB\"}, \"Storage\": {\"quantity\": {\"get_param\": \"REQUIRED_DISK\"}, \"unit\": \"GB\"}}"
      }
    }
  }
}