aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/ApacheCNF/templates/cba/Templates/vnf-template.vtl
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials/ApacheCNF/templates/cba/Templates/vnf-template.vtl')
-rw-r--r--tutorials/ApacheCNF/templates/cba/Templates/vnf-template.vtl22
1 files changed, 22 insertions, 0 deletions
diff --git a/tutorials/ApacheCNF/templates/cba/Templates/vnf-template.vtl b/tutorials/ApacheCNF/templates/cba/Templates/vnf-template.vtl
new file mode 100644
index 00000000..3e5ad195
--- /dev/null
+++ b/tutorials/ApacheCNF/templates/cba/Templates/vnf-template.vtl
@@ -0,0 +1,22 @@
+{
+ "capability-data": [
+ ],
+ "resource-accumulator-resolved-data": [
+ {
+ "param-name": "vnf_name",
+ "param-value": "${vnf_name}"
+ },
+ {
+ "param-name": "vf-naming-policy",
+ "param-value": "${vf-naming-policy}"
+ },
+ {
+ "param-name": "k8s-rb-profile-namespace",
+ "param-value": "${k8s-rb-profile-namespace}"
+ },
+ {
+ "param-name": "k8s-rb-profile-k8s-version",
+ "param-value": "${k8s-rb-profile-k8s-version}"
+ }
+ ]
+}