From f0dda1dd4ec063233b0d266b092d809c6243c354 Mon Sep 17 00:00:00 2001 From: varac Date: Sat, 2 Jul 2016 21:22:51 +0200 Subject: Update .gitlab-ci.yml and build config for local builds --- tests/puppet/provider/.platform-test.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 tests/puppet/provider/.platform-test.conf (limited to 'tests') 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' + -- cgit v1.2.3