Makefile: Add rule for pydoctor.
[Samba.git] / wintest / conf / abartlet.conf
blob00578f437d069ce96c25716e67174b0108eba9f6
1 # config file for test-howto.py for abartlet's KVM based setup (using libvirt)
3 # where the git checkout is
4 SOURCETREE            : /data/samba/howto/git
6 # where to install Samba to
7 PREFIX                : /data/samba/howto/prefix
9 # debug level which will be put in smb.conf
10 DEBUGLEVEL            : 1
12 # commands to control VMs
13 VM_POWEROFF           : virsh destroy ${VMNAME}
14 VM_RESTORE            : virsh snapshot-revert ${VMNAME} ${SNAPSHOT}
15 VM_RESET              : virsh reboot ${VMNAME}
17 # interfaces to create
18 INTERFACE            : virbr0:0
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          : 192.168.122.2
23 INTERFACE_NET         : 192.168.122.2/24
25 # how to run bind9
26 BIND9                 : /usr/sbin/named
27 RNDC                  : /usr/sbin/rndc
28 BIND_USER             : named
30 # provision information
31 REALM                 : S4.HOWTO.ABARTLET.NET
32 LCREALM               : s4.howto.abartlet.net
33 DOMAIN                : s4-howto
34 BASEDN                : DC=S4,DC=howto,DC=abartlet,DC=net
35 PASSWORD1             : p@ssw0rd
36 PASSWORD2             : p@ssw0rd2
37 PASSWORD3             : p@ssw0rd3
39 # a Windows7 VM
40 WINDOWS7_HOSTNAME     : Windows7-1
41 WINDOWS7_VM           : Windows7-1
42 WINDOWS7_SNAPSHOT     : 1290389594
43 WINDOWS7_USER         : administrator
44 WINDOWS7_PASS         : penguin
46 # a winxp VM - needs Windows XP Service Pack 2 Support Tools
47 WINXP_HOSTNAME        : WinXP-1
48 WINXP_VM              : WinXP-1
49 WINXP_SNAPSHOT        : 1290386227
50 WINXP_USER            : administrator
51 WINXP_PASS            : penguin
53 # Samba will join this w2k8r2 VM as a DC and then as a RODC
54 W2K8R2B_HOSTNAME      : Win2008R2-1
55 W2K8R2B_VM            : Win2008R2-1
56 W2K8R2B_PASS          : penguin12#
57 W2K8R2B_SNAPSHOT      : 1290382773
59 # Samba will join this w2k3 VM as a DC
60 W2K3B_HOSTNAME        : Win2003R2-1
61 W2K3B_VM              : Win2003R2-1
62 W2K3B_PASS            : penguin
63 W2K3B_SNAPSHOT        : 1290386298