talig | 8e9c065 | 2017-12-20 14:30:43 +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 | |
| 8 | |
| 9 | |
| 10 | # catalog backend http port |
| 11 | beHttpPort: 8080 |
| 12 | |
| 13 | # catalog backend http context |
| 14 | beContext: /sdc/rest/config/get |
| 15 | |
| 16 | # catalog backend protocol |
| 17 | beProtocol: http |
| 18 | |
| 19 | # catalog backend ssl port |
| 20 | beSslPort: 8443 |
| 21 | |
| 22 | version: 1.0 |
| 23 | released: 2012-11-30 |
| 24 | |
| 25 | titanCfgFile: /home/vagrant/catalog-be/config/catalog-be/titan.properties |
| 26 | titanInMemoryGraph: false |
| 27 | titanLockTimeout: 30 |
| 28 | titanReconnectIntervalInSeconds: 3 |
| 29 | titanHealthCheckReadTimeout: 1 |
| 30 | esReconnectIntervalInSeconds: 3 |
| 31 | uebHealthCheckReconnectIntervalInSeconds: 15 |
| 32 | uebHealthCheckReadTimeout: 4 |
| 33 | |
| 34 | # Protocols |
| 35 | protocols: |
| 36 | - http |
| 37 | - https |
| 38 | |
| 39 | # Users |
| 40 | users: |
| 41 | tom: passwd |
| 42 | bob: passwd |
| 43 | |
| 44 | neo4j: |
| 45 | host: neo4jhost |
| 46 | port: 7474 |
| 47 | user: neo4j |
| 48 | password: "12345" |
| 49 | |
| 50 | cassandraConfig: |
| 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 |
| 65 | elasticSearch: |
| 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 | |
| 87 | artifactTypes: |
| 88 | - CHEF |
| 89 | - PUPPET |
| 90 | - SHELL |
| 91 | - YANG |
| 92 | - YANG_XML |
| 93 | - HEAT |
| 94 | - BPEL |
| 95 | - DG_XML |
| 96 | - MURANO_PKG |
| 97 | - OTHER |
| 98 | |
| 99 | licenseTypes: |
| 100 | - User |
| 101 | - Installation |
| 102 | - CPU |
| 103 | |
| 104 | #Deployment artifacts placeHolder |
| 105 | deploymentResourceArtifacts: |
| 106 | heat: |
| 107 | displayName: "HEAT Template" |
| 108 | type: HEAT |
| 109 | |
| 110 | deploymentResourceInstanceArtifacts: |
| 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 |
| 118 | excludeResourceCategory: |
| 119 | - Generic |
| 120 | informationalResourceArtifacts: |
| 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 | |
| 140 | excludeServiceCategory: |
| 141 | |
| 142 | informationalServiceArtifacts: |
| 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 | |
| 186 | serviceApiArtifacts: |
| 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 | |
| 207 | additionalInformationMaxNumberOfKeys: 50 |
| 208 | |
| 209 | systemMonitoring: |
| 210 | enabled: false |
| 211 | isProxy: false |
| 212 | probeIntervalInSeconds: 15 |
| 213 | |
| 214 | defaultHeatArtifactTimeoutMinutes: 60 |
| 215 | |
| 216 | serviceDeploymentArtifacts: |
| 217 | |
| 218 | resourceDeploymentArtifacts: |
| 219 | HEAT: |
| 220 | acceptedTypes: |
| 221 | - yaml |
| 222 | - yml |
| 223 | |
| 224 | resourceInformationalDeployedArtifacts: |
| 225 | YANG_XML: |
| 226 | acceptedTypes: |
| 227 | - xml |
| 228 | |
| 229 | |
| 230 | unLoggedUrls: |
| 231 | - /sdc2/rest/healthCheck |
| 232 | |
| 233 | cleanComponentsConfiguration: |
| 234 | cleanIntervalInMinutes: 1440 |
| 235 | componentsToClean: |
| 236 | - Resource |
| 237 | |
| 238 | artifactsIndex: resources |
| 239 | |
| 240 | heatEnvArtifactHeader: |
| 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" |
| 246 | heatEnvArtifactFooter: |
| 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" |