Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / oof / resources / config / conf / osdf_config.yaml
1 placementVersioningEnabled: {{ .Values.config.placementVersioningEnabled }}
2
3 # Placement API latest version numbers to be set in HTTP header
4 placementMajorVersion: {{ .Values.config.placementMajorVersion }}
5 placementMinorVersion: {{ .Values.config.placementMinorVersion }}
6 placementPatchVersion: {{ .Values.config.placementPatchVersion }}
7
8 # Placement API default version numbers to be set in HTTP header
9 placementDefaultMajorVersion: {{ .Values.config.placementDefaultMajorVersion }}
10 placementDefaultMinorVersion: {{ .Values.config.placementDefaultMinorVersion }}
11 placementDefaultPatchVersion: {{ .Values.config.placementDefaultPatchVersion }}
12
13 # Credentials for Conductor
14 conductorUrl: {{ .Values.config.conductorUrl }}
15 conductorPingWaitTime: {{ .Values.config.conductorPingWaitTime }}
16 conductorMaxRetries: {{ .Values.config.conductorMaxRetries }}
17 # versions to be set in HTTP header
18 conductorMinorVersion: {{ .Values.config.conductorMinorVersion }}
19
20 # Policy Platform -- requires ClientAuth, Authorization, and Environment
21 policyPlatformUrl: {{ .Values.config.policyPlatformUrl }}
22 policyPlatformEnv: {{ .Values.config.policyPlatformEnv }}
23
24 # Credentials for DMaaP
25 messageReaderHosts: {{ .Values.config.messageReaderHosts }}
26 messageReaderTopic: {{ .Values.config.messageReaderTopic }}
27
28 # Credentials for SDC
29 sdcUrl: {{ .Values.config.sdcUrl }}
30 sdcONAPInstanceID: {{ .Values.config.sdcONAPInstanceID }}
31
32 is_aaf_enabled: {{ .Values.config.is_aaf_enabled }}
33 aaf_cache_expiry_mins: {{ .Values.config.aaf_cache_expiry_mins }}
34 aaf_url: {{ .Values.config.aaf_url }}
35 aaf_user_roles:
36   {{- range .Values.config.aaf_user_roles }}
37   - {{ . }}
38   {{- end }}
39
40 # Secret Management Service from AAF
41 aaf_sms_url: {{ .Values.config.aaf_sms_url }}.{{ include "common.namespace" . }}:{{ .Values.config.aaf_sms_port }}
42 aaf_sms_timeout: {{ .Values.config.aaf_sms_timeout }}
43 secret_domain: {{ .Values.config.secret_domain }}
44 aaf_ca_certs: {{ .Values.config.aaf_ca_certs }}
45
46 configClientType: {{ .Values.config.configClientType }}
47
48 # config db api
49 configDbUrl: {{ .Values.config.configDbUrl }}
50 configDbGetCellListUrl: {{ .Values.config.configDbGetCellListUrl }}
51 configDbGetNbrListUrl: {{ .Values.config.configDbGetNbrListUrl }}
52
53 # cps api
54 cpsUrl: {{ .Values.config.cps.Url }}
55 cpsCellListUrl: {{ .Values.config.cps.cellListUrl }}
56 cpsNbrListUrl: {{ .Values.config.cps.nbrListUrl }}
57
58 # AAI api
59 aaiUrl: {{ .Values.config.aaiUrl }}
60 aaiGetLinksUrl: {{ .Values.config.aaiGetLinksUrl }}
61 aaiServiceInstanceUrl : {{ .Values.config.aaiServiceInstanceUrl }}
62 aaiGetControllersUrl: {{ .Values.config.aaiGetControllersUrl }}
63 controllerQueryUrl: {{ .Values.config.controllerQueryUrl }}
64 aaiGetInterDomainLinksUrl: {{ .Values.config.aaiGetInterDomainLinksUrl }}
65 dslQueryPath: /aai/v23/dsl?format=
66
67 #DES api
68 desUrl: {{ .Values.config.desUrl }}
69 desApiPath: {{ .Values.config.desApiPath }}
70 desHeaders:
71   Accept: application/json
72   Content-Type: application/json
73 desUsername: {{ .Values.config.desUsername }}
74 desPassword: {{ .Values.config.desPassword }}
75
76 #key
77 appkey: ''
78
79 activateConsulConfig: False
80