From 8f1df5726576f045f9c9a3305f388d7d823750e6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 19 Nov 2010 14:07:37 +1100 Subject: wintest: move conf files to conf/ --- wintest/conf/tridge.conf | 86 ++++++++++++++++++++++++++++++++++++++++++++++++ wintest/tridge.conf | 86 ------------------------------------------------ 2 files changed, 86 insertions(+), 86 deletions(-) create mode 100644 wintest/conf/tridge.conf delete mode 100644 wintest/tridge.conf diff --git a/wintest/conf/tridge.conf b/wintest/conf/tridge.conf new file mode 100644 index 0000000000..12885264f2 --- /dev/null +++ b/wintest/conf/tridge.conf @@ -0,0 +1,86 @@ +# 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_HOSTNAME : win7 +WINDOWS7_VM : Win7 +WINDOWS7_SNAPSHOT : howto-test2 +WINDOWS7_USER : administrator +WINDOWS7_PASS : p@ssw0rd + +# a winxp VM - needs Windows XP Service Pack 2 Support Tools +WINXP_HOSTNAME : winxptest +WINXP_VM : winXP-test +WINXP_SNAPSHOT : howto-test +WINXP_USER : tridge +WINXP_PASS : penguin + +# Samba will join this w2k8r2 VM as a DC and then as a RODC +W2K8R2A_HOSTNAME : w2k8 +W2K8R2A_VM : w2k8r2 +W2K8R2A_BASEDN : DC=v2,DC=tridgell,DC=net +W2K8R2A_REALM : v2.tridgell.net +W2K8R2A_DOMAIN : v2 +W2K8R2A_PASS : p@ssw0rd5 +W2K8R2A_SNAPSHOT : howto-test + +# this w2k8r2 VM will become a DC in the samba domain +W2K8R2B_HOSTNAME : w2k8r2b +W2K8R2B_VM : w2k8r2b +W2K8R2B_PASS : p@ssw0rd +W2K8R2B_SNAPSHOT : howto-test2 + +# this w2k8r2 VM will become a RODC in the samba domain +W2K8R2C_HOSTNAME : w2k8r2c +W2K8R2C_VM : w2k8r2c +W2K8R2C_PASS : p@ssw0rd +W2K8R2C_SNAPSHOT : howto-test2 + +# Samba will join this w2k3 VM as a DC +W2K3A_HOSTNAME : w2k3 +W2K3A_VM : w2003 +W2K3A_BASEDN : DC=vsofs3,DC=com +W2K3A_REALM : vsofs3.com +W2K3A_DOMAIN : vsofs3 +W2K3A_PASS : penguin +W2K3A_SNAPSHOT : howto-test + +# this w2k3 VM will become a DC in the samba domain +W2K3B_HOSTNAME : w2k3b +W2K3B_VM : w2k3b +W2K3B_PASS : penguin +W2K3B_SNAPSHOT : howto-test + +# this w2k8 VM will become a DC in the samba domain +W2K8B_HOSTNAME : w2k8c +W2K8B_VM : w2k8 +W2K8B_PASS : p@ssw0rd +W2K8B_SNAPSHOT : howto-test diff --git a/wintest/tridge.conf b/wintest/tridge.conf deleted file mode 100644 index 12885264f2..0000000000 --- a/wintest/tridge.conf +++ /dev/null @@ -1,86 +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_HOSTNAME : win7 -WINDOWS7_VM : Win7 -WINDOWS7_SNAPSHOT : howto-test2 -WINDOWS7_USER : administrator -WINDOWS7_PASS : p@ssw0rd - -# a winxp VM - needs Windows XP Service Pack 2 Support Tools -WINXP_HOSTNAME : winxptest -WINXP_VM : winXP-test -WINXP_SNAPSHOT : howto-test -WINXP_USER : tridge -WINXP_PASS : penguin - -# Samba will join this w2k8r2 VM as a DC and then as a RODC -W2K8R2A_HOSTNAME : w2k8 -W2K8R2A_VM : w2k8r2 -W2K8R2A_BASEDN : DC=v2,DC=tridgell,DC=net -W2K8R2A_REALM : v2.tridgell.net -W2K8R2A_DOMAIN : v2 -W2K8R2A_PASS : p@ssw0rd5 -W2K8R2A_SNAPSHOT : howto-test - -# this w2k8r2 VM will become a DC in the samba domain -W2K8R2B_HOSTNAME : w2k8r2b -W2K8R2B_VM : w2k8r2b -W2K8R2B_PASS : p@ssw0rd -W2K8R2B_SNAPSHOT : howto-test2 - -# this w2k8r2 VM will become a RODC in the samba domain -W2K8R2C_HOSTNAME : w2k8r2c -W2K8R2C_VM : w2k8r2c -W2K8R2C_PASS : p@ssw0rd -W2K8R2C_SNAPSHOT : howto-test2 - -# Samba will join this w2k3 VM as a DC -W2K3A_HOSTNAME : w2k3 -W2K3A_VM : w2003 -W2K3A_BASEDN : DC=vsofs3,DC=com -W2K3A_REALM : vsofs3.com -W2K3A_DOMAIN : vsofs3 -W2K3A_PASS : penguin -W2K3A_SNAPSHOT : howto-test - -# this w2k3 VM will become a DC in the samba domain -W2K3B_HOSTNAME : w2k3b -W2K3B_VM : w2k3b -W2K3B_PASS : penguin -W2K3B_SNAPSHOT : howto-test - -# this w2k8 VM will become a DC in the samba domain -W2K8B_HOSTNAME : w2k8c -W2K8B_VM : w2k8 -W2K8B_PASS : p@ssw0rd -W2K8B_SNAPSHOT : howto-test -- cgit