Merge "[AAI] Add model-loader tracing config"
[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.http }}
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.http }}
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: False
33 aaf_cache_expiry_mins: 5
34 aaf_url:
35 aaf_user_roles:
36
37 # Secret Management Service from AAF
38 aaf_sms_url:
39 aaf_sms_timeout: 30
40 secret_domain: ''
41 aaf_ca_certs: ''
42
43 configClientType: {{ .Values.config.configClientType }}
44
45 # config db api
46 configDbUrl: {{ .Values.config.configDbUrl }}
47 configDbGetCellListUrl: {{ .Values.config.configDbGetCellListUrl }}
48 configDbGetNbrListUrl: {{ .Values.config.configDbGetNbrListUrl }}
49
50 # cps api
51 cpsUrl: {{ .Values.config.cps.Url }}
52 cpsCellListUrl: {{ .Values.config.cps.cellListUrl }}
53 cpsNbrListUrl: {{ .Values.config.cps.nbrListUrl }}
54
55 # AAI api
56 aaiUrl: {{ .Values.config.aaiUrl.http }}
57 aaiGetLinksUrl: {{ .Values.config.aaiGetLinksUrl }}
58 aaiServiceInstanceUrl : {{ .Values.config.aaiServiceInstanceUrl }}
59 aaiGetControllersUrl: {{ .Values.config.aaiGetControllersUrl }}
60 controllerQueryUrl: {{ .Values.config.controllerQueryUrl }}
61 aaiGetInterDomainLinksUrl: {{ .Values.config.aaiGetInterDomainLinksUrl }}
62 dslQueryPath: /aai/v23/dsl?format=
63
64 #DES api
65 desUrl: {{ .Values.config.desUrl.http }}
66 desApiPath: {{ .Values.config.desApiPath }}
67 desHeaders:
68   Accept: application/json
69   Content-Type: application/json
70 desUsername: {{ .Values.config.desUsername }}
71 desPassword: {{ .Values.config.desPassword }}
72
73 #key
74 appkey: ''
75
76 activateConsulConfig: False