X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RECIPE_EXAMPLE%2FRIC_INFRA_RECIPE_EXAMPLE;h=3912aeac2651fd272de348634a36925a538d3b8b;hb=6910ceb38d4d5e39ed94dfc0e288d8763649d01b;hp=65a0f07e1c63c7155a31d17495fed2b5d5de7c84;hpb=72069511cae9028d54b8d99fa373b5f4f691e981;p=it%2Fdep.git diff --git a/RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_INFRA_RECIPE_EXAMPLE index 65a0f07e..3912aeac 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: nexus.ricinfra.local + 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,26 @@ cluster: useLocalHelmRepo: false useLocalDockerRegistry: false +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 -repositoryCredential: - user: "docker" - password: "haha" - - -helmrepoCredential: - user: "helm" - password: "hehe" - - -adminPassword: admin123 - -datapath: /tmp/nexus3-data/