summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeap Admins <sysdev@leap.se>2013-05-07 12:38:59 +0000
committerLeap Admins <sysdev@leap.se>2013-05-07 12:38:59 +0000
commit375f150f65e0653c4b793b584a231ae19ed20c78 (patch)
tree1126d0529aa74b2252cdce3999604fda53ad8cb9
parent4e0b13304b3a1f2bbf122e595add0ade098a3a04 (diff)
added example configs + .gitignore
-rw-r--r--.gitignore.example5
-rw-r--r--platform-test-common.cfg.example12
-rw-r--r--platform-test.cfg.example15
-rw-r--r--rewire_develop.cfg.example5
4 files changed, 22 insertions, 15 deletions
diff --git a/.gitignore.example b/.gitignore.example
new file mode 100644
index 0000000..c255c3b
--- /dev/null
+++ b/.gitignore.example
@@ -0,0 +1,5 @@
+test/Vagrantfile
+test/.vagrant
+test/openvpn
+test/cert
+hiera/*.yaml
diff --git a/platform-test-common.cfg.example b/platform-test-common.cfg.example
new file mode 100644
index 0000000..1076d16
--- /dev/null
+++ b/platform-test-common.cfg.example
@@ -0,0 +1,12 @@
+CONTACTS="ci@leap.se"
+ROOTDIR='/home/testbot/platform-test'
+PROVIDERDIR="$ROOTDIR/$PROVIDER/$PLATFORM_BRANCH/$PROVIDER"
+OPTS='--yes'
+PLATFORM_TEST_BIN='/usr/local/bin/platform_test'
+PLATFORMDIR="$ROOTDIR/$PROVIDER/$PLATFORM_BRANCH/leap_platform"
+LOGDIR="/var/log/leap/$PROVIDER"
+
+# sleep x seconds before deploying
+SLEEP=20
+
+MAIL_TO=$CONTACTS
diff --git a/platform-test.cfg.example b/platform-test.cfg.example
deleted file mode 100644
index a34927a..0000000
--- a/platform-test.cfg.example
+++ /dev/null
@@ -1,15 +0,0 @@
-PROVIDER='example'
-ROOTDIR='/root/platform-testing'
-PROVIDERDIR=$ROOTDIR/$PROVIDER
-NODES='couch1 couch2 monitor openvpn tor webapp'
-
-# options for leap_cli
-OPTS='--yes'
-
-# where is the script repo checkout ?
-PLATFORM_TEST_BIN="$ROOTDIR/platform_test"
-
-LOGDIR='/var/log/leap/platform-test'
-
-MAIL_FROM="deploybot@`facter fqdn`"
-MAIL_TO=''
diff --git a/rewire_develop.cfg.example b/rewire_develop.cfg.example
new file mode 100644
index 0000000..87430d5
--- /dev/null
+++ b/rewire_develop.cfg.example
@@ -0,0 +1,5 @@
+PROVIDER='rewire'
+DOMAIN='rewire.org'
+PLATFORM_BRANCH='develop'
+NODES='couchdb1 couchdb1 monitor1 mx1 tor1 openvpn1 webapp1'
+