s4-test: added testing of w2k3 DC join to test-howto.py
[mat/samba.git] / source4 / scripting / devel / howto / tridge.conf
1 # config file for test-howto.py for tridge
2
3 # where the git checkout is
4 SOURCETREE            : /home/tridge/samba/git/howto
5
6 # where to install Samba to
7 PREFIX                : /home/tridge/samba/git/prefix.howto
8
9 # commands to control VMs
10 VM_POWEROFF           : su tridge -c "VBoxManage controlvm ${VMNAME} poweroff"
11 VM_RESTORE            : su tridge -c "VBoxManage snapshot ${VMNAME} restore ${SNAPSHOT} && VBoxManage startvm ${VMNAME}"
12
13 # interfaces to listen on
14 INTERFACES            : virbr0
15
16 # how to run bind9
17 BIND9                 : /usr/sbin/named -u bind
18 RNDC                  : /usr/sbin/rndc
19
20 # provision information
21 REALM                 : HOWTO.TRIDGELL.NET
22 LCREALM               : howto.tridgell.net
23 DOMAIN                : howto
24 BASEDN                : DC=howto,DC=tridgell,DC=net
25 PASSWORD1             : p@ssw0rd
26 PASSWORD2             : p@ssw0rd2
27 PASSWORD3             : p@ssw0rd3
28
29 # a Windows7 VM
30 WINDOWS7              : win7
31 WINDOWS7_VM           : Win7
32 WINDOWS7_SNAPSHOT     : howto-test2
33
34 # this VM will become a DC in the samba domain
35 WINDOWS_DC1           : w2k8r2b
36 WINDOWS_DC1_VM        : w2k8r2b
37 WINDOWS_DC1_PASS      : p@ssw0rd
38 WINDOWS_DC1_SNAPSHOT  : howto-test2
39
40 # this VM will become a RODC in the samba domain
41 WINDOWS_DC2           : w2k8r2c
42 WINDOWS_DC2_VM        : w2k8r2c
43 WINDOWS_DC2_PASS      : p@ssw0rd
44 WINDOWS_DC2_SNAPSHOT  : howto-test2
45
46 # Samba will join this VM as a DC
47 WINDOWS_DC3           : w2k8
48 WINDOWS_DC3_VM        : w2k8r2
49 WINDOWS_DC3_BASEDN    : DC=v2,DC=tridgell,DC=net
50 WINDOWS_DC3_REALM     : v2.tridgell.net
51 WINDOWS_DC3_DOMAIN    : v2
52 WINDOWS_DC3_PASS      : p@ssw0rd5
53 WINDOWS_DC3_SNAPSHOT  : howto-test
54
55 # Samba will join this w2k3 box as a DC
56 WINDOWS_DC4           : w2k3
57 WINDOWS_DC4_VM        : w2003
58 WINDOWS_DC4_BASEDN    : DC=vsofs3,DC=com
59 WINDOWS_DC4_REALM     : vsofs3.com
60 WINDOWS_DC4_DOMAIN    : vsofs3
61 WINDOWS_DC4_PASS      : penguin
62 WINDOWS_DC4_SNAPSHOT  : howto-test