Commit fb12f586 authored by hasanyeganeh's avatar hasanyeganeh
Browse files

Upload Descriptors

parent fb802adc
Loading
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
################################################################################
#   Copyright (c) 2019 AT&T Intellectual Property.                             #
#   Copyright (c) 2021 HCL Technologies Limited.                               #
#   Copyright (c) 2022 Samsung Electronics Co., Ltd.                           #
#                                                                              #
#   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.                                             #
###############################################################################

#-------------------------------------------------------------------------
# Global common setting
#-------------------------------------------------------------------------

common:
  releasePrefix: r4
k8-namespace:
  aux: "ricaux"
  platform: "9e805099-ec49-49de-a472-f0f408f835b0"
  xapp: "3863ba8d-f48a-4e1e-87f2-9b9096fc71c0"
  infra: "7ae973f7-ad40-4bcb-93b6-48635b77fad9"

extsvcplt:
  ricip: "192.168.1.39"
  auxip: "10.0.0.1"
+3 −0
Original line number Diff line number Diff line
# Descriptor created by OSM descriptor package generated

**Created on 02/06/2024, 13:24:07 **
 No newline at end of file
+2 −0
Original line number Diff line number Diff line
---
#cloud-config
 No newline at end of file
+18 −0
Original line number Diff line number Diff line
vnfd:
  description: KNF with single KDU using a helm-chart for O-RAN nearrtric
  df:
    - id: default-df
  ext-cpd:
    - id: mgmt-ext
      k8s-cluster-net: mgmtnet
  id: nearrtric_knf
  k8s-cluster:
    nets:
      - id: mgmtnet
  kdu:
    - name: nearrtric
      helm-chart: nearrtric/nearrtric
  mgmt-cp: mgmt-ext
  product-name: nearrtric_knf
  provider: Hassan
  version: 1.0.0
 No newline at end of file
+3 −0
Original line number Diff line number Diff line
# Descriptor created by OSM descriptor package generated

**Created on 02/06/2024, 13:24:09 **
 No newline at end of file
Loading