diff options
Diffstat (limited to 'common-app-api/src/test/resources/config')
-rw-r--r-- | common-app-api/src/test/resources/config/common/distribution-engine-configuration.yaml | 35 | ||||
-rw-r--r-- | common-app-api/src/test/resources/config/common/test-configuration.yaml | 35 |
2 files changed, 70 insertions, 0 deletions
diff --git a/common-app-api/src/test/resources/config/common/distribution-engine-configuration.yaml b/common-app-api/src/test/resources/config/common/distribution-engine-configuration.yaml new file mode 100644 index 0000000000..a4ce7cc08c --- /dev/null +++ b/common-app-api/src/test/resources/config/common/distribution-engine-configuration.yaml @@ -0,0 +1,35 @@ +uebServers: + - ueb.fqdn.1:8888 + - ueb.fqdn.2:8888 + - ueb.fqdn.3:8888 + +uebPublicKey: fff + +uebSecretKey: ffff + +distributionNotifTopicName: ASDC-DISTR-NOTIF-TOPIC +distributionStatusTopicName: ASDC-DISTR-STATUS-TOPIC + +initRetryIntervalSec: 5 +initMaxIntervalSec: 60 + +distribNotifServiceArtifactTypes: + info: + - MURANO-PKG + +distribNotifResourceArtifactTypes: + lifecycle: + - HEAT + - DG_XML + +environments: + - PROD + +distributionStatusTopic: + pollingIntervalSec: 60 + fetchTimeSec: 15 + consumerGroup: asdc + +createTopic: + partitionCount: 1 + replicationCount: 1 diff --git a/common-app-api/src/test/resources/config/common/test-configuration.yaml b/common-app-api/src/test/resources/config/common/test-configuration.yaml new file mode 100644 index 0000000000..38912c06ff --- /dev/null +++ b/common-app-api/src/test/resources/config/common/test-configuration.yaml @@ -0,0 +1,35 @@ +# catalog backend hostname +beHost: 172.20.37.245 + +# catalog backend http port +beHttpPort: 8080 + +# catalog backend http context +beContext: /sdc/rest/config/get + +# catalog backend protocol +beProtocol: http + +# catalog backend ssl port +beSslPort: 8444 + +version: 1.0 +released: 2012-11-30 + +# Connection parameters +connection: + url: jdbc:mysql://localhost:3306/db + poolSize: 17 + +# Protocols +protocols: + - http + - https + +# Users +users: + tom: passwd + bob: passwd + + + |