1 # config file for test-howto.py for zahari
3 # where the git checkout is
4 SOURCETREE : /root/samba-master
6 # where to install Samba to
7 PREFIX : /usr/local/samba
11 # debug level which will be put in smb.conf
14 # commands to control VMs
15 VM_POWEROFF : su zahari -c "sshpass -p p@ssw0rd ssh -o StrictHostKeyChecking=no root@10.191.35.30 vim-cmd vmsvc/power.off ${VMNAME} 2>&1; sleep 5"
16 VM_RESTORE : su zahari -c "sshpass -p p@ssw0rd ssh -o StrictHostKeyChecking=no root@10.191.35.30 vim-cmd vmsvc/snapshot.revert ${VMNAME} ${SNAPSHOT} 2>&1; sleep 5"
17 VM_RESET : su zahari -c "sshpass -p p@ssword ssh -o StrictHostKeyChecking=no root@10.191.35.30 vim-cmd vmsvc/power.reboot ${VMNAME} 2>&1; sleep 5"
19 # interfaces to listen on
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 : 10.191.10.90
25 INTERFACE_NET : 10.191.10.90/16
28 BIND9 : /usr/sbin/named
29 NAMED_CHECKCONF : /usr/sbin/named-checkconf
33 # provision information
34 REALM : HOWTO.SAMBA90.TEST
35 LCREALM : howto.samba90.test
37 BASEDN : DC=howto,DC=samba90,DC=test
38 PASSWORD1 : p@r0l@123!
39 PASSWORD2 : p@r0l@1234!
40 PASSWORD3 : p@r0l@12345!
42 # this w2k8r2 VM will become a DC in the samba domain
43 W2K8R2B_HOSTNAME : WIN-SVD8RSRCPSS
46 W2K8R2B_SNAPSHOT : 0 1