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
19 NAMED_INTERFACE : virbr0:1
21 # this is an additional IP that will be used for named to listen
22 # on. It should not be the primary IP of the interface. We need one
23 # for BIND (which redirects to the other hosts) and one for Samba,
24 # which might be running our own DNS
26 INTERFACE_IP : 192.168.122.3
27 INTERFACE_NET : 192.168.122.3/24
28 NAMED_INTERFACE_IP : 192.168.122.2
29 NAMED_INTERFACE_NET : 192.168.122.2/24
32 BIND9 : /usr/sbin/named
33 NAMED_CHECKCONF : /usr/sbin/named-checkconf
37 # provision information
38 REALM : S4.HOWTO.ABARTLET.NET
39 LCREALM : s4.howto.abartlet.net
41 BASEDN : DC=s4,DC=howto,DC=abartlet,DC=net
47 WINDOWS7_HOSTNAME : Windows7-3
48 WINDOWS7_VM : Windows7-3
49 WINDOWS7_SNAPSHOT : 1329351855
50 WINDOWS7_USER : administrator
51 WINDOWS7_PASS : penguin
53 # a winxp VM - needs Windows XP Service Pack 2 Support Tools
54 WINXP_HOSTNAME : WinXP-1
56 WINXP_SNAPSHOT : 1329361864
57 WINXP_USER : administrator
60 # Samba will join this w2k8r2 VM as a DC and then as a RODC
61 W2K8R2A_HOSTNAME : Win2008R2-3
62 W2K8R2A_VM : Win2008R2-3
63 W2K8R2A_REALM : 2008R2.HOWTO.ABARTLET.NET
64 W2K8R2A_DOMAIN : 2008R2HOWTO
65 W2K8R2A_PASS : penguin12#
66 W2K8R2A_SNAPSHOT : 1329218595
67 W2K8R2A_IP : 192.168.122.57
69 # this w2k8r2 VM will become a DC in the samba domain
70 W2K8R2B_HOSTNAME : Win2008R2-7
71 W2K8R2B_VM : Win2008R2-7
72 W2K8R2B_PASS : penguin12#
73 W2K8R2B_SNAPSHOT : 1329964204
75 # this w2k8r2 VM will become a RODC in the samba domain
76 W2K8R2C_HOSTNAME : Win2008R2-6
77 W2K8R2C_VM : Win2008R2-6
78 W2K8R2C_PASS : penguin12#
79 W2K8R2C_SNAPSHOT : 1329785556
81 # Samba will join this w2k3 VM as a DC
82 W2K3A_HOSTNAME : Win2003R2-2
83 W2K3A_VM : Win2003R2-2
84 W2K3A_REALM : 2003.HOWTO.ABARTLET.NET
85 W2K3A_DOMAIN : 2003HOWTO
87 W2K3A_SNAPSHOT : 1314652035
88 W2K3A_IP : 192.168.122.91
90 # this w2k3 VM will become a DC in the samba domain
91 W2K3B_HOSTNAME : Win2003R2-4
92 W2K3B_VM : Win2003R2-4
94 W2K3B_SNAPSHOT : 1331186260
95 W2K3B_IP : 192.168.122.164
97 # this w2k3 VM will become a member in the samba domain
98 W2K3C_HOSTNAME : Win2003R2-3
99 W2K3C_VM : Win2003R2-3
101 W2K3C_SNAPSHOT : 1329451062
102 W2K3C_IP : 192.168.122.162