From 574ee16d270654c8ad5d6dd826eea1c4e7d870cd Mon Sep 17 00:00:00 2001 From: Ray Milkey Date: Thu, 3 Feb 2022 10:28:16 -0800 Subject: [PATCH 1/4] Set up repo for reuse tool --- .gitignore | 4 + .reuse/dep5 | 5 + CODE_OF_CONDUCT.md | 6 + LICENSES/Apache-2.0.txt | 183 ++++++++++++++++++ Makefile | 4 + README.md | 6 + build/bin/run-sd-ran-test | 5 + config-models/e2node-1.x/.helmignore | 4 + config-models/ric-1.x/.helmignore | 4 + fb-ah-gui/.helmignore | 4 + fb-ah-xapp/.helmignore | 4 + fb-ah-xapp/files/certs/README.md | 6 + fb-kpimon-xapp/files/certs/README.md | 6 + oai-enb-cu/README.md | 6 + oai-enb-du/README.md | 6 + oai-ue/README.md | 6 + onos-a1t/.helmignore | 4 + onos-a1t/README.md | 6 + onos-a1t/files/certs/README.md | 6 + onos-e2sub/.helmignore | 4 + onos-e2sub/README.md | 6 + onos-e2sub/files/certs/README.md | 6 + onos-e2t/.helmignore | 4 + onos-e2t/README.md | 6 + onos-e2t/files/certs/README.md | 6 + onos-exporter/.helmignore | 4 + onos-kpimon/.helmignore | 4 + onos-kpimon/README.md | 6 + onos-kpimon/files/certs/README.md | 6 + onos-mho/.helmignore | 4 + onos-mho/README.md | 6 + onos-mho/files/certs/README.md | 6 + onos-mlb/.helmignore | 4 + onos-mlb/README.md | 6 + onos-mlb/files/certs/README.md | 6 + onos-o1t/.helmignore | 4 + onos-pci/.helmignore | 4 + onos-pci/README.md | 6 + onos-pci/files/certs/README.md | 6 + onos-pci/files/test/README.md | 6 + onos-ric-ho/.helmignore | 4 + onos-ric-ho/README.md | 6 + onos-ric-ho/files/certs/README.md | 6 + onos-ric-mlb/.helmignore | 4 + onos-ric-mlb/README.md | 6 + onos-ric-mlb/files/certs/README.md | 6 + onos-ric/.helmignore | 4 + onos-ric/README.md | 6 + onos-ric/files/certs/README.md | 6 + onos-rsm/.helmignore | 4 + onos-rsm/README.md | 6 + onos-rsm/files/certs/README.md | 6 + onos-uenib/.helmignore | 4 + onos-uenib/README.md | 6 + onos-uenib/files/certs/README.md | 6 + ran-simulator/.helmignore | 4 + ran-simulator/README.md | 6 + ran-simulator/files/certs/README.md | 6 + ran-simulator/files/metrics/metrics.yaml | 4 + ran-simulator/files/metrics/scale-rc-pci.yaml | 4 + .../files/metrics/three-cell-metrics.yaml | 4 + .../metrics/three-cell-n-node-metrics.yaml | 4 + .../files/model/model-5cell-100ue.yaml | 4 + .../files/model/model-7cell-140ue.yaml | 4 + ran-simulator/files/model/model.yaml | 4 + ran-simulator/files/model/scale-50-150.yaml | 4 + ran-simulator/files/model/scale-model.yaml | 4 + .../files/model/three-cell-model.yaml | 4 + .../files/model/three-cell-n-node-model.yaml | 4 + .../files/model/two-cell-two-node-model.yaml | 4 + ran-simulator/files/topo/model-topo.yaml | 4 + .../files/topo/scale-50-150-topo.yaml | 4 + .../files/topo/scale-model-topo.yaml | 4 + .../files/topo/three-cell-model-topo.yaml | 4 + .../files/topo/three-cell-n-node-topo.yaml | 4 + ran-simulator/templates/configmap.yaml | 2 + ran-simulator/templates/deployment.yaml | 2 + ran-simulator/templates/secret.yaml | 2 + ran-simulator/templates/service.yaml | 2 + sd-ran/.gitignore | 4 + sd-ran/README.md | 6 + sd-ran/files/configs/README.md | 6 + 82 files changed, 573 insertions(+) create mode 100644 .reuse/dep5 create mode 100644 LICENSES/Apache-2.0.txt diff --git a/.gitignore b/.gitignore index 9cb4608b..f97b9d02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + .idea/ build/release build/_output diff --git a/.reuse/dep5 b/.reuse/dep5 new file mode 100644 index 00000000..b91f5650 --- /dev/null +++ b/.reuse/dep5 @@ -0,0 +1,5 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: VERSION .gitreview go.mod go.sum */NOTES.txt *.cacrt *.crt *.key *.tpl *.tree *.yang *.json +Copyright: 2021 Open Networking Foundation +License: Apache-2.0 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 744f9b52..3e351b0b 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,9 @@ + + We expect all ONF employees, member companies, and participants to abide by our [Code of Conduct](https://www.opennetworking.org/wp-content/themes/onf/img/onf-code-of-conduct.pdf). If you are being harassed, notice that someone else is being harassed, or have any other concerns involving someone’s welfare, please notify a member of the ONF team or email [conduct@opennetworking.org](conduct@opennetworking.org). diff --git a/LICENSES/Apache-2.0.txt b/LICENSES/Apache-2.0.txt new file mode 100644 index 00000000..9a4104bb --- /dev/null +++ b/LICENSES/Apache-2.0.txt @@ -0,0 +1,183 @@ +Apache License +Version 2.0, January 2004 +http://www.apache.org/licenses/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, and distribution +as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by the copyright +owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and all other entities +that control, are controlled by, or are under common control with that entity. +For the purposes of this definition, "control" means (i) the power, direct +or indirect, to cause the direction or management of such entity, whether +by contract or otherwise, or (ii) ownership of fifty percent (50%) or more +of the outstanding shares, or (iii) beneficial ownership of such entity. + +"You" (or "Your") shall mean an individual or Legal Entity exercising permissions +granted by this License. + +"Source" form shall mean the preferred form for making modifications, including +but not limited to software source code, documentation source, and configuration +files. + +"Object" form shall mean any form resulting from mechanical transformation +or translation of a Source form, including but not limited to compiled object +code, generated documentation, and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, +made available under the License, as indicated by a copyright notice that +is included in or attached to the work (an example is provided in the Appendix +below). + +"Derivative Works" shall mean any work, whether in Source or Object form, +that is based on (or derived from) the Work and for which the editorial revisions, +annotations, elaborations, or other modifications represent, as a whole, an +original work of authorship. For the purposes of this License, Derivative +Works shall not include works that remain separable from, or merely link (or +bind by name) to the interfaces of, the Work and Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original version +of the Work and any modifications or additions to that Work or Derivative +Works thereof, that is intentionally submitted to Licensor for inclusion in +the Work by the copyright owner or by an individual or Legal Entity authorized +to submit on behalf of the copyright owner. For the purposes of this definition, +"submitted" means any form of electronic, verbal, or written communication +sent to the Licensor or its representatives, including but not limited to +communication on electronic mailing lists, source code control systems, and +issue tracking systems that are managed by, or on behalf of, the Licensor +for the purpose of discussing and improving the Work, but excluding communication +that is conspicuously marked or otherwise designated in writing by the copyright +owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity on behalf +of whom a Contribution has been received by Licensor and subsequently incorporated +within the Work. + +2. Grant of Copyright License. Subject to the terms and conditions of this +License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, +no-charge, royalty-free, irrevocable copyright license to reproduce, prepare +Derivative Works of, publicly display, publicly perform, sublicense, and distribute +the Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of this License, +each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, +no-charge, royalty-free, irrevocable (except as stated in this section) patent +license to make, have made, use, offer to sell, sell, import, and otherwise +transfer the Work, where such license applies only to those patent claims +licensable by such Contributor that are necessarily infringed by their Contribution(s) +alone or by combination of their Contribution(s) with the Work to which such +Contribution(s) was submitted. If You institute patent litigation against +any entity (including a cross-claim or counterclaim in a lawsuit) alleging +that the Work or a Contribution incorporated within the Work constitutes direct +or contributory patent infringement, then any patent licenses granted to You +under this License for that Work shall terminate as of the date such litigation +is filed. + +4. Redistribution. You may reproduce and distribute copies of the Work or +Derivative Works thereof in any medium, with or without modifications, and +in Source or Object form, provided that You meet the following conditions: + +(a) You must give any other recipients of the Work or Derivative Works a copy +of this License; and + +(b) You must cause any modified files to carry prominent notices stating that +You changed the files; and + +(c) You must retain, in the Source form of any Derivative Works that You distribute, +all copyright, patent, trademark, and attribution notices from the Source +form of the Work, excluding those notices that do not pertain to any part +of the Derivative Works; and + +(d) If the Work includes a "NOTICE" text file as part of its distribution, +then any Derivative Works that You distribute must include a readable copy +of the attribution notices contained within such NOTICE file, excluding those +notices that do not pertain to any part of the Derivative Works, in at least +one of the following places: within a NOTICE text file distributed as part +of the Derivative Works; within the Source form or documentation, if provided +along with the Derivative Works; or, within a display generated by the Derivative +Works, if and wherever such third-party notices normally appear. The contents +of the NOTICE file are for informational purposes only and do not modify the +License. You may add Your own attribution notices within Derivative Works +that You distribute, alongside or as an addendum to the NOTICE text from the +Work, provided that such additional attribution notices cannot be construed +as modifying the License. + +You may add Your own copyright statement to Your modifications and may provide +additional or different license terms and conditions for use, reproduction, +or distribution of Your modifications, or for any such Derivative Works as +a whole, provided Your use, reproduction, and distribution of the Work otherwise +complies with the conditions stated in this License. + +5. Submission of Contributions. Unless You explicitly state otherwise, any +Contribution intentionally submitted for inclusion in the Work by You to the +Licensor shall be under the terms and conditions of this License, without +any additional terms or conditions. Notwithstanding the above, nothing herein +shall supersede or modify the terms of any separate license agreement you +may have executed with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade names, +trademarks, service marks, or product names of the Licensor, except as required +for reasonable and customary use in describing the origin of the Work and +reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or agreed to +in writing, Licensor provides the Work (and each Contributor provides its +Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied, including, without limitation, any warranties +or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR +A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness +of using or redistributing the Work and assume any risks associated with Your +exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, whether +in tort (including negligence), contract, or otherwise, unless required by +applicable law (such as deliberate and grossly negligent acts) or agreed to +in writing, shall any Contributor be liable to You for damages, including +any direct, indirect, special, incidental, or consequential damages of any +character arising as a result of this License or out of the use or inability +to use the Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all other commercial +damages or losses), even if such Contributor has been advised of the possibility +of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing the Work +or Derivative Works thereof, You may choose to offer, and charge a fee for, +acceptance of support, warranty, indemnity, or other liability obligations +and/or rights consistent with this License. However, in accepting such obligations, +You may act only on Your own behalf and on Your sole responsibility, not on +behalf of any other Contributor, and only if You agree to indemnify, defend, +and hold each Contributor harmless for any liability incurred by, or claims +asserted against, such Contributor by reason of your accepting any such warranty +or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Apache License to your work. + +To apply the Apache License to your work, attach the following boilerplate +notice, with the fields enclosed by brackets "[]" replaced with your own identifying +information. (Don't include the brackets!) The text should be enclosed in +the appropriate comment syntax for the file format. We also recommend that +a file or class name and description of purpose be included on the same "printed +page" as the copyright notice for easier identification within third-party +archives. + +Copyright [yyyy] [name of copyright owner] + +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. diff --git a/Makefile b/Makefile index e750e59e..41cc50f4 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + .PHONY: all test clean SKIPPED_DIRS=ran-simulator/files diff --git a/README.md b/README.md index af2b5636..0b54e9ff 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ + + # ONOS SDRAN Helm charts [![Build Status](https://travis-ci.com/onosproject/sdran-helm-charts.svg?token=GojsizpApAX76HQhL5pw&branch=master)](https://travis-ci.com/onosproject/sdran-helm-charts) [![Integration Test Status](https://img.shields.io/travis/onosproject/onos-test?label=integration-tests&logo=integration-tests)](https://travis-ci.com/onosproject/onos-test) diff --git a/build/bin/run-sd-ran-test b/build/bin/run-sd-ran-test index 566c8d7d..8c4c6bd0 100755 --- a/build/bin/run-sd-ran-test +++ b/build/bin/run-sd-ran-test @@ -1,4 +1,9 @@ #!/bin/bash + +# SPDX-FileCopyrightText: 2020-present Open Networking Foundation +# +# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 + # Copyright 2020-present Open Networking Foundation. # # Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/config-models/e2node-1.x/.helmignore b/config-models/e2node-1.x/.helmignore index f0c13194..77f839bc 100644 --- a/config-models/e2node-1.x/.helmignore +++ b/config-models/e2node-1.x/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/config-models/ric-1.x/.helmignore b/config-models/ric-1.x/.helmignore index f0c13194..77f839bc 100644 --- a/config-models/ric-1.x/.helmignore +++ b/config-models/ric-1.x/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/fb-ah-gui/.helmignore b/fb-ah-gui/.helmignore index 50af0317..9cd746cf 100644 --- a/fb-ah-gui/.helmignore +++ b/fb-ah-gui/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/fb-ah-xapp/.helmignore b/fb-ah-xapp/.helmignore index 50af0317..9cd746cf 100644 --- a/fb-ah-xapp/.helmignore +++ b/fb-ah-xapp/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/fb-ah-xapp/files/certs/README.md b/fb-ah-xapp/files/certs/README.md index 51abfd54..7e08d51f 100644 --- a/fb-ah-xapp/files/certs/README.md +++ b/fb-ah-xapp/files/certs/README.md @@ -1,3 +1,9 @@ + + This folder contains self-signed certificates for use in testing. _DO NOT USE THESE CERTIFICATES IN PRODUCTION!_ diff --git a/fb-kpimon-xapp/files/certs/README.md b/fb-kpimon-xapp/files/certs/README.md index 51abfd54..7e08d51f 100644 --- a/fb-kpimon-xapp/files/certs/README.md +++ b/fb-kpimon-xapp/files/certs/README.md @@ -1,3 +1,9 @@ + + This folder contains self-signed certificates for use in testing. _DO NOT USE THESE CERTIFICATES IN PRODUCTION!_ diff --git a/oai-enb-cu/README.md b/oai-enb-cu/README.md index d4826db1..6f5edab8 100644 --- a/oai-enb-cu/README.md +++ b/oai-enb-cu/README.md @@ -1,3 +1,9 @@ + + ## OpenAirInterface eNB CU Provides a [Helm] chart for deploying OpenAirInterface eNB CU on [Kubernetes]. diff --git a/oai-enb-du/README.md b/oai-enb-du/README.md index 2980de79..7be4f72d 100644 --- a/oai-enb-du/README.md +++ b/oai-enb-du/README.md @@ -1,3 +1,9 @@ + + ## OpenAirInterface eNB DU Provides a [Helm] chart for deploying OpenAirInterface eNB DU on [Kubernetes]. diff --git a/oai-ue/README.md b/oai-ue/README.md index 1a88bd36..627e2af5 100644 --- a/oai-ue/README.md +++ b/oai-ue/README.md @@ -1,3 +1,9 @@ + + ## OpenAirInterface UE Provides a [Helm] chart for deploying OpenAirInterface UE on [Kubernetes]. diff --git a/onos-a1t/.helmignore b/onos-a1t/.helmignore index 50af0317..9cd746cf 100644 --- a/onos-a1t/.helmignore +++ b/onos-a1t/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/onos-a1t/README.md b/onos-a1t/README.md index 4c6bfcfa..7ba69a22 100644 --- a/onos-a1t/README.md +++ b/onos-a1t/README.md @@ -1,3 +1,9 @@ + + ## ONOS A1T Provides a [Helm] chart for deploying µONOS A1 Termination on [Kubernetes]. diff --git a/onos-a1t/files/certs/README.md b/onos-a1t/files/certs/README.md index 71072739..3b2e2c12 100644 --- a/onos-a1t/files/certs/README.md +++ b/onos-a1t/files/certs/README.md @@ -1,3 +1,9 @@ + + This folder contains self-signed certificates for use in testing. _DO NOT USE THESE CERTIFICATES IN PRODUCTION!_ diff --git a/onos-e2sub/.helmignore b/onos-e2sub/.helmignore index 50af0317..9cd746cf 100644 --- a/onos-e2sub/.helmignore +++ b/onos-e2sub/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/onos-e2sub/README.md b/onos-e2sub/README.md index 85b3ca78..ab2e58dc 100644 --- a/onos-e2sub/README.md +++ b/onos-e2sub/README.md @@ -1,3 +1,9 @@ + + ## ONOS E2 Subscription Manager Provides a [Helm] chart for deploying µONOS E2 Subscription Manager on [Kubernetes]. diff --git a/onos-e2sub/files/certs/README.md b/onos-e2sub/files/certs/README.md index 28aed746..f757ffad 100644 --- a/onos-e2sub/files/certs/README.md +++ b/onos-e2sub/files/certs/README.md @@ -1,3 +1,9 @@ + + This folder contains self-signed certificates for use in testing. _DO NOT USE THESE CERTIFICATES IN PRODUCTION!_ diff --git a/onos-e2t/.helmignore b/onos-e2t/.helmignore index 50af0317..9cd746cf 100644 --- a/onos-e2t/.helmignore +++ b/onos-e2t/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/onos-e2t/README.md b/onos-e2t/README.md index ffbdd9e2..3841edc5 100644 --- a/onos-e2t/README.md +++ b/onos-e2t/README.md @@ -1,3 +1,9 @@ + + ## ONOS E2 Termination Provides a [Helm] chart for deploying µONOS E2 Termination on [Kubernetes]. diff --git a/onos-e2t/files/certs/README.md b/onos-e2t/files/certs/README.md index 71072739..3b2e2c12 100644 --- a/onos-e2t/files/certs/README.md +++ b/onos-e2t/files/certs/README.md @@ -1,3 +1,9 @@ + + This folder contains self-signed certificates for use in testing. _DO NOT USE THESE CERTIFICATES IN PRODUCTION!_ diff --git a/onos-exporter/.helmignore b/onos-exporter/.helmignore index 50af0317..9cd746cf 100644 --- a/onos-exporter/.helmignore +++ b/onos-exporter/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/onos-kpimon/.helmignore b/onos-kpimon/.helmignore index 50af0317..9cd746cf 100644 --- a/onos-kpimon/.helmignore +++ b/onos-kpimon/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/onos-kpimon/README.md b/onos-kpimon/README.md index 392291ac..397b537e 100644 --- a/onos-kpimon/README.md +++ b/onos-kpimon/README.md @@ -1,3 +1,9 @@ + + ## ONOS KPIMON Provides a [Helm] chart for deploying µONOS KPIMON xApp on [Kubernetes]. diff --git a/onos-kpimon/files/certs/README.md b/onos-kpimon/files/certs/README.md index 71072739..3b2e2c12 100644 --- a/onos-kpimon/files/certs/README.md +++ b/onos-kpimon/files/certs/README.md @@ -1,3 +1,9 @@ + + This folder contains self-signed certificates for use in testing. _DO NOT USE THESE CERTIFICATES IN PRODUCTION!_ diff --git a/onos-mho/.helmignore b/onos-mho/.helmignore index 50af0317..9cd746cf 100644 --- a/onos-mho/.helmignore +++ b/onos-mho/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/onos-mho/README.md b/onos-mho/README.md index 6211dca1..41beda49 100644 --- a/onos-mho/README.md +++ b/onos-mho/README.md @@ -1,3 +1,9 @@ + + ## ONOS MHO Provides a [Helm] chart for deploying µONOS MHO xApp on [Kubernetes]. diff --git a/onos-mho/files/certs/README.md b/onos-mho/files/certs/README.md index 71072739..3b2e2c12 100644 --- a/onos-mho/files/certs/README.md +++ b/onos-mho/files/certs/README.md @@ -1,3 +1,9 @@ + + This folder contains self-signed certificates for use in testing. _DO NOT USE THESE CERTIFICATES IN PRODUCTION!_ diff --git a/onos-mlb/.helmignore b/onos-mlb/.helmignore index 50af0317..9cd746cf 100644 --- a/onos-mlb/.helmignore +++ b/onos-mlb/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/onos-mlb/README.md b/onos-mlb/README.md index 01079501..9907be13 100644 --- a/onos-mlb/README.md +++ b/onos-mlb/README.md @@ -1,3 +1,9 @@ + + ## ONOS MLB Provides a [Helm] chart for deploying µONOS MLB xApp on [Kubernetes]. diff --git a/onos-mlb/files/certs/README.md b/onos-mlb/files/certs/README.md index 71072739..3b2e2c12 100644 --- a/onos-mlb/files/certs/README.md +++ b/onos-mlb/files/certs/README.md @@ -1,3 +1,9 @@ + + This folder contains self-signed certificates for use in testing. _DO NOT USE THESE CERTIFICATES IN PRODUCTION!_ diff --git a/onos-o1t/.helmignore b/onos-o1t/.helmignore index 50af0317..9cd746cf 100644 --- a/onos-o1t/.helmignore +++ b/onos-o1t/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/onos-pci/.helmignore b/onos-pci/.helmignore index 50af0317..9cd746cf 100644 --- a/onos-pci/.helmignore +++ b/onos-pci/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/onos-pci/README.md b/onos-pci/README.md index c6b3f074..efc20cf9 100644 --- a/onos-pci/README.md +++ b/onos-pci/README.md @@ -1,3 +1,9 @@ + + ## ONOS PCI Provides a [Helm] chart for deploying µONOS PCI xApp on [Kubernetes]. diff --git a/onos-pci/files/certs/README.md b/onos-pci/files/certs/README.md index 71072739..3b2e2c12 100644 --- a/onos-pci/files/certs/README.md +++ b/onos-pci/files/certs/README.md @@ -1,3 +1,9 @@ + + This folder contains self-signed certificates for use in testing. _DO NOT USE THESE CERTIFICATES IN PRODUCTION!_ diff --git a/onos-pci/files/test/README.md b/onos-pci/files/test/README.md index cf5ec6a4..1e237c8f 100644 --- a/onos-pci/files/test/README.md +++ b/onos-pci/files/test/README.md @@ -1,3 +1,9 @@ + + # Helmit Test Files These files are intended for use by the PCI scale tests. There diff --git a/onos-ric-ho/.helmignore b/onos-ric-ho/.helmignore index 50af0317..9cd746cf 100644 --- a/onos-ric-ho/.helmignore +++ b/onos-ric-ho/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/onos-ric-ho/README.md b/onos-ric-ho/README.md index e1a0a044..ca0ea1a1 100644 --- a/onos-ric-ho/README.md +++ b/onos-ric-ho/README.md @@ -1,3 +1,9 @@ + + ## ONOS RAN Handover Provides a [Helm] chart for deploying µONOS RAN Handover on [Kubernetes]. diff --git a/onos-ric-ho/files/certs/README.md b/onos-ric-ho/files/certs/README.md index 51abfd54..7e08d51f 100644 --- a/onos-ric-ho/files/certs/README.md +++ b/onos-ric-ho/files/certs/README.md @@ -1,3 +1,9 @@ + + This folder contains self-signed certificates for use in testing. _DO NOT USE THESE CERTIFICATES IN PRODUCTION!_ diff --git a/onos-ric-mlb/.helmignore b/onos-ric-mlb/.helmignore index 50af0317..9cd746cf 100644 --- a/onos-ric-mlb/.helmignore +++ b/onos-ric-mlb/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/onos-ric-mlb/README.md b/onos-ric-mlb/README.md index 52e6b6d2..e2c1e3d4 100644 --- a/onos-ric-mlb/README.md +++ b/onos-ric-mlb/README.md @@ -1,3 +1,9 @@ + + ## ONOS RAN Load Balancer Provides a [Helm] chart for deploying µONOS RAN Load Balancer on [Kubernetes]. diff --git a/onos-ric-mlb/files/certs/README.md b/onos-ric-mlb/files/certs/README.md index 51abfd54..7e08d51f 100644 --- a/onos-ric-mlb/files/certs/README.md +++ b/onos-ric-mlb/files/certs/README.md @@ -1,3 +1,9 @@ + + This folder contains self-signed certificates for use in testing. _DO NOT USE THESE CERTIFICATES IN PRODUCTION!_ diff --git a/onos-ric/.helmignore b/onos-ric/.helmignore index 50af0317..9cd746cf 100644 --- a/onos-ric/.helmignore +++ b/onos-ric/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/onos-ric/README.md b/onos-ric/README.md index 5ed2033a..2c65362c 100644 --- a/onos-ric/README.md +++ b/onos-ric/README.md @@ -1,3 +1,9 @@ + + ## ONOS RIC Provides a [Helm] chart for deploying µONOS RAN on [Kubernetes]. diff --git a/onos-ric/files/certs/README.md b/onos-ric/files/certs/README.md index 51abfd54..7e08d51f 100644 --- a/onos-ric/files/certs/README.md +++ b/onos-ric/files/certs/README.md @@ -1,3 +1,9 @@ + + This folder contains self-signed certificates for use in testing. _DO NOT USE THESE CERTIFICATES IN PRODUCTION!_ diff --git a/onos-rsm/.helmignore b/onos-rsm/.helmignore index 50af0317..9cd746cf 100644 --- a/onos-rsm/.helmignore +++ b/onos-rsm/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/onos-rsm/README.md b/onos-rsm/README.md index 1fb01c57..184d4041 100644 --- a/onos-rsm/README.md +++ b/onos-rsm/README.md @@ -1,3 +1,9 @@ + + ## ONOS RSM Provides a [Helm] chart for deploying µONOS RSM xApp on [Kubernetes]. diff --git a/onos-rsm/files/certs/README.md b/onos-rsm/files/certs/README.md index 71072739..3b2e2c12 100644 --- a/onos-rsm/files/certs/README.md +++ b/onos-rsm/files/certs/README.md @@ -1,3 +1,9 @@ + + This folder contains self-signed certificates for use in testing. _DO NOT USE THESE CERTIFICATES IN PRODUCTION!_ diff --git a/onos-uenib/.helmignore b/onos-uenib/.helmignore index 50af0317..9cd746cf 100644 --- a/onos-uenib/.helmignore +++ b/onos-uenib/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/onos-uenib/README.md b/onos-uenib/README.md index dfebbd06..90d715b1 100644 --- a/onos-uenib/README.md +++ b/onos-uenib/README.md @@ -1,3 +1,9 @@ + + ## ONOS UE-NIB Provides a [Helm] chart for deploying µONOS UE-NIB Subsystem on [Kubernetes]. diff --git a/onos-uenib/files/certs/README.md b/onos-uenib/files/certs/README.md index b269db46..1cf2cffd 100644 --- a/onos-uenib/files/certs/README.md +++ b/onos-uenib/files/certs/README.md @@ -1,3 +1,9 @@ + + This folder contains self-signed certificates for use in testing. _DO NOT USE THESE CERTIFICATES IN PRODUCTION!_ diff --git a/ran-simulator/.helmignore b/ran-simulator/.helmignore index 50af0317..9cd746cf 100644 --- a/ran-simulator/.helmignore +++ b/ran-simulator/.helmignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. diff --git a/ran-simulator/README.md b/ran-simulator/README.md index 36fd7825..d0d15fad 100644 --- a/ran-simulator/README.md +++ b/ran-simulator/README.md @@ -1,3 +1,9 @@ + + ## RAN Simulator Provides a [Helm] chart for deploying µONOS Ran Simulator on [Kubernetes]. diff --git a/ran-simulator/files/certs/README.md b/ran-simulator/files/certs/README.md index 72412620..0c2ef1af 100644 --- a/ran-simulator/files/certs/README.md +++ b/ran-simulator/files/certs/README.md @@ -1,3 +1,9 @@ + + This folder contains self-signed certificates for use in testing. _DO NOT USE THESE CERTIFICATES IN PRODUCTION!_ diff --git a/ran-simulator/files/metrics/metrics.yaml b/ran-simulator/files/metrics/metrics.yaml index 627bc390..65097766 100644 --- a/ran-simulator/files/metrics/metrics.yaml +++ b/ran-simulator/files/metrics/metrics.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + metrics: rc: pci: diff --git a/ran-simulator/files/metrics/scale-rc-pci.yaml b/ran-simulator/files/metrics/scale-rc-pci.yaml index c36229c3..df9411b8 100644 --- a/ran-simulator/files/metrics/scale-rc-pci.yaml +++ b/ran-simulator/files/metrics/scale-rc-pci.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + metrics: rc: pci: diff --git a/ran-simulator/files/metrics/three-cell-metrics.yaml b/ran-simulator/files/metrics/three-cell-metrics.yaml index f7fb9725..8e667457 100644 --- a/ran-simulator/files/metrics/three-cell-metrics.yaml +++ b/ran-simulator/files/metrics/three-cell-metrics.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + metrics: rc: pci: diff --git a/ran-simulator/files/metrics/three-cell-n-node-metrics.yaml b/ran-simulator/files/metrics/three-cell-n-node-metrics.yaml index 627bc390..65097766 100644 --- a/ran-simulator/files/metrics/three-cell-n-node-metrics.yaml +++ b/ran-simulator/files/metrics/three-cell-n-node-metrics.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + metrics: rc: pci: diff --git a/ran-simulator/files/model/model-5cell-100ue.yaml b/ran-simulator/files/model/model-5cell-100ue.yaml index 64ef7528..dc12cf11 100644 --- a/ran-simulator/files/model/model-5cell-100ue.yaml +++ b/ran-simulator/files/model/model-5cell-100ue.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + layout: center: lat: 19.92693502 diff --git a/ran-simulator/files/model/model-7cell-140ue.yaml b/ran-simulator/files/model/model-7cell-140ue.yaml index c450c4bf..778a164e 100644 --- a/ran-simulator/files/model/model-7cell-140ue.yaml +++ b/ran-simulator/files/model/model-7cell-140ue.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + layout: center: lat: 12.941780865166495 diff --git a/ran-simulator/files/model/model.yaml b/ran-simulator/files/model/model.yaml index 13cd05d2..4f0b5bb7 100644 --- a/ran-simulator/files/model/model.yaml +++ b/ran-simulator/files/model/model.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + layout: center: lat: 52.52 diff --git a/ran-simulator/files/model/scale-50-150.yaml b/ran-simulator/files/model/scale-50-150.yaml index 98bef0fd..b25bac1b 100644 --- a/ran-simulator/files/model/scale-50-150.yaml +++ b/ran-simulator/files/model/scale-50-150.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + layout: center: lat: 52.52 diff --git a/ran-simulator/files/model/scale-model.yaml b/ran-simulator/files/model/scale-model.yaml index f6512bd9..9df52a97 100644 --- a/ran-simulator/files/model/scale-model.yaml +++ b/ran-simulator/files/model/scale-model.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + layout: center: lat: 52.52 diff --git a/ran-simulator/files/model/three-cell-model.yaml b/ran-simulator/files/model/three-cell-model.yaml index 211fb2c9..506c3455 100644 --- a/ran-simulator/files/model/three-cell-model.yaml +++ b/ran-simulator/files/model/three-cell-model.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + layout: center: lat: 52.52 diff --git a/ran-simulator/files/model/three-cell-n-node-model.yaml b/ran-simulator/files/model/three-cell-n-node-model.yaml index e8bb9b8c..17a3ebd2 100644 --- a/ran-simulator/files/model/three-cell-n-node-model.yaml +++ b/ran-simulator/files/model/three-cell-n-node-model.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + layout: center: lat: 52.52 diff --git a/ran-simulator/files/model/two-cell-two-node-model.yaml b/ran-simulator/files/model/two-cell-two-node-model.yaml index 93c19225..1e06998c 100644 --- a/ran-simulator/files/model/two-cell-two-node-model.yaml +++ b/ran-simulator/files/model/two-cell-two-node-model.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + layout: center: lat: 52.52 diff --git a/ran-simulator/files/topo/model-topo.yaml b/ran-simulator/files/topo/model-topo.yaml index a23cb654..6749fe43 100644 --- a/ran-simulator/files/topo/model-topo.yaml +++ b/ran-simulator/files/topo/model-topo.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: topo.onosproject.org/v1beta1 kind: Entity metadata: diff --git a/ran-simulator/files/topo/scale-50-150-topo.yaml b/ran-simulator/files/topo/scale-50-150-topo.yaml index 4b41ade7..542d70f6 100644 --- a/ran-simulator/files/topo/scale-50-150-topo.yaml +++ b/ran-simulator/files/topo/scale-50-150-topo.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: topo.onosproject.org/v1beta1 kind: Entity metadata: diff --git a/ran-simulator/files/topo/scale-model-topo.yaml b/ran-simulator/files/topo/scale-model-topo.yaml index 5571f86d..0fad7452 100644 --- a/ran-simulator/files/topo/scale-model-topo.yaml +++ b/ran-simulator/files/topo/scale-model-topo.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: topo.onosproject.org/v1beta1 kind: Entity metadata: diff --git a/ran-simulator/files/topo/three-cell-model-topo.yaml b/ran-simulator/files/topo/three-cell-model-topo.yaml index ec3faa1d..0c5040f0 100644 --- a/ran-simulator/files/topo/three-cell-model-topo.yaml +++ b/ran-simulator/files/topo/three-cell-model-topo.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: topo.onosproject.org/v1beta1 kind: Entity metadata: diff --git a/ran-simulator/files/topo/three-cell-n-node-topo.yaml b/ran-simulator/files/topo/three-cell-n-node-topo.yaml index 533f785f..5cb71aa8 100644 --- a/ran-simulator/files/topo/three-cell-n-node-topo.yaml +++ b/ran-simulator/files/topo/three-cell-n-node-topo.yaml @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + apiVersion: topo.onosproject.org/v1beta1 kind: Entity metadata: diff --git a/ran-simulator/templates/configmap.yaml b/ran-simulator/templates/configmap.yaml index 1e96c498..15281066 100644 --- a/ran-simulator/templates/configmap.yaml +++ b/ran-simulator/templates/configmap.yaml @@ -1,5 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # +# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 apiVersion: v1 diff --git a/ran-simulator/templates/deployment.yaml b/ran-simulator/templates/deployment.yaml index 46ccbcb4..b3d3bb79 100644 --- a/ran-simulator/templates/deployment.yaml +++ b/ran-simulator/templates/deployment.yaml @@ -1,5 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # +# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 apiVersion: apps/v1 diff --git a/ran-simulator/templates/secret.yaml b/ran-simulator/templates/secret.yaml index 018be05e..89ac46e9 100644 --- a/ran-simulator/templates/secret.yaml +++ b/ran-simulator/templates/secret.yaml @@ -1,5 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # +# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 apiVersion: v1 diff --git a/ran-simulator/templates/service.yaml b/ran-simulator/templates/service.yaml index 80e53d3c..9d0d6f97 100644 --- a/ran-simulator/templates/service.yaml +++ b/ran-simulator/templates/service.yaml @@ -1,5 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # +# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 apiVersion: v1 diff --git a/sd-ran/.gitignore b/sd-ran/.gitignore index b699e972..2c9d801c 100644 --- a/sd-ran/.gitignore +++ b/sd-ran/.gitignore @@ -1,3 +1,7 @@ +# SPDX-FileCopyrightText: 2019-present Open Networking Foundation +# +# SPDX-License-Identifier: Apache-2.0 + requirements.lock charts Chart.lock \ No newline at end of file diff --git a/sd-ran/README.md b/sd-ran/README.md index bd425ad7..5ad18f91 100644 --- a/sd-ran/README.md +++ b/sd-ran/README.md @@ -1,3 +1,9 @@ + + ## SD-RAN Umbrella chart SD-RAN™ is building open source components for the mobile RAN space, complementing O-RAN’s focus on architecture and interfaces by building and trialing O-RAN compliant open source components. This will foster the creation of true multi-vendor RAN solutions and help invigorate innovation across the RAN ecosystem. diff --git a/sd-ran/files/configs/README.md b/sd-ran/files/configs/README.md index 850093b2..81faa77f 100644 --- a/sd-ran/files/configs/README.md +++ b/sd-ran/files/configs/README.md @@ -1,3 +1,9 @@ + + # Config files Copied here from ran-simulator/pkg/config From daeb6106431da8ffb70ac0ceb724d9e90f55fee3 Mon Sep 17 00:00:00 2001 From: Ray Milkey Date: Thu, 3 Feb 2022 10:30:41 -0800 Subject: [PATCH 2/4] Change licenses to Apache 2.0 --- LICENSES/LicenseRef-ONF-Member-Only-1.0.txt | 295 ------------------ Makefile | 4 +- ah-eson-test-server/Chart.yaml | 2 +- ah-eson-test-server/templates/configmap.yaml | 2 +- ah-eson-test-server/templates/deployment.yaml | 2 +- ah-eson-test-server/templates/secret.yaml | 2 +- ah-eson-test-server/templates/service.yaml | 2 +- .../templates/serviceaccount.yaml | 2 +- ah-eson-test-server/values.yaml | 2 +- build/bin/run-sd-ran-test | 2 +- build/cmd/index2md/index2md.go | 2 +- config-models/e2node-1.x/Chart.yaml | 2 +- config-models/e2node-1.x/templates/model.yaml | 2 +- config-models/e2node-1.x/values.yaml | 2 +- config-models/ric-1.x/Chart.yaml | 2 +- config-models/ric-1.x/templates/model.yaml | 2 +- config-models/ric-1.x/values.yaml | 2 +- e2-simulator/Chart.yaml | 2 +- e2-simulator/templates/deployment.yaml | 2 +- e2-simulator/values.yaml | 2 +- fb-ah-gui/Chart.yaml | 2 +- fb-ah-gui/templates/configmap.yaml | 2 +- fb-ah-gui/templates/deployment.yaml | 2 +- fb-ah-gui/templates/secret.yaml | 2 +- fb-ah-gui/templates/service.yaml | 2 +- fb-ah-gui/values.yaml | 2 +- fb-ah-xapp/Chart.yaml | 2 +- fb-ah-xapp/templates/configmap.yaml | 2 +- fb-ah-xapp/templates/deployment.yaml | 2 +- fb-ah-xapp/templates/secret.yaml | 2 +- fb-ah-xapp/templates/service.yaml | 2 +- fb-ah-xapp/values.yaml | 2 +- fb-kpimon-xapp/Chart.yaml | 2 +- fb-kpimon-xapp/templates/configmap.yaml | 2 +- fb-kpimon-xapp/templates/deployment.yaml | 2 +- fb-kpimon-xapp/templates/secret.yaml | 2 +- fb-kpimon-xapp/templates/service.yaml | 2 +- fb-kpimon-xapp/templates/servicemonitor.yaml | 2 +- fb-kpimon-xapp/values.yaml | 2 +- oai-enb-cu/Chart.yaml | 2 +- oai-enb-cu/templates/_helpers.tpl | 2 +- oai-enb-cu/templates/bin/_init_enb_cu.sh.tpl | 2 +- oai-enb-cu/templates/bin/_run_enb_cu.sh.tpl | 2 +- oai-enb-cu/templates/configmap-cu.yaml | 2 +- oai-enb-cu/templates/statefulset-cu.yaml | 2 +- oai-enb-cu/values.yaml | 2 +- oai-enb-du/Chart.yaml | 2 +- oai-enb-du/templates/_du_conf.tpl | 2 +- oai-enb-du/templates/_du_conf_usrp.tpl | 2 +- oai-enb-du/templates/_helpers.tpl | 2 +- oai-enb-du/templates/bin/_init_enb_du.sh.tpl | 2 +- oai-enb-du/templates/bin/_run_enb_du.sh.tpl | 2 +- .../templates/bin/_run_enb_du_usrp.sh.tpl | 2 +- oai-enb-du/templates/configmap-du.yaml | 2 +- oai-enb-du/templates/statefulset-du.yaml | 2 +- oai-enb-du/values.yaml | 2 +- oai-ue/Chart.yaml | 2 +- oai-ue/templates/_helpers.tpl | 2 +- oai-ue/templates/_ue_conf.tpl | 2 +- oai-ue/templates/_ue_sim_conf.tpl | 2 +- oai-ue/templates/bin/_gen_ue_sim.sh.tpl | 2 +- oai-ue/templates/bin/_init_ue.sh.tpl | 2 +- oai-ue/templates/bin/_run_ue.sh.tpl | 2 +- oai-ue/templates/bin/_run_ue_usrp.sh.tpl | 2 +- oai-ue/templates/configmap-ue.yaml | 2 +- oai-ue/templates/statefulset-ue.yaml | 2 +- oai-ue/values.yaml | 2 +- onos-a1t/Chart.yaml | 2 +- onos-a1t/templates/configmap.yaml | 2 +- onos-a1t/templates/deployment.yaml | 2 +- onos-a1t/templates/secret.yaml | 2 +- onos-a1t/templates/service.yaml | 2 +- onos-a1t/values.yaml | 2 +- onos-e2sub/Chart.yaml | 2 +- onos-e2sub/templates/configmap.yaml | 2 +- onos-e2sub/templates/database.yaml | 2 +- onos-e2sub/templates/deployment.yaml | 2 +- onos-e2sub/templates/secret.yaml | 2 +- onos-e2sub/templates/service.yaml | 2 +- onos-e2sub/values.yaml | 2 +- onos-e2t/Chart.yaml | 2 +- onos-e2t/templates/configmap.yaml | 2 +- onos-e2t/templates/deployment.yaml | 2 +- onos-e2t/templates/primitives.yaml | 2 +- onos-e2t/templates/role.yaml | 2 +- onos-e2t/templates/rolebinding.yaml | 2 +- onos-e2t/templates/secret.yaml | 2 +- onos-e2t/templates/service.yaml | 2 +- onos-e2t/templates/serviceaccount.yaml | 2 +- onos-e2t/templates/store.yaml | 2 +- onos-e2t/values.yaml | 2 +- onos-exporter/Chart.yaml | 2 +- onos-exporter/templates/deployment.yaml | 2 +- onos-exporter/templates/service.yaml | 2 +- onos-exporter/templates/servicemonitor.yaml | 2 +- onos-exporter/values.yaml | 2 +- onos-kpimon/Chart.yaml | 2 +- onos-kpimon/templates/configmap.yaml | 2 +- onos-kpimon/templates/deployment.yaml | 2 +- onos-kpimon/templates/secret.yaml | 2 +- onos-kpimon/templates/service.yaml | 2 +- onos-kpimon/values.yaml | 2 +- onos-mho/Chart.yaml | 2 +- onos-mho/templates/configmap.yaml | 2 +- onos-mho/templates/deployment.yaml | 2 +- onos-mho/templates/secret.yaml | 2 +- onos-mho/templates/service.yaml | 2 +- onos-mho/values.yaml | 2 +- onos-mlb/Chart.yaml | 2 +- onos-mlb/templates/configmap.yaml | 2 +- onos-mlb/templates/deployment.yaml | 2 +- onos-mlb/templates/secret.yaml | 2 +- onos-mlb/templates/service.yaml | 2 +- onos-mlb/values.yaml | 2 +- onos-o1t/Chart.yaml | 2 +- onos-o1t/templates/configmap.yaml | 2 +- onos-o1t/templates/deployment.yaml | 2 +- onos-o1t/templates/secret.yaml | 2 +- onos-o1t/templates/service.yaml | 2 +- onos-o1t/templates/serviceaccount.yaml | 2 +- onos-o1t/values.yaml | 2 +- onos-pci/Chart.yaml | 2 +- onos-pci/files/test/scale-model.yaml | 2 +- onos-pci/files/test/scale-rc-pci.yaml | 2 +- onos-pci/templates/configmap.yaml | 2 +- onos-pci/templates/deployment.yaml | 2 +- onos-pci/templates/secret.yaml | 2 +- onos-pci/templates/service.yaml | 2 +- onos-pci/values.yaml | 2 +- onos-ric-ho/Chart.yaml | 2 +- onos-ric-ho/templates/configmap.yaml | 2 +- onos-ric-ho/templates/deployment.yaml | 2 +- onos-ric-ho/templates/role.yaml | 2 +- onos-ric-ho/templates/rolebinding.yaml | 2 +- onos-ric-ho/templates/secret.yaml | 2 +- onos-ric-ho/templates/service.yaml | 2 +- onos-ric-ho/templates/serviceaccount.yaml | 2 +- onos-ric-ho/values.yaml | 2 +- onos-ric-mlb/Chart.yaml | 2 +- onos-ric-mlb/templates/configmap.yaml | 2 +- onos-ric-mlb/templates/deployment.yaml | 2 +- onos-ric-mlb/templates/role.yaml | 2 +- onos-ric-mlb/templates/rolebinding.yaml | 2 +- onos-ric-mlb/templates/secret.yaml | 2 +- onos-ric-mlb/templates/service.yaml | 2 +- onos-ric-mlb/templates/serviceaccount.yaml | 2 +- onos-ric-mlb/values.yaml | 2 +- onos-ric/Chart.yaml | 2 +- onos-ric/templates/configmap.yaml | 2 +- onos-ric/templates/database.yaml | 2 +- onos-ric/templates/role.yaml | 2 +- onos-ric/templates/rolebinding.yaml | 2 +- onos-ric/templates/secret.yaml | 2 +- onos-ric/templates/service.yaml | 2 +- onos-ric/templates/serviceaccount.yaml | 2 +- onos-ric/templates/statefulset.yaml | 2 +- onos-ric/tests/onos-ric.go | 2 +- onos-ric/values.yaml | 2 +- onos-rsm/Chart.yaml | 2 +- onos-rsm/templates/configmap.yaml | 2 +- onos-rsm/templates/deployment.yaml | 2 +- onos-rsm/templates/secret.yaml | 2 +- onos-rsm/templates/service.yaml | 2 +- onos-rsm/values.yaml | 2 +- onos-uenib/Chart.yaml | 2 +- onos-uenib/templates/configmap.yaml | 2 +- onos-uenib/templates/deployment.yaml | 2 +- onos-uenib/templates/primitives.yaml | 2 +- onos-uenib/templates/role.yaml | 2 +- onos-uenib/templates/rolebinding.yaml | 2 +- onos-uenib/templates/secret.yaml | 2 +- onos-uenib/templates/service.yaml | 2 +- onos-uenib/templates/serviceaccount.yaml | 2 +- onos-uenib/templates/store.yaml | 2 +- onos-uenib/values.yaml | 2 +- ran-simulator/Chart.yaml | 2 +- ran-simulator/templates/configmap.yaml | 2 +- ran-simulator/templates/deployment.yaml | 2 +- ran-simulator/templates/secret.yaml | 2 +- ran-simulator/templates/service.yaml | 2 +- ran-simulator/values.yaml | 2 +- sd-ran/Chart.yaml | 2 +- .../berlin-honeycomb-331-3-A-gnmi.yaml | 2 +- .../berlin-honeycomb-331-3-B-gnmi.yaml | 2 +- .../berlin-honeycomb-331-3-C-gnmi.yaml | 2 +- .../configs/berlin-honeycomb-331-3-topo.yaml | 2 +- .../configs/berlin-honeycomb-4-3-gnmi.yaml | 2 +- .../configs/berlin-honeycomb-4-3-topo.yaml | 2 +- .../configs/berlin-honeycomb-4-3-toponew.yaml | 2 +- .../kubernetes-logs-pod.json.license | 2 +- .../files/dashboards/sdran-kpis.json.license | 2 +- sd-ran/files/dashboards/sdran.json.license | 2 +- sd-ran/templates/configmap-dashboards.yaml | 2 +- sd-ran/templates/configmap-datasources.yaml | 2 +- sd-ran/templates/configmap.yaml | 2 +- sd-ran/templates/store.yaml | 2 +- sd-ran/templates/topo-kinds.yaml | 2 +- sd-ran/tests/sd-ran.go | 2 +- sd-ran/values.yaml | 2 +- test/main.go | 2 +- 200 files changed, 199 insertions(+), 496 deletions(-) delete mode 100644 LICENSES/LicenseRef-ONF-Member-Only-1.0.txt diff --git a/LICENSES/LicenseRef-ONF-Member-Only-1.0.txt b/LICENSES/LicenseRef-ONF-Member-Only-1.0.txt deleted file mode 100644 index 2c3bf70f..00000000 --- a/LICENSES/LicenseRef-ONF-Member-Only-1.0.txt +++ /dev/null @@ -1,295 +0,0 @@ - -ONF Member-Only Software License -Version 1.0 -June 2020 - -This ONF Member-Only Software License (this "License") is entered into by and -between Open Networking Foundation ("ONF") and you and/or the entity on whose -behalf you are accessing the Works (as defined in Section 1 below) ("you"). -This License forms a legally binding contract between you and ONF in relation -to your access to and use of the Works. You may not access or use the Works if -you do not accept this License. - -By accessing or using the Works, you hereby agree to the terms of this License. -You may not use the Works and may not accept this License if you are a person -barred from receiving the Works under the laws of the United States or other -countries, including the country from which you access or use the Works. If you -are agreeing to be bound by this License on behalf of your employer or other -entity, you represent and warrant that you have full legal authority to bind -your employer or such entity to this License. If you do not have the requisite -authority, you may not accept this License or access or use the Works on behalf -of your employer or any other entity. You and ONF acknowledge and agree as -follows: - -1. DEFINITIONS. - -"Source" form shall mean the preferred form for making modifications, including -but not limited to software source code, documentation source, and -configuration files. - -"Object" form shall mean any form resulting from mechanical transformation or -translation of a Source form, including but not limited to compiled object -code, generated documentation, and conversions to other media types. - -"Works" shall mean the works of authorship, whether in Source or Object form, -made available under this License, as indicated by a copyright notice/header -file that is included in or attached to the Works. - -2. BACKGROUND. - -The purpose of this License is to provide ONF member companies in good standing -("Members") with early access to software projects currently in development by -ONF prior to their public release, to allow Members to review and test the -Works internally for the purpose of making further contributions to the -applicable project. Members who are Partner-level Members at the time they -first access the Works are additionally permitted under this License to use the -Works internally for the purpose of building and developing products and -services for commercial purposes as defined in Section 4. However, this -License does not permit any Member, regardless of Member level, to redistribute -all or any portion of the Works, except as part of a contribution back to the -applicable project, in accordance with Section 8 below, or in binary form as -provided for Partner-level Members in Section 4 below. You understand and -agree that ONF has the sole right to sublicense and distribute a public version -of the final code base for the applicable project to third parties under the -2.0 version of the Apache License, or other permissive license terms selected -by ONF in its sole discretion. - -The Purpose of this License is to incubate the development of new software -projects by providing a framework for ONF Members to access and contribute to -the projects while minimizing the potential for forking or misuse of the -projects. Nothing in this Background paragraph, however, shall require ONF to -take any particular course of action regarding any Works covered by this -License. - -3. LIMITED LICENSE TO ALL MEMBERS IN GOOD STANDING. - -Subject to your complete and ongoing compliance with all the terms and -conditions set forth in this License, including without limitation all license -limitations and restrictions set forth herein, ONF grants you the following -limited, non-exclusive, non-transferable, non-sublicensable, revocable license -to use, and (where applicable) authorize your employees and contractors -performing work on your behalf (but only if such contractors are themselves -Members of ONF and accept the terms of this License) to use the Works -internally solely in connection with (a) reviewing, testing, modifying and -creating derivatives of the Works for the sole purpose of making contributions -by you to the code repository for the applicable project maintained by ONF; and -(b) building, developing and testing your own applications or components that -may interoperate with or incorporate the Works ("Applications") for the -purposes of internal evaluation only. - -4. ADDITIONAL LICENSE TO PARTNER-LEVEL MEMBERS IN GOOD STANDING. - -Each project subject to this License shall be declared by ONF to be in one of -two phases: a) Incubation Phase, or b) Partner Commercialization Phase. Each -project shall start in the Incubation Phase, and ONF, at its sole discretion, -shall determine when each project moves into the Partner Commercialization -Phase. Each project shall be documented to be in one of these two phases in -the Project's README documentation and can be confirmed by contacting ONF. - -Once any project moves into the Partner Commercialization Phase, if you are a -Partner-level ONF Member in good standing at the time you first access the -Works and for the entire period during which you access and use the Works, in -addition to the rights granted in Section 3, and subject to your complete and -ongoing compliance with all the terms and conditions set forth in this License, -including without limitation all license limitations and restrictions set forth -herein, ONF grants you the limited, non-exclusive, non-transferable, -non-sublicensable, revocable license to use, and (where applicable) authorize -your employees and contractors performing work on your behalf (but only if such -contractors are themselves Members of ONF and accept the terms of this License) -to use, test, modify and create derivatives of the Works internally for the -purpose of building, developing, testing, marketing, offering for sale and -selling commercial products and services to third parties. Wherever possible, -you will take reasonable precautions to ensure Works remain accessible only to -ONF Members, and any commercial product or service requiring redistribution of -the Works, of modifications of the Works or of derivatives of the Works must be -made solely in binary machine code form where possible to further this aim. - -Partners-level Members gaining additional insights as a result of accessing and -using the Works for commercial products and services are expected to provide -feedback to and to make contributions to the project for the benefit of both -the project and the general membership. - -You may verify your company's Partner-level membership status on the ONF -website at: https://www.opennetworking.org/member-listing/. - -4.1 GRACE PERIOD FOR NON-PARTNER-LEVEL MEMBERS - -If you are not a Partner-level Member and you wish to benefit from the rights -granted to ONF Partners in Section 4, you have a 90-day grace period from the -day you first access the Works to upgrade to a Partner-Level ONF Membership. -Should you upgrade within this grace period, you will be recognized as if you -had been a Partner on the day you first accessed the Works for the purpose of -interpreting your rights under Section 4. - -5. RESTRICTIONS. - -By accessing or using the Works, you represent, warrant, and covenant that you -and/or the entity on whose behalf you are accessing the Works is a Member in -good standing of ONF. - -You acknowledge that, except for the limited rights expressly set forth above, -the foregoing licenses do not include any right to, and you agree not to (i) -redistribute, sell, lease, license, modify or otherwise create any derivative -works of any portion of the Works, or (ii) distribute, deploy, or otherwise -utilize the Works or Applications for any public, production, commercial, or -other similar purpose other than internal use for evaluation and development of -contributions to the code repository for the applicable project maintained by -ONF and non-public, experimental Applications. - -Except as expressly provided herein, you may not (w) reproduce, distribute, -publicly display, or publicly perform any part of the Works, (x) decompile, -reverse engineer, or otherwise access or attempt to access source code not made -available to you in source code form, (y) make or attempt to make any -modification to, or otherwise create any derivative works of, the Works; or (z) -remove, obscure, interfere with or circumvent any feature of the Works, -including without limitation any copyright or other intellectual property -notices, security, or access control mechanism. You agree that you will not use -the Works to do anything illegal, including facilitating, promoting, or -otherwise encouraging any illegal activities. - -You represent and warrant that the Works will not be shipped, transferred or -exported into any country or used in any manner prohibited by the United States -Export Administration Act or any other export laws, restrictions or regulations -(collectively the "Export Laws"). In addition, if the Works are identified as -an export controlled item under the Export Laws, you represent and warrant that -you are not a citizen, or otherwise located within, an embargoed nation -(including without limitation Crimea, Cuba, Iran, North Korea, Sudan, or Syria) -and that you are not otherwise prohibited under the Export Laws from receiving -the Works. - -ANY USE IN VIOLATION OF THE FOREGOING LIMITATIONS AND RESTRICTIONS IS STRICTLY -PROHIBITED, AND UNLICENSED. - -6. RESERVATION OF RIGHTS. - -The Works are owned by ONF and/or its licensors, and are licensed, not sold, to -you. The Works are protected by copyright, trade dress, patent, and trademark -laws of the United States and other jurisdictions, international conventions, -and all other relevant intellectual property and proprietary rights, and -applicable laws (collectively, the "Intellectual Property Rights"). You agree -that ONF or its subsidiaries or affiliated companies and/or its licensors own -all legal right, title and interest in and to the Works, including any and all -Intellectual Property Rights. ONF reserves all rights not expressly granted in -this License. You do not acquire any right, title or interest to the Works, -whether by implication, estoppel, or otherwise, except for the limited rights -set forth in this License. - -You agree that the form and nature of the Works that ONF provides may change -without prior notice to you and that future versions of the Works may be -incompatible with applications developed using previous versions of the Works. -You agree that ONF may stop (permanently or temporarily) providing the Works -(or any features within the Works) to you or to users generally at ONF's sole -discretion, without prior notice to you. Nothing in this License gives you a -right to use any of ONF's trade names, trademarks, service marks, logos, domain -names, or other distinctive brand features. - -7. PURPOSE AND USE. - -You agree that you will not engage in any activity with the Works, including -the development or distribution of an Application that interferes with, -disrupts, damages, or accesses in an unauthorized manner the servers, networks, -or other properties or services of any third party. You agree that you are -solely responsible for (and that ONF has no responsibility to you or to any -third party for) any data, content, or resources that you create, transmit or -display. You agree that you are solely responsible for (and that ONF has no -responsibility to you or to any third party for) any breach of your obligations -under this License, any applicable third party contract or terms of service, or -any applicable law or regulation, and for the consequences (including any loss -or damage which ONF or any third party may suffer) of any such breach. - -8. FEEDBACK; CONTRIBUTIONS. - -If you provide ONF with any comments, bug reports, feedback, enhancements, or -modifications proposed or suggested by you for the Works ("Feedback"), such -Feedback will be submitted as a Contribution to the applicable project -maintained by ONF under the terms and conditions of a Contributor License -Agreement between you and ONF, is provided on a non-confidential basis -(notwithstanding any notice to the contrary you may include in any accompanying -communication), and ONF shall have the right to use such Feedback at its -discretion, including, but not limited to the incorporation of such Feedback -into the Works and any final code base that may be derived from the Works. - -9. TERMINATION OF THIS LICENSE. - -This License will continue to apply until terminated by either you or ONF as -set out below. If you want to terminate this License, you may do so by ceasing -your use of the Works. If you cease being a Member in good standing of ONF, -this License will terminate automatically and without further notice to you. -ONF may at any time terminate this License: (a) if you have breached any -provision of this License; or (b) at ONF's convenience. When this License -comes to an end, except as otherwise set forth in this paragraph 9, all of the -legal rights, obligations and liabilities that you and ONF have benefited from, -been subject to (or which have accrued over time while this License has been in -force) or which are expressed to continue indefinitely, shall be unaffected by -this cessation, and paragraphs 1, 2 and 5 through 14 shall continue to apply to -such rights, obligations and liabilities indefinitely. In addition, unless -this License is terminated by ONF as a result of your breach of any provision -of this License, Partner-level Members entitled to the benefits of Section 4 of -this License shall also retain all rights granted by Section 4 so as long as -you remain a Partner-level Member in good standing. - -10. DISCLAIMER OF WARRANTIES. - -YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE WORKS IS AT YOUR SOLE -RISK AND THAT THE WORKS ARE PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT -WARRANTY OF ANY KIND FROM ONF. YOUR USE OF THE WORKS IS AT YOUR OWN DISCRETION -AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM -OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE. ONF FURTHER -EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS -OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. ONF -EXPRESSLY DISCLAIMS ANY WARRANTIES OF ANY KIND WITH RESPECT TO THE ACCURACY OR -FUNCTIONALITY OF THE WORKS, AND WITH RESPECT TO THE ACCURACY, VALIDITY, OR -COMPLETENESS OF ANY INFORMATION OR FEATURES AVAILABLE THROUGH THE WORKS, OR THE -QUALITY OR CONSISTENCY OF THE WORKS OR RESULTS OBTAINED THROUGH THEIR USE. - -11. LIMITATION OF LIABILITY. - -YOU EXPRESSLY UNDERSTAND AND AGREE THAT ONF, ITS SUBSIDIARIES AND AFFILIATES, -AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR -ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL OR EXEMPLARY DAMAGES -THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT ONF OR -ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE -POSSIBILITY OF ANY SUCH LOSSES. IN NO EVENT WILL ONF'S AGGREGATE LIABILITY FOR -DAMAGES ARISING OUT OF THIS LICENSE OR YOUR USE OF THE WORKS EXCEED THE GREATER -OF AMOUNTS PAID BY YOU FOR THE WORKS, IF ANY. - -12. INDEMNIFICATION. - -To the maximum extent permitted by law, you agree to defend, indemnify and hold -harmless ONF, its affiliates and their respective directors, officers, -employees and agents from and against any and all claims, actions, suits or -proceedings, as well as any and all losses, liabilities, damages, costs and -expenses (including reasonable attorneys' fees) arising out of or accruing from -(a) your use of the Works, (b) any Application or (for Partner-level Members) -commercial product or service you develop using the Works that infringes any -copyright, trademark, trade secret, trade dress, patent or other intellectual -property right of any person, and (c) any non-compliance by you with this -License or any applicable law or regulation. - -13. CHANGES TO THIS LICENSE. - -ONF may make changes to this License as it distributes new versions of the -Works. When these changes are made, ONF will make a new version of this License -available on the ONF website. - -14. MISCELLANEOUS TERMS. - -This License constitutes the entire legal agreement between you and ONF with -regard to your access and use of the Works, and governs your access and use of -the Works and completely supersedes any prior agreements between you and ONF in -relation to the Works, except for any Contributor License Agreement you may -have executed with ONF. You agree that if ONF does not exercise or enforce any -legal right or remedy which is contained in this License (or which ONF has the -benefit of under any applicable law), this will not be taken to be a formal -waiver of ONF's rights and that those rights or remedies will still be -available to ONF. If any court of law, having the jurisdiction to decide on -this matter, rules that any provision of this License is invalid, then that -provision will be removed from this License without affecting the rest of this -License. The remaining provisions of this License will continue to be valid and -enforceable so long as this License, as so modified, does not substantially -impair the respective expectations or reciprocal obligations of the parties. -The rights granted in this License may not be assigned or transferred by you -without the prior written approval of ONF. You shall not be permitted to -delegate your responsibilities or obligations under this License without the -prior written approval of ONF. diff --git a/Makefile b/Makefile index 41cc50f4..56c284fb 100644 --- a/Makefile +++ b/Makefile @@ -4,8 +4,6 @@ .PHONY: all test clean -SKIPPED_DIRS=ran-simulator/files - all: test jenkins-test: jenkins_version_check license_check deps # @HELP run the jenkins verification tests @@ -14,7 +12,7 @@ jenkins-test: jenkins_version_check license_check deps # @HELP run the jenkins v license_check: # @HELP examine and ensure license headers exist @if [ ! -d "../build-tools" ]; then cd .. && git clone https://github.com/onosproject/build-tools.git; fi - ./../build-tools/licensing/boilerplate.py -v --rootdir=${CURDIR} --boilerplate LicenseRef-ONF-Member-Only-1.0 --skipped-dir ${SKIPPED_DIRS} + ./../build-tools/licensing/boilerplate.py -v --rootdir=${CURDIR} --boilerplate SPDX-Apache-2.0 jenkins_version_check: build-tools # @HELP run the version checker on the charts export COMPARISON_BRANCH=origin/master && export WORKSPACE=`pwd` && ./../build-tools/chart_version_check diff --git a/ah-eson-test-server/Chart.yaml b/ah-eson-test-server/Chart.yaml index fd5b9e47..50055aa8 100644 --- a/ah-eson-test-server/Chart.yaml +++ b/ah-eson-test-server/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: ah-eson-test-server diff --git a/ah-eson-test-server/templates/configmap.yaml b/ah-eson-test-server/templates/configmap.yaml index 69ba8002..b443e1b7 100644 --- a/ah-eson-test-server/templates/configmap.yaml +++ b/ah-eson-test-server/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/ah-eson-test-server/templates/deployment.yaml b/ah-eson-test-server/templates/deployment.yaml index 40288086..a660e2db 100644 --- a/ah-eson-test-server/templates/deployment.yaml +++ b/ah-eson-test-server/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/ah-eson-test-server/templates/secret.yaml b/ah-eson-test-server/templates/secret.yaml index 83909e63..f9f26b5c 100644 --- a/ah-eson-test-server/templates/secret.yaml +++ b/ah-eson-test-server/templates/secret.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/ah-eson-test-server/templates/service.yaml b/ah-eson-test-server/templates/service.yaml index bdc5cf6a..1bd2f529 100644 --- a/ah-eson-test-server/templates/service.yaml +++ b/ah-eson-test-server/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 diff --git a/ah-eson-test-server/templates/serviceaccount.yaml b/ah-eson-test-server/templates/serviceaccount.yaml index 438d066d..77f466c8 100644 --- a/ah-eson-test-server/templates/serviceaccount.yaml +++ b/ah-eson-test-server/templates/serviceaccount.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 diff --git a/ah-eson-test-server/values.yaml b/ah-eson-test-server/values.yaml index 73d834e0..a776561c 100644 --- a/ah-eson-test-server/values.yaml +++ b/ah-eson-test-server/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for ah-eson-test-server. # This is a YAML-formatted file. # Declare variables to be passed into your templates. diff --git a/build/bin/run-sd-ran-test b/build/bin/run-sd-ran-test index 8c4c6bd0..76e43c7f 100755 --- a/build/bin/run-sd-ran-test +++ b/build/bin/run-sd-ran-test @@ -2,7 +2,7 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Copyright 2020-present Open Networking Foundation. # diff --git a/build/cmd/index2md/index2md.go b/build/cmd/index2md/index2md.go index df55bf6e..00c61938 100644 --- a/build/cmd/index2md/index2md.go +++ b/build/cmd/index2md/index2md.go @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2020-present Open Networking Foundation // -// SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +// SPDX-License-Identifier: Apache-2.0 package main diff --git a/config-models/e2node-1.x/Chart.yaml b/config-models/e2node-1.x/Chart.yaml index 7faa59e5..a73c9950 100644 --- a/config-models/e2node-1.x/Chart.yaml +++ b/config-models/e2node-1.x/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: config-model-e2node diff --git a/config-models/e2node-1.x/templates/model.yaml b/config-models/e2node-1.x/templates/model.yaml index d0b531f7..54faaefc 100644 --- a/config-models/e2node-1.x/templates/model.yaml +++ b/config-models/e2node-1.x/templates/model.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: config.onosproject.org/v1beta1 kind: Model diff --git a/config-models/e2node-1.x/values.yaml b/config-models/e2node-1.x/values.yaml index 956d76d2..f0c9e17b 100644 --- a/config-models/e2node-1.x/values.yaml +++ b/config-models/e2node-1.x/values.yaml @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 diff --git a/config-models/ric-1.x/Chart.yaml b/config-models/ric-1.x/Chart.yaml index d82efa1b..7feb69ec 100644 --- a/config-models/ric-1.x/Chart.yaml +++ b/config-models/ric-1.x/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: config-model-ric-1-0-0 diff --git a/config-models/ric-1.x/templates/model.yaml b/config-models/ric-1.x/templates/model.yaml index 17fe953e..6052d2f5 100644 --- a/config-models/ric-1.x/templates/model.yaml +++ b/config-models/ric-1.x/templates/model.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: config.onosproject.org/v1beta1 kind: Model diff --git a/config-models/ric-1.x/values.yaml b/config-models/ric-1.x/values.yaml index 2e984eda..aec2bd5c 100644 --- a/config-models/ric-1.x/values.yaml +++ b/config-models/ric-1.x/values.yaml @@ -1,3 +1,3 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 diff --git a/e2-simulator/Chart.yaml b/e2-simulator/Chart.yaml index 12f7457e..49e18076 100644 --- a/e2-simulator/Chart.yaml +++ b/e2-simulator/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: e2-simulator diff --git a/e2-simulator/templates/deployment.yaml b/e2-simulator/templates/deployment.yaml index 13ef85f4..e2ee7206 100644 --- a/e2-simulator/templates/deployment.yaml +++ b/e2-simulator/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/e2-simulator/values.yaml b/e2-simulator/values.yaml index 12b8999c..1b37299e 100755 --- a/e2-simulator/values.yaml +++ b/e2-simulator/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for e2-simulator. # This is a YAML-formatted file. diff --git a/fb-ah-gui/Chart.yaml b/fb-ah-gui/Chart.yaml index b634899d..b40fdd00 100644 --- a/fb-ah-gui/Chart.yaml +++ b/fb-ah-gui/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: fb-ah-gui diff --git a/fb-ah-gui/templates/configmap.yaml b/fb-ah-gui/templates/configmap.yaml index ba197eee..acff8564 100644 --- a/fb-ah-gui/templates/configmap.yaml +++ b/fb-ah-gui/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/fb-ah-gui/templates/deployment.yaml b/fb-ah-gui/templates/deployment.yaml index f08e0c59..106b7469 100644 --- a/fb-ah-gui/templates/deployment.yaml +++ b/fb-ah-gui/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/fb-ah-gui/templates/secret.yaml b/fb-ah-gui/templates/secret.yaml index 3a1e6145..0603e146 100644 --- a/fb-ah-gui/templates/secret.yaml +++ b/fb-ah-gui/templates/secret.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/fb-ah-gui/templates/service.yaml b/fb-ah-gui/templates/service.yaml index 60374c4d..be4729e5 100644 --- a/fb-ah-gui/templates/service.yaml +++ b/fb-ah-gui/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 diff --git a/fb-ah-gui/values.yaml b/fb-ah-gui/values.yaml index 92f3f1e9..7152e829 100644 --- a/fb-ah-gui/values.yaml +++ b/fb-ah-gui/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for fb-ah-xapp. # This is a YAML-formatted file. diff --git a/fb-ah-xapp/Chart.yaml b/fb-ah-xapp/Chart.yaml index 6e72b687..bf431c00 100644 --- a/fb-ah-xapp/Chart.yaml +++ b/fb-ah-xapp/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: fb-ah-xapp diff --git a/fb-ah-xapp/templates/configmap.yaml b/fb-ah-xapp/templates/configmap.yaml index cfb8840e..1f4cc931 100644 --- a/fb-ah-xapp/templates/configmap.yaml +++ b/fb-ah-xapp/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/fb-ah-xapp/templates/deployment.yaml b/fb-ah-xapp/templates/deployment.yaml index a7eb2e1a..449c5184 100644 --- a/fb-ah-xapp/templates/deployment.yaml +++ b/fb-ah-xapp/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/fb-ah-xapp/templates/secret.yaml b/fb-ah-xapp/templates/secret.yaml index b85506d4..126a07f2 100644 --- a/fb-ah-xapp/templates/secret.yaml +++ b/fb-ah-xapp/templates/secret.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/fb-ah-xapp/templates/service.yaml b/fb-ah-xapp/templates/service.yaml index 88437140..4dc4a25d 100644 --- a/fb-ah-xapp/templates/service.yaml +++ b/fb-ah-xapp/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 diff --git a/fb-ah-xapp/values.yaml b/fb-ah-xapp/values.yaml index 903647ee..a4154072 100644 --- a/fb-ah-xapp/values.yaml +++ b/fb-ah-xapp/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for fb-ah-xapp. # This is a YAML-formatted file. diff --git a/fb-kpimon-xapp/Chart.yaml b/fb-kpimon-xapp/Chart.yaml index f410b701..460d1ad5 100644 --- a/fb-kpimon-xapp/Chart.yaml +++ b/fb-kpimon-xapp/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: fb-kpimon-xapp diff --git a/fb-kpimon-xapp/templates/configmap.yaml b/fb-kpimon-xapp/templates/configmap.yaml index 9f2cb298..250c53e0 100644 --- a/fb-kpimon-xapp/templates/configmap.yaml +++ b/fb-kpimon-xapp/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/fb-kpimon-xapp/templates/deployment.yaml b/fb-kpimon-xapp/templates/deployment.yaml index 58d4415a..d1c4721e 100644 --- a/fb-kpimon-xapp/templates/deployment.yaml +++ b/fb-kpimon-xapp/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/fb-kpimon-xapp/templates/secret.yaml b/fb-kpimon-xapp/templates/secret.yaml index 65766c92..6cd346b5 100644 --- a/fb-kpimon-xapp/templates/secret.yaml +++ b/fb-kpimon-xapp/templates/secret.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/fb-kpimon-xapp/templates/service.yaml b/fb-kpimon-xapp/templates/service.yaml index 641cd847..90346f2c 100644 --- a/fb-kpimon-xapp/templates/service.yaml +++ b/fb-kpimon-xapp/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 diff --git a/fb-kpimon-xapp/templates/servicemonitor.yaml b/fb-kpimon-xapp/templates/servicemonitor.yaml index 83bdb43d..624fccf3 100644 --- a/fb-kpimon-xapp/templates/servicemonitor.yaml +++ b/fb-kpimon-xapp/templates/servicemonitor.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor diff --git a/fb-kpimon-xapp/values.yaml b/fb-kpimon-xapp/values.yaml index 53881e18..bed12e56 100644 --- a/fb-kpimon-xapp/values.yaml +++ b/fb-kpimon-xapp/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for fb-kpimon-xapp. # This is a YAML-formatted file. diff --git a/oai-enb-cu/Chart.yaml b/oai-enb-cu/Chart.yaml index 90baba4c..abba9054 100644 --- a/oai-enb-cu/Chart.yaml +++ b/oai-enb-cu/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: oai-enb-cu diff --git a/oai-enb-cu/templates/_helpers.tpl b/oai-enb-cu/templates/_helpers.tpl index c49d8a62..5897e3d4 100644 --- a/oai-enb-cu/templates/_helpers.tpl +++ b/oai-enb-cu/templates/_helpers.tpl @@ -2,7 +2,7 @@ # Copyright 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 */ -}} diff --git a/oai-enb-cu/templates/bin/_init_enb_cu.sh.tpl b/oai-enb-cu/templates/bin/_init_enb_cu.sh.tpl index b49c292a..e1e0ab8e 100644 --- a/oai-enb-cu/templates/bin/_init_enb_cu.sh.tpl +++ b/oai-enb-cu/templates/bin/_init_enb_cu.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 set -ex diff --git a/oai-enb-cu/templates/bin/_run_enb_cu.sh.tpl b/oai-enb-cu/templates/bin/_run_enb_cu.sh.tpl index f628f217..1bf8762f 100644 --- a/oai-enb-cu/templates/bin/_run_enb_cu.sh.tpl +++ b/oai-enb-cu/templates/bin/_run_enb_cu.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 set -ex diff --git a/oai-enb-cu/templates/configmap-cu.yaml b/oai-enb-cu/templates/configmap-cu.yaml index 83e73ed4..764bfef3 100644 --- a/oai-enb-cu/templates/configmap-cu.yaml +++ b/oai-enb-cu/templates/configmap-cu.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 diff --git a/oai-enb-cu/templates/statefulset-cu.yaml b/oai-enb-cu/templates/statefulset-cu.yaml index 17ab8dac..1ca97f59 100644 --- a/oai-enb-cu/templates/statefulset-cu.yaml +++ b/oai-enb-cu/templates/statefulset-cu.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: apps/v1 diff --git a/oai-enb-cu/values.yaml b/oai-enb-cu/values.yaml index d3706a1b..8821ea04 100644 --- a/oai-enb-cu/values.yaml +++ b/oai-enb-cu/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 global: image: diff --git a/oai-enb-du/Chart.yaml b/oai-enb-du/Chart.yaml index 76f169b6..035f6953 100644 --- a/oai-enb-du/Chart.yaml +++ b/oai-enb-du/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: oai-enb-du diff --git a/oai-enb-du/templates/_du_conf.tpl b/oai-enb-du/templates/_du_conf.tpl index 660064b2..42ed5357 100644 --- a/oai-enb-du/templates/_du_conf.tpl +++ b/oai-enb-du/templates/_du_conf.tpl @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 {{ $duMode := index .Values "config" "oai-enb-du" "mode" }} diff --git a/oai-enb-du/templates/_du_conf_usrp.tpl b/oai-enb-du/templates/_du_conf_usrp.tpl index 677af89e..efd03548 100644 --- a/oai-enb-du/templates/_du_conf_usrp.tpl +++ b/oai-enb-du/templates/_du_conf_usrp.tpl @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 {{- $eutraband := index .Values "config" "oai-enb-du" "radio" "eutra_band" }} {{- $downlinkfrequency := index .Values "config" "oai-enb-du" "radio" "downlink_frequency" }} diff --git a/oai-enb-du/templates/_helpers.tpl b/oai-enb-du/templates/_helpers.tpl index ee206b64..8607866f 100644 --- a/oai-enb-du/templates/_helpers.tpl +++ b/oai-enb-du/templates/_helpers.tpl @@ -2,7 +2,7 @@ # Copyright 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 */ -}} diff --git a/oai-enb-du/templates/bin/_init_enb_du.sh.tpl b/oai-enb-du/templates/bin/_init_enb_du.sh.tpl index 2442e818..cd869169 100644 --- a/oai-enb-du/templates/bin/_init_enb_du.sh.tpl +++ b/oai-enb-du/templates/bin/_init_enb_du.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 set -ex diff --git a/oai-enb-du/templates/bin/_run_enb_du.sh.tpl b/oai-enb-du/templates/bin/_run_enb_du.sh.tpl index 3b413c98..e8b84c27 100644 --- a/oai-enb-du/templates/bin/_run_enb_du.sh.tpl +++ b/oai-enb-du/templates/bin/_run_enb_du.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 set -ex diff --git a/oai-enb-du/templates/bin/_run_enb_du_usrp.sh.tpl b/oai-enb-du/templates/bin/_run_enb_du_usrp.sh.tpl index c99e205b..db8c3a52 100644 --- a/oai-enb-du/templates/bin/_run_enb_du_usrp.sh.tpl +++ b/oai-enb-du/templates/bin/_run_enb_du_usrp.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 set -ex diff --git a/oai-enb-du/templates/configmap-du.yaml b/oai-enb-du/templates/configmap-du.yaml index 007c8ced..4616f25a 100644 --- a/oai-enb-du/templates/configmap-du.yaml +++ b/oai-enb-du/templates/configmap-du.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 {{- $duMode := index .Values "config" "oai-enb-du" "mode" -}} --- diff --git a/oai-enb-du/templates/statefulset-du.yaml b/oai-enb-du/templates/statefulset-du.yaml index df270729..98f481e6 100644 --- a/oai-enb-du/templates/statefulset-du.yaml +++ b/oai-enb-du/templates/statefulset-du.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: apps/v1 diff --git a/oai-enb-du/values.yaml b/oai-enb-du/values.yaml index b64eb25a..505f4d74 100644 --- a/oai-enb-du/values.yaml +++ b/oai-enb-du/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 global: image: diff --git a/oai-ue/Chart.yaml b/oai-ue/Chart.yaml index 44644a63..1bd3868b 100644 --- a/oai-ue/Chart.yaml +++ b/oai-ue/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: oai-ue diff --git a/oai-ue/templates/_helpers.tpl b/oai-ue/templates/_helpers.tpl index 93f613aa..4dc4c72a 100644 --- a/oai-ue/templates/_helpers.tpl +++ b/oai-ue/templates/_helpers.tpl @@ -2,7 +2,7 @@ # Copyright 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 */ -}} diff --git a/oai-ue/templates/_ue_conf.tpl b/oai-ue/templates/_ue_conf.tpl index 3a301fb0..4a6178b9 100644 --- a/oai-ue/templates/_ue_conf.tpl +++ b/oai-ue/templates/_ue_conf.tpl @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 {{- $maxpdschReferenceSignalPower := index .Values "config" "oai-ue" "radio" "max_pdschReferenceSignalPower" }} {{- $maxrxgain := index .Values "config" "oai-ue" "radio" "max_rxgain" }} diff --git a/oai-ue/templates/_ue_sim_conf.tpl b/oai-ue/templates/_ue_sim_conf.tpl index 0184f3bf..bfff17b0 100644 --- a/oai-ue/templates/_ue_sim_conf.tpl +++ b/oai-ue/templates/_ue_sim_conf.tpl @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 {{- $mcc := index .Values "config" "oai-enb-cu" "plmnID" "mcc" -}} {{- $mnc := index .Values "config" "oai-enb-cu" "plmnID" "mnc" -}} diff --git a/oai-ue/templates/bin/_gen_ue_sim.sh.tpl b/oai-ue/templates/bin/_gen_ue_sim.sh.tpl index 799cf746..49ab7b46 100644 --- a/oai-ue/templates/bin/_gen_ue_sim.sh.tpl +++ b/oai-ue/templates/bin/_gen_ue_sim.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 set -ex diff --git a/oai-ue/templates/bin/_init_ue.sh.tpl b/oai-ue/templates/bin/_init_ue.sh.tpl index 6731b3ef..4aa6601e 100644 --- a/oai-ue/templates/bin/_init_ue.sh.tpl +++ b/oai-ue/templates/bin/_init_ue.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 set -ex diff --git a/oai-ue/templates/bin/_run_ue.sh.tpl b/oai-ue/templates/bin/_run_ue.sh.tpl index 948a2d19..06f3206d 100644 --- a/oai-ue/templates/bin/_run_ue.sh.tpl +++ b/oai-ue/templates/bin/_run_ue.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 set -ex diff --git a/oai-ue/templates/bin/_run_ue_usrp.sh.tpl b/oai-ue/templates/bin/_run_ue_usrp.sh.tpl index 34c24e86..36c09cb3 100644 --- a/oai-ue/templates/bin/_run_ue_usrp.sh.tpl +++ b/oai-ue/templates/bin/_run_ue_usrp.sh.tpl @@ -1,7 +1,7 @@ #!/bin/bash # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 {{- $carrier := index .Values "config" "oai-ue" "radio" "carrier" | int }} {{- $rbs := index .Values "config" "oai-ue" "radio" "rbs" }} diff --git a/oai-ue/templates/configmap-ue.yaml b/oai-ue/templates/configmap-ue.yaml index 0992505d..36cc4d05 100644 --- a/oai-ue/templates/configmap-ue.yaml +++ b/oai-ue/templates/configmap-ue.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 {{- $mcc := index .Values "config" "oai-enb-cu" "plmnID" "mcc" -}} {{- $mnc := index .Values "config" "oai-enb-cu" "plmnID" "mnc" -}} diff --git a/oai-ue/templates/statefulset-ue.yaml b/oai-ue/templates/statefulset-ue.yaml index 069bd4de..55b91dac 100644 --- a/oai-ue/templates/statefulset-ue.yaml +++ b/oai-ue/templates/statefulset-ue.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: apps/v1 diff --git a/oai-ue/values.yaml b/oai-ue/values.yaml index 4a4a3001..c032dc91 100644 --- a/oai-ue/values.yaml +++ b/oai-ue/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 global: image: diff --git a/onos-a1t/Chart.yaml b/onos-a1t/Chart.yaml index 4a975d52..0419fb13 100644 --- a/onos-a1t/Chart.yaml +++ b/onos-a1t/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: onos-a1t diff --git a/onos-a1t/templates/configmap.yaml b/onos-a1t/templates/configmap.yaml index 223ab05f..aaa1f457 100644 --- a/onos-a1t/templates/configmap.yaml +++ b/onos-a1t/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/onos-a1t/templates/deployment.yaml b/onos-a1t/templates/deployment.yaml index 85cf9300..05295cb6 100644 --- a/onos-a1t/templates/deployment.yaml +++ b/onos-a1t/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/onos-a1t/templates/secret.yaml b/onos-a1t/templates/secret.yaml index 5ac4062a..b23c8932 100644 --- a/onos-a1t/templates/secret.yaml +++ b/onos-a1t/templates/secret.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/onos-a1t/templates/service.yaml b/onos-a1t/templates/service.yaml index 34b12a52..bc6660ec 100644 --- a/onos-a1t/templates/service.yaml +++ b/onos-a1t/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 kind: Service diff --git a/onos-a1t/values.yaml b/onos-a1t/values.yaml index 536d5c98..5da31bf0 100644 --- a/onos-a1t/values.yaml +++ b/onos-a1t/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for onos-a1t. # This is a YAML-formatted file. diff --git a/onos-e2sub/Chart.yaml b/onos-e2sub/Chart.yaml index 6e1385f6..e75b5e99 100644 --- a/onos-e2sub/Chart.yaml +++ b/onos-e2sub/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: onos-e2sub diff --git a/onos-e2sub/templates/configmap.yaml b/onos-e2sub/templates/configmap.yaml index d71fd9d5..09f7853e 100644 --- a/onos-e2sub/templates/configmap.yaml +++ b/onos-e2sub/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/onos-e2sub/templates/database.yaml b/onos-e2sub/templates/database.yaml index 379ffec5..da326e61 100644 --- a/onos-e2sub/templates/database.yaml +++ b/onos-e2sub/templates/database.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 {{- if .Values.storage.consensus.enabled }} {{- $name := ternary .Values.storage.consensus.name (printf "%s-consensus-db" (include "onos-e2sub.fullname" .)) (not (eq .Values.storage.consensus.name "")) }} diff --git a/onos-e2sub/templates/deployment.yaml b/onos-e2sub/templates/deployment.yaml index c4d9e16a..f6efb053 100644 --- a/onos-e2sub/templates/deployment.yaml +++ b/onos-e2sub/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/onos-e2sub/templates/secret.yaml b/onos-e2sub/templates/secret.yaml index 3402ece5..2bce6ed9 100644 --- a/onos-e2sub/templates/secret.yaml +++ b/onos-e2sub/templates/secret.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/onos-e2sub/templates/service.yaml b/onos-e2sub/templates/service.yaml index 8afd8b99..6ce9bb80 100644 --- a/onos-e2sub/templates/service.yaml +++ b/onos-e2sub/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 kind: Service diff --git a/onos-e2sub/values.yaml b/onos-e2sub/values.yaml index 4daa3bf7..dda4b4e2 100644 --- a/onos-e2sub/values.yaml +++ b/onos-e2sub/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for onos-e2sub. # This is a YAML-formatted file. diff --git a/onos-e2t/Chart.yaml b/onos-e2t/Chart.yaml index c018c33b..92248eed 100644 --- a/onos-e2t/Chart.yaml +++ b/onos-e2t/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: onos-e2t diff --git a/onos-e2t/templates/configmap.yaml b/onos-e2t/templates/configmap.yaml index ab090b6f..00eb98cc 100644 --- a/onos-e2t/templates/configmap.yaml +++ b/onos-e2t/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/onos-e2t/templates/deployment.yaml b/onos-e2t/templates/deployment.yaml index 201a75cc..dd956785 100644 --- a/onos-e2t/templates/deployment.yaml +++ b/onos-e2t/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/onos-e2t/templates/primitives.yaml b/onos-e2t/templates/primitives.yaml index 74c6de23..dfb880e9 100644 --- a/onos-e2t/templates/primitives.yaml +++ b/onos-e2t/templates/primitives.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: primitives.atomix.io/v2beta1 kind: Map diff --git a/onos-e2t/templates/role.yaml b/onos-e2t/templates/role.yaml index cce9ef86..3a2005da 100644 --- a/onos-e2t/templates/role.yaml +++ b/onos-e2t/templates/role.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: rbac.authorization.k8s.io/v1 kind: Role diff --git a/onos-e2t/templates/rolebinding.yaml b/onos-e2t/templates/rolebinding.yaml index 19495005..fde0d2dd 100644 --- a/onos-e2t/templates/rolebinding.yaml +++ b/onos-e2t/templates/rolebinding.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 kind: RoleBinding apiVersion: rbac.authorization.k8s.io/v1 diff --git a/onos-e2t/templates/secret.yaml b/onos-e2t/templates/secret.yaml index 89fa92cd..53b4d253 100644 --- a/onos-e2t/templates/secret.yaml +++ b/onos-e2t/templates/secret.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/onos-e2t/templates/service.yaml b/onos-e2t/templates/service.yaml index ac50ce1e..ef9df250 100644 --- a/onos-e2t/templates/service.yaml +++ b/onos-e2t/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 kind: Service diff --git a/onos-e2t/templates/serviceaccount.yaml b/onos-e2t/templates/serviceaccount.yaml index 7dbaf5ac..96f75d0d 100644 --- a/onos-e2t/templates/serviceaccount.yaml +++ b/onos-e2t/templates/serviceaccount.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ServiceAccount diff --git a/onos-e2t/templates/store.yaml b/onos-e2t/templates/store.yaml index 333b369b..044610a3 100644 --- a/onos-e2t/templates/store.yaml +++ b/onos-e2t/templates/store.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 {{- if .Values.store.consensus.enabled }} apiVersion: atomix.io/v2beta1 diff --git a/onos-e2t/values.yaml b/onos-e2t/values.yaml index 2a98b30f..94695553 100644 --- a/onos-e2t/values.yaml +++ b/onos-e2t/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for onos-e2t. # This is a YAML-formatted file. diff --git a/onos-exporter/Chart.yaml b/onos-exporter/Chart.yaml index 6b634eb4..3396e38f 100644 --- a/onos-exporter/Chart.yaml +++ b/onos-exporter/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: onos-exporter diff --git a/onos-exporter/templates/deployment.yaml b/onos-exporter/templates/deployment.yaml index dc88dc5a..432016bf 100644 --- a/onos-exporter/templates/deployment.yaml +++ b/onos-exporter/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/onos-exporter/templates/service.yaml b/onos-exporter/templates/service.yaml index 8052f837..743d4948 100644 --- a/onos-exporter/templates/service.yaml +++ b/onos-exporter/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 kind: Service diff --git a/onos-exporter/templates/servicemonitor.yaml b/onos-exporter/templates/servicemonitor.yaml index c43ece26..03c82892 100644 --- a/onos-exporter/templates/servicemonitor.yaml +++ b/onos-exporter/templates/servicemonitor.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 {{- $mode := index .Values "config" "onos-exporter" "mode" }} {{- if eq $mode "prometheus" }} diff --git a/onos-exporter/values.yaml b/onos-exporter/values.yaml index 8c14cdda..00ad7fe7 100644 --- a/onos-exporter/values.yaml +++ b/onos-exporter/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 global: image: diff --git a/onos-kpimon/Chart.yaml b/onos-kpimon/Chart.yaml index fba6a430..786929c5 100644 --- a/onos-kpimon/Chart.yaml +++ b/onos-kpimon/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: onos-kpimon diff --git a/onos-kpimon/templates/configmap.yaml b/onos-kpimon/templates/configmap.yaml index 81f03f19..3de8924b 100644 --- a/onos-kpimon/templates/configmap.yaml +++ b/onos-kpimon/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/onos-kpimon/templates/deployment.yaml b/onos-kpimon/templates/deployment.yaml index bbb34503..5b87b1e4 100644 --- a/onos-kpimon/templates/deployment.yaml +++ b/onos-kpimon/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/onos-kpimon/templates/secret.yaml b/onos-kpimon/templates/secret.yaml index aad549d2..dec7db3e 100644 --- a/onos-kpimon/templates/secret.yaml +++ b/onos-kpimon/templates/secret.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/onos-kpimon/templates/service.yaml b/onos-kpimon/templates/service.yaml index 902fae8f..ba1a11a9 100644 --- a/onos-kpimon/templates/service.yaml +++ b/onos-kpimon/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 kind: Service diff --git a/onos-kpimon/values.yaml b/onos-kpimon/values.yaml index d0fa008c..e152dbb6 100644 --- a/onos-kpimon/values.yaml +++ b/onos-kpimon/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for onos-kpimon. # This is a YAML-formatted file. diff --git a/onos-mho/Chart.yaml b/onos-mho/Chart.yaml index bda194c1..68aec20d 100644 --- a/onos-mho/Chart.yaml +++ b/onos-mho/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: onos-mho diff --git a/onos-mho/templates/configmap.yaml b/onos-mho/templates/configmap.yaml index da5872cf..ff71c8fe 100644 --- a/onos-mho/templates/configmap.yaml +++ b/onos-mho/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/onos-mho/templates/deployment.yaml b/onos-mho/templates/deployment.yaml index 3a5f27f9..c1584b56 100644 --- a/onos-mho/templates/deployment.yaml +++ b/onos-mho/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/onos-mho/templates/secret.yaml b/onos-mho/templates/secret.yaml index 782019b1..fc31714f 100644 --- a/onos-mho/templates/secret.yaml +++ b/onos-mho/templates/secret.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/onos-mho/templates/service.yaml b/onos-mho/templates/service.yaml index e9891bab..a64a8761 100644 --- a/onos-mho/templates/service.yaml +++ b/onos-mho/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 kind: Service diff --git a/onos-mho/values.yaml b/onos-mho/values.yaml index b8772b88..c1bddc4c 100644 --- a/onos-mho/values.yaml +++ b/onos-mho/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for onos-mho. # This is a YAML-formatted file. diff --git a/onos-mlb/Chart.yaml b/onos-mlb/Chart.yaml index c8473363..5dc9891a 100644 --- a/onos-mlb/Chart.yaml +++ b/onos-mlb/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: onos-mlb diff --git a/onos-mlb/templates/configmap.yaml b/onos-mlb/templates/configmap.yaml index 18a16084..bb39def7 100644 --- a/onos-mlb/templates/configmap.yaml +++ b/onos-mlb/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/onos-mlb/templates/deployment.yaml b/onos-mlb/templates/deployment.yaml index e7090607..8f6003d9 100644 --- a/onos-mlb/templates/deployment.yaml +++ b/onos-mlb/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/onos-mlb/templates/secret.yaml b/onos-mlb/templates/secret.yaml index c4c0ff78..e92c20df 100644 --- a/onos-mlb/templates/secret.yaml +++ b/onos-mlb/templates/secret.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/onos-mlb/templates/service.yaml b/onos-mlb/templates/service.yaml index 1704bf82..e6bc9fa1 100644 --- a/onos-mlb/templates/service.yaml +++ b/onos-mlb/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 kind: Service diff --git a/onos-mlb/values.yaml b/onos-mlb/values.yaml index 44f4fc1b..86bd555d 100644 --- a/onos-mlb/values.yaml +++ b/onos-mlb/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for onos-mlb. # This is a YAML-formatted file. diff --git a/onos-o1t/Chart.yaml b/onos-o1t/Chart.yaml index ea5cd37b..8f530fc1 100644 --- a/onos-o1t/Chart.yaml +++ b/onos-o1t/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: onos-o1t diff --git a/onos-o1t/templates/configmap.yaml b/onos-o1t/templates/configmap.yaml index 17d8b420..bc89844c 100644 --- a/onos-o1t/templates/configmap.yaml +++ b/onos-o1t/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/onos-o1t/templates/deployment.yaml b/onos-o1t/templates/deployment.yaml index d8b20cbf..eadf3cd7 100644 --- a/onos-o1t/templates/deployment.yaml +++ b/onos-o1t/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/onos-o1t/templates/secret.yaml b/onos-o1t/templates/secret.yaml index 11d7396c..00f5b976 100644 --- a/onos-o1t/templates/secret.yaml +++ b/onos-o1t/templates/secret.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/onos-o1t/templates/service.yaml b/onos-o1t/templates/service.yaml index fda63e34..774d78cc 100644 --- a/onos-o1t/templates/service.yaml +++ b/onos-o1t/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Service diff --git a/onos-o1t/templates/serviceaccount.yaml b/onos-o1t/templates/serviceaccount.yaml index 0d2cf879..1d0b7223 100644 --- a/onos-o1t/templates/serviceaccount.yaml +++ b/onos-o1t/templates/serviceaccount.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 diff --git a/onos-o1t/values.yaml b/onos-o1t/values.yaml index 5d8c7abf..7397d83c 100644 --- a/onos-o1t/values.yaml +++ b/onos-o1t/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for onos-o1t. # This is a YAML-formatted file. diff --git a/onos-pci/Chart.yaml b/onos-pci/Chart.yaml index c821563e..c5742892 100644 --- a/onos-pci/Chart.yaml +++ b/onos-pci/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: onos-pci diff --git a/onos-pci/files/test/scale-model.yaml b/onos-pci/files/test/scale-model.yaml index 0f8b95f4..3f71f7fb 100644 --- a/onos-pci/files/test/scale-model.yaml +++ b/onos-pci/files/test/scale-model.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 layout: center: lat: 52.52 diff --git a/onos-pci/files/test/scale-rc-pci.yaml b/onos-pci/files/test/scale-rc-pci.yaml index 05c57a26..0c7cdd26 100644 --- a/onos-pci/files/test/scale-rc-pci.yaml +++ b/onos-pci/files/test/scale-rc-pci.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 rc: pci: cells: diff --git a/onos-pci/templates/configmap.yaml b/onos-pci/templates/configmap.yaml index 227cc134..6a0ad1f2 100644 --- a/onos-pci/templates/configmap.yaml +++ b/onos-pci/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/onos-pci/templates/deployment.yaml b/onos-pci/templates/deployment.yaml index d1209e51..878c1e76 100644 --- a/onos-pci/templates/deployment.yaml +++ b/onos-pci/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/onos-pci/templates/secret.yaml b/onos-pci/templates/secret.yaml index fab71669..c2efd971 100644 --- a/onos-pci/templates/secret.yaml +++ b/onos-pci/templates/secret.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/onos-pci/templates/service.yaml b/onos-pci/templates/service.yaml index 834506a2..3b6e9402 100644 --- a/onos-pci/templates/service.yaml +++ b/onos-pci/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 diff --git a/onos-pci/values.yaml b/onos-pci/values.yaml index c5005520..2b2ca380 100644 --- a/onos-pci/values.yaml +++ b/onos-pci/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for onos-pci`. # This is a YAML-formatted file. diff --git a/onos-ric-ho/Chart.yaml b/onos-ric-ho/Chart.yaml index 075135be..6021a9c0 100644 --- a/onos-ric-ho/Chart.yaml +++ b/onos-ric-ho/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: onos-ric-ho diff --git a/onos-ric-ho/templates/configmap.yaml b/onos-ric-ho/templates/configmap.yaml index 3af22cc3..f8d114f2 100644 --- a/onos-ric-ho/templates/configmap.yaml +++ b/onos-ric-ho/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/onos-ric-ho/templates/deployment.yaml b/onos-ric-ho/templates/deployment.yaml index d23a357c..d88d65bf 100644 --- a/onos-ric-ho/templates/deployment.yaml +++ b/onos-ric-ho/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/onos-ric-ho/templates/role.yaml b/onos-ric-ho/templates/role.yaml index eb44129d..0aeba109 100644 --- a/onos-ric-ho/templates/role.yaml +++ b/onos-ric-ho/templates/role.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: rbac.authorization.k8s.io/v1beta1 diff --git a/onos-ric-ho/templates/rolebinding.yaml b/onos-ric-ho/templates/rolebinding.yaml index 47b81ca0..0f150976 100644 --- a/onos-ric-ho/templates/rolebinding.yaml +++ b/onos-ric-ho/templates/rolebinding.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: rbac.authorization.k8s.io/v1beta1 diff --git a/onos-ric-ho/templates/secret.yaml b/onos-ric-ho/templates/secret.yaml index fc360e65..ebfec094 100644 --- a/onos-ric-ho/templates/secret.yaml +++ b/onos-ric-ho/templates/secret.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/onos-ric-ho/templates/service.yaml b/onos-ric-ho/templates/service.yaml index b2416ead..94b79910 100644 --- a/onos-ric-ho/templates/service.yaml +++ b/onos-ric-ho/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 diff --git a/onos-ric-ho/templates/serviceaccount.yaml b/onos-ric-ho/templates/serviceaccount.yaml index b74083d8..fbfefbab 100644 --- a/onos-ric-ho/templates/serviceaccount.yaml +++ b/onos-ric-ho/templates/serviceaccount.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 diff --git a/onos-ric-ho/values.yaml b/onos-ric-ho/values.yaml index 7f11ecf1..193a1a6c 100644 --- a/onos-ric-ho/values.yaml +++ b/onos-ric-ho/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for onos-ric-ho. # This is a YAML-formatted file. diff --git a/onos-ric-mlb/Chart.yaml b/onos-ric-mlb/Chart.yaml index d563d5bf..3d59e982 100644 --- a/onos-ric-mlb/Chart.yaml +++ b/onos-ric-mlb/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: onos-ric-mlb diff --git a/onos-ric-mlb/templates/configmap.yaml b/onos-ric-mlb/templates/configmap.yaml index a23aca53..40f04df2 100644 --- a/onos-ric-mlb/templates/configmap.yaml +++ b/onos-ric-mlb/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/onos-ric-mlb/templates/deployment.yaml b/onos-ric-mlb/templates/deployment.yaml index e4c84ab3..4a22ebab 100644 --- a/onos-ric-mlb/templates/deployment.yaml +++ b/onos-ric-mlb/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/onos-ric-mlb/templates/role.yaml b/onos-ric-mlb/templates/role.yaml index 9c7d2d7b..f4d879a5 100644 --- a/onos-ric-mlb/templates/role.yaml +++ b/onos-ric-mlb/templates/role.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: rbac.authorization.k8s.io/v1beta1 diff --git a/onos-ric-mlb/templates/rolebinding.yaml b/onos-ric-mlb/templates/rolebinding.yaml index 8bc947fa..86d3a367 100644 --- a/onos-ric-mlb/templates/rolebinding.yaml +++ b/onos-ric-mlb/templates/rolebinding.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: rbac.authorization.k8s.io/v1beta1 diff --git a/onos-ric-mlb/templates/secret.yaml b/onos-ric-mlb/templates/secret.yaml index 9ee259bf..51d6acd4 100644 --- a/onos-ric-mlb/templates/secret.yaml +++ b/onos-ric-mlb/templates/secret.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/onos-ric-mlb/templates/service.yaml b/onos-ric-mlb/templates/service.yaml index c5eda6de..a53ef8e5 100644 --- a/onos-ric-mlb/templates/service.yaml +++ b/onos-ric-mlb/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 diff --git a/onos-ric-mlb/templates/serviceaccount.yaml b/onos-ric-mlb/templates/serviceaccount.yaml index b3962f17..b25653c2 100644 --- a/onos-ric-mlb/templates/serviceaccount.yaml +++ b/onos-ric-mlb/templates/serviceaccount.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 diff --git a/onos-ric-mlb/values.yaml b/onos-ric-mlb/values.yaml index dff4901b..d35a18a2 100644 --- a/onos-ric-mlb/values.yaml +++ b/onos-ric-mlb/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for onos-ric-ho. # This is a YAML-formatted file. diff --git a/onos-ric/Chart.yaml b/onos-ric/Chart.yaml index 95a974e6..09f9436f 100644 --- a/onos-ric/Chart.yaml +++ b/onos-ric/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: onos-ric diff --git a/onos-ric/templates/configmap.yaml b/onos-ric/templates/configmap.yaml index 7e121532..48c4eead 100644 --- a/onos-ric/templates/configmap.yaml +++ b/onos-ric/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/onos-ric/templates/database.yaml b/onos-ric/templates/database.yaml index dc16bb87..113f17e8 100644 --- a/onos-ric/templates/database.yaml +++ b/onos-ric/templates/database.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 {{- if .Values.storage.consensus.enabled }} {{- $name := ternary .Values.storage.consensus.name (printf "%s-consensus-db" (include "onos-ric.fullname" .)) (not (eq .Values.storage.consensus.name "")) }} diff --git a/onos-ric/templates/role.yaml b/onos-ric/templates/role.yaml index fa210604..e6588714 100644 --- a/onos-ric/templates/role.yaml +++ b/onos-ric/templates/role.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: rbac.authorization.k8s.io/v1beta1 diff --git a/onos-ric/templates/rolebinding.yaml b/onos-ric/templates/rolebinding.yaml index 1e2c370e..e8df29ca 100644 --- a/onos-ric/templates/rolebinding.yaml +++ b/onos-ric/templates/rolebinding.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: rbac.authorization.k8s.io/v1beta1 diff --git a/onos-ric/templates/secret.yaml b/onos-ric/templates/secret.yaml index fce857eb..323d4b1a 100644 --- a/onos-ric/templates/secret.yaml +++ b/onos-ric/templates/secret.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/onos-ric/templates/service.yaml b/onos-ric/templates/service.yaml index 20f7d193..7d1d6dd6 100644 --- a/onos-ric/templates/service.yaml +++ b/onos-ric/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 diff --git a/onos-ric/templates/serviceaccount.yaml b/onos-ric/templates/serviceaccount.yaml index d9af2a54..066669e4 100644 --- a/onos-ric/templates/serviceaccount.yaml +++ b/onos-ric/templates/serviceaccount.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 diff --git a/onos-ric/templates/statefulset.yaml b/onos-ric/templates/statefulset.yaml index d22137cd..3cb4b202 100644 --- a/onos-ric/templates/statefulset.yaml +++ b/onos-ric/templates/statefulset.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: StatefulSet diff --git a/onos-ric/tests/onos-ric.go b/onos-ric/tests/onos-ric.go index 076c1e84..6b752451 100644 --- a/onos-ric/tests/onos-ric.go +++ b/onos-ric/tests/onos-ric.go @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2020-present Open Networking Foundation // -// SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +// SPDX-License-Identifier: Apache-2.0 package tests diff --git a/onos-ric/values.yaml b/onos-ric/values.yaml index a7b2d574..765aded4 100644 --- a/onos-ric/values.yaml +++ b/onos-ric/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for onos-ric. # This is a YAML-formatted file. diff --git a/onos-rsm/Chart.yaml b/onos-rsm/Chart.yaml index 2217eea4..8b620475 100644 --- a/onos-rsm/Chart.yaml +++ b/onos-rsm/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: onos-rsm diff --git a/onos-rsm/templates/configmap.yaml b/onos-rsm/templates/configmap.yaml index 4f5678a8..52edac80 100644 --- a/onos-rsm/templates/configmap.yaml +++ b/onos-rsm/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/onos-rsm/templates/deployment.yaml b/onos-rsm/templates/deployment.yaml index 4eed46e5..a420caa4 100644 --- a/onos-rsm/templates/deployment.yaml +++ b/onos-rsm/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/onos-rsm/templates/secret.yaml b/onos-rsm/templates/secret.yaml index 9dd785b5..439001b1 100644 --- a/onos-rsm/templates/secret.yaml +++ b/onos-rsm/templates/secret.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/onos-rsm/templates/service.yaml b/onos-rsm/templates/service.yaml index feb2559c..1d8f8b22 100644 --- a/onos-rsm/templates/service.yaml +++ b/onos-rsm/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 diff --git a/onos-rsm/values.yaml b/onos-rsm/values.yaml index 9ee1f14a..bde3af25 100644 --- a/onos-rsm/values.yaml +++ b/onos-rsm/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for onos-rsm. # This is a YAML-formatted file. diff --git a/onos-uenib/Chart.yaml b/onos-uenib/Chart.yaml index 818d6211..8a6d6ab6 100644 --- a/onos-uenib/Chart.yaml +++ b/onos-uenib/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: onos-uenib diff --git a/onos-uenib/templates/configmap.yaml b/onos-uenib/templates/configmap.yaml index e5472129..0ba3f3ba 100644 --- a/onos-uenib/templates/configmap.yaml +++ b/onos-uenib/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/onos-uenib/templates/deployment.yaml b/onos-uenib/templates/deployment.yaml index 523b2a93..89ef368c 100644 --- a/onos-uenib/templates/deployment.yaml +++ b/onos-uenib/templates/deployment.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/onos-uenib/templates/primitives.yaml b/onos-uenib/templates/primitives.yaml index 9fd6f917..4c865375 100644 --- a/onos-uenib/templates/primitives.yaml +++ b/onos-uenib/templates/primitives.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: primitives.atomix.io/v2beta1 kind: Map diff --git a/onos-uenib/templates/role.yaml b/onos-uenib/templates/role.yaml index 9f357fd8..d0a53029 100644 --- a/onos-uenib/templates/role.yaml +++ b/onos-uenib/templates/role.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: rbac.authorization.k8s.io/v1 kind: Role diff --git a/onos-uenib/templates/rolebinding.yaml b/onos-uenib/templates/rolebinding.yaml index fd769852..f100a06e 100644 --- a/onos-uenib/templates/rolebinding.yaml +++ b/onos-uenib/templates/rolebinding.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 kind: RoleBinding apiVersion: rbac.authorization.k8s.io/v1 diff --git a/onos-uenib/templates/secret.yaml b/onos-uenib/templates/secret.yaml index c91d13b4..f847ecd3 100644 --- a/onos-uenib/templates/secret.yaml +++ b/onos-uenib/templates/secret.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/onos-uenib/templates/service.yaml b/onos-uenib/templates/service.yaml index 99052a4d..015c3c6b 100644 --- a/onos-uenib/templates/service.yaml +++ b/onos-uenib/templates/service.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 --- apiVersion: v1 kind: Service diff --git a/onos-uenib/templates/serviceaccount.yaml b/onos-uenib/templates/serviceaccount.yaml index fef37a7b..7be1d96b 100644 --- a/onos-uenib/templates/serviceaccount.yaml +++ b/onos-uenib/templates/serviceaccount.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ServiceAccount diff --git a/onos-uenib/templates/store.yaml b/onos-uenib/templates/store.yaml index e96b17e6..1af0636d 100644 --- a/onos-uenib/templates/store.yaml +++ b/onos-uenib/templates/store.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 {{- if .Values.store.consensus.enabled }} apiVersion: atomix.io/v2beta1 diff --git a/onos-uenib/values.yaml b/onos-uenib/values.yaml index 84dfae0b..c42a0c28 100644 --- a/onos-uenib/values.yaml +++ b/onos-uenib/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for onos-uenib. # This is a YAML-formatted file. diff --git a/ran-simulator/Chart.yaml b/ran-simulator/Chart.yaml index d2588dac..02b9e8a5 100644 --- a/ran-simulator/Chart.yaml +++ b/ran-simulator/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: ran-simulator diff --git a/ran-simulator/templates/configmap.yaml b/ran-simulator/templates/configmap.yaml index 15281066..81f7ace7 100644 --- a/ran-simulator/templates/configmap.yaml +++ b/ran-simulator/templates/configmap.yaml @@ -2,7 +2,7 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # # SPDX-License-Identifier: Apache-2.0 -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/ran-simulator/templates/deployment.yaml b/ran-simulator/templates/deployment.yaml index b3d3bb79..7ba8fa62 100644 --- a/ran-simulator/templates/deployment.yaml +++ b/ran-simulator/templates/deployment.yaml @@ -2,7 +2,7 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # # SPDX-License-Identifier: Apache-2.0 -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/ran-simulator/templates/secret.yaml b/ran-simulator/templates/secret.yaml index 89ac46e9..ef588384 100644 --- a/ran-simulator/templates/secret.yaml +++ b/ran-simulator/templates/secret.yaml @@ -2,7 +2,7 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # # SPDX-License-Identifier: Apache-2.0 -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/ran-simulator/templates/service.yaml b/ran-simulator/templates/service.yaml index 9d0d6f97..5eb4c30e 100644 --- a/ran-simulator/templates/service.yaml +++ b/ran-simulator/templates/service.yaml @@ -2,7 +2,7 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # # SPDX-License-Identifier: Apache-2.0 -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Service diff --git a/ran-simulator/values.yaml b/ran-simulator/values.yaml index 04139283..b9ad9586 100644 --- a/ran-simulator/values.yaml +++ b/ran-simulator/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for ran-simulator. # This is a YAML-formatted file. diff --git a/sd-ran/Chart.yaml b/sd-ran/Chart.yaml index 3ffdd41f..14b85627 100644 --- a/sd-ran/Chart.yaml +++ b/sd-ran/Chart.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v2 name: sd-ran diff --git a/sd-ran/files/configs/berlin-honeycomb-331-3-A-gnmi.yaml b/sd-ran/files/configs/berlin-honeycomb-331-3-A-gnmi.yaml index 591578d8..0069f45e 100644 --- a/sd-ran/files/configs/berlin-honeycomb-331-3-A-gnmi.yaml +++ b/sd-ran/files/configs/berlin-honeycomb-331-3-A-gnmi.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 setrequest: prefix: diff --git a/sd-ran/files/configs/berlin-honeycomb-331-3-B-gnmi.yaml b/sd-ran/files/configs/berlin-honeycomb-331-3-B-gnmi.yaml index 6f8d7cff..52d339f7 100644 --- a/sd-ran/files/configs/berlin-honeycomb-331-3-B-gnmi.yaml +++ b/sd-ran/files/configs/berlin-honeycomb-331-3-B-gnmi.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 setrequest: prefix: diff --git a/sd-ran/files/configs/berlin-honeycomb-331-3-C-gnmi.yaml b/sd-ran/files/configs/berlin-honeycomb-331-3-C-gnmi.yaml index f2272c83..d8af53a4 100644 --- a/sd-ran/files/configs/berlin-honeycomb-331-3-C-gnmi.yaml +++ b/sd-ran/files/configs/berlin-honeycomb-331-3-C-gnmi.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 setrequest: prefix: diff --git a/sd-ran/files/configs/berlin-honeycomb-331-3-topo.yaml b/sd-ran/files/configs/berlin-honeycomb-331-3-topo.yaml index b09902f7..9fcd5ab4 100644 --- a/sd-ran/files/configs/berlin-honeycomb-331-3-topo.yaml +++ b/sd-ran/files/configs/berlin-honeycomb-331-3-topo.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 topodevices: - id: 315010-0001420 diff --git a/sd-ran/files/configs/berlin-honeycomb-4-3-gnmi.yaml b/sd-ran/files/configs/berlin-honeycomb-4-3-gnmi.yaml index 3dfcb2d7..67713259 100644 --- a/sd-ran/files/configs/berlin-honeycomb-4-3-gnmi.yaml +++ b/sd-ran/files/configs/berlin-honeycomb-4-3-gnmi.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 setrequest: prefix: diff --git a/sd-ran/files/configs/berlin-honeycomb-4-3-topo.yaml b/sd-ran/files/configs/berlin-honeycomb-4-3-topo.yaml index c628abbd..2c2be23e 100644 --- a/sd-ran/files/configs/berlin-honeycomb-4-3-topo.yaml +++ b/sd-ran/files/configs/berlin-honeycomb-4-3-topo.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 topodevices: - id: 315010-0001420 diff --git a/sd-ran/files/configs/berlin-honeycomb-4-3-toponew.yaml b/sd-ran/files/configs/berlin-honeycomb-4-3-toponew.yaml index 49fcb114..66d3a884 100644 --- a/sd-ran/files/configs/berlin-honeycomb-4-3-toponew.yaml +++ b/sd-ran/files/configs/berlin-honeycomb-4-3-toponew.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 topokinds: - id: "E2Node" diff --git a/sd-ran/files/dashboards/kubernetes-logs-pod.json.license b/sd-ran/files/dashboards/kubernetes-logs-pod.json.license index f6d5b4a5..90164081 100644 --- a/sd-ran/files/dashboards/kubernetes-logs-pod.json.license +++ b/sd-ran/files/dashboards/kubernetes-logs-pod.json.license @@ -1,2 +1,2 @@ Copyright 2021-present Open Networking Foundation -SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +SPDX-License-Identifier: Apache-2.0 diff --git a/sd-ran/files/dashboards/sdran-kpis.json.license b/sd-ran/files/dashboards/sdran-kpis.json.license index f6d5b4a5..90164081 100644 --- a/sd-ran/files/dashboards/sdran-kpis.json.license +++ b/sd-ran/files/dashboards/sdran-kpis.json.license @@ -1,2 +1,2 @@ Copyright 2021-present Open Networking Foundation -SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +SPDX-License-Identifier: Apache-2.0 diff --git a/sd-ran/files/dashboards/sdran.json.license b/sd-ran/files/dashboards/sdran.json.license index f6d5b4a5..90164081 100644 --- a/sd-ran/files/dashboards/sdran.json.license +++ b/sd-ran/files/dashboards/sdran.json.license @@ -1,2 +1,2 @@ Copyright 2021-present Open Networking Foundation -SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +SPDX-License-Identifier: Apache-2.0 diff --git a/sd-ran/templates/configmap-dashboards.yaml b/sd-ran/templates/configmap-dashboards.yaml index b548eebe..f5e9b01b 100644 --- a/sd-ran/templates/configmap-dashboards.yaml +++ b/sd-ran/templates/configmap-dashboards.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 {{- if index .Values "import" "prometheus-stack" "enabled" }} diff --git a/sd-ran/templates/configmap-datasources.yaml b/sd-ran/templates/configmap-datasources.yaml index a8ded483..6af81121 100644 --- a/sd-ran/templates/configmap-datasources.yaml +++ b/sd-ran/templates/configmap-datasources.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 {{- if index .Values "import" "prometheus-stack" "enabled" }} diff --git a/sd-ran/templates/configmap.yaml b/sd-ran/templates/configmap.yaml index 3d3d6ef5..0045021b 100644 --- a/sd-ran/templates/configmap.yaml +++ b/sd-ran/templates/configmap.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/sd-ran/templates/store.yaml b/sd-ran/templates/store.yaml index b7a8552e..c5cdac9e 100644 --- a/sd-ran/templates/store.yaml +++ b/sd-ran/templates/store.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 {{- if .Values.global.store.consensus.enabled }} apiVersion: atomix.io/v2beta1 diff --git a/sd-ran/templates/topo-kinds.yaml b/sd-ran/templates/topo-kinds.yaml index 0ae73415..2e15f2b1 100644 --- a/sd-ran/templates/topo-kinds.yaml +++ b/sd-ran/templates/topo-kinds.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2021-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # A topology kind representing an E2 node apiVersion: topo.onosproject.org/v1beta1 diff --git a/sd-ran/tests/sd-ran.go b/sd-ran/tests/sd-ran.go index 78afd70a..3f6d44ec 100644 --- a/sd-ran/tests/sd-ran.go +++ b/sd-ran/tests/sd-ran.go @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2020-present Open Networking Foundation // -// SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +// SPDX-License-Identifier: Apache-2.0 package tests diff --git a/sd-ran/values.yaml b/sd-ran/values.yaml index 7cebecd2..351076d7 100644 --- a/sd-ran/values.yaml +++ b/sd-ran/values.yaml @@ -1,6 +1,6 @@ # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # -# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +# SPDX-License-Identifier: Apache-2.0 # Default values for all SD-RAN Helm charts. # This is a YAML-formatted file. diff --git a/test/main.go b/test/main.go index b7bde597..a84ae249 100644 --- a/test/main.go +++ b/test/main.go @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2020-present Open Networking Foundation // -// SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0 +// SPDX-License-Identifier: Apache-2.0 package main From a30a669378045ef160f4bc0c602cb5a22e13968a Mon Sep 17 00:00:00 2001 From: Ray Milkey Date: Thu, 3 Feb 2022 10:28:16 -0800 Subject: [PATCH 3/4] Set up repo for reuse tool --- ran-simulator/templates/configmap.yaml | 2 -- ran-simulator/templates/deployment.yaml | 2 -- ran-simulator/templates/secret.yaml | 2 -- ran-simulator/templates/service.yaml | 2 -- 4 files changed, 8 deletions(-) diff --git a/ran-simulator/templates/configmap.yaml b/ran-simulator/templates/configmap.yaml index 81f7ace7..d6d60b55 100644 --- a/ran-simulator/templates/configmap.yaml +++ b/ran-simulator/templates/configmap.yaml @@ -1,8 +1,6 @@ -# SPDX-FileCopyrightText: 2019-present Open Networking Foundation # SPDX-FileCopyrightText: 2020-present Open Networking Foundation # # SPDX-License-Identifier: Apache-2.0 -# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: ConfigMap diff --git a/ran-simulator/templates/deployment.yaml b/ran-simulator/templates/deployment.yaml index 7ba8fa62..ffd07e35 100644 --- a/ran-simulator/templates/deployment.yaml +++ b/ran-simulator/templates/deployment.yaml @@ -1,8 +1,6 @@ # SPDX-FileCopyrightText: 2019-present Open Networking Foundation -# SPDX-FileCopyrightText: 2020-present Open Networking Foundation # # SPDX-License-Identifier: Apache-2.0 -# SPDX-License-Identifier: Apache-2.0 apiVersion: apps/v1 kind: Deployment diff --git a/ran-simulator/templates/secret.yaml b/ran-simulator/templates/secret.yaml index ef588384..2c20c04e 100644 --- a/ran-simulator/templates/secret.yaml +++ b/ran-simulator/templates/secret.yaml @@ -1,8 +1,6 @@ # SPDX-FileCopyrightText: 2019-present Open Networking Foundation -# SPDX-FileCopyrightText: 2020-present Open Networking Foundation # # SPDX-License-Identifier: Apache-2.0 -# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Secret diff --git a/ran-simulator/templates/service.yaml b/ran-simulator/templates/service.yaml index 5eb4c30e..28b1fdd4 100644 --- a/ran-simulator/templates/service.yaml +++ b/ran-simulator/templates/service.yaml @@ -1,8 +1,6 @@ # SPDX-FileCopyrightText: 2019-present Open Networking Foundation -# SPDX-FileCopyrightText: 2020-present Open Networking Foundation # # SPDX-License-Identifier: Apache-2.0 -# SPDX-License-Identifier: Apache-2.0 apiVersion: v1 kind: Service From e3ae813ef8661f3c66b123f5fbcad90c34bd0957 Mon Sep 17 00:00:00 2001 From: Ray Milkey Date: Thu, 3 Feb 2022 11:00:18 -0800 Subject: [PATCH 4/4] Bump chart versions --- ah-eson-test-server/Chart.yaml | 2 +- config-models/e2node-1.x/Chart.yaml | 2 +- config-models/ric-1.x/Chart.yaml | 2 +- e2-simulator/Chart.yaml | 2 +- fb-ah-gui/Chart.yaml | 2 +- fb-ah-xapp/Chart.yaml | 2 +- fb-kpimon-xapp/Chart.yaml | 2 +- oai-enb-cu/Chart.yaml | 2 +- oai-enb-du/Chart.yaml | 2 +- oai-ue/Chart.yaml | 2 +- onos-a1t/Chart.yaml | 2 +- onos-e2sub/Chart.yaml | 2 +- onos-e2t/Chart.yaml | 2 +- onos-exporter/Chart.yaml | 2 +- onos-kpimon/Chart.yaml | 2 +- onos-mho/Chart.yaml | 2 +- onos-mlb/Chart.yaml | 2 +- onos-o1t/Chart.yaml | 2 +- onos-pci/Chart.yaml | 2 +- onos-ric-ho/Chart.yaml | 2 +- onos-ric-mlb/Chart.yaml | 2 +- onos-ric/Chart.yaml | 2 +- onos-rsm/Chart.yaml | 2 +- onos-uenib/Chart.yaml | 2 +- ran-simulator/Chart.yaml | 2 +- sd-ran/Chart.yaml | 34 ++++++++++++++--------------- 26 files changed, 42 insertions(+), 42 deletions(-) diff --git a/ah-eson-test-server/Chart.yaml b/ah-eson-test-server/Chart.yaml index 50055aa8..a5d59afa 100644 --- a/ah-eson-test-server/Chart.yaml +++ b/ah-eson-test-server/Chart.yaml @@ -7,7 +7,7 @@ name: ah-eson-test-server description: FB ah-eson-test-server kubeVersion: ">=1.17.0" type: application -version: 0.0.3 +version: 0.0.4 appVersion: 0.0.3 keywords: - onos diff --git a/config-models/e2node-1.x/Chart.yaml b/config-models/e2node-1.x/Chart.yaml index a73c9950..8eac0f25 100644 --- a/config-models/e2node-1.x/Chart.yaml +++ b/config-models/e2node-1.x/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v2 name: config-model-e2node -version: 1.0.0 +version: 1.0.1 kubeVersion: ">=1.18.0" appVersion: 1.0.0 description: E2Node config model diff --git a/config-models/ric-1.x/Chart.yaml b/config-models/ric-1.x/Chart.yaml index 7feb69ec..aa7aa058 100644 --- a/config-models/ric-1.x/Chart.yaml +++ b/config-models/ric-1.x/Chart.yaml @@ -4,7 +4,7 @@ apiVersion: v2 name: config-model-ric-1-0-0 -version: 1.0.3 +version: 1.0.4 kubeVersion: ">=1.18.0" appVersion: 1.0.0 description: RIC config model diff --git a/e2-simulator/Chart.yaml b/e2-simulator/Chart.yaml index 49e18076..e62363e1 100644 --- a/e2-simulator/Chart.yaml +++ b/e2-simulator/Chart.yaml @@ -7,7 +7,7 @@ name: e2-simulator description: ONOS E2 Simulator kubeVersion: ">=1.15.0" type: application -version: 0.1.2 +version: 0.1.3 appVersion: v0.1.0 keywords: - onos diff --git a/fb-ah-gui/Chart.yaml b/fb-ah-gui/Chart.yaml index b40fdd00..59ef9634 100644 --- a/fb-ah-gui/Chart.yaml +++ b/fb-ah-gui/Chart.yaml @@ -7,7 +7,7 @@ name: fb-ah-gui description: FB AirHop GUI kubeVersion: ">=1.17.0" type: application -version: 0.0.4 +version: 0.0.5 appVersion: 0.0.2 keywords: - fb diff --git a/fb-ah-xapp/Chart.yaml b/fb-ah-xapp/Chart.yaml index bf431c00..2d4004ed 100644 --- a/fb-ah-xapp/Chart.yaml +++ b/fb-ah-xapp/Chart.yaml @@ -7,7 +7,7 @@ name: fb-ah-xapp description: FB AirHop eSON xApp Adapter kubeVersion: ">=1.17.0" type: application -version: 0.0.13 +version: 0.0.14 appVersion: v0.0.13 keywords: - onos diff --git a/fb-kpimon-xapp/Chart.yaml b/fb-kpimon-xapp/Chart.yaml index 460d1ad5..8d922287 100644 --- a/fb-kpimon-xapp/Chart.yaml +++ b/fb-kpimon-xapp/Chart.yaml @@ -7,7 +7,7 @@ name: fb-kpimon-xapp description: FB kpimon python xApp kubeVersion: ">=1.17.0" type: application -version: 0.0.5 +version: 0.0.6 appVersion: v0.0.13 keywords: - onos diff --git a/oai-enb-cu/Chart.yaml b/oai-enb-cu/Chart.yaml index abba9054..7db06386 100644 --- a/oai-enb-cu/Chart.yaml +++ b/oai-enb-cu/Chart.yaml @@ -7,7 +7,7 @@ name: oai-enb-cu description: OAI CU Chart kubeVersion: ">=1.17.0" type: application -version: 0.2.2 +version: 0.2.3 appVersion: v0.1.9 keywords: - onos diff --git a/oai-enb-du/Chart.yaml b/oai-enb-du/Chart.yaml index 035f6953..88924961 100644 --- a/oai-enb-du/Chart.yaml +++ b/oai-enb-du/Chart.yaml @@ -7,7 +7,7 @@ name: oai-enb-du description: OAI DU Chart kubeVersion: ">=1.17.0" type: application -version: 0.2.2 +version: 0.2.3 appVersion: v0.1.9 keywords: - onos diff --git a/oai-ue/Chart.yaml b/oai-ue/Chart.yaml index 1bd3868b..c9545da4 100644 --- a/oai-ue/Chart.yaml +++ b/oai-ue/Chart.yaml @@ -7,7 +7,7 @@ name: oai-ue description: OAI UE Chart kubeVersion: ">=1.17.0" type: application -version: 0.2.1 +version: 0.2.2 appVersion: v0.1.7 keywords: - onos diff --git a/onos-a1t/Chart.yaml b/onos-a1t/Chart.yaml index 0419fb13..081f43f6 100644 --- a/onos-a1t/Chart.yaml +++ b/onos-a1t/Chart.yaml @@ -7,7 +7,7 @@ name: onos-a1t description: ONOS A1 Termination kubeVersion: ">=1.17.0" type: application -version: 0.1.0 +version: 0.1.1 appVersion: v0.1.0 keywords: - onos diff --git a/onos-e2sub/Chart.yaml b/onos-e2sub/Chart.yaml index e75b5e99..c64f9a0c 100644 --- a/onos-e2sub/Chart.yaml +++ b/onos-e2sub/Chart.yaml @@ -7,7 +7,7 @@ name: onos-e2sub description: ONOS E2 Subscription Manager kubeVersion: ">=1.17.0" type: application -version: 1.0.3 +version: 1.0.4 appVersion: v0.7.3 keywords: - onos diff --git a/onos-e2t/Chart.yaml b/onos-e2t/Chart.yaml index 92248eed..64083dd8 100644 --- a/onos-e2t/Chart.yaml +++ b/onos-e2t/Chart.yaml @@ -7,7 +7,7 @@ name: onos-e2t description: ONOS E2 Termination kubeVersion: ">=1.17.0" type: application -version: 1.3.1 +version: 1.3.2 appVersion: v0.10.0 keywords: - onos diff --git a/onos-exporter/Chart.yaml b/onos-exporter/Chart.yaml index 3396e38f..136d137b 100644 --- a/onos-exporter/Chart.yaml +++ b/onos-exporter/Chart.yaml @@ -7,7 +7,7 @@ name: onos-exporter description: ONOS KPIs Exporter kubeVersion: ">=1.17.0" type: application -version: 0.4.0 +version: 0.4.1 appVersion: v0.2.0 keywords: - onos diff --git a/onos-kpimon/Chart.yaml b/onos-kpimon/Chart.yaml index 786929c5..f8145031 100644 --- a/onos-kpimon/Chart.yaml +++ b/onos-kpimon/Chart.yaml @@ -7,7 +7,7 @@ name: onos-kpimon description: ONOS KPIMON xAPP kubeVersion: ">=1.17.0" type: application -version: 0.8.0 +version: 0.8.1 appVersion: v0.2.13 keywords: - onos diff --git a/onos-mho/Chart.yaml b/onos-mho/Chart.yaml index 68aec20d..480fb9cf 100644 --- a/onos-mho/Chart.yaml +++ b/onos-mho/Chart.yaml @@ -7,7 +7,7 @@ name: onos-mho description: ONOS MHO xAPP kubeVersion: ">=1.17.0" type: application -version: 0.2.0 +version: 0.2.1 appVersion: v0.1.8 keywords: - onos diff --git a/onos-mlb/Chart.yaml b/onos-mlb/Chart.yaml index 5dc9891a..2b1e0b1d 100644 --- a/onos-mlb/Chart.yaml +++ b/onos-mlb/Chart.yaml @@ -7,7 +7,7 @@ name: onos-mlb description: ONOS MLB xAPP kubeVersion: ">=1.17.0" type: application -version: 0.2.0 +version: 0.2.1 appVersion: v0.1.9 keywords: - onos diff --git a/onos-o1t/Chart.yaml b/onos-o1t/Chart.yaml index 8f530fc1..72482c83 100644 --- a/onos-o1t/Chart.yaml +++ b/onos-o1t/Chart.yaml @@ -7,7 +7,7 @@ name: onos-o1t description: ONOS O1 Termination kubeVersion: ">=1.17.0" type: application -version: 0.2.0 +version: 0.2.1 appVersion: v0.6.0 keywords: - onos diff --git a/onos-pci/Chart.yaml b/onos-pci/Chart.yaml index c5742892..47142421 100644 --- a/onos-pci/Chart.yaml +++ b/onos-pci/Chart.yaml @@ -7,7 +7,7 @@ name: onos-pci description: ONOS PCI xAPP kubeVersion: ">=1.17.0" type: application -version: 0.8.1 +version: 0.8.2 appVersion: v0.3.1 keywords: - onos diff --git a/onos-ric-ho/Chart.yaml b/onos-ric-ho/Chart.yaml index 6021a9c0..2d85c620 100644 --- a/onos-ric-ho/Chart.yaml +++ b/onos-ric-ho/Chart.yaml @@ -7,7 +7,7 @@ name: onos-ric-ho description: ONOS Radio Access Network Handover kubeVersion: ">=1.17.0" type: application -version: 0.0.15 +version: 0.0.16 appVersion: v0.6.20 keywords: - onos diff --git a/onos-ric-mlb/Chart.yaml b/onos-ric-mlb/Chart.yaml index 3d59e982..555c0085 100644 --- a/onos-ric-mlb/Chart.yaml +++ b/onos-ric-mlb/Chart.yaml @@ -7,7 +7,7 @@ name: onos-ric-mlb description: ONOS Radio Access Network Load Balancer kubeVersion: ">=1.17.0" type: application -version: 0.0.15 +version: 0.0.16 appVersion: v0.6.20 keywords: - onos diff --git a/onos-ric/Chart.yaml b/onos-ric/Chart.yaml index 09f9436f..5b66971f 100644 --- a/onos-ric/Chart.yaml +++ b/onos-ric/Chart.yaml @@ -7,7 +7,7 @@ name: onos-ric description: ONOS Radio Access Network Intelligent Controller kubeVersion: ">=1.17.0" type: application -version: 0.0.19 +version: 0.0.20 appVersion: v0.6.20 keywords: - onos diff --git a/onos-rsm/Chart.yaml b/onos-rsm/Chart.yaml index 8b620475..4b56cec8 100644 --- a/onos-rsm/Chart.yaml +++ b/onos-rsm/Chart.yaml @@ -7,7 +7,7 @@ name: onos-rsm description: ONOS RSM xAPP kubeVersion: ">=1.17.0" type: application -version: 0.1.5 +version: 0.1.6 appVersion: v0.1.10 keywords: - onos diff --git a/onos-uenib/Chart.yaml b/onos-uenib/Chart.yaml index 8a6d6ab6..e1b52e26 100644 --- a/onos-uenib/Chart.yaml +++ b/onos-uenib/Chart.yaml @@ -7,7 +7,7 @@ name: onos-uenib description: ONOS UE-NIB Subsystem kubeVersion: ">=1.17.0" type: application -version: 1.2.0 +version: 1.2.1 appVersion: v0.2.4 keywords: - onos diff --git a/ran-simulator/Chart.yaml b/ran-simulator/Chart.yaml index 02b9e8a5..0991be1c 100644 --- a/ran-simulator/Chart.yaml +++ b/ran-simulator/Chart.yaml @@ -7,7 +7,7 @@ name: ran-simulator description: ONOS RAN Simulator kubeVersion: ">=1.15.0" type: application -version: 1.3.4 +version: 1.3.5 appVersion: v0.9.0 keywords: - onos diff --git a/sd-ran/Chart.yaml b/sd-ran/Chart.yaml index 14b85627..6ac5aaf3 100644 --- a/sd-ran/Chart.yaml +++ b/sd-ran/Chart.yaml @@ -7,7 +7,7 @@ name: sd-ran description: Umbrella chart to deploy all ONOS-RIC and simulator kubeVersion: ">=1.17.0" type: application -version: 1.3.211 +version: 1.3.212 appVersion: v1.3.0 keywords: - onos @@ -25,15 +25,15 @@ dependencies: - name: onos-e2t condition: import.onos-e2t.enabled repository: file://../onos-e2t - version: 1.3.1 + version: 1.3.2 - name: onos-a1t condition: import.onos-a1t.enabled repository: file://../onos-a1t - version: 0.1.0 + version: 0.1.1 - name: onos-o1t condition: import.onos-o1t.enabled repository: file://../onos-o1t - version: 0.2.0 + version: 0.2.1 - name: onos-topo condition: import.onos-topo.enabled repository: https://charts.onosproject.org @@ -41,7 +41,7 @@ dependencies: - name: onos-uenib condition: import.onos-uenib.enabled repository: file://../onos-uenib - version: 1.2.0 + version: 1.2.1 - name: onos-config condition: import.onos-config.enabled repository: https://charts.onosproject.org @@ -49,7 +49,7 @@ dependencies: - name: config-model-ric-1-0-0 condition: onos-config.models.ric.v1.enabled repository: file://../config-models/ric-1.x - version: 1.0.3 + version: 1.0.4 - name: onos-gui condition: import.onos-gui.enabled repository: https://charts.onosproject.org @@ -57,7 +57,7 @@ dependencies: - name: ran-simulator condition: import.ran-simulator.enabled repository: file://../ran-simulator - version: 1.3.4 + version: 1.3.5 - name: onos-cli condition: import.onos-cli.enabled repository: https://charts.onosproject.org @@ -65,39 +65,39 @@ dependencies: - name: onos-kpimon condition: import.onos-kpimon.enabled repository: file://../onos-kpimon - version: 0.8.0 + version: 0.8.1 - name: onos-pci condition: import.onos-pci.enabled repository: file://../onos-pci - version: 0.8.1 + version: 0.8.2 - name: fb-kpimon-xapp condition: import.fb-kpimon-xapp.enabled repository: file://../fb-kpimon-xapp - version: 0.0.5 + version: 0.0.6 - name: fb-ah-xapp condition: import.fb-ah-xapp.enabled repository: file://../fb-ah-xapp - version: 0.0.13 + version: 0.0.14 - name: fb-ah-gui condition: import.fb-ah-gui.enabled repository: file://../fb-ah-gui - version: 0.0.4 + version: 0.0.5 - name: onos-mho condition: import.onos-mho.enabled repository: file://../onos-mho - version: 0.2.0 + version: 0.2.1 - name: onos-rsm condition: import.onos-rsm.enabled repository: file://../onos-rsm - version: 0.1.5 + version: 0.1.6 - name: onos-mlb condition: import.onos-mlb.enabled repository: file://../onos-mlb - version: 0.2.0 + version: 0.2.1 - name: ah-eson-test-server condition: import.ah-eson-test-server.enabled repository: file://../ah-eson-test-server - version: 0.0.3 + version: 0.0.4 - name: fluent-bit condition: import.fluent-bit.enabled version: 0.15.4 @@ -112,5 +112,5 @@ dependencies: repository: https://prometheus-community.github.io/helm-charts - name: onos-exporter condition: import.onos-exporter.enabled - version: 0.4.0 + version: 0.4.1 repository: file://../onos-exporter