From 4e56134b22442f79a5ff68383947db4fa13d9deb Mon Sep 17 00:00:00 2001 From: Preethika <preethika.p@tataelxsi.co.in> Date: Thu, 18 Feb 2021 07:10:53 +0000 Subject: [PATCH] Virtual PC NS Descriptor Signed-off-by: Preethika <preethika.p@tataelxsi.co.in> --- hackfest_virtual-pc_ns/README.md | 3 ++ .../hackfest_virtual-pc_nsd.yaml | 37 +++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 hackfest_virtual-pc_ns/README.md create mode 100644 hackfest_virtual-pc_ns/hackfest_virtual-pc_nsd.yaml diff --git a/hackfest_virtual-pc_ns/README.md b/hackfest_virtual-pc_ns/README.md new file mode 100644 index 00000000..7c2c2af5 --- /dev/null +++ b/hackfest_virtual-pc_ns/README.md @@ -0,0 +1,3 @@ +# Descriptor created by OSM descriptor package generated + +**Created on 02/18/2021, 05:51:56 ** \ No newline at end of file diff --git a/hackfest_virtual-pc_ns/hackfest_virtual-pc_nsd.yaml b/hackfest_virtual-pc_ns/hackfest_virtual-pc_nsd.yaml new file mode 100644 index 00000000..12462518 --- /dev/null +++ b/hackfest_virtual-pc_ns/hackfest_virtual-pc_nsd.yaml @@ -0,0 +1,37 @@ +# Copyright 2019 ETSI OSM +# +# All Rights Reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. +nsd: + nsd: + - description: Virtual Desktop Computer with Xubuntu Desktop and RDP + designer: OSM + df: + - id: default-df + vnf-profile: + - id: '1' + virtual-link-connectivity: + - constituent-cpd-id: + - constituent-base-element-id: '1' + constituent-cpd-id: virtual-pc-mgmt-ext + virtual-link-profile-id: mgmtnet + vnfd-id: virtual-pc_vnfd + id: hackfest_virtual-pc_nsd + name: hackfest_virtual-pc_nsd + version: '1.0' + virtual-link-desc: + - id: mgmtnet + mgmt-network: 'true' + vnfd-id: + - virtual-pc_vnfd -- GitLab