diff options
author | krzysztof kuzmicki <krzysztof.kuzmicki@nokia.com> | 2019-07-31 13:46:06 +0200 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2019-08-02 13:20:18 +0000 |
commit | 84049342b457d5df1d27b6409f74653e03131109 (patch) | |
tree | 7f20006f5c6b25e81e37c4eee5ff23cebb11fc43 /tosca/pNF/Definitions/pnf_main_descriptor.yaml | |
parent | 63792a4c5eaf5c199b21036ae3614350bc088c97 (diff) |
ROBOT test cases improvements for PnP PNF in El Alto release
Issue-ID: INT-1179
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: Ic875cbaf02c645487f0696adf0af80130db83784
Diffstat (limited to 'tosca/pNF/Definitions/pnf_main_descriptor.yaml')
-rw-r--r-- | tosca/pNF/Definitions/pnf_main_descriptor.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/tosca/pNF/Definitions/pnf_main_descriptor.yaml b/tosca/pNF/Definitions/pnf_main_descriptor.yaml new file mode 100644 index 00000000..400efea5 --- /dev/null +++ b/tosca/pNF/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
\ No newline at end of file |