Merge "[SO][UUI] Adjust resource settings" 13.0.0-DOC
authorMicha? Jagie??o <michal.jagiello@t-mobile.pl>
Wed, 25 Oct 2023 13:32:51 +0000 (13:32 +0000)
committerGerrit Code Review <gerrit@onap.org>
Wed, 25 Oct 2023 13:32:51 +0000 (13:32 +0000)
kubernetes/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml
kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml
kubernetes/strimzi/templates/strimzi-kafka.yaml
kubernetes/strimzi/values.yaml

index 0dc7a39..96cb265 100644 (file)
@@ -109,6 +109,9 @@ runtime:
         servers:
           - ${topicServer:message-router}
         {{ end }}
+  acmParameters:
+    toscaElementName: {{ .Values.customNaming.toscaElementName }}
+    toscaCompositionName: {{ .Values.customNaming.toscaCompositionName }}
 
 management:
   endpoints:
index 5f390ad..3b01e46 100644 (file)
@@ -156,3 +156,7 @@ readinessCheck:
 wait_for_job_container:
   containers:
     - '{{ include "common.release" . }}-policy-galera-config'
+
+customNaming:
+  toscaElementName: org.onap.policy.clamp.acm.AutomationCompositionElement
+  toscaCompositionName: org.onap.policy.clamp.acm.AutomationComposition
\ No newline at end of file
index 421d93a..4071aa0 100644 (file)
@@ -81,6 +81,7 @@ spec:
       transaction.state.log.min.isr: {{ (eq 1.0 (.Values.replicaCount)) | ternary 1 (sub .Values.replicaCount 1) }}
       log.message.format.version: {{ .Values.config.kafkaVersion }}
       inter.broker.protocol.version: {{ .Values.config.kafkaVersion }}
+      auto.create.topics.enable: {{ .Values.config.autoCreateTopics }}
     storage:
       type: jbod
       volumes:
index 95422db..bb22de7 100644 (file)
@@ -39,6 +39,7 @@ config:
   advertizedPortBroker0: &advertizedPortBroker0 9000
   advertizedPortBroker1: &advertizedPortBroker1 9001
   advertizedPortBroker2: &advertizedPortBroker2 9002
+  autoCreateTopics: true
 
 persistence:
   enabled: &pvenabled true