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: 5.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
 
  72     cassandraHosts: [<%= @cassandra_ip %>]
 
  73     localDataCenter: <%= @DC_NAME %>
 
  74     reconnectTimeout : 30000
 
  75     socketReadTimeout: <%= @socket_read_timeout %>
 
  76     socketConnectTimeout: <%= @socket_connect_timeout %>
 
  78     username: <%= @cassandra_usr %>
 
  79     password: <%= @cassandra_pwd %>
 
  80     ssl: <%= @cassandra_ssl_enabled %>
 
  81     truststorePath : /config/truststore
 
  82     truststorePassword : <%= @cassandra_traststore_password %>
 
  84         - { name: dox, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @DC_NAME %>','<%= @rep_factor %>']}
 
  85         - { name: sdcaudit, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @DC_NAME %>','<%= @rep_factor %>']}
 
  86         - { name: sdcartifact, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @DC_NAME %>','<%= @rep_factor %>']}
 
  87         - { name: sdccomponent, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @DC_NAME %>','<%= @rep_factor %>']}
 
  88         - { name: sdcrepository, replicationStrategy: NetworkTopologyStrategy, replicationInfo: ['<%= @DC_NAME %>','<%= @rep_factor %>']}
 
  90 #Application-specific settings of ES
 
  92     # Mapping of index prefix to time-based frame. For example, if below is configured:
 
  94     # - indexPrefix: auditingevents
 
  95     #    creationPeriod: minute
 
  97     # 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.
 
  98     # Another object created on 2015-12-23 13:25:54, will enter "auditingevents-2015-12-23-13-25" index.
 
  99     # If creationPeriod: month, both of the above will enter "auditingevents-2015-12" index.
 
 101     # PLEASE NOTE: the timestamps are created in UTC/GMT timezone! This is needed so that timestamps will be correctly presented in Kibana.
 
 103     # Legal values for creationPeriod - year, month, day, hour, minute, none (meaning no time-based behaviour).
 
 105     # If no creationPeriod is configured for indexPrefix, default behavour is creationPeriod: month.
 
 107     indicesTimeFrequency:
 
 108       - indexPrefix: auditingevents
 
 109         creationPeriod: month
 
 110       - indexPrefix: monitoring_events
 
 111         creationPeriod: month
 
 128    - AAI_VF_MODULE_MODEL
 
 129    - AAI_VF_INSTANCE_MODEL
 
 141 #Deployment artifacts placeHolder
 
 142 resourceTypes: &allResourceTypes
 
 152 deploymentResourceArtifacts:
 
 155 deploymentResourceInstanceArtifacts:
 
 157       displayName: "HEAT ENV"
 
 159       description: "Auto-generated HEAT Environment deployment artifact"
 
 162       displayName: "VF HEAT ENV"
 
 164       description: "VF Auto-generated HEAT Environment deployment artifact"
 
 167 #tosca artifacts placeholders
 
 170       artifactName: -template.yml
 
 171       displayName: Tosca Template
 
 173       description: TOSCA representation of the asset
 
 175       artifactName: -csar.csar
 
 176       displayName: Tosca Model
 
 178       description: TOSCA definition package of the asset
 
 180 #Informational artifacts placeHolder
 
 181 excludeResourceCategory:
 
 185 informationalResourceArtifacts:
 
 187       displayName: Features
 
 190       displayName: Capacity
 
 193       displayName: Vendor Test Result
 
 196       displayName: Test Scripts
 
 199       displayName: Cloud Questionnaire (completed)
 
 201   HEATTemplateFromVendor:
 
 202       displayName: HEAT Template from Vendor
 
 204   resourceSecurityTemplate:
 
 205       displayName: Resource Security Template
 
 208 excludeServiceCategory:
 
 210 informationalServiceArtifacts:
 
 212       displayName: Service Artifact Plan
 
 214   summaryOfImpactsToECOMPElements:
 
 215       displayName: Summary of impacts to ECOMP elements,OSSs, BSSs
 
 217   controlLoopFunctions:
 
 218       displayName: Control Loop Functions
 
 221       displayName: Dimensioning Info
 
 224       displayName: Affinity Rules
 
 227       displayName: Operational Policies
 
 229   serviceSpecificPolicies:
 
 230       displayName: Service-specific Policies
 
 233       displayName: Engineering Rules (ERD)
 
 235   distributionInstructions:
 
 236       displayName: Distribution Instructions
 
 238   certificationTestResults:
 
 239       displayName: TD Certification Test Results
 
 241   deploymentVotingRecord:
 
 242       displayName: Deployment Voting Record
 
 244   serviceQuestionnaire:
 
 245       displayName: Service Questionnaire
 
 247   serviceSecurityTemplate:
 
 248       displayName: Service Security Template
 
 253       displayName: Configuration
 
 256       displayName: Instantiation
 
 259       displayName: Monitoring
 
 262       displayName: Reporting
 
 272 additionalInformationMaxNumberOfKeys: 50
 
 277     probeIntervalInSeconds: 15
 
 278 defaultHeatArtifactTimeoutMinutes: 60
 
 280 serviceDeploymentArtifacts:
 
 287     MODEL_INVENTORY_PROFILE:
 
 301     AAI_VF_INSTANCE_MODEL:
 
 304     UCPE_LAYER_2_CONFIGURATION:
 
 315 resourceDeploymentArtifacts:
 
 320         validForResourceTypes: *allResourceTypes
 
 325         validForResourceTypes: *allResourceTypes
 
 330         validForResourceTypes: *allResourceTypes
 
 335         validForResourceTypes: *allResourceTypes
 
 338         validForResourceTypes: *allResourceTypes
 
 342         validForResourceTypes: *allResourceTypes
 
 346         validForResourceTypes: *allResourceTypes
 
 350         validForResourceTypes: *allResourceTypes
 
 354         validForResourceTypes: *allResourceTypes
 
 355     MODEL_INVENTORY_PROFILE:
 
 358         validForResourceTypes: *allResourceTypes
 
 362         validForResourceTypes: *allResourceTypes
 
 363     LIFECYCLE_OPERATIONS:
 
 367         validForResourceTypes:
 
 374         validForResourceTypes: *allResourceTypes
 
 378         validForResourceTypes: *allResourceTypes
 
 381         validForResourceTypes:
 
 387         validForResourceTypes:
 
 393         validForResourceTypes:
 
 399         validForResourceTypes:
 
 404         validForResourceTypes:
 
 409         validForResourceTypes:
 
 415         validForResourceTypes:
 
 420         validForResourceTypes:
 
 424         validForResourceTypes: *allResourceTypes
 
 427         validForResourceTypes: *allResourceTypes
 
 430         validForResourceTypes: *allResourceTypes
 
 436         validForResourceTypes:
 
 440 resourceInstanceDeploymentArtifacts:
 
 454     DCAE_INVENTORY_TOSCA:
 
 461     DCAE_INVENTORY_POLICY:
 
 466     DCAE_INVENTORY_BLUEPRINT:
 
 468     DCAE_INVENTORY_EVENT:
 
 472         validForResourceTypes: *allResourceTypes
 
 475         validForResourceTypes: *allResourceTypes
 
 482 resourceInformationalArtifacts:
 
 485         validForResourceTypes: *allResourceTypes
 
 488         validForResourceTypes: *allResourceTypes
 
 491         validForResourceTypes: *allResourceTypes
 
 494         validForResourceTypes: *allResourceTypes
 
 497         validForResourceTypes: *allResourceTypes
 
 500         validForResourceTypes: *allResourceTypes
 
 503         validForResourceTypes: *allResourceTypes
 
 506         validForResourceTypes: *allResourceTypes
 
 509         validForResourceTypes: *allResourceTypes
 
 512         validForResourceTypes: 
 
 523         validForResourceTypes: *allResourceTypes
 
 526         validForResourceTypes: *allResourceTypes
 
 529         validForResourceTypes:
 
 534 resourceInformationalDeployedArtifacts:
 
 537 requirementsToFulfillBeforeCert:
 
 539 capabilitiesToConsumeBeforeCert:
 
 542    - /sdc2/rest/healthCheck
 
 544 cleanComponentsConfiguration:
 
 545     cleanIntervalInMinutes: 1440
 
 550 artifactsIndex: resources
 
 552 heatEnvArtifactHeader: ""
 
 553 heatEnvArtifactFooter: ""
 
 556     host: <%= node['ONBOARDING_BE_VIP'] %>
 
 557     <% if node[:disableHttp] -%>
 
 559     port: <%= node['ONBOARDING_BE'][:https_port] %> 
 
 562     port: <%= node['ONBOARDING_BE'][:http_port] %> 
 
 564     downloadCsarUri: "/onboarding-api/v1.0/vendor-software-products/packages"
 
 565     healthCheckUri: "/onboarding-api/v1.0/healthcheck"
 
 568     <% if node[:disableHttp] -%>
 
 570     host: <%= @catalog_ip %>
 
 571     port: <%= node['BE'][:https_port] %> 
 
 574     host: <%= @catalog_ip %>
 
 575     port: <%= node['BE'][:http_port] %> 
 
 578     healthCheckUri: "/dcae/healthCheck"
 
 590     changePriorityUser: ecompasdc
 
 591     changePriorityPassword: ecompasdc123
 
 593     publishNetworkBody: '{"note":"comment"}'
 
 595       beSet: { changePriorityUrl: "", changePriorityBody: '{"name":"","uri":"","no_ad_redirection":false,"v4groups":{"failover_groups":["","","failover_policy":["FAILALL"]},"comment":"","intended_app_proto":"DNS"}'}
 
 596       feSet: { changePriorityUrl: "", changePriorityBody: '{"name":"","uri":"","no_ad_redirection":false,"v4groups":{"failover_groups":["",""],"failover_policy":["FAILALL"]},"comment":"","intended_app_proto":"DNS"}'}
 
 602         pollIntervalInSec: 60
 
 608         resourcesSizeInCache: 300
 
 609         servicesSizeInCache: 200
 
 610         productsSizeInCache: 100
 
 612         syncIntervalInSecondes: 43200
 
 613         waitOnShutDownInMinutes: 10
 
 614         numberOfCacheWorkers: 4
 
 617     stringMaxLength: 2500
 
 622     min_vf_module_instances:
 
 625     max_vf_module_instances:
 
 633         forNonBaseModule: Expansion
 
 635 genericAssetNodeTypes:
 
 636   VFC: org.openecomp.resource.abstract.nodes.VFC
 
 637   CVFC: org.openecomp.resource.abstract.nodes.VFC
 
 638   VF : org.openecomp.resource.abstract.nodes.VF
 
 639   PNF: org.openecomp.resource.abstract.nodes.PNF
 
 640   Service: org.openecomp.resource.abstract.nodes.service
 
 642 workloadContext: Production
 
 645     defaultValue: General_Revenue-Bearing
 
 647        - Critical_Revenue-Bearing
 
 648        - Vital_Revenue-Bearing
 
 649        - Essential_Revenue-Bearing
 
 650        - Important_Revenue-Bearing
 
 651        - Needed_Revenue-Bearing
 
 652        - Useful_Revenue-Bearing
 
 653        - General_Revenue-Bearing
 
 654        - Critical_Non-Revenue
 
 656        - Essential_Non-Revenue
 
 657        - Important_Non-Revenue
 
 660        - General_Non-Revenue
 
 662 dmaapConsumerConfiguration:
 
 663     hosts: localhost:3905
 
 673     serviceName: localhost/events
 
 678     contenttype: application/json
 
 680     aftEnvironment: AFTUAT
 
 681     aftDme2ConnectionTimeoutMs: 15000
 
 682     aftDme2RoundtripTimeoutMs: 240000
 
 683     aftDme2ReadTimeoutMs: 50000
 
 684     dme2preferredRouterFilePath: DME2preferredRouter.txt
 
 685     timeLimitForNotificationHandleMs: 120000 
 
 691     dme2Search: DME2SEARCH
 
 692     dme2Resolve: DME2RESOLVE
 
 694 excludedPolicyTypesMapping:
 
 701 excludedGroupTypesMapping:
 
 703        - org.openecomp.groups.VfModule
 
 704        - org.openecomp.groups.heat.HeatStack
 
 707        - org.openecomp.groups.VfModule
 
 708        - org.openecomp.groups.heat.HeatStack
 
 711        - org.openecomp.groups.VfModule
 
 712        - org.openecomp.groups.heat.HeatStack