aboutsummaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/application/load/blueprints/vFW/Templates/vFW_vNF_Artifact.vtl
diff options
context:
space:
mode:
authorAlexis de Talhouët <adetalhouet89@gmail.com>2018-10-19 14:43:45 -0400
committerDan Timoney <dtimoney@att.com>2018-10-25 18:26:08 +0000
commit6a893bb0ae984d15076394d9225d4873ad953791 (patch)
tree5245e279f7c5e8bd4182491bb1759c91f1ee5f43 /ms/controllerblueprints/application/load/blueprints/vFW/Templates/vFW_vNF_Artifact.vtl
parent71ed2c947fd3a94920ce1e8082374fc34d124435 (diff)
Assign image keyname and pubkey at vnf level
Change-Id: I7eb4b47a9440e277a510864f2bb52323e464da5a Issue-ID: CCSDK-621 Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com> (cherry picked from commit f39904fbe580301b896ad598e85a135d11c8944b)
Diffstat (limited to 'ms/controllerblueprints/application/load/blueprints/vFW/Templates/vFW_vNF_Artifact.vtl')
-rw-r--r--ms/controllerblueprints/application/load/blueprints/vFW/Templates/vFW_vNF_Artifact.vtl24
1 files changed, 23 insertions, 1 deletions
diff --git a/ms/controllerblueprints/application/load/blueprints/vFW/Templates/vFW_vNF_Artifact.vtl b/ms/controllerblueprints/application/load/blueprints/vFW/Templates/vFW_vNF_Artifact.vtl
index f25e9560..ca09046a 100644
--- a/ms/controllerblueprints/application/load/blueprints/vFW/Templates/vFW_vNF_Artifact.vtl
+++ b/ms/controllerblueprints/application/load/blueprints/vFW/Templates/vFW_vNF_Artifact.vtl
@@ -21,6 +21,14 @@
"param-value": "${onap_private_net_id}"
},
{
+ "param-name": "pub_key",
+ "param-value": "${pub_key}"
+ },
+ {
+ "param-name": "image_name",
+ "param-value": "${image_name}"
+ },
+ {
"param-name": "onap_private_subnet_id",
"param-value": "${onap_private_net_id}_sub"
}
@@ -149,7 +157,8 @@
"resource-value": "${vpg_private_ip_0}"
}
]
- },{
+ },
+ {
"payload": [
{
"param-name": "service-instance-id",
@@ -176,6 +185,19 @@
]
}
]
+ },
+ {
+ "capability-name": "unresolved-composite-data",
+ "key-mapping": [
+ {
+ "output-key-mapping": [
+ {
+ "resource-name": "key_name",
+ "resource-value": "${vnf_name}_key"
+ }
+ ]
+ }
+ ]
}
]
} \ No newline at end of file