1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/wintest/conf/abartlet.conf
Andrew Tridgell 8737baee7c wintest: cope with VMs sometimes not rebooting
my w2k8 image occasionally gets stuck in the early stages of
booting. This adds code to detect a failed reboot, in which case the
VM is reset

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sat Nov 27 02:42:19 CET 2010 on sn-devel-104
2010-11-27 02:42:19 +01:00

65 lines
1.9 KiB
Plaintext

# config file for test-howto.py for abartlet's KVM based setup (using libvirt)
# where the git checkout is
SOURCETREE : /data/samba/howto/git
# where to install Samba to
PREFIX : /data/samba/howto/prefix
# debug level which will be put in smb.conf
DEBUGLEVEL : 1
# commands to control VMs
VM_POWEROFF : virsh destroy ${VMNAME}
VM_RESTORE : virsh snapshot-revert ${VMNAME} ${SNAPSHOT}
VM_RESET : virsh reboot ${VMNAME}
# interfaces to create
INTERFACE : virbr0:0
# this is an additional IP that will be used for named to listen
# on. It should not be the primary IP of the interface
INTERFACE_IP : 192.168.122.2
INTERFACE_NET : 192.168.122.2/24
# how to run bind9
BIND9 : /usr/sbin/named
RNDC : /usr/sbin/rndc
BIND_USER : named
# provision information
REALM : S4.HOWTO.ABARTLET.NET
LCREALM : s4.howto.abartlet.net
DOMAIN : s4-howto
BASEDN : DC=S4,DC=howto,DC=abartlet,DC=net
PASSWORD1 : p@ssw0rd
PASSWORD2 : p@ssw0rd2
PASSWORD3 : p@ssw0rd3
# a Windows7 VM
WINDOWS7_HOSTNAME : Windows7-1
WINDOWS7_VM : Windows7-1
WINDOWS7_SNAPSHOT : 1290389594
WINDOWS7_USER : administrator
WINDOWS7_PASS : penguin
# a winxp VM - needs Windows XP Service Pack 2 Support Tools
WINXP_HOSTNAME : WinXP-1
WINXP_VM : WinXP-1
WINXP_SNAPSHOT : 1290386227
WINXP_USER : administrator
WINXP_PASS : penguin
# Samba will join this w2k8r2 VM as a DC and then as a RODC
W2K8R2B_HOSTNAME : Win2008R2-1
W2K8R2B_VM : Win2008R2-1
W2K8R2B_PASS : penguin12#
W2K8R2B_SNAPSHOT : 1290382773
# Samba will join this w2k3 VM as a DC
W2K3B_HOSTNAME : Win2003R2-1
W2K3B_VM : Win2003R2-1
W2K3B_PASS : penguin
W2K3B_SNAPSHOT : 1290386298