aboutsummaryrefslogtreecommitdiffstats
path: root/test/placement-tests/request_placement_vfmod.json
blob: 4b2b85215385cd162b3014513f27ae11e5dd6161 (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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
  "name": "de4f04e3-0a65-470b-9d07-8ea6c2fb3e10",
  "files": {},
  "timeout": 1200,
  "num_solution": "100",
  "template": {
    "homing_template_version": "2017-10-10",
    "parameters": {
      "REQUIRED_MEM": "",
      "REQUIRED_DISK": "",
      "customer_lat": 1.1,
      "customer_long": 2.2,
      "service_name": "vFW_TD",
      "service_id": "3e8d118c-10ca-4b4b-b3db-089b5e9e6a1c",
      "chosen_region": "RegionOne"
    },
    "locations": {
      "customer_loc": {
        "latitude": {
          "get_param": "customer_lat"
        },
        "longitude": {
          "get_param": "customer_long"
        }
      }
    },
    "demands": {
      "vFW-SINK": [
        {
          "inventory_provider": "aai",
          "inventory_type": "vfmodule",
          "service_type": "vFW-SINK-XX",
          "service_resource_id": "vFW-SINK-XX",
          "filtering_attributes": {
            "global-customer-id": {
              "get_param": "chosen_customer_id"
            },
            "model-invariant-id": "e7227847-dea6-4374-abca-4561b070fe7d",
            "model-version-id": "763731df-84fd-494b-b824-01fc59a5ff2d",
            "orchestration-status": [
              "active"
            ],
            "prov-status": "ACTIVE",
            "cloud-region-id": {
              "get_param": "chosen_region"
            },
            "service_instance_id": {
              "get_param": "service_id"
            }
          },
          "passthrough_attributes": {
            "td-role": "destination"
          },
          "excluded_candidates": [
            {
              "inventory_type": "vfmodule",
              "candidate_id": [
                "e765d576-8755-4145-8536-0bb6d9b1dc9a"
              ]
            }
          ]
        }
      ],
      "vPGN": [
        {
          "inventory_provider": "aai",
          "inventory_type": "vfmodule",
          "service_type": "vPGN-XX",
          "service_resource_id": "vPGN-XX",
          "unique": "False",
          "filtering_attributes": {
            "global-customer-id": {
              "get_param": "chosen_customer_id"
            },
            "model-invariant-id": "762472ef-5284-4daa-ab32-3e7bee2ec355",
            "model-version-id": "e02a7e5c-9d27-4360-ab7c-73bb83b07e3b",
            "orchestration-status": [
              "active"
            ],
            "prov-status": "ACTIVE",
            "cloud-region-id": {
              "get_param": "chosen_region"
            },
            "service_instance_id": {
              "get_param": "service_id"
            }
          },
          "passthrough_attributes": {
            "td-role": "anchor"
          }
        }
      ]
    },
    "constraints": {
      "affinity_vFW_TD": {
        "type": "zone",
        "demands": [
          "vFW-SINK",
          "vPGN"
        ],
        "properties": {
          "category": "region",
          "qualifier": "same"
        }
      }
    },
    "optimization": {
      "minimize": {
        "sum": []
      }
    }
  }
}