Commit 0e78d132 authored by Alejandro Sanchez's avatar Alejandro Sanchez
Browse files

feat(packages): add free5gc packages

parent 62eee7cb
Loading
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
vnfd:
  description: KNF with single KDU using a helm-chart for Free5GC 5G Core
  df:
  - id: default-df
  ext-cpd:
  - id: mgmt-ext
    k8s-cluster-net: mgmtnet
  id: free5gc-core_knf
  k8s-cluster:
    nets:
    - id: mgmtnet
  kdu:
  - name: free5gc
    helm-chart: gitlab-free5gc/free5gc
  mgmt-cp: mgmt-ext
  product-name: free5gc-core_knf
  provider: OSM
  version: 1.0
+22 −0
Original line number Diff line number Diff line
nsd:
  nsd:
  - description: NS consisting of a single KNF free5gc-core_knf connected to mgmt network
    designer: OSM
    df:
    - id: default-df
      vnf-profile:
      - id: free5gc-core
        virtual-link-connectivity:
        - constituent-cpd-id:
          - constituent-base-element-id: free5gc-core
            constituent-cpd-id: mgmt-ext
          virtual-link-profile-id: mgmtnet
        vnfd-id: free5gc-core_knf
    id: free5gc-core_ns
    name: free5gc-core_ns
    version: 1.0
    virtual-link-desc:
    - id: mgmtnet
      mgmt-network: true
    vnfd-id:
    - free5gc-core_knf
+10 −0
Original line number Diff line number Diff line
vld:
- name: mgmtnet
  vim-network-name: internal
additionalParamsForVnf:
- member-vnf-index: free5gc-core
  additionalParamsForKdu:
  - kdu_name: free5gc
    additionalParams:
      service:
        type: NodePort
+18 −0
Original line number Diff line number Diff line
vnfd:
  description: KNF with single KDU using a helm-chart for Free5GC UERANSIM
  df:
  - id: default-df
  ext-cpd:
  - id: mgmt-ext
    k8s-cluster-net: mgmtnet
  id: free5gc-ueransim_knf
  k8s-cluster:
    nets:
    - id: mgmtnet
  kdu:
  - name: ueransim
    helm-chart: gitlab-free5gc/ueransim
  mgmt-cp: mgmt-ext
  product-name: free5gc-ueransim_knf
  provider: OSM
  version: 1.0
+22 −0
Original line number Diff line number Diff line
nsd:
  nsd:
  - description: NS consisting of a single KNF free5gc-ueransim_knf connected to mgmt network
    designer: OSM
    df:
    - id: default-df
      vnf-profile:
      - id: free5gc-ueransim
        virtual-link-connectivity:
        - constituent-cpd-id:
          - constituent-base-element-id: free5gc-ueransim
            constituent-cpd-id: mgmt-ext
          virtual-link-profile-id: mgmtnet
        vnfd-id: free5gc-ueransim_knf
    id: free5gc-ueransim_ns
    name: free5gc-ueransim_ns
    version: 1.0
    virtual-link-desc:
    - id: mgmtnet
      mgmt-network: true
    vnfd-id:
    - free5gc-ueransim_knf
Loading