aboutsummaryrefslogtreecommitdiffstats
path: root/test/placement-tests/request_placement_vfmod.json
blob: e4186d6e56ef33d55c7033a00c22e33d76c3d198 (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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
    "name": "de4f04e3-0a65-470b-9d07-8ea6c2fb3e10",
    "template": {
        "constraints": {
            "affinity_vFW_TD": {
                "demands": ["vFW-SINK", "vPGN"],
                "properties": {
                    "category": "region",
                    "qualifier": "same"
                },
                "type": "zone"
            }
        },
        "parameters": {
            "service_name": "vFW_TD",
            "chosen_region": "RegionOne",
            "service_id": "3e8d118c-10ca-4b4b-b3db-089b5e9e6a1c",
            "customer_long": 2.2,
            "REQUIRED_MEM": "",
            "customer_lat": 1.1,
            "REQUIRED_DISK": ""
        },
        "locations": {
            "customer_loc": {
                "longitude": {
                    "get_param": "customer_long"
                },
                "latitude": {
                    "get_param": "customer_lat"
                }
            }
        },
        "demands": {
            "vFW-SINK": [{
                "attributes": {
                    "global-customer-id": {
                        "get_param": "chosen_customer_id"
                    },
                    "cloud-region-id": {
                        "get_param": "chosen_region"
                    },
                    "model-version-id": "763731df-84fd-494b-b824-01fc59a5ff2d",
                    "orchestration-status": ["active"],
                    "model-invariant-id": "e7227847-dea6-4374-abca-4561b070fe7d",
                    "service_instance_id": {
                        "get_param": "service_id"
                    },
                    "prov-status": "ACTIVE"
                },
                "inventory_provider": "aai",
                "service_resource_id": "vFW-SINK-XX",
                "inventory_type": "vfmodule",
                "service_type": "vFW-SINK-XX",
                "excluded_candidates": [{
                    "inventory_type": "vfmodule",
                    "candidate_id": "e765d576-8755-4145-8536-0bb6d9b1dc9a"
                }]
            }],
            "vPGN": [{
                "attributes": {
                    "global-customer-id": {
                        "get_param": "chosen_customer_id"
                    },
                    "cloud-region-id": {
                        "get_param": "chosen_region"
                    },
                    "model-version-id": "e02a7e5c-9d27-4360-ab7c-73bb83b07e3b",
                    "orchestration-status": ["active"],
                    "model-invariant-id": "762472ef-5284-4daa-ab32-3e7bee2ec355",
                    "service_instance_id": {
                        "get_param": "service_id"
                    },
                    "prov-status": "ACTIVE"
                },
                "inventory_provider": "aai",
                "service_resource_id": "vPGN-XX",
                "unique": "false",
                "inventory_type": "vfmodule",
                "service_type": "vPGN-XX"
            }]
        },
        "optimization": {
            "minimize": {
                "sum": []
            }
        },
        "homing_template_version": "2017-10-10"
    },
    "num_solution": "100",
    "files": {},
    "timeout": 1200
}