Fix for radio buttons
[sdc.git] / asdc-tests / src / test / resources / CI / configuration.yaml
1 identificationHeaderFields:
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
11 beFqdn: sdccatalog.att.com
12
13 # catalog backend http port
14 beHttpPort: 8080
15
16 # catalog backend http context
17 beContext: /sdc/rest/config/get
18
19 # catalog backend protocol
20 beProtocol: http
21
22 # catalog backend ssl port
23 beSslPort: 8443
24
25 version: 1.0
26 released: 2012-11-30
27
28 titanCfgFile: /home/vagrant/catalog-be/config/catalog-be/titan.properties
29 titanInMemoryGraph: false
30 titanLockTimeout: 30
31 titanReconnectIntervalInSeconds: 3
32 titanHealthCheckReadTimeout: 1
33 esReconnectIntervalInSeconds: 3
34 uebHealthCheckReconnectIntervalInSeconds: 15
35 uebHealthCheckReadTimeout: 4
36
37 # Protocols
38 protocols:
39    - http
40    - https
41
42 # Users
43 users:
44     tom: passwd
45     bob: passwd
46     
47 neo4j:
48     host: neo4jhost
49     port: 7474
50     user: neo4j
51     password: "12345"
52     
53
54 #Application-specific settings of ES
55 elasticSearch:
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
77 artifactTypes:
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
91 licenseTypes:
92    - User
93    - Installation
94    - CPU
95
96 #Deployment artifacts placeHolder
97 resourceTypes: &allResourceTypes
98   - VFC
99   - CP
100   - VL
101   - VF
102  
103 # validForResourceTypes usage
104 #     validForResourceTypes:
105 #        - VF
106 #        - VL
107 deploymentResourceArtifacts:
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   
121 deploymentResourceInstanceArtifacts:
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
129 excludeResourceCategory:
130   - Generic
131 informationalResourceArtifacts:
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
144   CloudQuestionnaire:
145       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       
154 excludeServiceCategory:
155
156 informationalServiceArtifacts:
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       
197 serviceApiArtifacts:
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
218 additionalInformationMaxNumberOfKeys: 50
219
220 systemMonitoring:
221     enabled: false
222     isProxy: false
223     probeIntervalInSeconds: 15
224
225 defaultHeatArtifactTimeoutMinutes: 60
226
227 serviceDeploymentArtifacts:
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
243 resourceDeploymentArtifacts:
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
293 resourceInstanceDeploymentArtifacts:
294     HEAT_ENV:
295         acceptedTypes:
296             - env
297
298 resourceInformationalDeployedArtifacts:
299
300
301 requirementsToFulfillBeforeCert:
302      CP:
303        - tosca.capabilities.network.Bindable
304             
305 capabilitiesToConsumeBeforeCert:
306
307 unLoggedUrls:
308    - /sdc2/rest/healthCheck
309
310 cleanComponentsConfiguration:
311     cleanIntervalInMinutes: 1440
312     componentsToClean:
313        - Resource
314        - Service
315
316 artifactsIndex: resources
317
318 cassandraConfig:
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        
332 heatEnvArtifactHeader: ""
333 heatEnvArtifactFooter: ""
334
335 onboarding:
336     protocol: http
337     host: localhost
338     port: 8181
339     downloadCsarUri: "/onboardingci/onbrest/onboarding-api/v1.0/vendor-software-products/packages"
340
341 switchoverDetector:
342     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
346     beResolveAttempts: 3
347     feResolveAttempts: 3
348     enabled: false
349     interval: 60
350     changePriorityUser: ecompasdc
351     changePriorityPassword: ecompasdc123
352     publishNetworkUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/update_network?user=root"
353     publishNetworkBody: '{"note":"publish network"}'
354     groups:
355       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"}'}
359
360
361 applicationL1Cache:
362     datatypes:
363         enabled: true
364         firstRunDelay: 10
365         pollIntervalInSec: 60
366
367 applicationL2Cache:
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         
379 toscaValidators:
380     stringMaxLength: 1024
381
382     
383 genericAssetNodeTypes:
384   VFC: org.openecomp.resource.abstract.nodes.VFC
385   VF : org.openecomp.resource.abstract.nodes.VF
386   Service: org.openecomp.resource.abstract.nodes.service