blob: a40b6b32fe4b19fe47517503dda5ec8ea5f55779 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
export ROOTDIR=$(pwd)
export PROVIDERDIR="${ROOTDIR}/tests/puppet/provider"
export PLATFORMDIR="$ROOTDIR"
export LOGDIR="$ROOTDIR/builds/log"
export CONTACTS="sysdev@leap.se"
export MAIL_TO=$CONTACTS
export OPTS='--yes'
export FILTER_COMMON=""
export LEAP_CMD="leap"
# Nodes to bootstrap
# NODES='rewdevcouch1:couchdb,soledad rewdevmx1:mx rewdevvpn1:openvpn,tor rewdevweb1:webapp,monitor rewdevplain1: rewdevstatic1:static'
# tag/environment to deploy to
export TAG='local'
|