Skip to content

Commit a021b34

Browse files
committed
PostgreSQL Reference implementation for Custom Data Connector
1 parent d1a54be commit a021b34

38 files changed

Lines changed: 3980 additions & 0 deletions

custom-data-connector/postgresdb-ref-impl-data-connector/README.md

Lines changed: 676 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# yml for custom data connector
2+
applications:
3+
- name: custom-data-connector-CI-20160919-141254
4+
path: target/postgresdb-ref-impl-data-connector-1.5.0-SNAPSHOT.jar
5+
buildpack: https://github.com/cloudfoundry/java-buildpack.git#v3.7
6+
memory: 1G
7+
instances: 1
8+
timeout: 180
9+
services:
10+
- predix-analytics-integration-logstash
11+
- custom-ds-ri-rdpg
12+
env:
13+
cf_system_login_domain_name: grc-apps.svc.ice.ge.com
14+
cf_analytics_domain_name: grc-apps.svc.ice.ge.com
15+
cf_analytics_org_name: predix-analytics
16+
cf_analytics_space_name: integration
17+
cf_analytics_user_name: analytics.functional@ge.com
18+
cf_analytics_password: S0anYoVhVuFRawA=
19+
cf_analytics_http_access_protocol: http
20+
app_meta_version: v2.0.0_20160919-141254
21+
zac_uaa_uri: https://predix-uaa-staging.grc-apps.svc.ice.ge.com/oauth/token
22+
zac_uaa_client_id: zac-analytics-client
23+
zac_uaa_client_secret: dmL1QoFsduVIdgmjRo3w/TUJ
24+
zac_uri: https://zac-release-candidate.grc-apps.svc.ice.ge.com/v1/authorization
25+
zac_service_id: analytics
26+
zac_default_trusted_token_url: https://21c43255-9c31-4877-84b6-f568b1392e51.predix-uaa-staging.grc-apps.svc.ice.ge.com/oauth/token
27+
SPRING_PROFILES_ACTIVE: cloud
28+
MEMORY_LIMIT: 1G
29+
analytics_uaa_client_id: admin
30+
analytics_uaa_client_secret: f2D+VIB6aOVOdh6kaYftuSEGdw==
31+

0 commit comments

Comments
 (0)