From: Michael Marchetti Date: Tue, 10 Jan 2017 21:49:14 +0000 (-0500) Subject: - rename pts_ns.yaml X-Git-Tag: v1.1.0~7^2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F10%2F910%2F1;p=osm%2Fdescriptor-packages.git - rename pts_ns.yaml Signed-off-by: Michael Marchetti --- diff --git a/src/nsd/sandvine_pts_ns/pts_nsd.yaml b/src/nsd/sandvine_pts_ns/pts_nsd.yaml new file mode 100644 index 0000000..9aa00a3 --- /dev/null +++ b/src/nsd/sandvine_pts_ns/pts_nsd.yaml @@ -0,0 +1,53 @@ +# +# Copyright 2017 Sandvine Inc. +# +# 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-catalog: + nsd:nsd: + - nsd:id: sandvine_pts_ns + nsd:name: pts_ns + nsd:short-name: pts_ns + nsd:description: Sandvine PTS Network Service + nsd:vendor: Sandvine + nsd:version: '1.0' + nsd:logo: sandvine_logo.png + nsd:constituent-vnfd: + - nsd:member-vnf-index: '1' + nsd:vnfd-id-ref: id_pts_vnf + nsd:vld: + - nsd:id: mgmt-connection-id + nsd:name: mgmt connection + nsd:vnfd-connection-point-ref: + - nsd:member-vnf-index-ref: '1' + nsd:vnfd-connection-point-ref: mgmt0 + nsd:vnfd-id-ref: id_pts_vnf + - nsd:id: sub-connection-id + nsd:name: subscriber connection + nsd:vnfd-connection-point-ref: + - nsd:member-vnf-index-ref: '1' + nsd:vnfd-connection-point-ref: subscriber-cp + nsd:vnfd-id-ref: id_pts_vnf + - nsd:id: int-connection-id + nsd:name: internet connection + nsd:vnfd-connection-point-ref: + - nsd:member-vnf-index-ref: '1' + nsd:vnfd-connection-point-ref: internet-cp + nsd:vnfd-id-ref: id_pts_vnf + - nsd:id: service-connection-id + nsd:name: service connection + nsd:vnfd-connection-point-ref: + - nsd:member-vnf-index-ref: '1' + nsd:vnfd-connection-point-ref: service-cp + nsd:vnfd-id-ref: id_pts_vnf diff --git a/src/nsd/sandvine_pts_ns/sandvine_pts_nsd.yaml b/src/nsd/sandvine_pts_ns/sandvine_pts_nsd.yaml deleted file mode 100644 index 9aa00a3..0000000 --- a/src/nsd/sandvine_pts_ns/sandvine_pts_nsd.yaml +++ /dev/null @@ -1,53 +0,0 @@ -# -# Copyright 2017 Sandvine Inc. -# -# 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-catalog: - nsd:nsd: - - nsd:id: sandvine_pts_ns - nsd:name: pts_ns - nsd:short-name: pts_ns - nsd:description: Sandvine PTS Network Service - nsd:vendor: Sandvine - nsd:version: '1.0' - nsd:logo: sandvine_logo.png - nsd:constituent-vnfd: - - nsd:member-vnf-index: '1' - nsd:vnfd-id-ref: id_pts_vnf - nsd:vld: - - nsd:id: mgmt-connection-id - nsd:name: mgmt connection - nsd:vnfd-connection-point-ref: - - nsd:member-vnf-index-ref: '1' - nsd:vnfd-connection-point-ref: mgmt0 - nsd:vnfd-id-ref: id_pts_vnf - - nsd:id: sub-connection-id - nsd:name: subscriber connection - nsd:vnfd-connection-point-ref: - - nsd:member-vnf-index-ref: '1' - nsd:vnfd-connection-point-ref: subscriber-cp - nsd:vnfd-id-ref: id_pts_vnf - - nsd:id: int-connection-id - nsd:name: internet connection - nsd:vnfd-connection-point-ref: - - nsd:member-vnf-index-ref: '1' - nsd:vnfd-connection-point-ref: internet-cp - nsd:vnfd-id-ref: id_pts_vnf - - nsd:id: service-connection-id - nsd:name: service connection - nsd:vnfd-connection-point-ref: - - nsd:member-vnf-index-ref: '1' - nsd:vnfd-connection-point-ref: service-cp - nsd:vnfd-id-ref: id_pts_vnf