blob: 87fada1b4be0d974557c3577a99eea539c3093e5 [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
8
9
10# catalog backend hostname
11beFqdn: sdccatalog.att.com
12
13# catalog backend http port
14beHttpPort: 8080
15
16# catalog backend http context
17beContext: /sdc/rest/config/get
18
19# catalog backend protocol
20beProtocol: http
21
22# catalog backend ssl port
23beSslPort: 8443
24
25version: 1.0
26released: 2012-11-30
27
28titanCfgFile: /home/vagrant/catalog-be/config/catalog-be/titan.properties
29titanInMemoryGraph: false
30titanLockTimeout: 30
31titanReconnectIntervalInSeconds: 3
32titanHealthCheckReadTimeout: 1
33esReconnectIntervalInSeconds: 3
34uebHealthCheckReconnectIntervalInSeconds: 15
35uebHealthCheckReadTimeout: 4
36
37# Protocols
38protocols:
39 - http
40 - https
41
42# Users
43users:
44 tom: passwd
45 bob: passwd
46
47neo4j:
48 host: neo4jhost
49 port: 7474
50 user: neo4j
51 password: "12345"
52
53
54#Application-specific settings of ES
55elasticSearch:
56 # Mapping of index prefix to time-based frame. For example, if below is configured:
57 #
58 # - indexPrefix: auditingevents
59 # creationPeriod: minute
60 #
61 # then ES object of type which is mapped to "auditingevents-*" template, and created on 2015-12-23 13:24:54, will enter "auditingevents-2015-12-23-13-24" index.
62 # Another object created on 2015-12-23 13:25:54, will enter "auditingevents-2015-12-23-13-25" index.
63 # If creationPeriod: month, both of the above will enter "auditingevents-2015-12" index.
64 #
65 # PLEASE NOTE: the timestamps are created in UTC/GMT timezone! This is needed so that timestamps will be correctly presented in Kibana.
66 #
67 # Legal values for creationPeriod - year, month, day, hour, minute, none (meaning no time-based behaviour).
68 #
69 # If no creationPeriod is configured for indexPrefix, default behavour is creationPeriod: month.
70
71 indicesTimeFrequency:
72 - indexPrefix: auditingevents
73 creationPeriod: month
74 - indexPrefix: monitoring_events
75 creationPeriod: month
76
77artifactTypes:
78 - CHEF
79 - PUPPET
80 - SHELL
81 - YANG
82 - YANG_XML
83 - HEAT
84 - BPEL
85 - DG_XML
86 - MURANO_PKG
87 - WORKFLOW
88 - NETWORK_CALL_FLOW
89 - OTHER
90
91licenseTypes:
92 - User
93 - Installation
94 - CPU
95
96#Deployment artifacts placeHolder
97resourceTypes: &allResourceTypes
98 - VFC
99 - CP
100 - VL
101 - VF
102
103# validForResourceTypes usage
104# validForResourceTypes:
105# - VF
106# - VL
107deploymentResourceArtifacts:
108 heat:
109 displayName: "Base HEAT Template"
110 type: HEAT
111 validForResourceTypes: *allResourceTypes
112 heatVol:
113 displayName: "Volume HEAT Template"
114 type: HEAT_VOL
115 validForResourceTypes: *allResourceTypes
116 heatNet:
117 displayName: "Network HEAT Template"
118 type: HEAT_NET
119 validForResourceTypes: *allResourceTypes
120
121deploymentResourceInstanceArtifacts:
122 heatEnv:
123 displayName: "HEAT ENV"
124 type: HEAT_ENV
125 description: "Auto-generated HEAT Environment deployment artifact"
126 fileExtension: "env"
127
128#Informational artifacts placeHolder
129excludeResourceCategory:
130 - Generic
131informationalResourceArtifacts:
132 features:
133 displayName: Features
134 type: OTHER
135 capacity:
136 displayName: Capacity
137 type: OTHER
138 vendorTestResult:
139 displayName: Vendor Test Result
140 type: OTHER
141 testScripts:
142 displayName: Test Scripts
143 type: OTHER
Michael Landoed64b5e2017-06-09 03:19:04 +0300144 CloudQuestionnaire:
Michael Lando451a3402017-02-19 10:28:42 +0200145 displayName: Cloud Questionnaire (completed)
146 type: OTHER
147 HEATTemplateFromVendor:
148 displayName: HEAT Template from Vendor
149 type: HEAT
150 resourceSecurityTemplate:
151 displayName: Resource Security Template
152 type: OTHER
153
154excludeServiceCategory:
155
156informationalServiceArtifacts:
157 serviceArtifactPlan:
158 displayName: Service Artifact Plan
159 type: OTHER
160 summaryOfImpactsToECOMPElements:
161 displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
162 type: OTHER
163 controlLoopFunctions:
164 displayName: Control Loop Functions
165 type: OTHER
166 dimensioningInfo:
167 displayName: Dimensioning Info
168 type: OTHER
169 affinityRules:
170 displayName: Affinity Rules
171 type: OTHER
172 operationalPolicies:
173 displayName: Operational Policies
174 type: OTHER
175 serviceSpecificPolicies:
176 displayName: Service-specific Policies
177 type: OTHER
178 engineeringRules:
179 displayName: Engineering Rules (ERD)
180 type: OTHER
181 distributionInstructions:
182 displayName: Distribution Instructions
183 type: OTHER
184 certificationTestResults:
185 displayName: TD Certification Test Results
186 type: OTHER
187 deploymentVotingRecord:
188 displayName: Deployment Voting Record
189 type: OTHER
190 serviceQuestionnaire:
191 displayName: Service Questionnaire
192 type: OTHER
193 serviceSecurityTemplate:
194 displayName: Service Security Template
195 type: OTHER
196
197serviceApiArtifacts:
198 configuration:
199 displayName: Configuration
200 type: OTHER
201 instantiation:
202 displayName: Instantiation
203 type: OTHER
204 monitoring:
205 displayName: Monitoring
206 type: OTHER
207 reporting:
208 displayName: Reporting
209 type: OTHER
210 logging:
211 displayName: Logging
212 type: OTHER
213 testing:
214 displayName: Testing
215 type: OTHER
216
217
218additionalInformationMaxNumberOfKeys: 50
219
220systemMonitoring:
221 enabled: false
222 isProxy: false
223 probeIntervalInSeconds: 15
224
225defaultHeatArtifactTimeoutMinutes: 60
226
227serviceDeploymentArtifacts:
228 YANG_XML:
229 acceptedTypes:
230 - xml
231 VNF_CATALOG:
232 acceptedTypes:
233 - xml
234 MODEL_INVENTORY_PROFILE:
235 acceptedTypes:
236 - xml
237 MODEL_QUERY_SPEC:
238 acceptedTypes:
239 - xml
240 OTHER:
241 acceptedTypes:
242
243resourceDeploymentArtifacts:
244 HEAT:
245 acceptedTypes:
246 - yaml
247 - yml
248 validForResourceTypes: *allResourceTypes
249 HEAT_VOL:
250 acceptedTypes:
251 - yaml
252 - yml
253 validForResourceTypes: *allResourceTypes
254 HEAT_NET:
255 acceptedTypes:
256 - yaml
257 - yml
258 validForResourceTypes: *allResourceTypes
259 YANG_XML:
260 acceptedTypes:
261 - xml
262 validForResourceTypes: *allResourceTypes
263 VNF_CATALOG:
264 acceptedTypes:
265 - xml
266 validForResourceTypes: *allResourceTypes
267 VF_LICENSE:
268 acceptedTypes:
269 - xml
270 validForResourceTypes: *allResourceTypes
271 VENDOR_LICENSE:
272 acceptedTypes:
273 - xml
274 validForResourceTypes: *allResourceTypes
275 MODEL_INVENTORY_PROFILE:
276 acceptedTypes:
277 - xml
278 validForResourceTypes: *allResourceTypes
279 MODEL_QUERY_SPEC:
280 acceptedTypes:
281 - xml
282 validForResourceTypes: *allResourceTypes
283 APPC_CONFIG:
284 acceptedTypes:
285 - xml
286 - json
287 validForResourceTypes:
288 - VF
289 OTHER:
290 acceptedTypes:
291 validForResourceTypes: *allResourceTypes
292
293resourceInstanceDeploymentArtifacts:
294 HEAT_ENV:
295 acceptedTypes:
296 - env
297
298resourceInformationalDeployedArtifacts:
299
300
301requirementsToFulfillBeforeCert:
302 CP:
303 - tosca.capabilities.network.Bindable
304
305capabilitiesToConsumeBeforeCert:
306
307unLoggedUrls:
308 - /sdc2/rest/healthCheck
309
310cleanComponentsConfiguration:
311 cleanIntervalInMinutes: 1440
312 componentsToClean:
313 - Resource
314 - Service
315
316artifactsIndex: resources
317
318cassandraConfig:
319 cassandraHosts: ['localhost']
320 localDataCenter:
321 reconnectTimeout : 30000
322 authenticate: false
323 username: koko
324 password: bobo
325 ssl: false
326 truststorePath : /path/path
327 truststorePassword : 123123
328 keySpaces:
329 - { name: sdcaudit, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
330 - { name: sdcartifact, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
331
Michael Landoed64b5e2017-06-09 03:19:04 +0300332heatEnvArtifactHeader: ""
333heatEnvArtifactFooter: ""
Michael Lando451a3402017-02-19 10:28:42 +0200334
335onboarding:
336 protocol: http
337 host: localhost
338 port: 8181
339 downloadCsarUri: "/onboardingci/onbrest/onboarding-api/v1.0/vendor-software-products/packages"
340
341switchoverDetector:
Michael Landoed64b5e2017-06-09 03:19:04 +0300342 gBeFqdn: AIO-BE.ecomp.idns.cip.com
343 gFeFqdn: AIO-FE.ecomp.idns.cip.com
344 beVip: 0.0.0.0
345 feVip: 0.0.0.0
Michael Lando451a3402017-02-19 10:28:42 +0200346 beResolveAttempts: 3
347 feResolveAttempts: 3
348 enabled: false
349 interval: 60
350 changePriorityUser: ecompasdc
351 changePriorityPassword: ecompasdc123
Michael Landoed64b5e2017-06-09 03:19:04 +0300352 publishNetworkUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/update_network?user=root"
Michael Lando451a3402017-02-19 10:28:42 +0200353 publishNetworkBody: '{"note":"publish network"}'
354 groups:
Michael Landoed64b5e2017-06-09 03:19:04 +0300355 beSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.cip.com?user=root",
356 changePriorityBody: '{"name":"AIO-BE.ecomp.idns.cip.com","uri":"/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.cip.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"}'}
357 feSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.cip.att.com?user=root",
358 changePriorityBody: '{"comment":"AIO G-fqdn","name":"AIO-FE.ecomp.idns.cip.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.cip.com"}'}
Michael Lando451a3402017-02-19 10:28:42 +0200359
360
361applicationL1Cache:
362 datatypes:
363 enabled: true
364 firstRunDelay: 10
365 pollIntervalInSec: 60
366
367applicationL2Cache:
368 enabled: false
369 catalogL1Cache:
370 enabled: true
371 resourcesSizeInCache: 300
372 servicesSizeInCache: 200
373 productsSizeInCache: 100
374 queue:
375 syncIntervalInSecondes: 60
376 waitOnShutDownInMinutes: 30
377 numberOfCacheWorkers: 4
378
379toscaValidators:
Michael Landoed64b5e2017-06-09 03:19:04 +0300380 stringMaxLength: 1024
381
382
383genericAssetNodeTypes:
384 VFC: org.openecomp.resource.abstract.nodes.VFC
385 VF : org.openecomp.resource.abstract.nodes.VF
386 Service: org.openecomp.resource.abstract.nodes.service