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
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
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
26 BIND9 : /usr/sbin/named
27 NAMED_CHECKCONF : /usr/sbin/named-checkconf
31 # provision information
32 REALM : S4.HOWTO.ABARTLET.NET
33 LCREALM : s4.howto.abartlet.net
35 BASEDN : DC=s4,DC=howto,DC=abartlet,DC=net
41 WINDOWS7_HOSTNAME : Windows7-1
42 WINDOWS7_VM : Windows7-1
43 WINDOWS7_SNAPSHOT : 1290389594
44 WINDOWS7_USER : administrator
45 WINDOWS7_PASS : penguin
47 # a winxp VM - needs Windows XP Service Pack 2 Support Tools
48 WINXP_HOSTNAME : WinXP-1
50 WINXP_SNAPSHOT : 1290386227
51 WINXP_USER : administrator
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 : 1291076421
61 W2K8R2A_IP : 192.168.122.108
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
69 # this w2k8r2 VM will become a RODC in the samba domain
70 W2K8R2C_HOSTNAME : Win2008R2-4
71 W2K8R2C_VM : Win2008R2-4
72 W2K8R2C_PASS : penguin12#
73 W2K8R2C_SNAPSHOT : 1291076693
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
81 W2K3A_SNAPSHOT : 1297901741
82 W2K3A_IP : 192.168.122.91
84 # this w2k3 VM will become a DC in the samba domain
85 W2K3B_HOSTNAME : Win2003R2-1
86 W2K3B_VM : Win2003R2-1
88 W2K3B_SNAPSHOT : 1297901376
89 W2K3B_IP : 192.168.122.155
91 # this w2k3 VM will become a member in the samba domain
92 W2K3C_HOSTNAME : Win2003-1
95 W2K3C_SNAPSHOT : 1297900649
96 W2K3C_IP : 192.168.122.38