blob: 78869a7111f5686cbf2e825abd2f7beb9aa24f84 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001identificationHeaderFields:
2 - HTTP_IV_USER
3 - HTTP_CSP_FIRSTNAME
4 - HTTP_CSP_LASTNAME
5 - HTTP_IV_REMOTE_ADDRESS
6 - HTTP_CSP_WSTYPE
7
Michael Lando451a3402017-02-19 10:28:42 +02008# catalog backend hostname
Michael Lando5b593492018-07-29 16:13:45 +03009beFqdn: 192.168.33.10
Tal Gitelman51d50f02017-12-10 18:55:03 +020010# sdccatalog.att.com
Michael Lando451a3402017-02-19 10:28:42 +020011
12# catalog backend http port
13beHttpPort: 8080
14
15# catalog backend http context
16beContext: /sdc/rest/config/get
17
18# catalog backend protocol
19beProtocol: http
20
21# catalog backend ssl port
22beSslPort: 8443
23
24version: 1.0
25released: 2012-11-30
ys969316a9fce2020-01-19 13:50:02 +020026toscaConformanceLevel: 12.0
Michael Landob8cd1712017-06-11 23:07:10 +030027minToscaConformanceLevel: 3.0
Michael Lando451a3402017-02-19 10:28:42 +020028
Tal Gitelman51d50f02017-12-10 18:55:03 +020029# These values are necessary for running upgrade migration 1710.0 process
Michael Lando5b593492018-07-29 16:13:45 +030030enableAutoHealing: false
Tal Gitelman51d50f02017-12-10 18:55:03 +020031appVersion: 1.1.0
ys969316a9fce2020-01-19 13:50:02 +020032artifactGeneratorConfig: Artifact-Generator.properties
Tal Gitelman51d50f02017-12-10 18:55:03 +020033resourcesForUpgrade:
Michael Lando5b593492018-07-29 16:13:45 +030034 8.0:
35 - org.openecomp.resource.cp.extCP
36 - tosca.nodes.network.Network
37 - tosca.nodes.network.Port
38 - org.openecomp.resource.cp.nodes.network.SubInterface
Tal Gitelman51d50f02017-12-10 18:55:03 +020039skipUpgradeFailedVfs: true
40skipUpgradeVSPs: true
41autoHealingOwner: jh0003
Michael Lando5b593492018-07-29 16:13:45 +030042supportAllottedResourcesAndProxy: false
43deleteLockTimeoutInSeconds: 60
44maxDeleteComponents: 10
Tal Gitelman51d50f02017-12-10 18:55:03 +020045
shrikantawachar2623c842019-05-20 12:11:54 +053046janusGraphCfgFile: src\main\resources\config\janusgraph.properties
47janusGraphMigrationKeySpaceCfgFile: src\main\resources\config\janusgraph-migration.properties
48janusGraphInMemoryGraph: false
49janusGraphLockTimeout: 1800
Tal Gitelman51d50f02017-12-10 18:55:03 +020050
shrikantawachar2623c842019-05-20 12:11:54 +053051# The interval to try and reconnect to JanusGraph DB when it is down during ASDC startup:
52janusGraphReconnectIntervalInSeconds: 3
Tal Gitelman51d50f02017-12-10 18:55:03 +020053
shrikantawachar2623c842019-05-20 12:11:54 +053054# The read timeout towards JanusGraph DB when health check is invoked:
55janusGraphHealthCheckReadTimeout: 1
Tal Gitelman51d50f02017-12-10 18:55:03 +020056
Michael Lando451a3402017-02-19 10:28:42 +020057uebHealthCheckReconnectIntervalInSeconds: 15
58uebHealthCheckReadTimeout: 4
59
60# Protocols
61protocols:
62 - http
63 - https
Tal Gitelman51d50f02017-12-10 18:55:03 +020064
Michael Landoed64b5e2017-06-09 03:19:04 +030065# Default imports
66defaultImports:
67 - nodes:
68 file: nodes.yml
69 - datatypes:
70 file: data.yml
71 - capabilities:
72 file: capabilities.yml
73 - relationships:
74 file: relationships.yml
75 - groups:
76 file: groups.yml
77 - policies:
78 file: policies.yml
Michael Lando451a3402017-02-19 10:28:42 +020079
80# Users
81users:
82 tom: passwd
83 bob: passwd
Tal Gitelman51d50f02017-12-10 18:55:03 +020084
Michael Lando451a3402017-02-19 10:28:42 +020085neo4j:
86 host: neo4jhost
87 port: 7474
88 user: neo4j
89 password: "12345"
Tal Gitelman51d50f02017-12-10 18:55:03 +020090
91cassandraConfig:
Michael Lando5b593492018-07-29 16:13:45 +030092 cassandraHosts: [192.168.33.10]
Tal Gitelmanc4d387d2019-03-28 11:00:54 +020093 cassandraPort: 9042
Michael Lando5b593492018-07-29 16:13:45 +030094 localDataCenter: DC-AIO-Ubuntu1
Tal Gitelman51d50f02017-12-10 18:55:03 +020095 reconnectTimeout : 30000
Michael Lando5b593492018-07-29 16:13:45 +030096 authenticate: true
97 username: asdc_user
98 password: Aa1234%^!
99 ssl: true
100 truststorePath : C:/Users/im453s/git/vagrant-sdc-all-in-one/tmp.trust
101 truststorePassword : Aa123456
k.kedron4654da92020-03-13 17:15:14 +0100102 maxWaitSeconds: 120
Tal Gitelman51d50f02017-12-10 18:55:03 +0200103 keySpaces:
Michael Lando5b593492018-07-29 16:13:45 +0300104 - { name: dox, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
105 - { name: sdcaudit, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
106 - { name: sdcartifact, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
107 - { name: sdccomponent, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
108 - { name: sdcrepository, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
109
Michael Lando451a3402017-02-19 10:28:42 +0200110licenseTypes:
111 - User
112 - Installation
113 - CPU
114
115#Deployment artifacts placeHolder
116resourceTypes: &allResourceTypes
117 - VFC
118 - CP
119 - VL
120 - VF
Michael Landoed64b5e2017-06-09 03:19:04 +0300121 - VFCMT
Tal Gitelman51d50f02017-12-10 18:55:03 +0200122 - Abstract
123 - CVFC
124
Michael Lando451a3402017-02-19 10:28:42 +0200125# validForResourceTypes usage
126# validForResourceTypes:
127# - VF
128# - VL
129deploymentResourceArtifacts:
Michael Landoed64b5e2017-06-09 03:19:04 +0300130# heat:
131# displayName: "Base HEAT Template"
132# type: HEAT
133# validForResourceTypes: *allResourceTypes
134# heatVol:
135# displayName: "Volume HEAT Template"
136# type: HEAT_VOL
137# validForResourceTypes: *allResourceTypes
138# heatNet:
139# displayName: "Network HEAT Template"
140# type: HEAT_NET
141# validForResourceTypes: *allResourceTypes
Tal Gitelman51d50f02017-12-10 18:55:03 +0200142
Michael Lando451a3402017-02-19 10:28:42 +0200143deploymentResourceInstanceArtifacts:
144 heatEnv:
145 displayName: "HEAT ENV"
146 type: HEAT_ENV
147 description: "Auto-generated HEAT Environment deployment artifact"
148 fileExtension: "env"
Michael Landoed64b5e2017-06-09 03:19:04 +0300149 VfHeatEnv:
150 displayName: "VF HEAT ENV"
151 type: HEAT_ENV
152 description: "VF Auto-generated HEAT Environment deployment artifact"
153 fileExtension: "env"
Michael Lando451a3402017-02-19 10:28:42 +0200154
155#tosca artifacts placeholders
156toscaArtifacts:
157 assetToscaTemplate:
158 artifactName: -template.yml
159 displayName: Tosca Template
160 type: TOSCA_TEMPLATE
161 description: TOSCA representation of the asset
162 assetToscaCsar:
163 artifactName: -csar.csar
164 displayName: Tosca Model
165 type: TOSCA_CSAR
166 description: TOSCA definition package of the asset
167
Michael Lando5b593492018-07-29 16:13:45 +0300168
Michael Lando451a3402017-02-19 10:28:42 +0200169#Informational artifacts placeHolder
170excludeResourceCategory:
171 - Generic
Tal Gitelman51d50f02017-12-10 18:55:03 +0200172excludeResourceType:
173 - PNF
Michael Lando451a3402017-02-19 10:28:42 +0200174informationalResourceArtifacts:
175 features:
176 displayName: Features
177 type: OTHER
178 capacity:
179 displayName: Capacity
180 type: OTHER
181 vendorTestResult:
182 displayName: Vendor Test Result
183 type: OTHER
184 testScripts:
185 displayName: Test Scripts
186 type: OTHER
Michael Landoed64b5e2017-06-09 03:19:04 +0300187 CloudQuestionnaire:
Michael Lando451a3402017-02-19 10:28:42 +0200188 displayName: Cloud Questionnaire (completed)
189 type: OTHER
190 HEATTemplateFromVendor:
191 displayName: HEAT Template from Vendor
192 type: HEAT
193 resourceSecurityTemplate:
194 displayName: Resource Security Template
195 type: OTHER
Tal Gitelman51d50f02017-12-10 18:55:03 +0200196
Michael Lando451a3402017-02-19 10:28:42 +0200197excludeServiceCategory:
198
199informationalServiceArtifacts:
200 serviceArtifactPlan:
201 displayName: Service Artifact Plan
202 type: OTHER
203 summaryOfImpactsToECOMPElements:
204 displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
205 type: OTHER
206 controlLoopFunctions:
207 displayName: Control Loop Functions
208 type: OTHER
209 dimensioningInfo:
210 displayName: Dimensioning Info
211 type: OTHER
212 affinityRules:
213 displayName: Affinity Rules
214 type: OTHER
215 operationalPolicies:
216 displayName: Operational Policies
217 type: OTHER
218 serviceSpecificPolicies:
219 displayName: Service-specific Policies
220 type: OTHER
221 engineeringRules:
222 displayName: Engineering Rules (ERD)
223 type: OTHER
224 distributionInstructions:
225 displayName: Distribution Instructions
226 type: OTHER
227 certificationTestResults:
228 displayName: TD Certification Test Results
229 type: OTHER
230 deploymentVotingRecord:
231 displayName: Deployment Voting Record
232 type: OTHER
233 serviceQuestionnaire:
234 displayName: Service Questionnaire
235 type: OTHER
236 serviceSecurityTemplate:
237 displayName: Service Security Template
238 type: OTHER
Tal Gitelman51d50f02017-12-10 18:55:03 +0200239
Michael Lando451a3402017-02-19 10:28:42 +0200240serviceApiArtifacts:
241 configuration:
242 displayName: Configuration
243 type: OTHER
244 instantiation:
245 displayName: Instantiation
246 type: OTHER
247 monitoring:
248 displayName: Monitoring
249 type: OTHER
250 reporting:
251 displayName: Reporting
252 type: OTHER
253 logging:
254 displayName: Logging
255 type: OTHER
256 testing:
257 displayName: Testing
258 type: OTHER
259
Michael Lando451a3402017-02-19 10:28:42 +0200260additionalInformationMaxNumberOfKeys: 50
261
262systemMonitoring:
263 enabled: false
264 isProxy: false
265 probeIntervalInSeconds: 15
266
ys969316a9fce2020-01-19 13:50:02 +0200267heatArtifactDeploymentTimeout:
268 defaultMinutes: 30
269 minMinutes: 1
270 maxMinutes: 120
Michael Lando451a3402017-02-19 10:28:42 +0200271
Michael Lando451a3402017-02-19 10:28:42 +0200272unLoggedUrls:
273 - /sdc2/rest/healthCheck
274
275cleanComponentsConfiguration:
276 cleanIntervalInMinutes: 1440
277 componentsToClean:
278 - Resource
279 - Service
280
281artifactsIndex: resources
Michael Landoed64b5e2017-06-09 03:19:04 +0300282
Michael Landoed64b5e2017-06-09 03:19:04 +0300283heatEnvArtifactHeader: ""
284heatEnvArtifactFooter: ""
Michael Lando451a3402017-02-19 10:28:42 +0200285
Michael Landoed64b5e2017-06-09 03:19:04 +0300286onboarding:
287 protocol: http
288 host: localhost
289 port: 8080
290 downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages"
Tal Gitelman51d50f02017-12-10 18:55:03 +0200291 healthCheckUri: "/onboarding-api/v1.0/healthcheck"
292
293switchoverDetector:
294 gBeFqdn: AIO-BE.ecomp.idns.cip.com
295 gFeFqdn: AIO-FE.ecomp.idns.cip.com
296 beVip: 0.0.0.0
297 feVip: 0.0.0.0
298 beResolveAttempts: 3
299 feResolveAttempts: 3
300 enabled: false
301 interval: 60
302 changePriorityUser: ecompasdc
303 changePriorityPassword: ecompasdc123
304 publishNetworkUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/update_network?user=root"
305 publishNetworkBody: '{"note":"publish network"}'
306 groups:
307 beSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com?user=root",
308 changePriorityBody: '{"name":"AIO-BE.ecomp.idns.com","uri":"/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com","no_ad_redirection":false,"v4groups":{"failover_groups":["/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_mg_be","/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_bs_be"],"failover_policy":["FAILALL"]},"comment":"AIO BE G-fqdn","intended_app_proto":"DNS"}'}
309 feSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com?user=root",
310 changePriorityBody: '{"comment":"AIO G-fqdn","name":"AIO-FE.ecomp.idns.com","v4groups":{"failover_groups":["/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_mg_fe","/crt/CipDomain.ECOMP-ASDC-DEVST/config/groups/group_bs_fe"],"failover_policy":["FAILALL"]},"no_ad_redirection":false,"intended_app_proto":"DNS","uri":"/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com"}'}
311
Michael Lando451a3402017-02-19 10:28:42 +0200312applicationL1Cache:
313 datatypes:
Michael Landoed64b5e2017-06-09 03:19:04 +0300314 enabled: true
Michael Lando451a3402017-02-19 10:28:42 +0200315 firstRunDelay: 10
316 pollIntervalInSec: 60
317
318applicationL2Cache:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200319 enabled: true
Michael Lando451a3402017-02-19 10:28:42 +0200320 catalogL1Cache:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200321 enabled: true
Michael Lando451a3402017-02-19 10:28:42 +0200322 resourcesSizeInCache: 300
323 servicesSizeInCache: 200
324 productsSizeInCache: 100
325 queue:
Michael Landoed64b5e2017-06-09 03:19:04 +0300326 syncIntervalInSecondes: 43200
327 waitOnShutDownInMinutes: 10
Michael Lando451a3402017-02-19 10:28:42 +0200328 numberOfCacheWorkers: 4
329
330toscaValidators:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200331 stringMaxLength: 2500
332
Michael Landoed64b5e2017-06-09 03:19:04 +0300333disableAudit: false
334
335vfModuleProperties:
336 min_vf_module_instances:
337 forBaseModule: 1
338 forNonBaseModule: 0
339 max_vf_module_instances:
340 forBaseModule: 1
341 forNonBaseModule:
342 initial_count:
343 forBaseModule: 1
344 forNonBaseModule: 0
345 vf_module_type:
346 forBaseModule: Base
347 forNonBaseModule: Expansion
Tal Gitelman51d50f02017-12-10 18:55:03 +0200348
349genericAssetNodeTypes:
350 VFC: org.openecomp.resource.abstract.nodes.VFC
351 CVFC: org.openecomp.resource.abstract.nodes.VFC
352 VF : org.openecomp.resource.abstract.nodes.VF
353 PNF: org.openecomp.resource.abstract.nodes.PNF
Liang Dingafbcb0f2019-01-29 00:00:54 -0800354 Service: org.openecomp.resource.abstract.nodes.service
ys969316a9fce2020-01-19 13:50:02 +0200355
356dmaapConsumerConfiguration:
357 hosts: olsd004.wnsnet.attws.com:3905
358 consumerGroup: asdc
359 consumerId: mama #mama - in Order To Consume Remove This String And Replace It With -> mama
360 timeoutMs: 15000
361 limit: 1
362 pollingInterval: 2
363 topic: com.att.sdc.23911-SDCforTestDev-v001
364 latitude: 32.109333
365 longitude: 34.855499
366 version: 1.0
367 serviceName: dmaap-v1.dev.dmaap.dt.saat.acsi.att.com/events
368 environment: TEST
369 partner: BOT_R
370 routeOffer: MR1
371 protocol: https
372 contenttype: application/json
373 dme2TraceOn: true
374 aftEnvironment: AFTUAT
375 aftDme2ConnectionTimeoutMs: 15000
376 aftDme2RoundtripTimeoutMs: 240000
377 aftDme2ReadTimeoutMs: 50000
378 dme2preferredRouterFilePath: DME2preferredRouter.txt
379 timeLimitForNotificationHandleMs: 120000
380 credential:
381 username: m09875@sdc.att.com
382 password: hmXYcznAljMSisdy8zgcag==
383
384dmaapProducerConfiguration:
385 hosts: olsd004.wnsnet.attws.com:3905
386 consumerGroup: asdc
387 consumerId: mama #mama - in Order To Consume Remove This String And Replace It With -> mama
388 timeoutMs: 15000
389 limit: 1
390 pollingInterval: 2
391 topic: com.att.sdc.23911-SDCforTestDev-v001
392 latitude: 32.109333
393 longitude: 34.855499
394 version: 1.0
395 serviceName: dmaap-v1.dev.dmaap.dt.saat.acsi.att.com/events
396 environment: TEST
397 partner: BOT_R
398 routeOffer: MR1
399 protocol: https
400 contenttype: application/json
401 dme2TraceOn: true
402 aftEnvironment: AFTUAT
403 aftDme2ConnectionTimeoutMs: 15000
404 aftDme2RoundtripTimeoutMs: 240000
405 aftDme2ReadTimeoutMs: 50000
406 dme2preferredRouterFilePath: DME2preferredRouter.txt
407 timeLimitForNotificationHandleMs: 120000
408 credential:
409 username: m09875@sdc.att.com
410 password: hmXYcznAljMSisdy8zgcag==