wintest: cope with VMs sometimes not rebooting
[sfrench/samba-autobuild/.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 VM_RESET              : su tridge -c "VBoxManage controlvm ${VMNAME} reset"
16
17 # interfaces to listen on
18 INTERFACE             : virbr0:0
19
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
24
25 # how to run bind9
26 BIND9                 : /usr/sbin/named
27 RNDC                  : /usr/sbin/rndc
28 BIND_USER             : bind
29
30 # provision information
31 REALM                 : HOWTO.TRIDGELL.NET
32 LCREALM               : howto.tridgell.net
33 DOMAIN                : howto
34 BASEDN                : DC=howto,DC=tridgell,DC=net
35 PASSWORD1             : p@ssw0rd
36 PASSWORD2             : p@ssw0rd2
37 PASSWORD3             : p@ssw0rd3
38
39 # a Windows7 VM
40 WINDOWS7_HOSTNAME     : win7
41 WINDOWS7_VM           : Win7
42 WINDOWS7_SNAPSHOT     : howto-test2
43 WINDOWS7_USER         : administrator
44 WINDOWS7_PASS         : p@ssw0rd
45
46 # a winxp VM - needs Windows XP Service Pack 2 Support Tools
47 WINXP_HOSTNAME        : winxptest
48 WINXP_VM              : winXP-test
49 WINXP_SNAPSHOT        : howto-test
50 WINXP_USER            : tridge
51 WINXP_PASS            : penguin
52
53 # Samba will join this w2k8r2 VM as a DC and then as a RODC
54 W2K8R2A_HOSTNAME      : w2k8
55 W2K8R2A_VM            : w2k8r2
56 W2K8R2A_BASEDN        : DC=v2,DC=tridgell,DC=net
57 W2K8R2A_REALM         : v2.tridgell.net
58 W2K8R2A_DOMAIN        : v2
59 W2K8R2A_PASS          : p@ssw0rd5
60 W2K8R2A_SNAPSHOT      : howto-test
61 W2K8R2A_IP            : 10.0.0.4
62
63
64 # this w2k8r2 VM will become a DC in the samba domain
65 W2K8R2B_HOSTNAME      : w2k8r2b
66 W2K8R2B_VM            : w2k8r2b
67 W2K8R2B_PASS          : p@ssw0rd
68 W2K8R2B_SNAPSHOT      : howto-test2
69
70 # this w2k8r2 VM will become a RODC in the samba domain
71 W2K8R2C_HOSTNAME      : w2k8r2c
72 W2K8R2C_VM            : w2k8r2c
73 W2K8R2C_PASS          : p@ssw0rd
74 W2K8R2C_SNAPSHOT      : howto-test2
75
76 # Samba will join this w2k3 VM as a DC
77 W2K3A_HOSTNAME        : w2k3
78 W2K3A_VM              : w2003
79 W2K3A_BASEDN          : DC=vsofs3,DC=com
80 W2K3A_REALM           : vsofs3.com
81 W2K3A_DOMAIN          : vsofs3
82 W2K3A_PASS            : penguin
83 W2K3A_SNAPSHOT        : howto-test
84 W2K3A_IP              : 10.0.0.3
85
86 # this w2k3 VM will become a DC in the samba domain
87 W2K3B_HOSTNAME        : w2k3b
88 W2K3B_VM              : w2k3b
89 W2K3B_PASS            : penguin
90 W2K3B_SNAPSHOT        : howto-test
91
92 # this w2k8 VM will become a DC in the samba domain
93 W2K8B_HOSTNAME        : w2k8c
94 W2K8B_VM              : w2k8
95 W2K8B_PASS            : p@ssw0rd
96 W2K8B_SNAPSHOT        : howto-test