87cf2266a5af86866147a52e985b68a31defb48a
[kai/samba.git] / wintest / conf / abartlet.conf
1 # config file for test-howto.py for tridge
2
3 # where the git checkout is
4 SOURCETREE            : /data/samba/howto/git
5
6 # where to install Samba to
7 PREFIX                : /data/samba/howto/prefix
8
9 # debug level which will be put in smb.conf
10 DEBUGLEVEL            : 1
11
12 # commands to control VMs
13 VM_POWEROFF           : virsh destroy ${VMNAME}
14 VM_RESTORE            : virsh snapshot-revert ${VMNAME} ${SNAPSHOT}
15
16 # interfaces to listen on
17 INTERFACES            : virbr0
18
19 DNSSERVER             : 192.168.1.172
20
21 # how to run bind9
22 BIND9                 : /usr/sbin/named -u named
23 RNDC                  : /usr/sbin/rndc
24
25 # provision information
26 REALM                 : S4.HOWTO.ABARTLET.NET
27 LCREALM               : s4.howto.abartlet.net
28 DOMAIN                : s4-howto
29 BASEDN                : DC=S4,DC=howto,DC=abartlet,DC=net
30 PASSWORD1             : p@ssw0rd
31 PASSWORD2             : p@ssw0rd2
32 PASSWORD3             : p@ssw0rd3
33
34 # a Windows7 VM
35 WINDOWS7_HOSTNAME     : Windows7-1
36 WINDOWS7_VM           : Windows7-1
37 WINDOWS7_SNAPSHOT     : 1290389594
38 WINDOWS7_USER         : administrator
39 WINDOWS7_PASS         : penguin
40
41 # a winxp VM - needs Windows XP Service Pack 2 Support Tools
42 WINXP_HOSTNAME        : WinXP-1
43 WINXP_VM              : WinXP-1
44 WINXP_SNAPSHOT        : 1290386227
45 WINXP_USER            : administrator
46 WINXP_PASS            : penguin
47
48 # Samba will join this w2k8r2 VM as a DC and then as a RODC
49 W2K8R2B_HOSTNAME      : Win2008R2-1
50 W2K8R2B_VM            : Win2008R2-1
51 W2K8R2B_PASS          : penguin12#
52 W2K8R2B_SNAPSHOT      : 1290382773
53
54 # Samba will join this w2k3 VM as a DC
55 W2K3B_HOSTNAME        : Win2003R2-1
56 W2K3B_VM              : Win2003R2-1
57 W2K3B_PASS            : penguin
58 W2K3B_SNAPSHOT        : 1290386298
59