Commit 27ba352d authored by gcubae's avatar gcubae
Browse files

Add new package "two_openldap" for OCI helm registry tests

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 version 1.2.3
  df:
  - id: default-df
  ext-cpd:
  - id: mgmt-ext
    k8s-cluster-net: mgmtnet
  id: two_helm_oci_knf
  k8s-cluster:
    nets:
    - id: mgmtnet
  kdu:
  - name: haproxy
    helm-chart: oci://registry-1.docker.io/bitnamicharts/haproxy
  - name: ldap
    helm-chart: osm-gitlab/openldap:1.2.7
  mgmt-cp: mgmt-ext
  product-name: two_helm_oci_knf
  provider: Telefonica
  version: 1.0
+24 −0
Original line number Diff line number Diff line
vld:
- name: mgmtnet
  vim-network-name: internal
additionalParamsForVnf:
- member-vnf-index: two_helm_oci
  additionalParamsForKdu:
  - kdu_name: ldap
    additionalParams:
      # replicaCount: 2  
      # service.loadBalancerIP: '172.21.251.X' # MetalLB IP Address
      # service.type: NodePort
      service:
        type: NodePort
        # loadBalancerIP: '172.21.251.X' # MetalLB IP Address
      adminPassword: osm4u
      configPassword: osm4u
      env:
        LDAP_ORGANISATION: "Example Inc."
        LDAP_DOMAIN: "example.org"
        LDAP_BACKEND: "hdb"
        LDAP_TLS: "true"
        LDAP_TLS_ENFORCE: "false"
        LDAP_REMOVE_CONFIG_AFTER_SETUP: "true"
+22 −0
Original line number Diff line number Diff line
nsd:
  nsd:
  - description: NS consisting of a single KNF openldap_knf connected to mgmt network
    designer: OSM
    df:
    - id: default-df
      vnf-profile:
      - id: two_helm_oci
        virtual-link-connectivity:
        - constituent-cpd-id:
          - constituent-base-element-id: two_helm_oci
            constituent-cpd-id: mgmt-ext
          virtual-link-profile-id: mgmtnet
        vnfd-id: two_helm_oci_knf
    id: two_helm_oci_ns
    name: two_helm_oci_ns
    version: 1.0
    virtual-link-desc:
    - id: mgmtnet
      mgmt-network: true
    vnfd-id:
    - two_helm_oci_knf