X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RECIPE_EXAMPLE%2FRIC_INFRA_RECIPE_EXAMPLE;h=e20150a11632974f901fa438a308ca25483e8c10;hb=b40448785de1a21c690a4a8c86c9956391dc2b65;hp=b97ef1c61f033abc92949f9d58d1a4938d2ae797;hpb=948cb92657906b0c6ede9e1f82a56b95521fe0b4;p=it%2Fdep.git diff --git a/RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE index b97ef1c6..e20150a1 100644 --- a/RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE @@ -29,7 +29,7 @@ global: imagePullPolicy: Always # Helm repo that will be used by xApp manager - helmRepository: "https://ricaux-entry/helm" + helmRepository: "https://helm-entry" # Certificate of the helm repo helmRepositoryCert: xapp-mgr-certs @@ -46,6 +46,15 @@ global: # The port the xApp helm tiller is listening to helmRepositoryTillerPort: 44134 + # The ingress URL definitions for the ingress controller in four namespaces + ingressurl: + platform: ricplt-entry + xapp: ricxapp-entry + aux: ricaux-entry + infra: ricinfra-entry + localnexus: nexus-entry + localhelm: helm-entry + localdocker: docker-entry #------------------------------------------------------------------------- # Infrastructure #------------------------------------------------------------------------- @@ -56,17 +65,34 @@ cluster: useLocalHelmRepo: false useLocalDockerRegistry: false - -repositoryCredential: - user: "docker" - password: "docker" - - -helmrepoCredential: - user: "helm" - password: "helm" - - -adminPassword: admin123 - -datapath: /tmp/nexus3-data/ +credential: + repositoryCredential: + user: + password: + + + helmrepoCredential: + user: + password: + + helmCertificate: |2 + -----BEGIN CERTIFICATE----- + + -----END CERTIFICATE----- + +nexus: + image: + name: nexus-repository-helm-apt + tag: 1.0.0 + adminPassword: + datapath: /tmp/nexus3-data/ + storagesize: 20Gi + +chartmuseum: + repositoryOverride: "registry.hub.docker.com" + image: + name: chartmuseum/chartmuseum + tag: v0.8.2 + + storagesize: 2Gi + datapath: /tmp/chartmuseum-data/