From 6a893bb0ae984d15076394d9225d4873ad953791 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Fri, 19 Oct 2018 14:43:45 -0400 Subject: Assign image keyname and pubkey at vnf level MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7eb4b47a9440e277a510864f2bb52323e464da5a Issue-ID: CCSDK-621 Signed-off-by: Alexis de Talhouët (cherry picked from commit f39904fbe580301b896ad598e85a135d11c8944b) --- .../blueprints/vFW/Definitions/vFW_spinup.json | 326 ++++++++++++++++++++- 1 file changed, 313 insertions(+), 13 deletions(-) (limited to 'ms/controllerblueprints/application/load/blueprints/vFW/Definitions') diff --git a/ms/controllerblueprints/application/load/blueprints/vFW/Definitions/vFW_spinup.json b/ms/controllerblueprints/application/load/blueprints/vFW/Definitions/vFW_spinup.json index 3cfa6f77..d5416c0e 100644 --- a/ms/controllerblueprints/application/load/blueprints/vFW/Definitions/vFW_spinup.json +++ b/ms/controllerblueprints/application/load/blueprints/vFW/Definitions/vFW_spinup.json @@ -221,7 +221,8 @@ ], "version": 0 - },{ + }, + { "name": "onap_private_net_id", "property": { "description": "", @@ -269,6 +270,80 @@ ], "version": 0 }, + { + "name": "key_name", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + { + + } + ], + "entry_schema": { + "type": "" + } + }, + "input-param": false, + "dictionary-name": "key_name", + "dictionary-source": "input", + "dependencies": [ + + ], + "version": 0 + }, + { + "name": "image_name", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + { + + } + ], + "entry_schema": { + "type": "" + }, + "default": "Ubuntu 14.04 LTS Generic" + }, + "input-param": false, + "dictionary-name": "image_name", + "dictionary-source": "input", + "dependencies": [ + + ], + "version": 0 + }, + { + "name": "pub_key", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + { + + } + ], + "entry_schema": { + "type": "" + }, + "default": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDKXDgoo3+WOqcUG8/5uUbk81+yczgwC4Y8ywTmuQqbNxlY1oQ0YxdMUqUnhitSXs5S/yRuAVOYHwGg2mCs20oAINrP+mxBI544AMIb9itPjCtgqtE2EWo6MmnFGbHB4Sx3XioE7F4VPsh7japsIwzOjbrQe+Mua1TGQ5d4nfEOQaaglXLLPFfuc7WbhbJbK6Q7rHqZfRcOwAMXgDoBqlyqKeiKwnumddo2RyNT8ljYmvB6buz7KnMinzo7qB0uktVT05FH9Rg0CTWH5norlG5qXgP2aukL0gk1ph8iAt7uYLf1ktp+LJI2gaF6L0/qli9EmVCSLr1uJ38Q8CBflhkh" + }, + "input-param": false, + "dictionary-name": "pub_key", + "dictionary-source": "input", + "dependencies": [ + + ], + "version": 0 + }, { "name": "vnf_name", "property": { @@ -889,6 +964,81 @@ ], "version": 0 }, + { + "name": "image_name", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + { + + } + ], + "entry_schema": { + "type": "" + } + }, + "input-param": false, + "dictionary-name": "image_name", + "dictionary-source": "mdsal", + "dependencies": [ + "service-instance-id", + "vnf-id" + ], + "version": 0 + }, + { + "name": "key_name", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + { + + } + ], + "entry_schema": { + "type": "" + } + }, + "input-param": false, + "dictionary-name": "key_name", + "dictionary-source": "mdsal", + "dependencies": [ + "service-instance-id", + "vnf-id" + ], + "version": 0 + }, + { + "name": "pub_key", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + { + + } + ], + "entry_schema": { + "type": "" + } + }, + "input-param": false, + "dictionary-name": "pub_key", + "dictionary-source": "mdsal", + "dependencies": [ + "service-instance-id", + "vnf-id" + ], + "version": 0 + }, { "name": "onap_private_net_id", "property": { @@ -909,8 +1059,8 @@ "dictionary-name": "onap_private_net_id", "dictionary-source": "mdsal", "dependencies": [ - "service-instance-id", - "vnf-id" + "service-instance-id", + "vnf-id" ], "version": 0 }, @@ -934,8 +1084,8 @@ "dictionary-name": "onap_private_subnet_id", "dictionary-source": "mdsal", "dependencies": [ - "service-instance-id", - "vnf-id" + "service-instance-id", + "vnf-id" ], "version": 0 }, @@ -1609,6 +1759,81 @@ ], "version": 0 }, + { + "name": "image_name", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + { + + } + ], + "entry_schema": { + "type": "" + } + }, + "input-param": false, + "dictionary-name": "image_name", + "dictionary-source": "mdsal", + "dependencies": [ + "service-instance-id", + "vnf-id" + ], + "version": 0 + }, + { + "name": "key_name", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + { + + } + ], + "entry_schema": { + "type": "" + } + }, + "input-param": false, + "dictionary-name": "key_name", + "dictionary-source": "mdsal", + "dependencies": [ + "service-instance-id", + "vnf-id" + ], + "version": 0 + }, + { + "name": "pub_key", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + { + + } + ], + "entry_schema": { + "type": "" + } + }, + "input-param": false, + "dictionary-name": "pub_key", + "dictionary-source": "mdsal", + "dependencies": [ + "service-instance-id", + "vnf-id" + ], + "version": 0 + }, { "name": "onap_private_net_id", "property": { @@ -1629,8 +1854,8 @@ "dictionary-name": "onap_private_net_id", "dictionary-source": "mdsal", "dependencies": [ - "service-instance-id", - "vnf-id" + "service-instance-id", + "vnf-id" ], "version": 0 }, @@ -1654,8 +1879,8 @@ "dictionary-name": "onap_private_subnet_id", "dictionary-source": "mdsal", "dependencies": [ - "service-instance-id", - "vnf-id" + "service-instance-id", + "vnf-id" ], "version": 0 }, @@ -2331,6 +2556,31 @@ ], "version": 0 }, + { + "name": "image_name", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + { + + } + ], + "entry_schema": { + "type": "" + } + }, + "input-param": false, + "dictionary-name": "image_name", + "dictionary-source": "mdsal", + "dependencies": [ + "service-instance-id", + "vnf-id" + ], + "version": 0 + }, { "name": "public_net_id", "property": { @@ -2357,6 +2607,56 @@ ], "version": 0 }, + { + "name": "key_name", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + { + + } + ], + "entry_schema": { + "type": "" + } + }, + "input-param": false, + "dictionary-name": "key_name", + "dictionary-source": "mdsal", + "dependencies": [ + "service-instance-id", + "vnf-id" + ], + "version": 0 + }, + { + "name": "pub_key", + "property": { + "description": "", + "required": false, + "type": "string", + "status": "", + "constraints": [ + { + + } + ], + "entry_schema": { + "type": "" + } + }, + "input-param": false, + "dictionary-name": "pub_key", + "dictionary-source": "mdsal", + "dependencies": [ + "service-instance-id", + "vnf-id" + ], + "version": 0 + }, { "name": "onap_private_net_id", "property": { @@ -2377,8 +2677,8 @@ "dictionary-name": "onap_private_net_id", "dictionary-source": "mdsal", "dependencies": [ - "service-instance-id", - "vnf-id" + "service-instance-id", + "vnf-id" ], "version": 0 }, @@ -2402,8 +2702,8 @@ "dictionary-name": "onap_private_subnet_id", "dictionary-source": "mdsal", "dependencies": [ - "service-instance-id", - "vnf-id" + "service-instance-id", + "vnf-id" ], "version": 0 }, -- cgit 1.2.3-korg