push addional code
[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 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 cassandraConfig:
54     cassandraHosts: ['127.0.0.1']
55     reconnectTimeout : 30000
56     authenticate: false
57     username: sdc_user
58     password: Aa1234%^!
59     ssl: false
60     truststorePath : /path/path
61     truststorePassword : Aa123456
62     keySpaces:
63         - { name: dox, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
64         - { name: sdcartifact, replicationStrategy: SimpleStrategy, replicationInfo: ['1']}
65
66 #Application-specific settings of ES
67 elasticSearch:
68     # Mapping of index prefix to time-based frame. For example, if below is configured:
69     #
70     # - indexPrefix: auditingevents
71     #    creationPeriod: minute
72     #
73     # 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.
74     # Another object created on 2015-12-23 13:25:54, will enter "auditingevents-2015-12-23-13-25" index.
75     # If creationPeriod: month, both of the above will enter "auditingevents-2015-12" index.
76     #
77     # PLEASE NOTE: the timestamps are created in UTC/GMT timezone! This is needed so that timestamps will be correctly presented in Kibana.
78     #
79     # Legal values for creationPeriod - year, month, day, hour, minute, none (meaning no time-based behaviour).
80     #
81     # If no creationPeriod is configured for indexPrefix, default behavour is creationPeriod: month.
82
83     indicesTimeFrequency:
84       - indexPrefix: auditingevents
85         creationPeriod: month
86       - indexPrefix: monitoring_events
87         creationPeriod: month
88
89 artifactTypes:
90    - CHEF
91    - PUPPET
92    - SHELL
93    - YANG
94    - YANG_XML
95    - HEAT
96    - BPEL
97    - DG_XML
98    - MURANO_PKG
99    - OTHER
100
101 licenseTypes:
102    - User
103    - Installation
104    - CPU
105
106 #Deployment artifacts placeHolder
107 deploymentResourceArtifacts:
108   heat:
109       displayName: "HEAT Template"
110       type: HEAT
111
112 deploymentResourceInstanceArtifacts:
113   heatEnv:
114       displayName: "HEAT ENV"
115       type: HEAT_ENV
116       description: "Auto-generated HEAT Environment deployment artifact"
117       fileExtension: "env"
118
119 #Informational artifacts placeHolder
120 excludeResourceCategory:
121   - Generic
122 informationalResourceArtifacts:
123   features:
124       displayName: Features
125       type: OTHER
126   capacity:
127       displayName: Capacity
128       type: OTHER
129   vendorTestResult:
130       displayName: Vendor Test Result
131       type: OTHER
132   testScripts:
133       displayName: Test Scripts
134       type: OTHER
135   cloudQuestionnaire:
136       displayName: Cloud Questionnaire (completed)
137       type: OTHER
138   HEATTemplateFromVendor:
139       displayName: HEAT Template from Vendor
140       type: HEAT
141
142 excludeServiceCategory:
143
144 informationalServiceArtifacts:
145   messageFlows:
146       displayName: Message Flows
147       type: OTHER
148   instantiationFlows:
149       displayName: Management Flows
150       type: OTHER
151   serviceArtifactPlan:
152       displayName: Service Artifact Plan
153       type: OTHER
154   summaryOfImpactsToECOMPElements:
155       displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
156       type: OTHER
157   controlLoopFunctions:
158       displayName: Control Loop Functions
159       type: OTHER
160   dimensioningInfo:
161       displayName: Dimensioning Info
162       type: OTHER
163   affinityRules:
164       displayName: Affinity Rules
165       type: OTHER
166   operationalPolicies:
167       displayName: Operational Policies
168       type: OTHER
169   serviceSpecificPolicies:
170       displayName: Service-specific Policies
171       type: OTHER
172   engineeringRules:
173       displayName: Engineering Rules (ERD)
174       type: OTHER
175   distributionInstructions:
176       displayName: Distribution Instructions
177       type: OTHER
178   certificationTestResults:
179       displayName: TD Certification Test Results
180       type: OTHER
181   deploymentVotingRecord:
182       displayName: Deployment Voting Record
183       type: OTHER
184   serviceQuestionnaire:
185       displayName: Service Questionnaire
186       type: OTHER
187
188 serviceApiArtifacts:
189   configuration:
190       displayName: Configuration
191       type: OTHER
192   instantiation:
193       displayName: Instantiation
194       type: OTHER
195   monitoring:
196       displayName: Monitoring
197       type: OTHER
198   reporting:
199       displayName: Reporting
200       type: OTHER
201   logging:
202       displayName: Logging
203       type: OTHER
204   testing:
205       displayName: Testing
206       type: OTHER
207
208
209 additionalInformationMaxNumberOfKeys: 50
210
211 systemMonitoring:
212     enabled: false
213     isProxy: false
214     probeIntervalInSeconds: 15
215
216 defaultHeatArtifactTimeoutMinutes: 60
217
218 serviceDeploymentArtifacts:
219
220 resourceDeploymentArtifacts:
221     HEAT:
222         acceptedTypes:
223             - yaml
224             - yml
225
226 resourceInformationalDeployedArtifacts:
227     YANG_XML:
228         acceptedTypes:
229             - xml
230
231
232 unLoggedUrls:
233    - /sdc2/rest/healthCheck
234
235 cleanComponentsConfiguration:
236     cleanIntervalInMinutes: 1440
237     componentsToClean:
238        - Resource
239
240 artifactsIndex: resources
241
242 heatEnvArtifactHeader:
243     " # _______________________________________________________________________________________________________________________________________\n
244   #|                                                                                AT&T Proprietary (Restricted)                                                                                 |\n
245   #|                                     Only for use by authorized individuals or any above-designated team(s)                            |\n
246   #|                                          within the AT&T companies and not for general distribution                                                          |\n
247   #|_______________________________________________________________________________________________________________________________________|\n"
248 heatEnvArtifactFooter:
249     " # _______________________________________________________________________________________________________________________________________\n
250   #|                                                                                AT&T Proprietary (Restricted)                                                                                 |\n
251   #|                                     Only for use by authorized individuals or any above-designated team(s)                            |\n
252   #|                                          within the AT&T companies and not for general distribution                                                          |\n
253   #|_______________________________________________________________________________________________________________________________________|\n"