Skip to content

Instantly share code, notes, and snippets.

@paraita
Last active February 8, 2018 10:31
Show Gist options
  • Save paraita/e5b915d98917a98fb6808f61909dd307 to your computer and use it in GitHub Desktop.
Save paraita/e5b915d98917a98fb6808f61909dd307 to your computer and use it in GitHub Desktop.
Description of the DB configuration tests for ProActive for TaaS
tests:
- name: "MySql"
schedulerConfFileName: "database.mysql.properties"
rmConfFileName: "database.mysql.properties"
JDBCDriverUrl: "http://central.maven.org/maven2/mysql/mysql-connector-java/6.0.6/mysql-connector-java-6.0.6.jar"
dockerfile: "mysql"
postRunScript: ""
- name: "Postgresql"
schedulerConfFileName: "database.postgresql.properties"
rmConfFileName: "database.postgresql.properties"
JDBCDriverUrl: "http://central.maven.org/maven2/org/postgresql/postgresql/42.1.4/postgresql-42.1.4.jar"
dockerfile: "postgres"
postRunScript: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment