summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-07-02 21:22:51 +0200
committervarac <varacanero@zeromail.org>2016-07-05 14:03:19 +0200
commitf0dda1dd4ec063233b0d266b092d809c6243c354 (patch)
treeac6a02b186a9518c6c73d04302ab5aa1d520c754 /tests
parentb72030ef29340539b6e7870f189b6135937a6945 (diff)
Update .gitlab-ci.yml and build config for local builds
Diffstat (limited to 'tests')
-rw-r--r--tests/puppet/provider/.platform-test.conf27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/puppet/provider/.platform-test.conf b/tests/puppet/provider/.platform-test.conf
new file mode 100644
index 00000000..03ec4c52
--- /dev/null
+++ b/tests/puppet/provider/.platform-test.conf
@@ -0,0 +1,27 @@
+# i.e. /home/varac/leap/git/leap_platform
+export ROOTDIR=$CI_BUILD_REPO
+
+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=""
+
+#PROVIDER='rewire'
+#DOMAIN='rewire.org'
+
+#LEAP_SRC='/usr/local/src/leap_cli_develop/'
+export LEAP_CMD="leap"
+#IP_SUFFIX_START='30'
+
+# 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'
+