a88301b2a67605ad66111e1a5e41959ad0faf63b
[arvados.git] / tools / salt-install / local.params.example
1 ##########################################################
2 # Copyright (C) The Arvados Authors. All rights reserved.
3 #
4 # SPDX-License-Identifier: CC-BY-SA-3.0
5
6 # These are the basic parameters to configure the installation
7
8 # The 5 letters name you want to give your cluster
9 CLUSTER="fixme"
10
11 # The domainname you want tou give to your cluster's hosts
12 DOMAIN="some.domain"
13
14 # When setting the cluster in a single host, you can use a single hostname
15 # to access all the instances. When using virtualization (ie AWS), this should be
16 # the EXTERNAL hostname for the instance.
17 # If empty, the INTERNAL HOST IP will be used
18 HOSTNAME=""
19 CONTROLLER_EXT_SSL_PORT=8000
20 KEEP_EXT_SSL_PORT=25101
21 # Both for collections and downloads
22 KEEPWEB_EXT_SSL_PORT=9002
23 WEBSHELL_EXT_SSL_PORT=4202
24 WEBSOCKET_EXT_SSL_PORT=8002
25 WORKBENCH1_EXT_SSL_PORT=443
26 WORKBENCH2_EXT_SSL_PORT=3001
27
28 INITIAL_USER="admin"
29
30 # If not specified, the initial user email will be composed as
31 # INITIAL_USER@CLUSTER.DOMAIN
32 INITIAL_USER_EMAIL="admin@fixme.localdomain"
33 INITIAL_USER_PASSWORD="password"
34
35 # The example config files you want to use. There are a few examples
36 # under 'config_examples' 
37 CONFIG_DIR="config_examples/single_host/single_hostname"
38
39 # Which release of Arvados repo you want to use
40 RELEASE="production"
41 # Which version of Arvados you want to install. Defaults to 'latest'
42 # in the desired repo
43 VERSION="latest"
44
45 # Host SSL port where you want to point your browser to access Arvados
46 # Defaults to 443 for regular runs, and to 8443 when called in Vagrant.
47 # You can point it to another port if desired
48 # In Vagrant, make sure it matches what you set in the Vagrantfile
49 HOST_SSL_PORT=443
50
51 # This is an arvados-formula setting.
52 # If branch is set, the script will switch to it before running salt
53 # Usually not needed, only used for testing
54 BRANCH="master"
55
56 ##########################################################
57 # Usually there's no need to modify things below this line
58
59 # Formulas versions
60 ARVADOS_TAG="v1.1.4"
61 POSTGRES_TAG="v0.41.3"
62 NGINX_TAG="v2.4.0"
63 DOCKER_TAG="v1.0.0"
64 LOCALE_TAG="v0.3.4"