aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-notification-lib/pom.xml
blob: ee3e8c25768455a1c980d93e7fdef32c8c81f0fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <name>openecomp-sdc-notification-lib</name>
    <artifactId>openecomp-sdc-notification-lib</artifactId>

    <packaging>pom</packaging>
    <parent>
        <artifactId>openecomp-sdc-lib</artifactId>
        <groupId>org.openecomp.sdc</groupId>
        <version>1.11.3-SNAPSHOT</version>
    </parent>

    <modules>
        <module>openecomp-sdc-notification-api</module>
        <module>openecomp-sdc-notification-core</module>
        <module>openecomp-sdc-notification-worker</module>
        <module>openecomp-sdc-notification-websocket</module>
    </modules>

</project>
pan>: nodePortPrefix: 302 tlsImage: onap/org.onap.dcaegen2.deployments.tls-init-container:2.1.0 consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1.1.0 ################################################################# # Secrets metaconfig ################################################################# secrets: - name: &cmPassSecretName '{{ include "common.release" . }}-dcaegen2-cm-pass' type: password externalSecret: '{{ tpl (default "" .Values.config.cloudifyManagerPasswordExternalSecret) . }}' password: '{{ .Values.config.cloudifyManagerPassword }}' config: {} # To work around DCAEGEN2-2450, set password strength to "basic" # to ensure password contains only alphanumerics passwordStrengthOverride: basic # Enable all DCAE components by default dcae-bootstrap: enabled: true config: cloudifyManagerPasswordExternalSecret: *cmPassSecretName dcae-cloudify-manager: enabled: true config: cloudifyManagerPasswordExternalSecret: *cmPassSecretName dcae-config-binding-service: enabled: true dcae-dashboard: enabled: true config: cloudifyManagerPasswordExternalSecret: *cmPassSecretName dcae-deployment-handler: enabled: true config: cloudifyManagerPasswordExternalSecret: *cmPassSecretName dcae-healthcheck: enabled: true dcae-inventory-api: enabled: true dcae-policy-handler: enabled: true config: cloudifyManagerPasswordExternalSecret: *cmPassSecretName dcae-servicechange-handler: enabled: true dcae-ves-openapi-manager: enabled: true