From fbfb25a4dfffda5f400508e49fd46401934453de Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Tue, 23 Aug 2022 08:54:51 +0000 Subject: [PATCH] Release packaging for RICDMS Required release/tagging yaml has been configured as part of this patch. Signed-off-by: subhash kumar singh Change-Id: Iaa45d1d44c27096d557680ac74d63be1f72aae44 --- LICENSE.txt | 29 +++++++++++++++++++++++++++ container-tag.yaml | 4 ++++ releases/container-release-ric-app-hw-go.yaml | 10 +++++++++ 3 files changed, 43 insertions(+) create mode 100644 LICENSE.txt create mode 100644 container-tag.yaml create mode 100644 releases/container-release-ric-app-hw-go.yaml diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 0000000..d52118b --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,29 @@ + + Unless otherwise specified, all software contained herein is licensed + under the Apache License, Version 2.0 (the "Software License"); + you may not use this software except in compliance with the Software + License. You may obtain a copy of the Software License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the Software License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the Software License for the specific language governing permissions + and limitations under the Software License. + + + + Unless otherwise specified, all documentation contained herein is licensed + under the Creative Commons License, Attribution 4.0 Intl. (the + "Documentation License"); you may not use this documentation except in + compliance with the Documentation License. You may obtain a copy of the + Documentation License at + + https://creativecommons.org/licenses/by/4.0/ + + Unless required by applicable law or agreed to in writing, documentation + distributed under the Documentation License is distributed on an "AS IS" + BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. See the Documentation License for the specific language governing + permissions and limitations under the Documentation License. \ No newline at end of file diff --git a/container-tag.yaml b/container-tag.yaml new file mode 100644 index 0000000..62ee399 --- /dev/null +++ b/container-tag.yaml @@ -0,0 +1,4 @@ +# The Jenkins job requires a tag to build the Docker image. +# Global-JJB script assumes this file is in the repo root. +--- +tag: 1.0.0 \ No newline at end of file diff --git a/releases/container-release-ric-app-hw-go.yaml b/releases/container-release-ric-app-hw-go.yaml new file mode 100644 index 0000000..09a7918 --- /dev/null +++ b/releases/container-release-ric-app-hw-go.yaml @@ -0,0 +1,10 @@ +--- +distribution_type: container +container_release_tag: 1.0.0 +container_pull_registry: nexus3.o-ran-sc.org:10004 +container_push_registry: nexus3.o-ran-sc.org:10002 +project: ric-plt/ricdms +ref: 254379f9263d83ca34cb140ffef54f45446eeea2 +containers: + - name: ric-plt-ricdms + version: 1.0.0 -- 2.16.6