X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=test%2FRO_tests%2Fsimple_linux%2Fscenario_simple_linux.yaml;h=b6cff705ae6f52dc3aff49f8dee83ddc7f1b22ae;hb=refs%2Ftags%2Fv6.0.3;hp=a7c2087bb63d6375624f6e4f9d6b2bfe44f542ae;hpb=eebea06b843c02dc2c456263bbc62c0d796c26ee;p=osm%2FRO.git diff --git a/test/RO_tests/simple_linux/scenario_simple_linux.yaml b/test/RO_tests/simple_linux/scenario_simple_linux.yaml index a7c2087b..b6cff705 100644 --- a/test/RO_tests/simple_linux/scenario_simple_linux.yaml +++ b/test/RO_tests/simple_linux/scenario_simple_linux.yaml @@ -1,5 +1,5 @@ ## -# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. +# Copyright 2015 Telefonica Investigacion y Desarrollo, S.A.U. # This file is part of openmano # All Rights Reserved. # @@ -19,16 +19,28 @@ # contact with: nfvlabs@tid.es ## --- -schema_version: 2 -scenario: - name: simple - description: Simple network scenario consisting of a single VNF connected to an external network - vnfs: - linux1: # vnf/net name in the scenario - vnf_name: linux # VNF name as introduced in OPENMANO DB - networks: - mgmt: # provide a name for this net or connection - external: true - interfaces: - - linux1: eth0 # Node and its interface +nsd:nsd-catalog: + nsd: + - id: simple + name: simple + vendor: OSM + version: '1.0' + description: Simple network scenario consisting of a single VNF connected to an external network + constituent-vnfd: + # The member-vnf-index needs to be unique, starting from 1 + # vnfd-id-ref is the id of the VNFD + # Multiple constituent VNFDs can be specified + - member-vnf-index: 1 + vnfd-id-ref: linux + vld: + # Networks for the VNFs + - id: vld1 + name: mgmt + short-name: vld1-sname + type: ELAN + mgmt-network: 'true' + vnfd-connection-point-ref: + - member-vnf-index-ref: 1 + vnfd-id-ref: linux + vnfd-connection-point-ref: eth0