diff options
author | 2021-04-26 12:22:08 +0200 | |
---|---|---|
committer | 2021-06-28 13:46:10 +0200 | |
commit | 14edec94f9110bd9a73823bd042e4e714018ebb2 (patch) | |
tree | 401cd22130ac6955edc1f1a41218249e3f5a9336 /operations/a1-pe-sim-packages/helm-resource.xml | |
parent | 5ec59f8ea2751b78797424e0a224b9cd6f1cf1b7 (diff) |
Add a1-pe-sim packages
Add a1-pe-sim cba
Add data-types for cba
Add a1-pe-sim cnf csar
Add helm chart for cnf
mvn pom.xml to build artifacts
Issue-ID: INT-1887
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: Ia72fd7cb240092b7be759456ce4d49136864e85d
Diffstat (limited to 'operations/a1-pe-sim-packages/helm-resource.xml')
-rw-r--r-- | operations/a1-pe-sim-packages/helm-resource.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/operations/a1-pe-sim-packages/helm-resource.xml b/operations/a1-pe-sim-packages/helm-resource.xml new file mode 100644 index 0000000..c7d89c8 --- /dev/null +++ b/operations/a1-pe-sim-packages/helm-resource.xml @@ -0,0 +1,30 @@ +<!-- + ~ Copyright (C) 2021 Samsung Electronics + ~ 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 + --> + +<assembly> + <id>oran-sim-helm</id> + <formats> + <format>tar.gz</format> + </formats> + <includeBaseDirectory>true</includeBaseDirectory> + <fileSets> + <fileSet> + <directory>resources/oran-sim-csar/o-ran-simulator</directory> + <excludes> + <!-- Exclude all "hidden" files --> + <exclude>.*</exclude> + </excludes> + <outputDirectory>/</outputDirectory> + </fileSet> + </fileSets> +</assembly> |