Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 1 | uebServers: |
| 2 | - ueb.fqdn.1:8888 |
| 3 | - ueb.fqdn.2:8888 |
| 4 | - ueb.fqdn.3:8888 |
| 5 | |
| 6 | uebPublicKey: fff |
| 7 | |
| 8 | uebSecretKey: ffff |
| 9 | |
| 10 | distributionNotifTopicName: ASDC-DISTR-NOTIF-TOPIC |
| 11 | distributionStatusTopicName: ASDC-DISTR-STATUS-TOPIC |
| 12 | |
| 13 | initRetryIntervalSec: 5 |
| 14 | initMaxIntervalSec: 60 |
| 15 | |
| 16 | distribNotifServiceArtifactTypes: |
| 17 | info: |
| 18 | - MURANO-PKG |
| 19 | |
| 20 | distribNotifResourceArtifactTypes: |
| 21 | lifecycle: |
| 22 | - HEAT |
| 23 | - DG_XML |
| 24 | |
| 25 | environments: |
| 26 | - PROD |
| 27 | |
| 28 | distributionStatusTopic: |
| 29 | pollingIntervalSec: 60 |
| 30 | fetchTimeSec: 15 |
| 31 | consumerGroup: asdc |
| 32 | |
| 33 | createTopic: |
| 34 | partitionCount: 1 |
| 35 | replicationCount: 1 |
Michael Lando | a544510 | 2018-03-04 14:53:33 +0200 | [diff] [blame] | 36 | |
| 37 | aaiConfig: |
| 38 | httpRequestConfig: |
| 39 | serverRootUrl: https://127.0.0.1/aai/v1 |
| 40 | resourceNamespaces: |
| 41 | operationalEnvironments: /aai/cloud-infrastructure/operational-environments |
| 42 | |
| 43 | httpClientConfig: |
| 44 | timeouts: |
| 45 | readTimeoutMs: 5000 |
| 46 | connectTimeoutMs: 1000 |
| 47 | clientCertificate: |
| 48 | keyStore: /opt/app/jetty/base/be/etc/non-prod.jks |
| 49 | keyStorePassword: hmXYcznAljMSisdy8zgcag== |
| 50 | headers: |
| 51 | X-FromAppId: asdc |
| 52 | numOfRetries: 3 |
| 53 | |
| 54 | msoConfig: |
| 55 | httpRequestConfig: |
| 56 | serverRootUrl: http://127.0.0.1:8080/onap/so/infra/modelDistributions/v1 |
| 57 | resourceNamespaces: |
| 58 | distributions: /distributions |
| 59 | |
| 60 | httpClientConfig: |
| 61 | timeouts: |
| 62 | readTimeoutMs: 2000 |
| 63 | connectTimeoutMs: 500 |
| 64 | basicAuthorization: |
| 65 | userName: asdc |
| 66 | password: OTLEp5lfVhYdyw5EAtTUBQ== |
| 67 | numOfRetries: 3 |