From 5d667a334df1ec52846884f312fe74f7be35ee34 Mon Sep 17 00:00:00 2001 From: tgolelcin Date: Sat, 18 Sep 2021 16:44:01 +0000 Subject: [PATCH] Upload NSD File --- .../OSM-MR11/Team-5-Panther/oai_cn5g_ns.yaml | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Hackfest_Demos/OSM-MR11/Team-5-Panther/oai_cn5g_ns.yaml diff --git a/Hackfest_Demos/OSM-MR11/Team-5-Panther/oai_cn5g_ns.yaml b/Hackfest_Demos/OSM-MR11/Team-5-Panther/oai_cn5g_ns.yaml new file mode 100644 index 00000000..2ae22940 --- /dev/null +++ b/Hackfest_Demos/OSM-MR11/Team-5-Panther/oai_cn5g_ns.yaml @@ -0,0 +1,30 @@ +nsd: + nsd: + - description: oai cn5g ns + df: + - id: default-df + virtual-link-profile: + - id: vlp-datanet + virtual-link-desc-id: datanet + virtual-link-protocol-data: + associated-layer-protocol: ipv4 + l3-protocol-data: + ip-version: ipv4 + cidr: 192.168.10.0/24 + vnf-profile: + - id: oai_cn5g_amf + virtual-link-connectivity: + - constituent-cpd-id: + - constituent-base-element-id: oai_cn5g_cnf + constituent-cpd-id: mgmt-ext + virtual-link-profile-id: mgmtnet + vnfd-id: oai_cn5g_cnf + id: oai_cn5g_ns + name: oai_cn5g_ns + version: '1.0' + virtual-link-desc: + - id: mgmtnet + mgmt-network: true + - id: datanet + vnfd-id: + - oai_cn5g_cnf \ No newline at end of file -- GitLab