CONFIG_VERSION=1
+### If using a test cluster and you want to dis-allow
+### all user-agents from accessing / then these should
+### be set to y
+TEST_CLUSTER="y"
+ROBOTS_TXT="y"
+
### The DNS domain name for this cluster? eg. gapines.org
CLUSTERDOMAINNAME="example.org"
### Enter the hostname prefix below.
HOSTNAME_PREFIX="test"
+### If you want to add the prefix to the database name then
+### select "y" here
+USE_DATABASE_PREFIX="n"
+
### Use a CA Certificate [y/n]
USE_CA_CERT="n"
### Evergreen admin Password
EG_ADMIN_PASSWORD="change-password"
+### If you are putting bricks in a DMZ then
+### enter "y" here and set the network x.x.x.x/xx
+### and the gateway here.
+USE_DMZ="n"
+DMZ_NET=""
+DMZ_GATEWAY=""
+
### Use default private network - [y/n]
USE_STANDARD_PRIVATE_NETWORK="y"
### Enter your Syndetics user id here.
SYNDETICS_USER_ID=""
+### If using Novelist then set to "y" and enter the profile and password here
+USE_NOVELIST="y"
+NOVELIST_PROFILE="testing"
+NOVELIST_PASSWORD="testpass"
+
### Monitor admin credentials for Icinga/Nagios/Munin/PHP4Nagios.
MONITOR_ADMIN_USERNAME="monitoradmin"
MONITOR_ADMIN_PASSWORD="123456"