wintest: update WinXP-1 snapshot
[kai/samba.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 VM_RESET              : virsh reboot ${VMNAME}
16
17 # interfaces to create
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          : 192.168.122.2
23 INTERFACE_NET         : 192.168.122.2/24
24
25 # how to run bind9
26 BIND9                 : /usr/sbin/named
27 NAMED_CHECKCONF       : /usr/sbin/named-checkconf
28 RNDC                  : /usr/sbin/rndc
29 BIND_USER             : named
30
31 # provision information
32 REALM                 : S4.HOWTO.ABARTLET.NET
33 LCREALM               : s4.howto.abartlet.net
34 DOMAIN                : s4-howto
35 BASEDN                : DC=s4,DC=howto,DC=abartlet,DC=net
36 PASSWORD1             : p@ssw0rd
37 PASSWORD2             : p@ssw0rd2
38 PASSWORD3             : p@ssw0rd3
39
40 # a Windows7 VM
41 WINDOWS7_HOSTNAME     : Windows7-3
42 WINDOWS7_VM           : Windows7-3
43 WINDOWS7_SNAPSHOT     : 1329351855
44 WINDOWS7_USER         : administrator
45 WINDOWS7_PASS         : penguin
46
47 # a winxp VM - needs Windows XP Service Pack 2 Support Tools
48 WINXP_HOSTNAME        : WinXP-1
49 WINXP_VM              : WinXP-1
50 WINXP_SNAPSHOT        : 1329361864
51 WINXP_USER            : administrator
52 WINXP_PASS            : penguin
53
54 # Samba will join this w2k8r2 VM as a DC and then as a RODC
55 W2K8R2A_HOSTNAME      : Win2008R2-3
56 W2K8R2A_VM            : Win2008R2-3
57 W2K8R2A_REALM         : 2008R2.HOWTO.ABARTLET.NET
58 W2K8R2A_DOMAIN        : 2008R2HOWTO
59 W2K8R2A_PASS          : penguin12#
60 W2K8R2A_SNAPSHOT      : 1329218595
61 W2K8R2A_IP            : 192.168.122.57
62
63 # this w2k8r2 VM will become a DC in the samba domain
64 W2K8R2B_HOSTNAME      : Win2008R2-1
65 W2K8R2B_VM            : Win2008R2-1
66 W2K8R2B_PASS          : penguin12#
67 W2K8R2B_SNAPSHOT      : 1291077001
68
69 # this w2k8r2 VM will become a RODC in the samba domain
70 W2K8R2C_HOSTNAME      : Win2008R2-5
71 W2K8R2C_VM            : Win2008R2-5
72 W2K8R2C_PASS          : penguin12#
73 W2K8R2C_SNAPSHOT      : 1291076693
74
75 # Samba will join this w2k3 VM as a DC
76 W2K3A_HOSTNAME        : Win2003R2-2
77 W2K3A_VM              : Win2003R2-2
78 W2K3A_REALM           : 2003.HOWTO.ABARTLET.NET
79 W2K3A_DOMAIN          : 2003HOWTO
80 W2K3A_PASS            : penguin
81 W2K3A_SNAPSHOT        : 1314652035
82 W2K3A_IP              : 192.168.122.91
83
84 # this w2k3 VM will become a DC in the samba domain
85 W2K3B_HOSTNAME        : Win2003R2-1
86 W2K3B_VM              : Win2003R2-1
87 W2K3B_PASS            : penguin
88 W2K3B_SNAPSHOT        : 1297901376
89 W2K3B_IP              : 192.168.122.155
90
91 # this w2k3 VM will become a member in the samba domain
92 W2K3C_HOSTNAME        : Win2003-1
93 W2K3C_VM              : Win2003-1
94 W2K3C_PASS            : penguin
95 W2K3C_SNAPSHOT        : 1314652223
96 W2K3C_IP              : 192.168.122.38
97
98