forked from sonata-nfv/tng-sdk-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More work on sonata-nfv#73 but the mandataory and min-elemnt fields s…
…eem to be not validated :-( Signed-off-by: peusterm <[email protected]>
- Loading branch information
peusterm
committed
Mar 5, 2019
1 parent
259a2dc
commit a17e61d
Showing
8 changed files
with
553 additions
and
496 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,45 @@ | ||
# Copyright (c) 2019 Manuel Peuster <[email protected] | ||
# Copyright (c) 2019 SONATA-NFV, 5GTANGO, Paderborn University | ||
# 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. | ||
# | ||
# Neither the name of the SONATA-NFV, 5GTANGO, Paderborn University | ||
# nor the names of its contributors may be used to endorse or promote | ||
# products derived from this software without specific prior written | ||
# permission. | ||
# | ||
# This work has also been performed in the framework of the 5GTANGO project, | ||
# funded by the European Commission under Grant number 761493 through | ||
# the Horizon 2020 and 5G-PPP programmes. The authors would like to | ||
# acknowledge the contributions of their colleagues of the SONATA | ||
# partner consortium (www.5gtango.eu). | ||
--- | ||
ped: | ||
descriptor-schema: "https://github.com/sonata-nfv/tng-sdk-benchmark/blob/master/models/" | ||
vendor: "com.vendor" | ||
name: "my_example_ped" | ||
version: "0.1" | ||
author: "Manuel Peuster <[email protected]>" | ||
description: "Example PED." | ||
ped-catalog: # we need this construct to build an IETF 6087 4.9 compatible data model which can even contain no PED. | ||
peds: # a single file can specify multiple PEDs. | ||
- id: "my_first_ped" | ||
descriptor-schema: "https://github.com/sonata-nfv/tng-sdk-benchmark/blob/master/models/" | ||
vendor: "com.vendor" | ||
# name: "my_example_ped" # this should produce an error | ||
version: "0.1" | ||
author: "Manuel Peuster <[email protected]>" | ||
description: "Example PED." | ||
targets: | ||
- id: "first_vnf" | ||
name: "myvnf" | ||
- id: "first_vnf2" | ||
name: "myvnf" | ||
|
||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.