wintest: make IPv6 optional in wintest
[nivanova/samba-autobuild/.git] / wintest / conf / abartlet.conf
1 # config file for test-howto.py for abartlet's KVM based setup (using libvirt)
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 create
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          : 192.168.122.2
22 INTERFACE_NET         : 192.168.122.2/24
23
24 # how to run bind9
25 BIND9                 : /usr/sbin/named
26 RNDC                  : /usr/sbin/rndc
27 BIND_USER             : named
28
29 # provision information
30 REALM                 : S4.HOWTO.ABARTLET.NET
31 LCREALM               : s4.howto.abartlet.net
32 DOMAIN                : s4-howto
33 BASEDN                : DC=S4,DC=howto,DC=abartlet,DC=net
34 PASSWORD1             : p@ssw0rd
35 PASSWORD2             : p@ssw0rd2
36 PASSWORD3             : p@ssw0rd3
37
38 # a Windows7 VM
39 WINDOWS7_HOSTNAME     : Windows7-1
40 WINDOWS7_VM           : Windows7-1
41 WINDOWS7_SNAPSHOT     : 1290389594
42 WINDOWS7_USER         : administrator
43 WINDOWS7_PASS         : penguin
44
45 # a winxp VM - needs Windows XP Service Pack 2 Support Tools
46 WINXP_HOSTNAME        : WinXP-1
47 WINXP_VM              : WinXP-1
48 WINXP_SNAPSHOT        : 1290386227
49 WINXP_USER            : administrator
50 WINXP_PASS            : penguin
51
52 # Samba will join this w2k8r2 VM as a DC and then as a RODC
53 W2K8R2B_HOSTNAME      : Win2008R2-1
54 W2K8R2B_VM            : Win2008R2-1
55 W2K8R2B_PASS          : penguin12#
56 W2K8R2B_SNAPSHOT      : 1290382773
57
58 # Samba will join this w2k3 VM as a DC
59 W2K3B_HOSTNAME        : Win2003R2-1
60 W2K3B_VM              : Win2003R2-1
61 W2K3B_PASS            : penguin
62 W2K3B_SNAPSHOT        : 1290386298
63