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