From 77f648f48a520ae07252a87fd0e98835348f5449 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 6 May 2016 15:26:33 +0200 Subject: [PATCH] Added licenses to VNF and NS openmano descriptors. Removed module-blueprints folder. Signed-off-by: garciadeblas --- module-blueprints/README | 1 - scenarios/examples/complex.yaml | 20 ++++++++++++++++++++ scenarios/examples/complex2.yaml | 20 ++++++++++++++++++++ scenarios/examples/simple.yaml | 20 ++++++++++++++++++++ scenarios/scenario-template.yaml | 20 ++++++++++++++++++++ utils/__init__.py | 0 vnfs/examples/dataplaneVNF1.yaml | 20 ++++++++++++++++++++ vnfs/examples/dataplaneVNF2.yaml | 20 ++++++++++++++++++++ vnfs/examples/dataplaneVNF3.yaml | 20 ++++++++++++++++++++ vnfs/examples/dataplaneVNF_2VMs.yaml | 20 ++++++++++++++++++++ vnfs/examples/linux.yaml | 20 ++++++++++++++++++++ vnfs/vnf-template-2vm.yaml | 20 ++++++++++++++++++++ vnfs/vnf-template.yaml | 20 ++++++++++++++++++++ 13 files changed, 220 insertions(+), 1 deletion(-) delete mode 100644 module-blueprints/README mode change 100755 => 100644 scenarios/examples/complex.yaml mode change 100755 => 100644 scenarios/examples/complex2.yaml mode change 100755 => 100644 scenarios/examples/simple.yaml mode change 100755 => 100644 scenarios/scenario-template.yaml delete mode 100644 utils/__init__.py diff --git a/module-blueprints/README b/module-blueprints/README deleted file mode 100644 index 4c9f1883..00000000 --- a/module-blueprints/README +++ /dev/null @@ -1 +0,0 @@ -This folder contains the blueprints for the module diff --git a/scenarios/examples/complex.yaml b/scenarios/examples/complex.yaml old mode 100755 new mode 100644 index 074c801e..676dd9c7 --- a/scenarios/examples/complex.yaml +++ b/scenarios/examples/complex.yaml @@ -1,3 +1,23 @@ +## +# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. +# This file is part of openmano +# 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. +# +# For those usages not covered by the Apache License, Version 2.0 please +# contact with: nfvlabs@tid.es +## --- name: complex description: Complex network scenario consisting of 4 VNFs interconnected diff --git a/scenarios/examples/complex2.yaml b/scenarios/examples/complex2.yaml old mode 100755 new mode 100644 index fc4bd728..b8969cf0 --- a/scenarios/examples/complex2.yaml +++ b/scenarios/examples/complex2.yaml @@ -1,3 +1,23 @@ +## +# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. +# This file is part of openmano +# 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. +# +# For those usages not covered by the Apache License, Version 2.0 please +# contact with: nfvlabs@tid.es +## --- name: complex2 description: Complex network scenario consisting of 2 VNFs interconnected diff --git a/scenarios/examples/simple.yaml b/scenarios/examples/simple.yaml old mode 100755 new mode 100644 index 7ea2b4ba..7cba170b --- a/scenarios/examples/simple.yaml +++ b/scenarios/examples/simple.yaml @@ -1,3 +1,23 @@ +## +# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. +# This file is part of openmano +# 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. +# +# For those usages not covered by the Apache License, Version 2.0 please +# contact with: nfvlabs@tid.es +## --- name: simple description: Simple network scenario consisting of a single VNF connected to an external network diff --git a/scenarios/scenario-template.yaml b/scenarios/scenario-template.yaml old mode 100755 new mode 100644 index 34c6fb10..66ecab3e --- a/scenarios/scenario-template.yaml +++ b/scenarios/scenario-template.yaml @@ -1,3 +1,23 @@ +## +# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. +# This file is part of openmano +# 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. +# +# For those usages not covered by the Apache License, Version 2.0 please +# contact with: nfvlabs@tid.es +## --- name: insert a name for the scenario description: insert a description for the scenario diff --git a/utils/__init__.py b/utils/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/vnfs/examples/dataplaneVNF1.yaml b/vnfs/examples/dataplaneVNF1.yaml index fdcf1970..3d702309 100644 --- a/vnfs/examples/dataplaneVNF1.yaml +++ b/vnfs/examples/dataplaneVNF1.yaml @@ -1,3 +1,23 @@ +## +# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. +# This file is part of openmano +# 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. +# +# For those usages not covered by the Apache License, Version 2.0 please +# contact with: nfvlabs@tid.es +## --- vnf: name: dataplaneVNF1 diff --git a/vnfs/examples/dataplaneVNF2.yaml b/vnfs/examples/dataplaneVNF2.yaml index 6196a8de..6760ed7f 100644 --- a/vnfs/examples/dataplaneVNF2.yaml +++ b/vnfs/examples/dataplaneVNF2.yaml @@ -1,3 +1,23 @@ +## +# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. +# This file is part of openmano +# 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. +# +# For those usages not covered by the Apache License, Version 2.0 please +# contact with: nfvlabs@tid.es +## --- vnf: name: dataplaneVNF2 diff --git a/vnfs/examples/dataplaneVNF3.yaml b/vnfs/examples/dataplaneVNF3.yaml index ce590352..73d2cf9f 100644 --- a/vnfs/examples/dataplaneVNF3.yaml +++ b/vnfs/examples/dataplaneVNF3.yaml @@ -1,3 +1,23 @@ +## +# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. +# This file is part of openmano +# 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. +# +# For those usages not covered by the Apache License, Version 2.0 please +# contact with: nfvlabs@tid.es +## --- vnf: name: dataplaneVNF3 diff --git a/vnfs/examples/dataplaneVNF_2VMs.yaml b/vnfs/examples/dataplaneVNF_2VMs.yaml index bd84aba7..1e468feb 100644 --- a/vnfs/examples/dataplaneVNF_2VMs.yaml +++ b/vnfs/examples/dataplaneVNF_2VMs.yaml @@ -1,3 +1,23 @@ +## +# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. +# This file is part of openmano +# 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. +# +# For those usages not covered by the Apache License, Version 2.0 please +# contact with: nfvlabs@tid.es +## --- vnf: name: dataplaneVNF_2VMs diff --git a/vnfs/examples/linux.yaml b/vnfs/examples/linux.yaml index c157618d..796873fe 100644 --- a/vnfs/examples/linux.yaml +++ b/vnfs/examples/linux.yaml @@ -1,3 +1,23 @@ +## +# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. +# This file is part of openmano +# 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. +# +# For those usages not covered by the Apache License, Version 2.0 please +# contact with: nfvlabs@tid.es +## --- vnf: name: linux diff --git a/vnfs/vnf-template-2vm.yaml b/vnfs/vnf-template-2vm.yaml index b12476be..b1615db3 100644 --- a/vnfs/vnf-template-2vm.yaml +++ b/vnfs/vnf-template-2vm.yaml @@ -1,3 +1,23 @@ +## +# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. +# This file is part of openmano +# 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. +# +# For those usages not covered by the Apache License, Version 2.0 please +# contact with: nfvlabs@tid.es +## --- vnf: name: TEMPLATE-2VM diff --git a/vnfs/vnf-template.yaml b/vnfs/vnf-template.yaml index 31c86553..5b33512d 100644 --- a/vnfs/vnf-template.yaml +++ b/vnfs/vnf-template.yaml @@ -1,3 +1,23 @@ +## +# Copyright 2015 Telefónica Investigación y Desarrollo, S.A.U. +# This file is part of openmano +# 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. +# +# For those usages not covered by the Apache License, Version 2.0 please +# contact with: nfvlabs@tid.es +## --- vnf: name: TEMPLATE -- 2.25.1