X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tosca%2Fvnfsdk%2Ftest_SDC_and_VNFSDK_API_with_hash_cert_in_CMS%2FDefinitions%2Fpnf_main_descriptor.yaml;fp=tosca%2Fvnfsdk%2Ftest_SDC_and_VNFSDK_API_with_hash_cert_in_CMS%2FDefinitions%2Fpnf_main_descriptor.yaml;h=f0064dee1ab7449f9c9962e918455fced264c83f;hb=c3987b0edac5541dba246a746b0dc89ee7603f47;hp=0000000000000000000000000000000000000000;hpb=3a3e9fcdd1141928473b5f793e224204eafe8f1b;p=demo.git diff --git a/tosca/vnfsdk/test_SDC_and_VNFSDK_API_with_hash_cert_in_CMS/Definitions/pnf_main_descriptor.yaml b/tosca/vnfsdk/test_SDC_and_VNFSDK_API_with_hash_cert_in_CMS/Definitions/pnf_main_descriptor.yaml new file mode 100644 index 00000000..f0064dee --- /dev/null +++ b/tosca/vnfsdk/test_SDC_and_VNFSDK_API_with_hash_cert_in_CMS/Definitions/pnf_main_descriptor.yaml @@ -0,0 +1,28 @@ +tosca_definitions_version: tosca_simple_yaml_1_2 + +description: service template of an Acme PNF + +imports: + - etsi_nfv_sol001_pnfd_2_5_1_types.yaml + +topology_template: + node_templates: + myPnf: + type: tosca.nodes.nfv.PNF + properties: + descriptor_id: b1bb0ce7-ebca-4fa7-95ed-4840d70a2233 + function_description: Acme PNF + provider: Acme + version: 1.0 + descriptor_invariant_id: 1111-2222-ccaa-bbdd + name: Acme PNF + + pnfExtCp_1: + type: tosca.nodes.nfv.PnfExtCp + properties: + trunk_mode: false + layer_protocols: [ ipv4 ] + role: leaf + description: External connection point to access Acme myPnf + requirements: + - dependency: myPnf