Skip to content

Commit 6364b3b

Browse files
committed
* 'master' of https://github.com/PredixDev/predix-analytics-sample: Sample manifest.yml for pushing to CloudFoundry + pom.xml change to non-GE identity client jar Removed artifactory information PostgreSQL Reference implementation for Custom Data Connector # Conflicts: # custom-data-connector/postgresdb-ref-impl-data-connector/manifest.yml # custom-data-connector/postgresdb-ref-impl-data-connector/pom.xml
2 parents a021b34 + 1c26e73 commit 6364b3b

2 files changed

Lines changed: 16 additions & 38 deletions

File tree

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,16 @@
1+
---
12
# yml for custom data connector
23
applications:
3-
- name: custom-data-connector-CI-20160919-141254
4-
path: target/postgresdb-ref-impl-data-connector-1.5.0-SNAPSHOT.jar
4+
- name: ${REF_POSTGRES_DATA_CONNECTOR_HOST}
55
buildpack: https://github.com/cloudfoundry/java-buildpack.git#v3.7
6-
memory: 1G
7-
instances: 1
6+
path: ${REF_POSTGRES_DATA_CONNECTOR_JAR}
7+
memory: 3G
88
timeout: 180
99
services:
10-
- predix-analytics-integration-logstash
11-
- custom-ds-ri-rdpg
10+
- ${REF_POSTGRES_DATA_CONNECTOR_RDPG}
1211
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
12+
uaa_client_id: ${UAA_CLIENT_ID}
13+
uaa_client_secret: ${UAA_CLIENT_SECRET}
14+
uaa_check_token_url: ${UAA_CHECK_TOKEN_URL}
2715
SPRING_PROFILES_ACTIVE: cloud
28-
MEMORY_LIMIT: 1G
29-
analytics_uaa_client_id: admin
30-
analytics_uaa_client_secret: f2D+VIB6aOVOdh6kaYftuSEGdw==
31-
16+
MEMORY_LIMIT: 2G

custom-data-connector/postgresdb-ref-impl-data-connector/pom.xml

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -32,19 +32,6 @@
3232
<uaa_check_token_url>https://your-uaa-host/check_token</uaa_check_token_url>
3333
</properties>
3434

35-
<distributionManagement>
36-
<repository>
37-
<id>artifactory.releases</id>
38-
<name>artifactory.releases</name>
39-
<url>https://devcloud.swcoe.ge.com/artifactory/PREDIX</url>
40-
</repository>
41-
<snapshotRepository>
42-
<id>artifactory.snapshots</id>
43-
<name>artifactory.snapshots</name>
44-
<url>https://devcloud.swcoe.ge.com/artifactory/PREDIX-SNAPSHOT</url>
45-
</snapshotRepository>
46-
</distributionManagement>
47-
4835
<profiles>
4936
<profile>
5037
<id>wadl2java</id>
@@ -194,7 +181,7 @@
194181
<dependency>
195182
<groupId>org.cloudfoundry.identity</groupId>
196183
<artifactId>cloudfoundry-identity-common</artifactId>
197-
<version>2.3.2-GE</version>
184+
<version>2.3.1</version>
198185
<exclusions>
199186
<exclusion>
200187
<groupId>org.hibernate</groupId>
@@ -293,6 +280,12 @@
293280
<groupId>org.slf4j</groupId>
294281
<artifactId>slf4j-log4j12</artifactId>
295282
</exclusion>
283+
284+
<exclusion>
285+
<groupId>org.mortbay.jetty</groupId>
286+
<artifactId>servlet-api</artifactId>
287+
</exclusion>
288+
296289
</exclusions>
297290

298291

0 commit comments

Comments
 (0)