diff --git a/two_helm_oci_knf/two_helm_oci_vnfd.yaml b/two_helm_oci_knf/two_helm_oci_vnfd.yaml new file mode 100644 index 0000000000000000000000000000000000000000..358affcd8f785d9d2da23d759def060755c2349d --- /dev/null +++ b/two_helm_oci_knf/two_helm_oci_vnfd.yaml @@ -0,0 +1,20 @@ +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 diff --git a/two_helm_oci_ns/params/params.yaml b/two_helm_oci_ns/params/params.yaml new file mode 100644 index 0000000000000000000000000000000000000000..b859777d6dc55d4a7f737efc346365fcc04ae7d6 --- /dev/null +++ b/two_helm_oci_ns/params/params.yaml @@ -0,0 +1,24 @@ +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" + diff --git a/two_helm_oci_ns/two_helm_oci_nsd.yaml b/two_helm_oci_ns/two_helm_oci_nsd.yaml new file mode 100644 index 0000000000000000000000000000000000000000..aa28dfdca07352cbf6333fe9c00579b7a14cda72 --- /dev/null +++ b/two_helm_oci_ns/two_helm_oci_nsd.yaml @@ -0,0 +1,22 @@ +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