aboutsummaryrefslogtreecommitdiffstats
path: root/test/policy-local-files/Capacity_vFW_1.json
blob: d5e80ab4e0e160ce4926f83a9cde70049b799c41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "service": "vim_fit",
    "policyName": "OSDF_DUBLIN.Capacity_vFW_1",
    "description": "Capacity policy for vFW",
    "templateVersion": "OpenSource.version.1",
    "version": "test1",
    "priority": "5",
    "riskType": "test",
    "riskLevel": "2",
    "guard": "False",
    "content": {
        "identity": "capacity_vFW",
        "policyScope": ["vFW", "US", "INTERNATIONAL", "ip", "vFW"],
	    "resources": ["vFW"],
        "capacityProperty": {
            "controller": "multicloud",
            "request": "{\"vCPU\": 2, \"Memory\": {\"quantity\": {\"get_param\": \"REQUIRED_MEM\"}, \"unit\": \"GB\"}, \"Storage\": {\"quantity\": {\"get_param\": \"REQUIRED_DISK\"}, \"unit\": \"GB\"}}"
        },
        "policyType": "vim_fit",
        "applicableResources": "any"
    }
}