1 identificationHeaderFields:
5 - HTTP_IV_REMOTE_ADDRESS
8 # catalog backend hostname
9 beFqdn: <%= @catalog_ip %>
11 # catalog backend http port
12 beHttpPort: <%= @catalog_port %>
14 # catalog backend http context
15 beContext: /sdc/rest/config/get
17 # catalog backend protocol
18 <% if node[:disableHttp] -%>
24 # catalog backend ssl port
25 beSslPort: <%= @ssl_port %>
28 toscaConformanceLevel: 9.0
29 minToscaConformanceLevel: 3.0
31 titanCfgFile: /var/lib/jetty/config/catalog-be/titan.properties
32 titanInMemoryGraph: false
33 titanLockTimeout: 1800
34 # The interval to try and reconnect to titan DB when it is down during ASDC startup:
35 titanReconnectIntervalInSeconds: 3
37 # The read timeout towards Titan DB when health check is invoked:
38 titanHealthCheckReadTimeout: 1
40 # The interval to try and reconnect to Elasticsearch when it is down during ASDC startup:
42 esReconnectIntervalInSeconds: 3
43 uebHealthCheckReconnectIntervalInSeconds: 15
44 uebHealthCheckReadTimeout: 4
58 file: capabilities.yml
60 file: relationships.yml
75 cassandraHosts: [<%= @cassandra_ip %>]
76 localDataCenter: <%= @DC_NAME %>
77 reconnectTimeout : 30000
78 socketReadTimeout: <%= @socket_read_timeout %>
79 socketConnectTimeout: <%= @socket_connect_timeout %>
81 username: <%= @cassandra_usr %>
82 password: <%= @cassandra_pwd %>
83 ssl: <%= @cassandra_ssl_enabled %>
84 truststorePath : /var/lib/jetty/etc/truststore
85 truststorePassword : <%= @cassandra_truststore_password %>
87 - { name: dox, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @REP_STRING %>']}
88 - { name: sdcaudit, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @REP_STRING %>']}
89 - { name: sdcartifact, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @REP_STRING %>']}
90 - { name: sdccomponent, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @REP_STRING %>']}
91 - { name: sdcrepository, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @REP_STRING %>']}
93 #Application-specific settings of ES
95 # Mapping of index prefix to time-based frame. For example, if below is configured:
97 # - indexPrefix: auditingevents
98 # creationPeriod: minute
100 # 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.
101 # Another object created on 2015-12-23 13:25:54, will enter "auditingevents-2015-12-23-13-25" index.
102 # If creationPeriod: month, both of the above will enter "auditingevents-2015-12" index.
104 # PLEASE NOTE: the timestamps are created in UTC/GMT timezone! This is needed so that timestamps will be correctly presented in Kibana.
106 # Legal values for creationPeriod - year, month, day, hour, minute, none (meaning no time-based behaviour).
108 # If no creationPeriod is configured for indexPrefix, default behavour is creationPeriod: month.
110 indicesTimeFrequency:
111 - indexPrefix: auditingevents
112 creationPeriod: month
113 - indexPrefix: monitoring_events
114 creationPeriod: month
131 - AAI_VF_MODULE_MODEL
132 - AAI_VF_INSTANCE_MODEL
144 #Deployment artifacts placeHolder
145 resourceTypes: &allResourceTypes
156 deploymentResourceArtifacts:
159 deploymentResourceInstanceArtifacts:
161 displayName: "HEAT ENV"
163 description: "Auto-generated HEAT Environment deployment artifact"
166 displayName: "VF HEAT ENV"
168 description: "VF Auto-generated HEAT Environment deployment artifact"
171 #tosca artifacts placeholders
174 artifactName: -template.yml
175 displayName: Tosca Template
177 description: TOSCA representation of the asset
179 artifactName: -csar.csar
180 displayName: Tosca Model
182 description: TOSCA definition package of the asset
184 #Informational artifacts placeHolder
185 excludeResourceCategory:
190 informationalResourceArtifacts:
192 displayName: Features
195 displayName: Capacity
198 displayName: Vendor Test Result
201 displayName: Test Scripts
204 displayName: Cloud Questionnaire (completed)
206 HEATTemplateFromVendor:
207 displayName: HEAT Template from Vendor
209 resourceSecurityTemplate:
210 displayName: Resource Security Template
213 excludeServiceCategory:
215 informationalServiceArtifacts:
217 displayName: Service Artifact Plan
219 summaryOfImpactsToECOMPElements:
220 displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
222 controlLoopFunctions:
223 displayName: Control Loop Functions
226 displayName: Dimensioning Info
229 displayName: Affinity Rules
232 displayName: Operational Policies
234 serviceSpecificPolicies:
235 displayName: Service-specific Policies
238 displayName: Engineering Rules (ERD)
240 distributionInstructions:
241 displayName: Distribution Instructions
243 certificationTestResults:
244 displayName: TD Certification Test Results
246 deploymentVotingRecord:
247 displayName: Deployment Voting Record
249 serviceQuestionnaire:
250 displayName: Service Questionnaire
252 serviceSecurityTemplate:
253 displayName: Service Security Template
258 displayName: Configuration
261 displayName: Instantiation
264 displayName: Monitoring
267 displayName: Reporting
277 additionalInformationMaxNumberOfKeys: 50
282 probeIntervalInSeconds: 15
283 defaultHeatArtifactTimeoutMinutes: 60
285 serviceDeploymentArtifacts:
292 MODEL_INVENTORY_PROFILE:
298 UCPE_LAYER_2_CONFIGURATION:
309 AAI_VF_INSTANCE_MODEL:
312 UCPE_LAYER_2_CONFIGURATION:
326 resourceDeploymentArtifacts:
331 validForResourceTypes: *allResourceTypes
336 validForResourceTypes: *allResourceTypes
341 validForResourceTypes: *allResourceTypes
346 validForResourceTypes: *allResourceTypes
349 validForResourceTypes: *allResourceTypes
350 CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT:
353 validForResourceTypes: *allResourceTypes
357 validForResourceTypes: *allResourceTypes
361 validForResourceTypes: *allResourceTypes
365 validForResourceTypes: *allResourceTypes
369 validForResourceTypes: *allResourceTypes
370 MODEL_INVENTORY_PROFILE:
373 validForResourceTypes: *allResourceTypes
377 validForResourceTypes: *allResourceTypes
378 LIFECYCLE_OPERATIONS:
382 validForResourceTypes:
389 validForResourceTypes:
402 validForResourceTypes: *allResourceTypes
405 validForResourceTypes:
411 validForResourceTypes:
417 validForResourceTypes:
423 validForResourceTypes:
428 validForResourceTypes:
433 validForResourceTypes:
439 validForResourceTypes:
444 validForResourceTypes:
448 validForResourceTypes: *allResourceTypes
451 validForResourceTypes: *allResourceTypes
454 validForResourceTypes: *allResourceTypes
459 validForResourceTypes:
467 validForResourceTypes:
472 validForResourceTypes: *allResourceTypes
474 resourceInstanceDeploymentArtifacts:
488 DCAE_INVENTORY_TOSCA:
495 DCAE_INVENTORY_POLICY:
500 DCAE_INVENTORY_BLUEPRINT:
502 DCAE_INVENTORY_EVENT:
506 validForResourceTypes: *allResourceTypes
509 validForResourceTypes: *allResourceTypes
516 resourceInformationalArtifacts:
519 validForResourceTypes: *allResourceTypes
522 validForResourceTypes: *allResourceTypes
525 validForResourceTypes: *allResourceTypes
528 validForResourceTypes: *allResourceTypes
531 validForResourceTypes: *allResourceTypes
534 validForResourceTypes: *allResourceTypes
537 validForResourceTypes: *allResourceTypes
540 validForResourceTypes: *allResourceTypes
543 validForResourceTypes: *allResourceTypes
546 validForResourceTypes:
558 validForResourceTypes: *allResourceTypes
561 validForResourceTypes: *allResourceTypes
564 validForResourceTypes:
569 resourceInformationalDeployedArtifacts:
572 requirementsToFulfillBeforeCert:
574 capabilitiesToConsumeBeforeCert:
577 - /sdc2/rest/healthCheck
579 cleanComponentsConfiguration:
580 cleanIntervalInMinutes: 1440
585 artifactsIndex: resources
587 heatEnvArtifactHeader: ""
588 heatEnvArtifactFooter: ""
591 host: <%= node['ONBOARDING_BE_VIP'] %>
592 <% if node[:disableHttp] -%>
594 port: <%= node['ONBOARDING_BE'][:https_port] %>
597 port: <%= node['ONBOARDING_BE'][:http_port] %>
599 downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages"
600 healthCheckUri: "/onboarding-api/v1.0/healthcheck"
603 host: <%= @dcae_be_vip %>
604 <% if node[:disableHttp] -%>
606 port: <%= node['DCAE']['BE'][:https_port] %>
609 port: <%= node['DCAE']['BE'][:http_port] %>
611 healthCheckUri: "/dcae/healthCheck"
623 changePriorityUser: ecompasdc
624 changePriorityPassword: ecompasdc123
626 publishNetworkBody: '{"note":"comment"}'
628 beSet: { changePriorityUrl: "", changePriorityBody: '{"name":"","uri":"","no_ad_redirection":false,"v4groups":{"failover_groups":["","","failover_policy":["FAILALL"]},"comment":"","intended_app_proto":"DNS"}'}
629 feSet: { changePriorityUrl: "", changePriorityBody: '{"name":"","uri":"","no_ad_redirection":false,"v4groups":{"failover_groups":["",""],"failover_policy":["FAILALL"]},"comment":"","intended_app_proto":"DNS"}'}
635 pollIntervalInSec: 60
641 resourcesSizeInCache: 300
642 servicesSizeInCache: 200
643 productsSizeInCache: 100
645 syncIntervalInSecondes: 43200
646 waitOnShutDownInMinutes: 10
647 numberOfCacheWorkers: 4
650 stringMaxLength: 2500
655 min_vf_module_instances:
658 max_vf_module_instances:
666 forNonBaseModule: Expansion
668 genericAssetNodeTypes:
669 VFC: org.openecomp.resource.abstract.nodes.VFC
670 CVFC: org.openecomp.resource.abstract.nodes.VFC
671 VF : org.openecomp.resource.abstract.nodes.VF
672 CR : org.openecomp.resource.abstract.nodes.CR
673 PNF: org.openecomp.resource.abstract.nodes.PNF
674 Service: org.openecomp.resource.abstract.nodes.service
676 workloadContext: Production
679 defaultValue: General_Revenue-Bearing
681 - Critical_Revenue-Bearing
682 - Vital_Revenue-Bearing
683 - Essential_Revenue-Bearing
684 - Important_Revenue-Bearing
685 - Needed_Revenue-Bearing
686 - Useful_Revenue-Bearing
687 - General_Revenue-Bearing
688 - Critical_Non-Revenue
690 - Essential_Non-Revenue
691 - Important_Non-Revenue
694 - General_Non-Revenue
696 dmaapConsumerConfiguration:
697 active: <%= @dmaap_active %>
698 hosts: localhost:3905
708 serviceName: localhost/events
713 contenttype: application/json
715 aftEnvironment: AFTUAT
716 aftDme2ConnectionTimeoutMs: 15000
717 aftDme2RoundtripTimeoutMs: 240000
718 aftDme2ReadTimeoutMs: 50000
719 dme2preferredRouterFilePath: DME2preferredRouter.txt
720 timeLimitForNotificationHandleMs: 120000
726 dme2Search: DME2SEARCH
727 dme2Resolve: DME2RESOLVE
729 excludedPolicyTypesMapping:
736 excludedGroupTypesMapping:
738 - org.openecomp.groups.VfModule
739 - org.openecomp.groups.heat.HeatStack
742 - org.openecomp.groups.VfModule
743 - org.openecomp.groups.heat.HeatStack
746 - org.openecomp.groups.VfModule
747 - org.openecomp.groups.heat.HeatStack
750 - org.openecomp.groups.VfModule
751 - org.openecomp.groups.heat.HeatStack