Commit 213d994b authored by garciadeblas's avatar garciadeblas
Browse files

New packages to test CNF with two KDU and authenticated OCI registries

parent 3537a703
Loading
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
vnfd:
  description: KNF with two KDU using a helm-chart for openldap, one from helm repo, the other one from OCI registry
  df:
  - id: default-df
  ext-cpd:
  - id: mgmt-ext
    k8s-cluster-net: mgmtnet
  id: two_openldap_knf
  k8s-cluster:
    nets:
    - id: mgmtnet
  kdu:
  - name: ldap1
    helm-chart: oci://...
  - name: ldap2
    helm-chart: ocirepo/openldap
  mgmt-cp: mgmt-ext
  product-name: openldap_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 two_openldap_knf connected to mgmt network
    designer: OSM
    df:
    - id: default-df
      vnf-profile:
      - id: openldap
        virtual-link-connectivity:
        - constituent-cpd-id:
          - constituent-base-element-id: openldap
            constituent-cpd-id: mgmt-ext
          virtual-link-profile-id: mgmtnet
        vnfd-id: two_openldap_knf
    id: openldap_ns
    name: openldap_ns
    version: 1.0
    virtual-link-desc:
    - id: mgmtnet
      mgmt-network: true
    vnfd-id:
    - two_openldap_knf