wintest: tidyups and new conf variables
[kai/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 INTERFACE             : virbr0:0
18
19 # this is an additional IP that will be used for named to listen
20 # on. It should not be the primary IP of the interface
21 INTERFACE_IP          : 10.0.0.2
22 INTERFACE_NET         : 10.0.0.0/24
23
24 # how to run bind9
25 BIND9                 : /usr/sbin/named
26 RNDC                  : /usr/sbin/rndc
27 BIND_USER             : bind
28
29 # provision information
30 REALM                 : HOWTO.TRIDGELL.NET
31 LCREALM               : howto.tridgell.net
32 DOMAIN                : howto
33 BASEDN                : DC=howto,DC=tridgell,DC=net
34 PASSWORD1             : p@ssw0rd
35 PASSWORD2             : p@ssw0rd2
36 PASSWORD3             : p@ssw0rd3
37
38 # a Windows7 VM
39 WINDOWS7_HOSTNAME     : win7
40 WINDOWS7_VM           : Win7
41 WINDOWS7_SNAPSHOT     : howto-test2
42 WINDOWS7_USER         : administrator
43 WINDOWS7_PASS         : p@ssw0rd
44
45 # a winxp VM - needs Windows XP Service Pack 2 Support Tools
46 WINXP_HOSTNAME        : winxptest
47 WINXP_VM              : winXP-test
48 WINXP_SNAPSHOT        : howto-test
49 WINXP_USER            : tridge
50 WINXP_PASS            : penguin
51
52 # Samba will join this w2k8r2 VM as a DC and then as a RODC
53 W2K8R2A_HOSTNAME      : w2k8
54 W2K8R2A_VM            : w2k8r2
55 W2K8R2A_BASEDN        : DC=v2,DC=tridgell,DC=net
56 W2K8R2A_REALM         : v2.tridgell.net
57 W2K8R2A_DOMAIN        : v2
58 W2K8R2A_PASS          : p@ssw0rd5
59 W2K8R2A_SNAPSHOT      : howto-test
60
61 # this w2k8r2 VM will become a DC in the samba domain
62 W2K8R2B_HOSTNAME      : w2k8r2b
63 W2K8R2B_VM            : w2k8r2b
64 W2K8R2B_PASS          : p@ssw0rd
65 W2K8R2B_SNAPSHOT      : howto-test2
66
67 # this w2k8r2 VM will become a RODC in the samba domain
68 W2K8R2C_HOSTNAME      : w2k8r2c
69 W2K8R2C_VM            : w2k8r2c
70 W2K8R2C_PASS          : p@ssw0rd
71 W2K8R2C_SNAPSHOT      : howto-test2
72
73 # Samba will join this w2k3 VM as a DC
74 W2K3A_HOSTNAME        : w2k3
75 W2K3A_VM              : w2003
76 W2K3A_BASEDN          : DC=vsofs3,DC=com
77 W2K3A_REALM           : vsofs3.com
78 W2K3A_DOMAIN          : vsofs3
79 W2K3A_PASS            : penguin
80 W2K3A_SNAPSHOT        : howto-test
81
82 # this w2k3 VM will become a DC in the samba domain
83 W2K3B_HOSTNAME        : w2k3b
84 W2K3B_VM              : w2k3b
85 W2K3B_PASS            : penguin
86 W2K3B_SNAPSHOT        : howto-test
87
88 # this w2k8 VM will become a DC in the samba domain
89 W2K8B_HOSTNAME        : w2k8c
90 W2K8B_VM              : w2k8
91 W2K8B_PASS            : p@ssw0rd
92 W2K8B_SNAPSHOT        : howto-test