blob: 50093055d0dfc785dbccf810339bdbbcd49a6981 [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
xuegaoa856d542020-12-18 10:37:23 +010091basicAuth:
92 enabled: false
93 userName: test
94 userPass: test
95 excludedUrls:
96
Tal Gitelman51d50f02017-12-10 18:55:03 +020097cassandraConfig:
Michael Lando5b593492018-07-29 16:13:45 +030098 cassandraHosts: [192.168.33.10]
Tal Gitelmanc4d387d2019-03-28 11:00:54 +020099 cassandraPort: 9042
Michael Lando5b593492018-07-29 16:13:45 +0300100 localDataCenter: DC-AIO-Ubuntu1
Tal Gitelman51d50f02017-12-10 18:55:03 +0200101 reconnectTimeout : 30000
Michael Lando5b593492018-07-29 16:13:45 +0300102 authenticate: true
103 username: asdc_user
104 password: Aa1234%^!
105 ssl: true
106 truststorePath : C:/Users/im453s/git/vagrant-sdc-all-in-one/tmp.trust
107 truststorePassword : Aa123456
k.kedron4654da92020-03-13 17:15:14 +0100108 maxWaitSeconds: 120
Tal Gitelman51d50f02017-12-10 18:55:03 +0200109 keySpaces:
Michael Lando5b593492018-07-29 16:13:45 +0300110 - { name: dox, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
111 - { name: sdcaudit, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
112 - { name: sdcartifact, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
113 - { name: sdccomponent, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
114 - { name: sdcrepository, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['DC-AIO-Ubuntu1', '1']}
115
Michael Lando451a3402017-02-19 10:28:42 +0200116licenseTypes:
117 - User
118 - Installation
119 - CPU
120
121#Deployment artifacts placeHolder
122resourceTypes: &allResourceTypes
123 - VFC
124 - CP
125 - VL
126 - VF
Michael Landoed64b5e2017-06-09 03:19:04 +0300127 - VFCMT
Tal Gitelman51d50f02017-12-10 18:55:03 +0200128 - Abstract
129 - CVFC
130
Michael Lando451a3402017-02-19 10:28:42 +0200131# validForResourceTypes usage
132# validForResourceTypes:
133# - VF
134# - VL
135deploymentResourceArtifacts:
Michael Landoed64b5e2017-06-09 03:19:04 +0300136# heat:
137# displayName: "Base HEAT Template"
138# type: HEAT
139# validForResourceTypes: *allResourceTypes
140# heatVol:
141# displayName: "Volume HEAT Template"
142# type: HEAT_VOL
143# validForResourceTypes: *allResourceTypes
144# heatNet:
145# displayName: "Network HEAT Template"
146# type: HEAT_NET
147# validForResourceTypes: *allResourceTypes
Tal Gitelman51d50f02017-12-10 18:55:03 +0200148
Michael Lando451a3402017-02-19 10:28:42 +0200149deploymentResourceInstanceArtifacts:
150 heatEnv:
151 displayName: "HEAT ENV"
152 type: HEAT_ENV
153 description: "Auto-generated HEAT Environment deployment artifact"
154 fileExtension: "env"
Michael Landoed64b5e2017-06-09 03:19:04 +0300155 VfHeatEnv:
156 displayName: "VF HEAT ENV"
157 type: HEAT_ENV
158 description: "VF Auto-generated HEAT Environment deployment artifact"
159 fileExtension: "env"
Michael Lando451a3402017-02-19 10:28:42 +0200160
161#tosca artifacts placeholders
162toscaArtifacts:
163 assetToscaTemplate:
164 artifactName: -template.yml
165 displayName: Tosca Template
166 type: TOSCA_TEMPLATE
167 description: TOSCA representation of the asset
168 assetToscaCsar:
169 artifactName: -csar.csar
170 displayName: Tosca Model
171 type: TOSCA_CSAR
172 description: TOSCA definition package of the asset
173
Michael Lando5b593492018-07-29 16:13:45 +0300174
Michael Lando451a3402017-02-19 10:28:42 +0200175#Informational artifacts placeHolder
176excludeResourceCategory:
177 - Generic
Tal Gitelman51d50f02017-12-10 18:55:03 +0200178excludeResourceType:
179 - PNF
Michael Lando451a3402017-02-19 10:28:42 +0200180informationalResourceArtifacts:
181 features:
182 displayName: Features
183 type: OTHER
184 capacity:
185 displayName: Capacity
186 type: OTHER
187 vendorTestResult:
188 displayName: Vendor Test Result
189 type: OTHER
190 testScripts:
191 displayName: Test Scripts
192 type: OTHER
Michael Landoed64b5e2017-06-09 03:19:04 +0300193 CloudQuestionnaire:
Michael Lando451a3402017-02-19 10:28:42 +0200194 displayName: Cloud Questionnaire (completed)
195 type: OTHER
196 HEATTemplateFromVendor:
197 displayName: HEAT Template from Vendor
198 type: HEAT
199 resourceSecurityTemplate:
200 displayName: Resource Security Template
201 type: OTHER
Tal Gitelman51d50f02017-12-10 18:55:03 +0200202
Michael Lando451a3402017-02-19 10:28:42 +0200203excludeServiceCategory:
204
205informationalServiceArtifacts:
206 serviceArtifactPlan:
207 displayName: Service Artifact Plan
208 type: OTHER
209 summaryOfImpactsToECOMPElements:
210 displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
211 type: OTHER
212 controlLoopFunctions:
213 displayName: Control Loop Functions
214 type: OTHER
215 dimensioningInfo:
216 displayName: Dimensioning Info
217 type: OTHER
218 affinityRules:
219 displayName: Affinity Rules
220 type: OTHER
221 operationalPolicies:
222 displayName: Operational Policies
223 type: OTHER
224 serviceSpecificPolicies:
225 displayName: Service-specific Policies
226 type: OTHER
227 engineeringRules:
228 displayName: Engineering Rules (ERD)
229 type: OTHER
230 distributionInstructions:
231 displayName: Distribution Instructions
232 type: OTHER
233 certificationTestResults:
234 displayName: TD Certification Test Results
235 type: OTHER
236 deploymentVotingRecord:
237 displayName: Deployment Voting Record
238 type: OTHER
239 serviceQuestionnaire:
240 displayName: Service Questionnaire
241 type: OTHER
242 serviceSecurityTemplate:
243 displayName: Service Security Template
244 type: OTHER
Tal Gitelman51d50f02017-12-10 18:55:03 +0200245
Michael Lando451a3402017-02-19 10:28:42 +0200246serviceApiArtifacts:
247 configuration:
248 displayName: Configuration
249 type: OTHER
250 instantiation:
251 displayName: Instantiation
252 type: OTHER
253 monitoring:
254 displayName: Monitoring
255 type: OTHER
256 reporting:
257 displayName: Reporting
258 type: OTHER
259 logging:
260 displayName: Logging
261 type: OTHER
262 testing:
263 displayName: Testing
264 type: OTHER
265
Michael Lando451a3402017-02-19 10:28:42 +0200266additionalInformationMaxNumberOfKeys: 50
267
268systemMonitoring:
269 enabled: false
270 isProxy: false
271 probeIntervalInSeconds: 15
272
ys969316a9fce2020-01-19 13:50:02 +0200273heatArtifactDeploymentTimeout:
274 defaultMinutes: 30
275 minMinutes: 1
276 maxMinutes: 120
Michael Lando451a3402017-02-19 10:28:42 +0200277
Michael Lando451a3402017-02-19 10:28:42 +0200278unLoggedUrls:
279 - /sdc2/rest/healthCheck
280
281cleanComponentsConfiguration:
282 cleanIntervalInMinutes: 1440
283 componentsToClean:
284 - Resource
285 - Service
286
287artifactsIndex: resources
Michael Landoed64b5e2017-06-09 03:19:04 +0300288
Michael Landoed64b5e2017-06-09 03:19:04 +0300289heatEnvArtifactHeader: ""
290heatEnvArtifactFooter: ""
Michael Lando451a3402017-02-19 10:28:42 +0200291
Michael Landoed64b5e2017-06-09 03:19:04 +0300292onboarding:
293 protocol: http
294 host: localhost
295 port: 8080
296 downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages"
Tal Gitelman51d50f02017-12-10 18:55:03 +0200297 healthCheckUri: "/onboarding-api/v1.0/healthcheck"
298
299switchoverDetector:
300 gBeFqdn: AIO-BE.ecomp.idns.cip.com
301 gFeFqdn: AIO-FE.ecomp.idns.cip.com
302 beVip: 0.0.0.0
303 feVip: 0.0.0.0
304 beResolveAttempts: 3
305 feResolveAttempts: 3
306 enabled: false
307 interval: 60
308 changePriorityUser: ecompasdc
309 changePriorityPassword: ecompasdc123
310 publishNetworkUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/update_network?user=root"
311 publishNetworkBody: '{"note":"publish network"}'
312 groups:
313 beSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com?user=root",
314 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"}'}
315 feSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com?user=root",
316 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"}'}
317
Michael Lando451a3402017-02-19 10:28:42 +0200318applicationL1Cache:
319 datatypes:
Michael Landoed64b5e2017-06-09 03:19:04 +0300320 enabled: true
Michael Lando451a3402017-02-19 10:28:42 +0200321 firstRunDelay: 10
322 pollIntervalInSec: 60
323
324applicationL2Cache:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200325 enabled: true
Michael Lando451a3402017-02-19 10:28:42 +0200326 catalogL1Cache:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200327 enabled: true
Michael Lando451a3402017-02-19 10:28:42 +0200328 resourcesSizeInCache: 300
329 servicesSizeInCache: 200
330 productsSizeInCache: 100
331 queue:
Michael Landoed64b5e2017-06-09 03:19:04 +0300332 syncIntervalInSecondes: 43200
333 waitOnShutDownInMinutes: 10
Michael Lando451a3402017-02-19 10:28:42 +0200334 numberOfCacheWorkers: 4
335
336toscaValidators:
Tal Gitelman51d50f02017-12-10 18:55:03 +0200337 stringMaxLength: 2500
338
Michael Landoed64b5e2017-06-09 03:19:04 +0300339disableAudit: false
340
341vfModuleProperties:
342 min_vf_module_instances:
343 forBaseModule: 1
344 forNonBaseModule: 0
345 max_vf_module_instances:
346 forBaseModule: 1
347 forNonBaseModule:
348 initial_count:
349 forBaseModule: 1
350 forNonBaseModule: 0
351 vf_module_type:
352 forBaseModule: Base
353 forNonBaseModule: Expansion
Tal Gitelman51d50f02017-12-10 18:55:03 +0200354
355genericAssetNodeTypes:
356 VFC: org.openecomp.resource.abstract.nodes.VFC
357 CVFC: org.openecomp.resource.abstract.nodes.VFC
358 VF : org.openecomp.resource.abstract.nodes.VF
359 PNF: org.openecomp.resource.abstract.nodes.PNF
Liang Dingafbcb0f2019-01-29 00:00:54 -0800360 Service: org.openecomp.resource.abstract.nodes.service
ys969316a9fce2020-01-19 13:50:02 +0200361
362dmaapConsumerConfiguration:
363 hosts: olsd004.wnsnet.attws.com:3905
364 consumerGroup: asdc
365 consumerId: mama #mama - in Order To Consume Remove This String And Replace It With -> mama
366 timeoutMs: 15000
367 limit: 1
368 pollingInterval: 2
369 topic: com.att.sdc.23911-SDCforTestDev-v001
370 latitude: 32.109333
371 longitude: 34.855499
372 version: 1.0
373 serviceName: dmaap-v1.dev.dmaap.dt.saat.acsi.att.com/events
374 environment: TEST
375 partner: BOT_R
376 routeOffer: MR1
377 protocol: https
378 contenttype: application/json
379 dme2TraceOn: true
380 aftEnvironment: AFTUAT
381 aftDme2ConnectionTimeoutMs: 15000
382 aftDme2RoundtripTimeoutMs: 240000
383 aftDme2ReadTimeoutMs: 50000
384 dme2preferredRouterFilePath: DME2preferredRouter.txt
385 timeLimitForNotificationHandleMs: 120000
386 credential:
387 username: m09875@sdc.att.com
388 password: hmXYcznAljMSisdy8zgcag==
389
390dmaapProducerConfiguration:
391 hosts: olsd004.wnsnet.attws.com:3905
392 consumerGroup: asdc
393 consumerId: mama #mama - in Order To Consume Remove This String And Replace It With -> mama
394 timeoutMs: 15000
395 limit: 1
396 pollingInterval: 2
397 topic: com.att.sdc.23911-SDCforTestDev-v001
398 latitude: 32.109333
399 longitude: 34.855499
400 version: 1.0
401 serviceName: dmaap-v1.dev.dmaap.dt.saat.acsi.att.com/events
402 environment: TEST
403 partner: BOT_R
404 routeOffer: MR1
405 protocol: https
406 contenttype: application/json
407 dme2TraceOn: true
408 aftEnvironment: AFTUAT
409 aftDme2ConnectionTimeoutMs: 15000
410 aftDme2RoundtripTimeoutMs: 240000
411 aftDme2ReadTimeoutMs: 50000
412 dme2preferredRouterFilePath: DME2preferredRouter.txt
413 timeLimitForNotificationHandleMs: 120000
414 credential:
415 username: m09875@sdc.att.com
416 password: hmXYcznAljMSisdy8zgcag==