PEP8: fix E231: missing whitespace after ','
[garming/samba-autobuild/.git] / wintest / conf / bbaumbach.conf
1 # Björn Baumbachs wintest config file
2 # Using VirtualBox in headless mode. Since it's not possible to
3 # startup VMs in gui mode.
4
5 # where the git checkout is
6 SOURCETREE            : /home/bbaumba/src/git/samba
7
8 # where to install Samba to
9 PREFIX                : /smbTest/wintest
10
11 # debug level which will be put in smb.conf
12 DEBUGLEVEL            : 1
13
14 # commands to control VMs
15 VM_POWEROFF           : su bbaumba -c "VBoxManage controlvm ${VMNAME} poweroff"
16 VM_RESTORE            : su bbaumba -c "VBoxManage snapshot ${VMNAME} restore ${SNAPSHOT} && VBoxManage startvm ${VMNAME} --type headless"
17 VM_RESET              : su bbaumba -c "VBoxManage controlvm ${VMNAME} reset"
18
19 # interfaces to listen on
20 INTERFACE             : wintest
21
22 # this is an additional IP that will be used for named to listen
23 # on. It should not be the primary IP of the interface
24 INTERFACE_IP          : 192.168.4.77
25 INTERFACE_NET         : 192.168.4.77/24
26
27 # how to run bind9
28 BIND9                 : /usr/sbin/named
29 NAMED_CHECKCONF       : /usr/sbin/named-checkconf
30 RNDC                  : /usr/sbin/rndc
31 BIND_USER             : named
32
33 # provision information
34 REALM                 : WINTEST.EXAMPLE.ORG
35 LCREALM               : wintest.example.org
36 DOMAIN                : wintest
37 BASEDN                : DC=wintest,DC=example,DC=org
38 PASSWORD1             : p@ssw0rd
39 PASSWORD2             : p@ssw0rd2
40 PASSWORD3             : p@ssw0rd3
41
42 ## a Windows7 VM
43 #WINDOWS7_HOSTNAME     : wintest7
44 #WINDOWS7_VM           : wintest7
45 #WINDOWS7_SNAPSHOT     : ready
46 #WINDOWS7_USER         : Administrator
47 #WINDOWS7_PASS         : Passw0rd
48
49 # a winxp VM - needs Windows XP Service Pack 2 Support Tools
50 WINXP_HOSTNAME        : wintestxp
51 WINXP_VM              : wintestxp
52 WINXP_SNAPSHOT        : ready
53 WINXP_USER            : Administrator
54 WINXP_PASS            : geheim
55
56 # Samba will join this w2k8r2 VM as a DC and then as a RODC
57 #W2K8R2A_HOSTNAME      : wintest2k8r2
58 #W2K8R2A_VM            : wintest2k8r2
59 #W2K8R2A_REALM         : v2.tridgell.net
60 #W2K8R2A_DOMAIN        : v2
61 #W2K8R2A_PASS          : Passw0rd
62 #W2K8R2A_SNAPSHOT      : ready2
63 #W2K8R2A_IP            : 192.168.4.103
64
65
66 ## this w2k8r2 VM will become a DC in the samba domain
67 #W2K8R2B_HOSTNAME      : w2k8r2b
68 #W2K8R2B_VM            : w2k8r2b
69 #W2K8R2B_PASS          : p@ssw0rd
70 #W2K8R2B_SNAPSHOT      : howto-test2
71 #
72 ## this w2k8r2 VM will become a RODC in the samba domain
73 #W2K8R2C_HOSTNAME      : w2k8r2c
74 #W2K8R2C_VM            : w2k8r2c
75 #W2K8R2C_PASS          : p@ssw0rd
76 #W2K8R2C_SNAPSHOT      : howto-test2
77
78 # Samba will join this w2k3 VM as a DC
79 W2K3A_HOSTNAME        : wintest2k3
80 W2K3A_VM              : wintest2k3
81 W2K3A_REALM           : vsofs3.com
82 W2K3A_DOMAIN          : vsofs3
83 W2K3A_PASS            : Passw0rd
84 W2K3A_SNAPSHOT        : ready
85 W2K3A_IP              : 192.168.4.102
86
87 ## this w2k3 VM will become a DC in the samba domain
88 #W2K3B_HOSTNAME        : w2k3b
89 #W2K3B_VM              : w2k3b
90 #W2K3B_PASS            : penguin
91 #W2K3B_SNAPSHOT        : howto-test
92 #
93 ## this w2k8 VM will become a DC in the samba domain
94 #W2K8B_HOSTNAME        : w2k8c
95 #W2K8B_VM              : w2k8
96 #W2K8B_PASS            : p@ssw0rd
97 #W2K8B_SNAPSHOT        : howto-test