wintest: move conf files to conf/
[samba.git] / wintest / conf / tridge.conf
1 # config file for test-howto.py for tridge
2
3 # where the git checkout is
4 SOURCETREE            : /home/tridge/samba/git/howto
5
6 # where to install Samba to
7 PREFIX                : /home/tridge/samba/git/prefix.howto
8
9 # debug level which will be put in smb.conf
10 DEBUGLEVEL            : 1
11
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
16 # interfaces to listen on
17 INTERFACES            : virbr0
18
19 # how to run bind9
20 BIND9                 : /usr/sbin/named -u bind
21 RNDC                  : /usr/sbin/rndc
22
23 # provision information
24 REALM                 : HOWTO.TRIDGELL.NET
25 LCREALM               : howto.tridgell.net
26 DOMAIN                : howto
27 BASEDN                : DC=howto,DC=tridgell,DC=net
28 PASSWORD1             : p@ssw0rd
29 PASSWORD2             : p@ssw0rd2
30 PASSWORD3             : p@ssw0rd3
31
32 # a Windows7 VM
33 WINDOWS7_HOSTNAME     : win7
34 WINDOWS7_VM           : Win7
35 WINDOWS7_SNAPSHOT     : howto-test2
36 WINDOWS7_USER         : administrator
37 WINDOWS7_PASS         : p@ssw0rd
38
39 # a winxp VM - needs Windows XP Service Pack 2 Support Tools
40 WINXP_HOSTNAME        : winxptest
41 WINXP_VM              : winXP-test
42 WINXP_SNAPSHOT        : howto-test
43 WINXP_USER            : tridge
44 WINXP_PASS            : penguin
45
46 # Samba will join this w2k8r2 VM as a DC and then as a RODC
47 W2K8R2A_HOSTNAME      : w2k8
48 W2K8R2A_VM            : w2k8r2
49 W2K8R2A_BASEDN        : DC=v2,DC=tridgell,DC=net
50 W2K8R2A_REALM         : v2.tridgell.net
51 W2K8R2A_DOMAIN        : v2
52 W2K8R2A_PASS          : p@ssw0rd5
53 W2K8R2A_SNAPSHOT      : howto-test
54
55 # this w2k8r2 VM will become a DC in the samba domain
56 W2K8R2B_HOSTNAME      : w2k8r2b
57 W2K8R2B_VM            : w2k8r2b
58 W2K8R2B_PASS          : p@ssw0rd
59 W2K8R2B_SNAPSHOT      : howto-test2
60
61 # this w2k8r2 VM will become a RODC in the samba domain
62 W2K8R2C_HOSTNAME      : w2k8r2c
63 W2K8R2C_VM            : w2k8r2c
64 W2K8R2C_PASS          : p@ssw0rd
65 W2K8R2C_SNAPSHOT      : howto-test2
66
67 # Samba will join this w2k3 VM as a DC
68 W2K3A_HOSTNAME        : w2k3
69 W2K3A_VM              : w2003
70 W2K3A_BASEDN          : DC=vsofs3,DC=com
71 W2K3A_REALM           : vsofs3.com
72 W2K3A_DOMAIN          : vsofs3
73 W2K3A_PASS            : penguin
74 W2K3A_SNAPSHOT        : howto-test
75
76 # this w2k3 VM will become a DC in the samba domain
77 W2K3B_HOSTNAME        : w2k3b
78 W2K3B_VM              : w2k3b
79 W2K3B_PASS            : penguin
80 W2K3B_SNAPSHOT        : howto-test
81
82 # this w2k8 VM will become a DC in the samba domain
83 W2K8B_HOSTNAME        : w2k8c
84 W2K8B_VM              : w2k8
85 W2K8B_PASS            : p@ssw0rd
86 W2K8B_SNAPSHOT        : howto-test