X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=RECIPE_EXAMPLE%2FRIC_AUX_RECIPE_EXAMPLE;h=e83c4210396497b0657ee18f6e2aa9b95f47fed7;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=68c8e741996212b8cd5a49be473e1335d476fdd1;hpb=00a5a16c2ab5d3d257d19aa500bf0bfff88d1f24;p=it%2Fdep.git diff --git a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE index 68c8e741..e83c4210 100644 --- a/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE +++ b/RECIPE_EXAMPLE/RIC_AUX_RECIPE_EXAMPLE @@ -19,17 +19,26 @@ # Global common setting #------------------------------------------------------------------------- global: + releasePrefix: r1 + namespace: + xapp: ricxapp + infra: ricinfra + platform: ricplt + aux: ricaux # Docker registry from which RIC platform components pull the images repository: nexus3.o-ran-sc.org:10004 - - # Name of the K8S docker credential that is onboarded by 20-credential + onapRepository: nexus3.onap.org:10001 + ubuntuInitRepository: registry.hub.docker.com + busyBoxRepository: docker.io + + # Name of the K8S docker credential that is onboarded by 20-credential repositoryCred: docker-reg-cred # Docker image pull policy imagePullPolicy: Always # Helm repo that will be used by xApp manager - helmRepository: "https://helm-entry" + helmRepository: "http://aux-entry/helm" # Certificate of the helm repo helmRepositoryCert: xapp-mgr-certs @@ -37,38 +46,189 @@ global: # Name of the K8S secret that contains the credential of the helm repo helmRepositoryCred: xapp-mgr-creds - # The name of the tiller that xApp helm client talks to - helmRepositoryTiller: tiller-deploy - - # The namespace of the xApp helm tiller - helmRepositoryTillerNamespace: kube-system + # Endpoint of k8s API server + k8sAPIHost: https://kubernetes.default.svc.cluster.local/ - # 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 - + ric: ric-entry + aux: aux-entry + dashboard: dashboard.ric.org + # Change to an unused port prefix range to prevent port conflicts + # with other instances running within the same k8s cluster + nodePortPrefix: 302 + nodePortPrefixExt: 304 + + # Change this to define portal port used for webpage forwarding + portalFEPort: "8443" + + # ONAP Repository + # Uncomment the following to enable the use of a single docker + # repository but ONLY if your repository mirrors all ONAP + # docker images. This includes all images from dockerhub and + # any other repository that hosts images for ONAP components. + repository: nexus3.onap.org:10001 + repositoryCred: + user: docker + password: docker + + # readiness check - temporary repo until images migrated to nexus3 + readinessRepository: oomk8s + # logging agent - temporary repo until images migrated to nexus3 + loggingRepository: docker.elastic.co + loggingImage: beats/filebeat:5.5.0 + + # image pull policy + pullPolicy: Always + + + portalHostName: "portal.ric.org" + cookieDomain: "ric.org" + # default mount path root directory referenced + # by persistent volumes and log files + persistence: + mountPath: /dockerdata-nfs + enableDefaultStorageclass: false + parameters: {} + storageclassProvisioner: kubernetes.io/no-provisioner + volumeReclaimPolicy: Retain + + # override default resource limit flavor for all charts + flavor: unlimited + + # flag to enable debugging - application support required + debugEnabled: false + + aaf: + image: onap/aaf/aaf_core:2.1.15 + config: + image: onap/aaf/aaf_config:2.1.15 + cass: + image: onap/aaf/aaf_cass:2.1.15 + + + #------------------------------------------------------------------------- # Auxiliary Functions #------------------------------------------------------------------------- +aaf-sms: + image: onap/aaf/sms:4.0.1 + aaf-sms-quorumclient: + image: onap/aaf/smsquorumclient:4.0.0 + aaf-sms-vault: + image: + consul: library/consul:1.0.6 + vault: library/vault:0.10.0 + +aaf-sshsm: + aaf-sshsm-abrmd: + image: onap/aaf/abrmd:4.0.0 + aaf-sshsm-distcenter: + image: onap/aaf/distcenter:4.0.0 + aaf-sshsm-testca: + image: onap/aaf/testcaservice:4.0.0 + +portal-cassandra: + image: onap/music/cassandra_music:3.0.0 +portal-mariadb: + config: + ricdashboardHostName: "dashboard.ric.org" + ricdashboardPort: "32443" + ricdashboardProtocol: "https" + image: onap/portal-db:2.5.0 +portal-app: + image: onap/portal-app:2.5.0 + +persistence: + enabled: true + dashboard: # Override the name using the following option # nameOverride: image: - name:: ric-dash-be - tag: 1.0.5 - properties: - e2mgr: - mock: - rannames: "ABCD123456, EFGH123456" + name: ric-dashboard + tag: 1.2.4 + caasingress: + aux: + url: + prefix: "https://:16443" + plt: + url: + prefix: "https://:16443" + cipher: + enc: + key: AGLDdG4D04BKm2IxIWEr8o== + portalapi: + # application.properties + security: true + username: Default + password: password + ecomp_redirect_url: https://portal.ric.org:8443/ONAPPORTAL/login.htm + ecomp_rest_url: http://portal-app:8989/ONAPPORTAL/auxapi + ueb_app_key: uebkey + metrics: + url: + ac: http://mcdashboard.ric.org:5601/goto/1234567890abcdef?embed=true + mc: http://mcdashboard.ric.org:5601/goto/b35690798f2a32d065f5107aecd84308?embed=true + datapath: /opt/data/dashboard-data + + + +ves: + onapRepository: "nexus3.onap.org:10001" + + image: + name: org.onap.dcaegen2.collectors.ves.vescollector + tag: 1.4.5 + +mrsub: + image: + name: mrsubp + tag: 0.0.1 + pullPolicy: IfNotPresent + logStashHost: "r1-mc-stack-logstash.ricaux" + logStashPort: 5044 + messageRouterHost: "ricaux-message-router.ricaux" + messageRouterPort: 3904 + + +# image settings for dmaap +onapRepository: nexus3.onap.org:10001 +image: onap/dmaap/dmaap-mr:1.1.13 +ubuntuInitRepository: docker.io +ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 +busyBoxRepository: docker.io +busyBoxImage: busybox:1.30 + +# image settings for dmaap subchart kafka +message-router-kafka: + ubuntuInitRepository: docker.io + ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 + busyBoxRepository: docker.io + busyBoxImage: busybox:1.30 + onapRepository: nexus3.onap.org:10001 + image: onap/dmaap/kafka111:1.0.0 +# image settings for dmaap subchart zookeeper +message-router-zookeeper: + ubuntuInitRepository: docker.io + ubuntuInitImage: oomk8s/ubuntu-init:2.0.0 + busyBoxRepository: docker.io + busyBoxImage: busybox:1.30 + onapRepository: nexus3.onap.org:10001 + image: onap/dmaap/zookeeper:5.0.0 + +# MC Dashboard components +elasticsearch: + enabled: true + +kibana: + enabled: true + +logstash: + enabled: true +# end of MC Dashboard components + extsvcaux: ricip: