-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathenv-template
40 lines (32 loc) · 1.53 KB
/
env-template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
DATABASE_USER=cloudiator
DATABASE_PASSWORD=cloudiator
AUTH_MODE=SINGLE
AUTH_TOKEN=secure
HOST_IP=
# Statistics reporting
STATISTICS_ENABLED=true
INFLUX_URL=dummy
INFLUX_PASSWORD=topsecret
# IMAGE_PREFIX=
# Apache Spark monitoring for Melodic via JMS, if not required stay with dummy values
JMS_IP=localhost
JMS_PORT=61616
DLMS_WEBSERVICE_PORT=8090
APP_NAME=PythonPi
METRIC_PATTERN={"metricValue":"${metric.value}","timestamp":"${metric.timestamp}","metricName":"${metric.name}"}
METRIC_REPORTING_INTERVAL=30
JMS_USER=aaa
JMS_PASSWORD=111
# Enable installation of Melodic-specific tools on nodes
# DEPLOYMENT_INSTALL_MELODIC_TOOLS=true
# Install-Agent Download Sources
# Allows to override the default download paths
# INSTALLER_JAVA_DOWNLOAD=http://javadl.sun.com/webapps/download/AutoDL?BundleId=106240
# INSTALLER_VISOR_DOWNLOAD=https://bintray.com/cloudiator/cloudiator/download_file?file_path=visor-service-0.3.0-SNAPSHOT.jar
# INSTALLER_LANCE_DOWNLOAD=https://bintray.com/cloudiator/cloudiator/download_file?file_path=server-0.3.0-SNAPSHOT.jar
# INSTALLER_DOCKER_BINARY_DOWNLOAD=https://raw.githubusercontent.com/cloudiator/lance/master/install/docker_retry.sh
# INSTALLER_ALLUXIO_DOWNLOAD=http://downloads.alluxio.org/downloads/files/1.8.1/alluxio-1.8.1-bin.tar.gz
# INSTALLER_DLMSAGENT_DOWNLOAD=https://nexus.7bulls.eu:8443/repository/maven-snapshots/eu/melodic/dlms/DLMSAgent/0.0.1-SNAPSHOT/DLMSAgent-0.0.1-20181025.135831-1.jar
# INSTALLER_SPARK_CONTAINER_VERSION=cloudiator/spark-worker:latest
# Auto delete virtual machines
# VM_ENABLE_CLEANUP = true