summaryrefslogtreecommitdiffstats
path: root/controller/etc/dtf.conf.d/config.sh.template
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-10-23 16:21:13 +0200
committerPavel Raiskup <praiskup@redhat.com>2014-10-23 16:25:31 +0200
commita2f777c19494999c5bec3ee50b63a627155d5d9b (patch)
tree28fe8e8125fdaea3c896696833fce2b1891584ac /controller/etc/dtf.conf.d/config.sh.template
parent83edd3a996c506b6a1988d0c68214e9a849397d8 (diff)
downloadpostgresql-setup-tests-a2f777c19494999c5bec3ee50b63a627155d5d9b.tar.gz
postgresql-setup-tests-a2f777c19494999c5bec3ee50b63a627155d5d9b.tar.xz
postgresql-setup-tests-a2f777c19494999c5bec3ee50b63a627155d5d9b.zip
controller/dtf-run-remote: fix problems with default OS ID
Rename the config vairable from DTF_OPENSTACK_ID to DTF_OPENSTACK_DEFAULT_ID to better match the name with its purpose. * controller/bin/dtf-run-remote.in: Use DTF_OPENSTACK_DEFAULT_ID instead of DTF_OPENSTACK_ID. * controller/config/config.sh.template: Moved. * controller/etc/dtf.conf.d/config.sh.template: Document renamed variable on new place.
Diffstat (limited to 'controller/etc/dtf.conf.d/config.sh.template')
-rw-r--r--controller/etc/dtf.conf.d/config.sh.template36
1 files changed, 36 insertions, 0 deletions
diff --git a/controller/etc/dtf.conf.d/config.sh.template b/controller/etc/dtf.conf.d/config.sh.template
new file mode 100644
index 0000000..11aa40b
--- /dev/null
+++ b/controller/etc/dtf.conf.d/config.sh.template
@@ -0,0 +1,36 @@
+# OpenStack ID
+# ------------
+#
+# By default, based on DTF_OPENSTACK_DEFAULT_ID content the corresponding
+# OpenStack configuration is used. You may have multiple OpenStack instances
+# configured - this option selects one. Based on the OpenStack ID (say
+# 'EXAMPLE'), those configuration-like files are used:
+#
+# * private/os/'EXAMPLE'.yml
+# File having OpenStack credentials in ansible variable file (YAML file
+# with "key: value" lines). See the ./private/os/EXAMPLE.yml for
+# variables you should set up. Keep this file secret.
+#
+# * config/os/'EXAMPLE'.sh
+# This file must contain configuration for specific OpenStack instance.
+# Usually information about available images, flavors, networking, etc.
+# The template file config/os/EXAMPLE.sh may be used when configuring your
+# testing environment.
+
+export DTF_OPENSTACK_DEFAULT_ID=dropbear
+
+# Result Database
+# ---------------
+# Directory where the testsuite should keep its (persistent) results. Make sure
+# that this directory is backed up.
+
+export DTF_DATABASE=/var/lib/dtf_results
+
+# Presenter place
+# ---------------
+# For now, only static results are available. DTF_PRESENTER_PLACE must contain
+# rsync-compatible destination (it may be place accessible via ssh+rsync). It
+# is expected that some httpd server is able to read the directory with results
+# and publish them as static directory structure over http://.
+
+export DTF_PRESENTER_PLACE=user@example.org:/var/www/html/my_project/dtf