1 # config file for test-howto.py for tridge
3 # where the git checkout is
4 SOURCETREE : /home/tridge/samba/git/howto
6 # where to install Samba to
7 PREFIX : /home/tridge/samba/git/prefix.howto
9 # debug level which will be put in smb.conf
12 # commands to control VMs
13 VM_POWEROFF : su tridge -c "VBoxManage controlvm ${VMNAME} poweroff"
14 VM_RESTORE : su tridge -c "VBoxManage snapshot ${VMNAME} restore ${SNAPSHOT} && VBoxManage startvm ${VMNAME}"
15 VM_RESET : su tridge -c "VBoxManage controlvm ${VMNAME} reset"
17 # interfaces to listen on
20 # this is an additional IP that will be used for named to listen
21 # on. It should not be the primary IP of the interface
22 INTERFACE_IP : 10.0.0.2
23 INTERFACE_NET : 10.0.0.2/24
26 BIND9 : /usr/sbin/named
27 NAMED_CHECKCONF : /usr/sbin/named-checkconf
31 # provision information
32 REALM : HOWTO.TRIDGELL.NET
33 LCREALM : howto.tridgell.net
35 BASEDN : DC=howto,DC=tridgell,DC=net
41 WINDOWS7_HOSTNAME : win7
43 WINDOWS7_SNAPSHOT : howto-test2
44 WINDOWS7_USER : administrator
45 WINDOWS7_PASS : p@ssw0rd
47 # a winxp VM - needs Windows XP Service Pack 2 Support Tools
48 WINXP_HOSTNAME : winxptest
50 WINXP_SNAPSHOT : howto-test
54 # Samba will join this w2k8r2 VM as a DC and then as a RODC
55 W2K8R2A_HOSTNAME : w2k8
57 W2K8R2A_REALM : v2.tridgell.net
59 W2K8R2A_PASS : p@ssw0rd5
60 W2K8R2A_SNAPSHOT : howto-test
64 # this w2k8r2 VM will become a DC in the samba domain
65 W2K8R2B_HOSTNAME : w2k8r2b
67 W2K8R2B_PASS : p@ssw0rd
68 W2K8R2B_SNAPSHOT : howto-test2
70 # this w2k8r2 VM will become a RODC in the samba domain
71 W2K8R2C_HOSTNAME : w2k8r2c
73 W2K8R2C_PASS : p@ssw0rd
74 W2K8R2C_SNAPSHOT : howto-test2
76 # Samba will join this w2k3 VM as a DC
79 W2K3A_REALM : vsofs3.com
82 W2K3A_SNAPSHOT : howto-test
85 # this w2k3 VM will become a DC in the samba domain
86 W2K3B_HOSTNAME : w2k3b
89 W2K3B_SNAPSHOT : howto-test
91 # this w2k8 VM will become a DC in the samba domain
92 W2K8B_HOSTNAME : w2k8c
95 W2K8B_SNAPSHOT : howto-test