forked from juju-solutions/layer-ubuntu-devenv
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.yaml
More file actions
executable file
·21 lines (21 loc) · 1021 Bytes
/
config.yaml
File metadata and controls
executable file
·21 lines (21 loc) · 1021 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
options:
pdi_url:
type: string
default: 'http://downloads.sourceforge.net/project/pentaho/Data%20Integration/6.0/pdi-ce-6.0.1.0-386.zip?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fpentaho%2Ffiles%2FData%2520Integration%2F6.0%2F&ts=1454506997&use_mirror=netix#sha256=98a1877977cfba5c2ea40baf23921d418068d3ff19d5f949b85b0b036a45cb85'
description: 'PDI Download URL. By default this points to the latest download from sourceforge.net'
carte_port:
type: string
default: '9999'
description: 'The default Carte port for remote job execution and monitoring.'
java_opts:
type: string
default: ''
description: 'Override the default JAVA_OPTS to set memory limits etc.'
carte_password:
type: string
default: 'cluster'
description: 'The password used to connect to Carte.'
run_carte:
type: boolean
default: true
description: 'Run the Carte server for remote execution of PDI jobs'