aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/optf-has/has/data/plan_without_demand_section.json
blob: 87a459d876875c5007feebc097742a4791b8e490 (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
{
  "name": "onap optf has plan with wrong version",
  "template": {
  "conductor_template_version": "2016-11-01",
  "parameters": {
    "UCPEHOST": "chcil129snd",
    "CUSTOMER":"21014aa2-526b-11e6-beb8-9e71128cae77"
  },
  "locations": {
    "customer_loc": {
      "host_name": {
        "get_param": "UCPEHOST"
      }
    }
  },
  "constraints": {
    "distance-vvig": {
      "type": "distance_to_location",
      "demands": [
        "vVIGaaS_SECONDARY_1",
        "vVIGaaS_PRIMARY_1"
      ],
      "properties": {
        "distance": "< 5000 km",
        "location": "customer_loc"
      }
    },
    "distance-vgw": {
      "type": "distance_to_location",
      "demands": [
        "vHNGWaaS_SECONDARY_1",
        "vHNGWaaS_PRIMARY_1"
      ],
      "properties": {
        "distance": "< 5000 km",
        "location": "customer_loc"
      }
    },
    "zone-vhngw": {
      "type": "zone",
      "demands": [
        "vHNGWaaS_SECONDARY_1",
        "vHNGWaaS_PRIMARY_1"
      ],
      "properties": {
        "qualifier": "different",
        "category": "complex"
      }
    },
    "zone-vhnportal": {
      "type": "zone",
      "demands": [
        "vHNPortalaaS_SECONDARY_1",
        "vHNPortalaaS_PRIMARY_1"
      ],
      "properties": {
        "qualifier": "different",
        "category": "complex"
      }
    }
  },
  "optimization": {
    "minimize": {
      "sum": [
        {
          "product": [
            1,
            {
              "distance_between": [
                "customer_loc",
                "vVIGaaS_PRIMARY_1"
              ]
            }
          ]
        },
        {
          "product": [
            1,
            {
              "distance_between": [
                "customer_loc",
                "vHNGWaaS_PRIMARY_1"
              ]
            }
          ]
        }
      ]
    }
  }
},
  "timeout": 5,
  "limit": 3
}