maxThreadPoolSize: 10
maxWaitingAfterSendingSeconds: 5
+distributionDeleteTopicName: {{ if .Values.distributionDeleteTopicName }}{{ .Values.distributionDeleteTopicName }}{{- else }}SDC-DISTR-DELETE-TOPIC{{- end }}
+
+distributionDeleteTopic:
+ minThreadPoolSize: 0
+ maxThreadPoolSize: 10
+ maxWaitingAfterSendingSeconds: 5
+
createTopic:
partitionCount: 1
replicationCount: 1
- name: USE_KAFKA
value: {{ .Values.global.kafka.useKafka | quote }}
{{- end }}
+ - name: OTEL_ENABLED
+ value: {{ .Values.global.tracing.enabled | quote }}
+ - name: OTEL_SERVICE_NAME
+ value: "sdc-be"
+ - name: OTEL_EXPORTER_OTLP_ENDPOINT
+ value: "{{ .Values.global.tracing.collector.baseUrl }}:{{ .Values.global.tracing.collector.port.otlpGrpc }}"
+ - name: OTEL_EXPORTER_OTLP_PROTOCOL
+ value: "grpc"
+ - name: OTEL_TRACES_SAMPLER
+ value: "parentbased_traceidratio"
+ - name: OTEL_TRACES_SAMPLER_ARG
+ value: {{ .Values.global.tracing.sampling.probability | quote }}
+ - name: OTEL_LOGS_EXPORTER
+ value: "none"
+ - name: OTEL_METRICS_EXPORTER
+ value: "none"
volumeMounts:
- name: {{ include "common.fullname" . }}-jetty
mountPath: /app/jetty
# Application configuration defaults.
#################################################################
# application image
-image: onap/sdc-backend-all-plugins:1.14.2
-backendInitImage: onap/sdc-backend-init:1.14.2
+image: onap/sdc-backend-all-plugins:1.15.0
+backendInitImage: onap/sdc-backend-init:1.15.0
pullPolicy: Always
sh -x /tmp/writable-config/create-alter-dox-db.sh
sh -x /tmp/writable-config/sdctool/scripts/schemaCreation.sh /tmp/writable-config/sdctool/config || exit
sh -x /tmp/writable-config/sdctool/scripts/janusGraphSchemaCreation.sh /tmp/writable-config/sdctool/config || exit
-sh -x /tmp/writable-config/importconformance.sh || exit
\ No newline at end of file
+sh -x /home/sdc/scripts/importconformance.sh /tmp/writable-config/sdctool || exit
\ No newline at end of file
+++ /dev/null
-#!/bin/sh
-
-# Set the working directory
-working_directory="/tmp"
-
-# Extract the cl_release version
-version="1.14.0" # Example version string; replace with actual value
-cl_release=$(echo $version | cut -d. -f1-3 | cut -d- -f1)
-printf "\033[33mcl_release=[$cl_release]\033[0m\n"
-
-# Execute the import-Conformance command
-conf_dir="/tmp/writable-config/sdctool/config"
-tosca_dir="/tmp/writable-config/sdctool/tosca"
-cl_version=$(grep 'toscaConformanceLevel:' $conf_dir/configuration.yaml | awk '{print $2}')
-
-cd /tmp/writable-config/sdctool/scripts
-chmod +x sdcSchemaFileImport.sh
-
-echo "execute /tmp/writable-config/sdctool/scripts/sdcSchemaFileImport.sh ${tosca_dir} ${cl_release} ${cl_version} ${conf_dir} onap"
-./sdcSchemaFileImport.sh ${tosca_dir} ${cl_release} ${cl_version} ${conf_dir} onap
# application image
repository: nexus3.onap.org:10001
-image: onap/sdc-cassandra:1.14.2
-cassandraInitImage: onap/sdc-cassandra-init:1.14.2
+image: onap/sdc-cassandra:1.15.0
+cassandraInitImage: onap/sdc-cassandra-init:1.15.0
pullPolicy: Always
config:
fieldPath: status.podIP
- name: JAVA_OPTIONS
value: {{ .Values.config.javaOptions }}
+ - name: OTEL_ENABLED
+ value: {{ .Values.global.tracing.enabled | quote }}
+ - name: OTEL_SERVICE_NAME
+ value: "sdc-fe"
+ - name: OTEL_EXPORTER_OTLP_ENDPOINT
+ value: "{{ .Values.global.tracing.collector.baseUrl }}:{{ .Values.global.tracing.collector.port.otlpGrpc }}"
+ - name: OTEL_EXPORTER_OTLP_PROTOCOL
+ value: "grpc"
+ - name: OTEL_TRACES_SAMPLER
+ value: "parentbased_traceidratio"
+ - name: OTEL_TRACES_SAMPLER_ARG
+ value: {{ .Values.global.tracing.sampling.probability | quote }}
+ - name: OTEL_LOGS_EXPORTER
+ value: "none"
+ - name: OTEL_METRICS_EXPORTER
+ value: "none"
volumeMounts:
- name: {{ include "common.fullname" . }}-jetty
mountPath: /app/jetty
# Application configuration defaults.
#################################################################
# application image
-image: onap/sdc-frontend:1.14.2
+image: onap/sdc-frontend:1.15.0
pullPolicy: Always
config:
secretKeyRef: {name: {{ include "common.release" . }}-sdc-cs-secrets, key: sdc_password}
- name: SDC_CERT_DIR
value: ""
+ - name: OTEL_ENABLED
+ value: {{ .Values.global.tracing.enabled | quote }}
+ - name: OTEL_SERVICE_NAME
+ value: "sdc-onboarding-be"
+ - name: OTEL_EXPORTER_OTLP_ENDPOINT
+ value: "{{ .Values.global.tracing.collector.baseUrl }}:{{ .Values.global.tracing.collector.port.otlpGrpc }}"
+ - name: OTEL_EXPORTER_OTLP_PROTOCOL
+ value: "grpc"
+ - name: OTEL_TRACES_SAMPLER
+ value: "parentbased_traceidratio"
+ - name: OTEL_TRACES_SAMPLER_ARG
+ value: {{ .Values.global.tracing.sampling.probability | quote }}
+ - name: OTEL_LOGS_EXPORTER
+ value: "none"
+ - name: OTEL_METRICS_EXPORTER
+ value: "none"
volumeMounts:
- name: {{ include "common.fullname" . }}-jetty
mountPath: /app/jetty
emptyDir:
sizeLimit: {{ .Values.volumes.jettySizeLimit }}
{{- include "common.imagePullSecrets" . | nindent 6 }}
-
# Application configuration defaults.
#################################################################
# application image
-image: onap/sdc-onboard-backend:1.14.2
-onboardingInitImage: onap/sdc-onboard-cassandra-init:1.14.2
+image: onap/sdc-onboard-backend:1.15.0
+onboardingInitImage: onap/sdc-onboard-cassandra-init:1.15.0
pullPolicy: Always
# flag to enable debugging - application support required