aboutsummaryrefslogtreecommitdiffstats
path: root/operations/a1-pe-sim-packages/resources/oran-sim-cba/Templates/o-ran-simulator-template.vtl
diff options
context:
space:
mode:
Diffstat (limited to 'operations/a1-pe-sim-packages/resources/oran-sim-cba/Templates/o-ran-simulator-template.vtl')
-rw-r--r--operations/a1-pe-sim-packages/resources/oran-sim-cba/Templates/o-ran-simulator-template.vtl61
1 files changed, 61 insertions, 0 deletions
diff --git a/operations/a1-pe-sim-packages/resources/oran-sim-cba/Templates/o-ran-simulator-template.vtl b/operations/a1-pe-sim-packages/resources/oran-sim-cba/Templates/o-ran-simulator-template.vtl
new file mode 100644
index 0000000..014d074
--- /dev/null
+++ b/operations/a1-pe-sim-packages/resources/oran-sim-cba/Templates/o-ran-simulator-template.vtl
@@ -0,0 +1,61 @@
+{
+ "resource-accumulator-resolved-data": [
+ {
+ "param-name": "k8s-rb-instance-release-name",
+ "param-value": "default"
+ }
+ ],
+ "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}"
+ }
+ ]
+ }
+ ]
+ }
+ ]
+}