Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
AT services and parameters from crossdataAT.groovy (#645)
Browse files Browse the repository at this point in the history
* AT services and parameters from crossdataAT.groovy

* missing space, so yaml wasnt valid
  • Loading branch information
witokondoria authored and mafernandez-stratio committed Aug 26, 2016
1 parent a95e297 commit 7e113b2
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .jenkins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ CROSSBUILD:
- 'scala-2.10'
- 'scala-2.11'

CROSSBUILDAT:
- 'scala-2.10'
- 'scala-2.11'

ITSERVICES:
- SPARK:
image: stratio/spark:1.6.1
Expand Down Expand Up @@ -53,3 +57,32 @@ ITPARAMETERS: >
-Dstreaming.receiver.kafka.connection=%%KAFKA:9092
-Dstreaming.receiver.zookeeper.connectionString=%%ZOOKEEPER:2181
-Dlauncher.sparkHome=/opt/sds/spark/
ATSERVICES:
- MONGODB:
image: stratio/mongo:3.0.4
sleep: 10
- ELASTICSEARCH:
image: elasticsearch:2.0.2
sleep: 10
env:
- ES_JAVA_OPTS=-Des.cluster.name=%%JUID
- CASSANDRA:
image: stratio/cassandra-lucene-index:2.2.5.3
sleep: 10
env:
- MAX_HEAP=256M
- CROSSDATA:
image: stratio/crossdata-%%CROSSBUILD:%%VERSION
sleep: 10

ATPARAMETERS: >
-DCROSSDATA_HOST=%%CROSSDATA:13420
-DCASSANDRA_HOST=%%CASSANDRA
-DCASSANDRA_CLUSTER="Stratio cluster"
-DMONGO_HOST=%%MONGODB
-DMONGO_PORT=27017
-DES_NODE=%%ELASTICSEARCH
-DES_PORT=9200
-DES_NATIVE_PORT=9300
-DES_CLUSTER=%%JUID

0 comments on commit 7e113b2

Please sign in to comment.