summaryrefslogtreecommitdiff
path: root/source4/scripting/devel/howto/tridge.conf
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-11-18 10:57:28 +1100
committerAndrew Tridgell <tridge@samba.org>2010-11-18 00:45:18 +0000
commit23e053d4a221f478d9f0dd5f422f64e7f5beccfe (patch)
treeadbd9cb05d9edac882018168fe891dadab1235b4 /source4/scripting/devel/howto/tridge.conf
parentf6c66cd6eee6dbaf34b9cb0c38aa83934104a867 (diff)
downloadsamba-23e053d4a221f478d9f0dd5f422f64e7f5beccfe.tar.gz
samba-23e053d4a221f478d9f0dd5f422f64e7f5beccfe.tar.bz2
samba-23e053d4a221f478d9f0dd5f422f64e7f5beccfe.zip
s4-test: rename scripting/devel/howto to scripting/devel/wintest
this won't just be for the howto anymore Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Nov 18 00:45:18 UTC 2010 on sn-devel-104
Diffstat (limited to 'source4/scripting/devel/howto/tridge.conf')
-rw-r--r--source4/scripting/devel/howto/tridge.conf65
1 files changed, 0 insertions, 65 deletions
diff --git a/source4/scripting/devel/howto/tridge.conf b/source4/scripting/devel/howto/tridge.conf
deleted file mode 100644
index 82e94998c7..0000000000
--- a/source4/scripting/devel/howto/tridge.conf
+++ /dev/null
@@ -1,65 +0,0 @@
-# config file for test-howto.py for tridge
-
-# where the git checkout is
-SOURCETREE : /home/tridge/samba/git/howto
-
-# where to install Samba to
-PREFIX : /home/tridge/samba/git/prefix.howto
-
-# debug level which will be put in smb.conf
-DEBUGLEVEL : 1
-
-# commands to control VMs
-VM_POWEROFF : su tridge -c "VBoxManage controlvm ${VMNAME} poweroff"
-VM_RESTORE : su tridge -c "VBoxManage snapshot ${VMNAME} restore ${SNAPSHOT} && VBoxManage startvm ${VMNAME}"
-
-# interfaces to listen on
-INTERFACES : virbr0
-
-# how to run bind9
-BIND9 : /usr/sbin/named -u bind
-RNDC : /usr/sbin/rndc
-
-# provision information
-REALM : HOWTO.TRIDGELL.NET
-LCREALM : howto.tridgell.net
-DOMAIN : howto
-BASEDN : DC=howto,DC=tridgell,DC=net
-PASSWORD1 : p@ssw0rd
-PASSWORD2 : p@ssw0rd2
-PASSWORD3 : p@ssw0rd3
-
-# a Windows7 VM
-WINDOWS7 : win7
-WINDOWS7_VM : Win7
-WINDOWS7_SNAPSHOT : howto-test2
-
-# this VM will become a DC in the samba domain
-WINDOWS_DC1 : w2k8r2b
-WINDOWS_DC1_VM : w2k8r2b
-WINDOWS_DC1_PASS : p@ssw0rd
-WINDOWS_DC1_SNAPSHOT : howto-test2
-
-# this VM will become a RODC in the samba domain
-WINDOWS_DC2 : w2k8r2c
-WINDOWS_DC2_VM : w2k8r2c
-WINDOWS_DC2_PASS : p@ssw0rd
-WINDOWS_DC2_SNAPSHOT : howto-test2
-
-# Samba will join this VM as a DC
-WINDOWS_DC3 : w2k8
-WINDOWS_DC3_VM : w2k8r2
-WINDOWS_DC3_BASEDN : DC=v2,DC=tridgell,DC=net
-WINDOWS_DC3_REALM : v2.tridgell.net
-WINDOWS_DC3_DOMAIN : v2
-WINDOWS_DC3_PASS : p@ssw0rd5
-WINDOWS_DC3_SNAPSHOT : howto-test
-
-# Samba will join this w2k3 box as a DC
-WINDOWS_DC4 : w2k3
-WINDOWS_DC4_VM : w2003
-WINDOWS_DC4_BASEDN : DC=vsofs3,DC=com
-WINDOWS_DC4_REALM : vsofs3.com
-WINDOWS_DC4_DOMAIN : vsofs3
-WINDOWS_DC4_PASS : penguin
-WINDOWS_DC4_SNAPSHOT : howto-test