aboutsummaryrefslogtreecommitdiffstats
path: root/operations/a1-pe-sim-packages/resources/oran-sim-cba/Templates/helm_simulator-template.vtl
blob: 84492a6bd667e37e14cc2bdbc3dc509b2e4da50e (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
{
  "resource-accumulator-resolved-data": [
     {
       "param-name": "k8s-rb-instance-release-name",
       "param-value": "default"
     },
     {
       "param-name": "k8s-rb-instance-release-name",
       "param-value": "${k8s-rb-instance-release-name}"
     },
     ##Profile name
     {
       "param-name": "k8s-rb-profile-name",
       "param-value": "${k8s-rb-profile-name}"
     },
     {
       "param-name": "k8s-rb-config-template-name",
       "param-value": "${k8s-rb-config-template-name}"
     },
     {
       "param-name": "k8s-rb-config-template-source",
       "param-value": "${k8s-rb-config-template-source}"
     },
     {
       "param-name": "k8s-rb-config-name",
       "param-value": "${k8s-rb-config-name}"
     },
     {
       "param-name": "k8s-rb-config-value-source",
       "param-value": "${k8s-rb-config-value-source}"
     }
  ],
  "capability-data": [
    {
      "capability-name": "generate-name",
      "key-mapping": [
        {
          "payload": [
            {
              "param-name": "VF_MODULE_TYPE",
              "param-value": "vfmt"
            },
            {
              "param-name": "resource-name",
              "param-value": "oran_name"
            },
            {
              "param-name": "resource-value",
              "param-value": "${oran_name}"
            },
            {
              "param-name": "external-key",
              "param-value": "${vf-module-id}_oran_name"
            },
            {
              "param-name": "policy-instance-name",
              "param-value": "${vf-naming-policy}"
            },
            {
              "param-name": "naming-type",
              "param-value": "VF-MODULE"
            },
            {
              "param-name": "VNF_NAME",
              "param-value": "${vnf_name}"
            },
            {
              "param-name": "VF_MODULE_LABEL",
              "param-value": "${vf-module-label}"
            },
            {
              "param-name": "NFC_NAMING_CODE",
              "param-value": "ORAN"
            }
          ],
          "output-key-mapping": [
            {
              "resource-name": "oran_name",
              "resource-value": "${oran_name}"
            }
          ]
        }
      ]
    }
  ]
}