Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | identificationHeaderFields: |
| 2 | - HTTP_IV_USER |
| 3 | - HTTP_CSP_FIRSTNAME |
| 4 | - HTTP_CSP_LASTNAME |
| 5 | - HTTP_IV_REMOTE_ADDRESS |
| 6 | - HTTP_CSP_WSTYPE |
| 7 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 8 | # catalog backend hostname |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 9 | beFqdn: localhost |
| 10 | # sdccatalog.att.com |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 11 | |
| 12 | # catalog backend http port |
| 13 | beHttpPort: 8080 |
| 14 | |
| 15 | # catalog backend http context |
| 16 | beContext: /sdc/rest/config/get |
| 17 | |
| 18 | # catalog backend protocol |
| 19 | beProtocol: http |
| 20 | |
| 21 | # catalog backend ssl port |
| 22 | beSslPort: 8443 |
| 23 | |
| 24 | version: 1.0 |
| 25 | released: 2012-11-30 |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 26 | toscaConformanceLevel: 5.0 |
Michael Lando | b8cd171 | 2017-06-11 23:07:10 +0300 | [diff] [blame] | 27 | minToscaConformanceLevel: 3.0 |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 28 | |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 29 | # These values are necessary for running upgrade migration 1710.0 process |
| 30 | appVersion: 1.1.0 |
| 31 | artifactGeneratorConfig: Artifact-Generator.properties |
| 32 | resourcesForUpgrade: |
| 33 | 5.0: |
| 34 | - org.openecomp.resource.cp.extCP |
| 35 | - tosca.nodes.network.Network |
| 36 | - tosca.nodes.network.Port |
| 37 | - org.openecomp.resource.cp.nodes.network.SubInterface |
| 38 | skipUpgradeFailedVfs: true |
| 39 | skipUpgradeVSPs: true |
| 40 | autoHealingOwner: jh0003 |
| 41 | |
| 42 | titanCfgFile: C:\Users\im453s\git\sdc\asdctool\src\main\resources\config\titan.properties |
Michael Lando | b3d4898 | 2017-06-11 14:22:02 +0300 | [diff] [blame] | 43 | titanMigrationKeySpaceCfgFile: src\main\resources\config\titan-migration.properties |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 44 | titanInMemoryGraph: false |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 45 | titanLockTimeout: 1800 |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 46 | |
| 47 | # The interval to try and reconnect to titan DB when it is down during ASDC startup: |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 48 | titanReconnectIntervalInSeconds: 3 |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 49 | |
| 50 | # The read timeout towards Titan DB when health check is invoked: |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 51 | titanHealthCheckReadTimeout: 1 |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 52 | |
| 53 | # The interval to try and reconnect to Elasticsearch when it is down during ASDC startup: |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 54 | esReconnectIntervalInSeconds: 3 |
| 55 | uebHealthCheckReconnectIntervalInSeconds: 15 |
| 56 | uebHealthCheckReadTimeout: 4 |
| 57 | |
| 58 | # Protocols |
| 59 | protocols: |
| 60 | - http |
| 61 | - https |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 62 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 63 | # Default imports |
| 64 | defaultImports: |
| 65 | - nodes: |
| 66 | file: nodes.yml |
| 67 | - datatypes: |
| 68 | file: data.yml |
| 69 | - capabilities: |
| 70 | file: capabilities.yml |
| 71 | - relationships: |
| 72 | file: relationships.yml |
| 73 | - groups: |
| 74 | file: groups.yml |
| 75 | - policies: |
| 76 | file: policies.yml |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 77 | |
| 78 | # Users |
| 79 | users: |
| 80 | tom: passwd |
| 81 | bob: passwd |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 82 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 83 | neo4j: |
| 84 | host: neo4jhost |
| 85 | port: 7474 |
| 86 | user: neo4j |
| 87 | password: "12345" |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 88 | |
| 89 | cassandraConfig: |
| 90 | cassandraHosts: ['localhost'] |
| 91 | localDataCenter: datacenter1 |
| 92 | reconnectTimeout : 30000 |
| 93 | authenticate: false |
| 94 | username: koko |
| 95 | password: bobo |
| 96 | ssl: false |
| 97 | truststorePath : /path/path |
| 98 | truststorePassword : 123123 |
| 99 | keySpaces: |
| 100 | - { name: sdcaudit, replicationStrategy: SimpleStrategy, replicationInfo: ['1']} |
| 101 | - { name: sdcartifact, replicationStrategy: SimpleStrategy, replicationInfo: ['1']} |
| 102 | - { name: sdccomponent, replicationStrategy: SimpleStrategy, replicationInfo: ['1']} |
| 103 | - { name: sdcrepository, replicationStrategy: SimpleStrategy, replicationInfo: ['1']} |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 104 | |
| 105 | #Application-specific settings of ES |
| 106 | elasticSearch: |
| 107 | # Mapping of index prefix to time-based frame. For example, if below is configured: |
| 108 | # |
| 109 | # - indexPrefix: auditingevents |
| 110 | # creationPeriod: minute |
| 111 | # |
| 112 | # 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. |
| 113 | # Another object created on 2015-12-23 13:25:54, will enter "auditingevents-2015-12-23-13-25" index. |
| 114 | # If creationPeriod: month, both of the above will enter "auditingevents-2015-12" index. |
| 115 | # |
| 116 | # PLEASE NOTE: the timestamps are created in UTC/GMT timezone! This is needed so that timestamps will be correctly presented in Kibana. |
| 117 | # |
| 118 | # Legal values for creationPeriod - year, month, day, hour, minute, none (meaning no time-based behaviour). |
| 119 | # |
| 120 | # If no creationPeriod is configured for indexPrefix, default behavour is creationPeriod: month. |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 121 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 122 | indicesTimeFrequency: |
| 123 | - indexPrefix: auditingevents |
| 124 | creationPeriod: month |
| 125 | - indexPrefix: monitoring_events |
| 126 | creationPeriod: month |
| 127 | |
| 128 | artifactTypes: |
| 129 | - CHEF |
| 130 | - PUPPET |
| 131 | - SHELL |
| 132 | - YANG |
| 133 | - YANG_XML |
| 134 | - HEAT |
| 135 | - BPEL |
| 136 | - DG_XML |
| 137 | - MURANO_PKG |
| 138 | - WORKFLOW |
| 139 | - NETWORK_CALL_FLOW |
| 140 | - TOSCA_TEMPLATE |
| 141 | - TOSCA_CSAR |
| 142 | - AAI_SERVICE_MODEL |
| 143 | - AAI_VF_MODEL |
| 144 | - AAI_VF_MODULE_MODEL |
| 145 | - AAI_VF_INSTANCE_MODEL |
| 146 | - OTHER |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 147 | - SNMP_POLL |
| 148 | - SNMP_TRAP |
| 149 | - GUIDE |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 150 | |
| 151 | licenseTypes: |
| 152 | - User |
| 153 | - Installation |
| 154 | - CPU |
| 155 | |
| 156 | #Deployment artifacts placeHolder |
| 157 | resourceTypes: &allResourceTypes |
| 158 | - VFC |
| 159 | - CP |
| 160 | - VL |
| 161 | - VF |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 162 | - VFCMT |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 163 | - Abstract |
| 164 | - CVFC |
| 165 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 166 | # validForResourceTypes usage |
| 167 | # validForResourceTypes: |
| 168 | # - VF |
| 169 | # - VL |
| 170 | deploymentResourceArtifacts: |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 171 | # heat: |
| 172 | # displayName: "Base HEAT Template" |
| 173 | # type: HEAT |
| 174 | # validForResourceTypes: *allResourceTypes |
| 175 | # heatVol: |
| 176 | # displayName: "Volume HEAT Template" |
| 177 | # type: HEAT_VOL |
| 178 | # validForResourceTypes: *allResourceTypes |
| 179 | # heatNet: |
| 180 | # displayName: "Network HEAT Template" |
| 181 | # type: HEAT_NET |
| 182 | # validForResourceTypes: *allResourceTypes |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 183 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 184 | deploymentResourceInstanceArtifacts: |
| 185 | heatEnv: |
| 186 | displayName: "HEAT ENV" |
| 187 | type: HEAT_ENV |
| 188 | description: "Auto-generated HEAT Environment deployment artifact" |
| 189 | fileExtension: "env" |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 190 | VfHeatEnv: |
| 191 | displayName: "VF HEAT ENV" |
| 192 | type: HEAT_ENV |
| 193 | description: "VF Auto-generated HEAT Environment deployment artifact" |
| 194 | fileExtension: "env" |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 195 | |
| 196 | #tosca artifacts placeholders |
| 197 | toscaArtifacts: |
| 198 | assetToscaTemplate: |
| 199 | artifactName: -template.yml |
| 200 | displayName: Tosca Template |
| 201 | type: TOSCA_TEMPLATE |
| 202 | description: TOSCA representation of the asset |
| 203 | assetToscaCsar: |
| 204 | artifactName: -csar.csar |
| 205 | displayName: Tosca Model |
| 206 | type: TOSCA_CSAR |
| 207 | description: TOSCA definition package of the asset |
| 208 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 209 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 210 | #Informational artifacts placeHolder |
| 211 | excludeResourceCategory: |
| 212 | - Generic |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 213 | excludeResourceType: |
| 214 | - PNF |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 215 | informationalResourceArtifacts: |
| 216 | features: |
| 217 | displayName: Features |
| 218 | type: OTHER |
| 219 | capacity: |
| 220 | displayName: Capacity |
| 221 | type: OTHER |
| 222 | vendorTestResult: |
| 223 | displayName: Vendor Test Result |
| 224 | type: OTHER |
| 225 | testScripts: |
| 226 | displayName: Test Scripts |
| 227 | type: OTHER |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 228 | CloudQuestionnaire: |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 229 | displayName: Cloud Questionnaire (completed) |
| 230 | type: OTHER |
| 231 | HEATTemplateFromVendor: |
| 232 | displayName: HEAT Template from Vendor |
| 233 | type: HEAT |
| 234 | resourceSecurityTemplate: |
| 235 | displayName: Resource Security Template |
| 236 | type: OTHER |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 237 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 238 | excludeServiceCategory: |
| 239 | |
| 240 | informationalServiceArtifacts: |
| 241 | serviceArtifactPlan: |
| 242 | displayName: Service Artifact Plan |
| 243 | type: OTHER |
| 244 | summaryOfImpactsToECOMPElements: |
| 245 | displayName: Summary of impacts to ECOMP elements,OSSs, BSSs |
| 246 | type: OTHER |
| 247 | controlLoopFunctions: |
| 248 | displayName: Control Loop Functions |
| 249 | type: OTHER |
| 250 | dimensioningInfo: |
| 251 | displayName: Dimensioning Info |
| 252 | type: OTHER |
| 253 | affinityRules: |
| 254 | displayName: Affinity Rules |
| 255 | type: OTHER |
| 256 | operationalPolicies: |
| 257 | displayName: Operational Policies |
| 258 | type: OTHER |
| 259 | serviceSpecificPolicies: |
| 260 | displayName: Service-specific Policies |
| 261 | type: OTHER |
| 262 | engineeringRules: |
| 263 | displayName: Engineering Rules (ERD) |
| 264 | type: OTHER |
| 265 | distributionInstructions: |
| 266 | displayName: Distribution Instructions |
| 267 | type: OTHER |
| 268 | certificationTestResults: |
| 269 | displayName: TD Certification Test Results |
| 270 | type: OTHER |
| 271 | deploymentVotingRecord: |
| 272 | displayName: Deployment Voting Record |
| 273 | type: OTHER |
| 274 | serviceQuestionnaire: |
| 275 | displayName: Service Questionnaire |
| 276 | type: OTHER |
| 277 | serviceSecurityTemplate: |
| 278 | displayName: Service Security Template |
| 279 | type: OTHER |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 280 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 281 | serviceApiArtifacts: |
| 282 | configuration: |
| 283 | displayName: Configuration |
| 284 | type: OTHER |
| 285 | instantiation: |
| 286 | displayName: Instantiation |
| 287 | type: OTHER |
| 288 | monitoring: |
| 289 | displayName: Monitoring |
| 290 | type: OTHER |
| 291 | reporting: |
| 292 | displayName: Reporting |
| 293 | type: OTHER |
| 294 | logging: |
| 295 | displayName: Logging |
| 296 | type: OTHER |
| 297 | testing: |
| 298 | displayName: Testing |
| 299 | type: OTHER |
| 300 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 301 | additionalInformationMaxNumberOfKeys: 50 |
| 302 | |
| 303 | systemMonitoring: |
| 304 | enabled: false |
| 305 | isProxy: false |
| 306 | probeIntervalInSeconds: 15 |
| 307 | |
| 308 | defaultHeatArtifactTimeoutMinutes: 60 |
| 309 | |
| 310 | serviceDeploymentArtifacts: |
| 311 | YANG_XML: |
| 312 | acceptedTypes: |
| 313 | - xml |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 314 | VNF_CATALOG: |
| 315 | acceptedTypes: |
| 316 | - xml |
| 317 | MODEL_INVENTORY_PROFILE: |
| 318 | acceptedTypes: |
| 319 | - xml |
| 320 | MODEL_QUERY_SPEC: |
| 321 | acceptedTypes: |
| 322 | - xml |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 323 | UCPE_LAYER_2_CONFIGURATION: |
| 324 | acceptedTypes: |
| 325 | - xml |
| 326 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 327 | #AAI Artifacts |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 328 | AAI_SERVICE_MODEL: |
| 329 | acceptedTypes: |
| 330 | - xml |
| 331 | AAI_VF_MODULE_MODEL: |
| 332 | acceptedTypes: |
| 333 | - xml |
| 334 | AAI_VF_INSTANCE_MODEL: |
| 335 | acceptedTypes: |
| 336 | - xml |
| 337 | OTHER: |
| 338 | acceptedTypes: |
| 339 | |
| 340 | resourceDeploymentArtifacts: |
| 341 | HEAT: |
| 342 | acceptedTypes: |
| 343 | - yaml |
| 344 | - yml |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 345 | validForResourceTypes: *allResourceTypes |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 346 | HEAT_VOL: |
| 347 | acceptedTypes: |
| 348 | - yaml |
| 349 | - yml |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 350 | validForResourceTypes: *allResourceTypes |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 351 | HEAT_NET: |
| 352 | acceptedTypes: |
| 353 | - yaml |
| 354 | - yml |
| 355 | validForResourceTypes: *allResourceTypes |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 356 | HEAT_NESTED: |
| 357 | acceptedTypes: |
| 358 | - yaml |
| 359 | - yml |
| 360 | validForResourceTypes: *allResourceTypes |
| 361 | HEAT_ARTIFACT: |
| 362 | acceptedTypes: |
| 363 | validForResourceTypes: *allResourceTypes |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 364 | YANG_XML: |
| 365 | acceptedTypes: |
| 366 | - xml |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 367 | validForResourceTypes: *allResourceTypes |
| 368 | VNF_CATALOG: |
| 369 | acceptedTypes: |
| 370 | - xml |
| 371 | validForResourceTypes: *allResourceTypes |
| 372 | VF_LICENSE: |
| 373 | acceptedTypes: |
| 374 | - xml |
| 375 | validForResourceTypes: *allResourceTypes |
| 376 | VENDOR_LICENSE: |
| 377 | acceptedTypes: |
| 378 | - xml |
| 379 | validForResourceTypes: *allResourceTypes |
| 380 | MODEL_INVENTORY_PROFILE: |
| 381 | acceptedTypes: |
| 382 | - xml |
| 383 | validForResourceTypes: *allResourceTypes |
| 384 | MODEL_QUERY_SPEC: |
| 385 | acceptedTypes: |
| 386 | - xml |
| 387 | validForResourceTypes: *allResourceTypes |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 388 | LIFECYCLE_OPERATIONS: |
| 389 | acceptedTypes: |
| 390 | - yaml |
| 391 | - yml |
| 392 | validForResourceTypes: |
| 393 | - VF |
| 394 | - VFC |
| 395 | VES_EVENTS: |
| 396 | acceptedTypes: |
| 397 | - yaml |
| 398 | - yml |
| 399 | validForResourceTypes: *allResourceTypes |
| 400 | PERFORMANCE_COUNTER: |
| 401 | acceptedTypes: |
| 402 | - csv |
| 403 | validForResourceTypes: *allResourceTypes |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 404 | APPC_CONFIG: |
| 405 | acceptedTypes: |
| 406 | validForResourceTypes: |
| 407 | - VF |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 408 | DCAE_TOSCA: |
| 409 | acceptedTypes: |
| 410 | - yml |
| 411 | - yaml |
| 412 | validForResourceTypes: |
| 413 | - VF |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 414 | - VFCMT |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 415 | DCAE_JSON: |
| 416 | acceptedTypes: |
| 417 | - json |
| 418 | validForResourceTypes: |
| 419 | - VF |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 420 | - VFCMT |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 421 | DCAE_POLICY: |
| 422 | acceptedTypes: |
| 423 | - emf |
| 424 | validForResourceTypes: |
| 425 | - VF |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 426 | - VFCMT |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 427 | DCAE_DOC: |
| 428 | acceptedTypes: |
| 429 | validForResourceTypes: |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 430 | - VF |
| 431 | - VFCMT |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 432 | DCAE_EVENT: |
| 433 | acceptedTypes: |
| 434 | validForResourceTypes: |
| 435 | - VF |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 436 | - VFCMT |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 437 | AAI_VF_MODEL: |
| 438 | acceptedTypes: |
| 439 | - xml |
| 440 | validForResourceTypes: |
| 441 | - VF |
| 442 | AAI_VF_MODULE_MODEL: |
| 443 | acceptedTypes: |
| 444 | - xml |
| 445 | validForResourceTypes: |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 446 | - VF |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 447 | OTHER: |
| 448 | acceptedTypes: |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 449 | validForResourceTypes: *allResourceTypes |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 450 | SNMP_POLL: |
| 451 | acceptedTypes: |
| 452 | validForResourceTypes: *allResourceTypes |
| 453 | SNMP_TRAP: |
| 454 | acceptedTypes: |
| 455 | validForResourceTypes: *allResourceTypes |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 456 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 457 | resourceInstanceDeploymentArtifacts: |
| 458 | HEAT_ENV: |
| 459 | acceptedTypes: |
| 460 | - env |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 461 | VF_MODULES_METADATA: |
| 462 | acceptedTypes: |
| 463 | - json |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 464 | VES_EVENTS: |
| 465 | acceptedTypes: |
| 466 | - yaml |
| 467 | - yml |
| 468 | PERFORMANCE_COUNTER: |
| 469 | acceptedTypes: |
| 470 | - csv |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 471 | DCAE_INVENTORY_TOSCA: |
| 472 | acceptedTypes: |
| 473 | - yml |
| 474 | - yaml |
| 475 | DCAE_INVENTORY_JSON: |
| 476 | acceptedTypes: |
| 477 | - json |
| 478 | DCAE_INVENTORY_POLICY: |
| 479 | acceptedTypes: |
| 480 | - emf |
| 481 | DCAE_INVENTORY_DOC: |
| 482 | acceptedTypes: |
| 483 | DCAE_INVENTORY_BLUEPRINT: |
| 484 | acceptedTypes: |
| 485 | DCAE_INVENTORY_EVENT: |
| 486 | acceptedTypes: |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 487 | SNMP_POLL: |
| 488 | acceptedTypes: |
| 489 | validForResourceTypes: *allResourceTypes |
| 490 | SNMP_TRAP: |
| 491 | acceptedTypes: |
| 492 | validForResourceTypes: *allResourceTypes |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 493 | |
| 494 | resourceInformationalArtifacts: |
| 495 | CHEF: |
| 496 | acceptedTypes: |
| 497 | validForResourceTypes: *allResourceTypes |
| 498 | PUPPET: |
| 499 | acceptedTypes: |
| 500 | validForResourceTypes: *allResourceTypes |
| 501 | SHELL: |
| 502 | acceptedTypes: |
| 503 | validForResourceTypes: *allResourceTypes |
| 504 | YANG: |
| 505 | acceptedTypes: |
| 506 | validForResourceTypes: *allResourceTypes |
| 507 | YANG_XML: |
| 508 | acceptedTypes: |
| 509 | validForResourceTypes: *allResourceTypes |
| 510 | HEAT: |
| 511 | acceptedTypes: |
| 512 | validForResourceTypes: *allResourceTypes |
| 513 | BPEL: |
| 514 | acceptedTypes: |
| 515 | validForResourceTypes: *allResourceTypes |
| 516 | DG_XML: |
| 517 | acceptedTypes: |
| 518 | validForResourceTypes: *allResourceTypes |
| 519 | MURANO_PKG: |
| 520 | acceptedTypes: |
| 521 | validForResourceTypes: *allResourceTypes |
| 522 | OTHER: |
| 523 | acceptedTypes: |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 524 | validForResourceTypes: |
| 525 | - VFC |
| 526 | - CVFC |
| 527 | - CP |
| 528 | - VL |
| 529 | - VF |
| 530 | - VFCMT |
| 531 | - Abstract |
| 532 | - PNF |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 533 | SNMP_POLL: |
| 534 | acceptedTypes: |
| 535 | validForResourceTypes: *allResourceTypes |
| 536 | SNMP_TRAP: |
| 537 | acceptedTypes: |
| 538 | validForResourceTypes: *allResourceTypes |
| 539 | GUIDE: |
| 540 | acceptedTypes: |
| 541 | validForResourceTypes: |
| 542 | - VF |
| 543 | - VFC |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 544 | - CVFC |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 545 | |
| 546 | resourceInformationalDeployedArtifacts: |
| 547 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 548 | requirementsToFulfillBeforeCert: |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 549 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 550 | capabilitiesToConsumeBeforeCert: |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 551 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 552 | unLoggedUrls: |
| 553 | - /sdc2/rest/healthCheck |
| 554 | |
| 555 | cleanComponentsConfiguration: |
| 556 | cleanIntervalInMinutes: 1440 |
| 557 | componentsToClean: |
| 558 | - Resource |
| 559 | - Service |
| 560 | |
| 561 | artifactsIndex: resources |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 562 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 563 | heatEnvArtifactHeader: "" |
| 564 | heatEnvArtifactFooter: "" |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 565 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 566 | onboarding: |
| 567 | protocol: http |
| 568 | host: localhost |
| 569 | port: 8080 |
| 570 | downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages" |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 571 | healthCheckUri: "/onboarding-api/v1.0/healthcheck" |
| 572 | |
| 573 | switchoverDetector: |
| 574 | gBeFqdn: AIO-BE.ecomp.idns.cip.com |
| 575 | gFeFqdn: AIO-FE.ecomp.idns.cip.com |
| 576 | beVip: 0.0.0.0 |
| 577 | feVip: 0.0.0.0 |
| 578 | beResolveAttempts: 3 |
| 579 | feResolveAttempts: 3 |
| 580 | enabled: false |
| 581 | interval: 60 |
| 582 | changePriorityUser: ecompasdc |
| 583 | changePriorityPassword: ecompasdc123 |
| 584 | publishNetworkUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/update_network?user=root" |
| 585 | publishNetworkBody: '{"note":"publish network"}' |
| 586 | groups: |
| 587 | beSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.com?user=root", |
| 588 | changePriorityBody: '{"name":"AIO-BE.ecomp.idns.com","uri":"/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-BE.ecomp.idns.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"}'} |
| 589 | feSet: { changePriorityUrl: "http://xxx.com/crt/CipDomain.ECOMP-ASDC-DEVST/config/sites/AIO-FE.ecomp.idns.com?user=root", |
| 590 | changePriorityBody: '{"comment":"AIO G-fqdn","name":"AIO-FE.ecomp.idns.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.com"}'} |
| 591 | |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 592 | applicationL1Cache: |
| 593 | datatypes: |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 594 | enabled: true |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 595 | firstRunDelay: 10 |
| 596 | pollIntervalInSec: 60 |
| 597 | |
| 598 | applicationL2Cache: |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 599 | enabled: true |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 600 | catalogL1Cache: |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 601 | enabled: true |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 602 | resourcesSizeInCache: 300 |
| 603 | servicesSizeInCache: 200 |
| 604 | productsSizeInCache: 100 |
| 605 | queue: |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 606 | syncIntervalInSecondes: 43200 |
| 607 | waitOnShutDownInMinutes: 10 |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 608 | numberOfCacheWorkers: 4 |
| 609 | |
| 610 | toscaValidators: |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 611 | stringMaxLength: 2500 |
| 612 | |
Michael Lando | ed64b5e | 2017-06-09 03:19:04 +0300 | [diff] [blame] | 613 | disableAudit: false |
| 614 | |
| 615 | vfModuleProperties: |
| 616 | min_vf_module_instances: |
| 617 | forBaseModule: 1 |
| 618 | forNonBaseModule: 0 |
| 619 | max_vf_module_instances: |
| 620 | forBaseModule: 1 |
| 621 | forNonBaseModule: |
| 622 | initial_count: |
| 623 | forBaseModule: 1 |
| 624 | forNonBaseModule: 0 |
| 625 | vf_module_type: |
| 626 | forBaseModule: Base |
| 627 | forNonBaseModule: Expansion |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 628 | |
| 629 | genericAssetNodeTypes: |
| 630 | VFC: org.openecomp.resource.abstract.nodes.VFC |
| 631 | CVFC: org.openecomp.resource.abstract.nodes.VFC |
| 632 | VF : org.openecomp.resource.abstract.nodes.VF |
| 633 | PNF: org.openecomp.resource.abstract.nodes.PNF |
| 634 | Service: org.openecomp.resource.abstract.nodes.service |