Rename ControlLoop to AutomationComposition
[sdc.git] / openecomp-be / lib / openecomp-core-lib / openecomp-nosqldb-lib / openecomp-nosqldb-core / src / main / resources / 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 http port
11 beHttpPort: 8080
12
13 # catalog backend http context
14 beContext: /sdc/rest/config/get
15
16 # catalog backend protocol
17 beProtocol: http
18
19 # catalog backend ssl port
20 beSslPort: 8443
21
22 version: 1.0
23 released: 2012-11-30
24
25 janusGraphCfgFile: /home/vagrant/catalog-be/config/catalog-be/janusgraph.properties
26 janusGraphInMemoryGraph: false
27 janusGraphLockTimeout: 30
28 janusGraphReconnectIntervalInSeconds: 3
29 janusGraphHealthCheckReadTimeout: 1
30 esReconnectIntervalInSeconds: 3
31 uebHealthCheckReconnectIntervalInSeconds: 15
32 uebHealthCheckReadTimeout: 4
33
34 # Protocols
35 protocols:
36    - http
37    - https
38
39 # Users
40 users:
41     tom: passwd
42     bob: passwd
43
44 neo4j:
45     host: neo4jhost
46     port: 7474
47     user: neo4j
48     password: "12345"
49
50 cassandraConfig:
51     cassandraHosts: ['127.0.0.1']
52     reconnectTimeout : 30000
53     authenticate: false
54     username: asdc_user
55     password: Aa1234%^!
56     ssl: false
57     truststorePath : /path/path
58     truststorePassword : Aa123456
59     keySpaces:
60         - { name: dox, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
61         - { name: sdcartifact, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
62
63 #Application-specific settings of ES
64 elasticSearch:
65     # Mapping of index prefix to time-based frame. For example, if below is configured:
66     #
67     # - indexPrefix: auditingevents
68     #    creationPeriod: minute
69     #
70     # 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.
71     # Another object created on 2015-12-23 13:25:54, will enter "auditingevents-2015-12-23-13-25" index.
72     # If creationPeriod: month, both of the above will enter "auditingevents-2015-12" index.
73     #
74     # PLEASE NOTE: the timestamps are created in UTC/GMT timezone! This is needed so that timestamps will be correctly presented in Kibana.
75     #
76     # Legal values for creationPeriod - year, month, day, hour, minute, none (meaning no time-based behaviour).
77     #
78     # If no creationPeriod is configured for indexPrefix, default behavour is creationPeriod: month.
79
80     indicesTimeFrequency:
81       - indexPrefix: auditingevents
82         creationPeriod: month
83       - indexPrefix: monitoring_events
84         creationPeriod: month
85
86 licenseTypes:
87    - User
88    - Installation
89    - CPU
90
91 #Deployment artifacts placeHolder
92 deploymentResourceArtifacts:
93   heat:
94       displayName: "HEAT Template"
95       type: HEAT
96
97 deploymentResourceInstanceArtifacts:
98   heatEnv:
99       displayName: "HEAT ENV"
100       type: HEAT_ENV
101       description: "Auto-generated HEAT Environment deployment artifact"
102       fileExtension: "env"
103
104 #Informational artifacts placeHolder
105 excludeResourceCategory:
106   - Generic
107 informationalResourceArtifacts:
108   features:
109       displayName: Features
110       type: OTHER
111   capacity:
112       displayName: Capacity
113       type: OTHER
114   vendorTestResult:
115       displayName: Vendor Test Result
116       type: OTHER
117   testScripts:
118       displayName: Test Scripts
119       type: OTHER
120   cloudQuestionnaire:
121       displayName: Cloud Questionnaire (completed)
122       type: OTHER
123   HEATTemplateFromVendor:
124       displayName: HEAT Template from Vendor
125       type: HEAT
126
127 excludeServiceCategory:
128
129 informationalServiceArtifacts:
130   messageFlows:
131       displayName: Message Flows
132       type: OTHER
133   instantiationFlows:
134       displayName: Management Flows
135       type: OTHER
136   serviceArtifactPlan:
137       displayName: Service Artifact Plan
138       type: OTHER
139   summaryOfImpactsToECOMPElements:
140       displayName: Summary of impacts to OPENECOMP elements,OSSs, BSSs
141       type: OTHER
142   automationCompositionFunctions:
143       displayName: Automation Composition Functions
144       type: OTHER
145   dimensioningInfo:
146       displayName: Dimensioning Info
147       type: OTHER
148   affinityRules:
149       displayName: Affinity Rules
150       type: OTHER
151   operationalPolicies:
152       displayName: Operational Policies
153       type: OTHER
154   serviceSpecificPolicies:
155       displayName: Service-specific Policies
156       type: OTHER
157   engineeringRules:
158       displayName: Engineering Rules (ERD)
159       type: OTHER
160   distributionInstructions:
161       displayName: Distribution Instructions
162       type: OTHER
163   certificationTestResults:
164       displayName: TD Certification Test Results
165       type: OTHER
166   deploymentVotingRecord:
167       displayName: Deployment Voting Record
168       type: OTHER
169   serviceQuestionnaire:
170       displayName: Service Questionnaire
171       type: OTHER
172
173 serviceApiArtifacts:
174   configuration:
175       displayName: Configuration
176       type: OTHER
177   instantiation:
178       displayName: Instantiation
179       type: OTHER
180   monitoring:
181       displayName: Monitoring
182       type: OTHER
183   reporting:
184       displayName: Reporting
185       type: OTHER
186   logging:
187       displayName: Logging
188       type: OTHER
189   testing:
190       displayName: Testing
191       type: OTHER
192
193
194 additionalInformationMaxNumberOfKeys: 50
195
196 systemMonitoring:
197     enabled: false
198     isProxy: false
199     probeIntervalInSeconds: 15
200
201 defaultHeatArtifactTimeoutMinutes: 60
202
203 serviceDeploymentArtifacts:
204
205 resourceDeploymentArtifacts:
206     HEAT:
207         acceptedTypes:
208             - yaml
209             - yml
210
211 unLoggedUrls:
212    - /sdc2/rest/healthCheck
213
214 cleanComponentsConfiguration:
215     cleanIntervalInMinutes: 1440
216     componentsToClean:
217        - Resource
218
219 artifactsIndex: resources
220
221 heatEnvArtifactHeader:
222     ""
223 heatEnvArtifactFooter:
224     ""