aboutsummaryrefslogtreecommitdiffstats
path: root/cmso-optimizer/data/policies/AllDayEveryDay.json
blob: b2f794d7ed91512b3dcd723af29a6887b1ff57f1 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
    "service": "TimeLimitAndVerticalTopology",
    "policyName": "CMSO.Weekday_00_06",
    "description": "dev instance",
    "templateVersion": "Dublin",
    "version": "0001",
    "priority": "4",
    "riskType": "test",
    "riskLevel": "3",
    "guard": "False",
    "content": {
        "serviceType": "networkOnDemand",
        "identity": "vnf_upgrade_policy",
        "policyScope": {
            "serviceType": ["networkOnDemand"],
            "aicZone": [
                " "
            ],
            "entityType": ["vnf"]
        },
        "timeSchedule": {
            "allowedPeriodicTime": [
                {
                    "day": "weekday",
                    "timeRange": [
                        {
                            "start_time": "00:00:00+00:00",
                            "end_time": "23:59:59+00:00"
                        }
                    ]
                },
                {
                    "day": "weekend",
                    "timeRange": [
                        {
                            "start_time": "00:00:00+00:00",
                            "end_time": "23:59:59+00:00"
                        }
                    ]
                }
            ]
        },
        "nodeType": ["vnf"],
        "type": "timeLimitAndVerticalTopology",
        "conflictScope": "vnf_pserver"
    }
}