X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=scenarios%2Fexamples%2Fsimple.yaml;fp=scenarios%2Fexamples%2Fsimple.yaml;h=7ea2b4ba05f686b1af04362726e55b96266ca79a;hb=7edb675ac76f3e0473042cf5cf7de3c0f19eda7d;hp=0000000000000000000000000000000000000000;hpb=679f266f2fe340c94b3dca3f2e6265727904dd0d;p=osm%2FRO.git diff --git a/scenarios/examples/simple.yaml b/scenarios/examples/simple.yaml new file mode 100755 index 00000000..7ea2b4ba --- /dev/null +++ b/scenarios/examples/simple.yaml @@ -0,0 +1,17 @@ +--- +name: simple +description: Simple network scenario consisting of a single VNF connected to an external network +topology: + nodes: + linux1: # vnf/net name in the scenario + type: VNF # VNF, network, external_network (if it is a datacenter network) + VNF model: linux # VNF name as introduced in OPENMANO DB + default: + type: external_network # Datacenter net + model: default + connections: + conn1: # provide a name for this net or connection + nodes: + - default: null # Datacenter net + - linux1: eth0 # Node and its interface +