2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 11:10:24 +00:00

add autotest conf samples

This commit is contained in:
junxiawang
2015-04-21 04:37:25 -04:00
parent c634a89c2c
commit 689d443953
6 changed files with 351 additions and 0 deletions

View File

@@ -0,0 +1,85 @@
[Table_passwd]
key=system
username=root
password=cluster
[Table_site]
key=forwarders
value=9.0.148.50
key=domain
value=pok.stglabs.ibm.com
key=consoleondemand
value=yes
key=master
value=10.2.1.13
key=nameservers
value=10.2.1.13
[Object_node]
Name=c910hmc01
groups=hmc,all
hwtype=hmc
nodetype=ppc
mgt=hmc
username=hscroot
password=abc123
[Object_node]
Name=c910f02fsp02
groups=cec,all
hcp=c910hmc01
hwtype=cec
mgt=hmc
mtm=8233-E8B
nodetype=ppc
serial=103A4DP
[Object_node]
Name=c910f02fsp01
nodetype=ppc
mtm=8233-E8B
serial=103A4EP
hcp=c910hmc01
groups=cec,all
mgt=hmc
hwtype=cec
[Object_node] #CN
Name=c910f02c02p27
arch=ppc64
cons=hmc
groups=all
hcp=c910hmc01
hwtype=lpar
id=27
mgt=hmc
netboot=grub2
nodetype=ppc,osi
parent=c910f02fsp02
pprofile=c910f02c02p27
profile=compute
os=rhels7
[Object_node] #SN
Name=c910f02c01p07
arch=ppc64
cons=hmc
groups=all
hcp=c910hmc01
hwtype=lpar
id=7
mgt=hmc
netboot=grub2
nodetype=ppc,osi
parent=c910f02fsp01
pprofile=c910f02c01p07
os=rhels7 ######
[System]
MN=c910f02c01p13
CN=c910f02c02p27
SN=c910f02c01p07
OS=rhels #####
ISO=/RHEL-7.0-20140507.0-Server-ppc64-dvd1.iso ######
NETDRIVER=ibmveth
NETBOOTDIR=/opt/xcat/share/xcat/netboot/rh #path of netboot directory, used by diskless installation
MaxLparID=32
SECONDNIC=eth1
THIRDNIC=eth2

View File

@@ -0,0 +1,62 @@
[Table_passwd]
key=system
username=root
password=cluster
[Table_site]
key=forwarders
value=9.0.148.50,9.0.146.50
key=domain
value=pok.stglabs.ibm.com
key=consoleondemand
value=yes
key=master
value=c910f04x27v02
key=nameservers
value=10.4.27.2
[Object_node] #SN
Name=c910f04x27v03
arch=x86_64
cons=kvm
groups=all
mac=42:80:31:af:fe:ee
mgt=kvm
netboot=xnba
serialflow=hard
serialport=0
serialspeed=115200
vmcpus=2
vmhost=c910f04x27
vmmemory=4096
vmnicnicmodel=virtio
vmnics=br0
os=rhels6.5
[Object_node] #CN
Name=c910f04x27v04
arch=x86_64
cons=kvm
groups=all
mac=42:06:6b:ea:d4:b1
mgt=kvm
netboot=xnba
serialflow=hard
serialport=0
serialspeed=115200
vmcpus=2
vmhost=c910f04x27
vmmemory=2048
vmnicnicmodel=virtio
vmnics=br0
os=rhels6.5
[System]
MN=c910f04x27v02
CN=c910f04x27v04
SN=c910f04x27v03
SNCN=c910f04x27v04
OS=rhels #####
ISO=/RHEL6.5-20131111.0-Server-x86_64-DVD1.iso ######
NETBOOTDIR=/opt/xcat/share/xcat/netboot/rh #path of netboot directory, used by diskless installation
SECONDNIC=eth2
THIRDNIC=eth3

View File

@@ -0,0 +1,85 @@
[Table_passwd]
key=system
username=root
password=cluster
[Table_site]
key=forwarders
value=9.0.148.50
key=domain
value=pok.stglabs.ibm.com
key=consoleondemand
value=yes
key=master
value=10.2.1.14
key=nameservers
value=10.2.1.14
[Object_node]
Name=c910hmc01
groups=hmc,all
hwtype=hmc
nodetype=ppc
mgt=hmc
username=hscroot
password=abc123
[Object_node]
Name=c910f02fsp02
groups=cec,all
hcp=c910hmc01
hwtype=cec
mgt=hmc
mtm=8233-E8B
nodetype=ppc
serial=103A4DP
[Object_node]
Name=c910f02fsp01
nodetype=ppc
mtm=8233-E8B
serial=103A4EP
hcp=c910hmc01
groups=cec,all
mgt=hmc
hwtype=cec
[Object_node] #CN
Name=c910f02c02p28
arch=ppc64
cons=hmc
groups=all
hcp=c910hmc01
hwtype=lpar
id=28
mgt=hmc
netboot=grub2
nodetype=ppc,osi
parent=c910f02fsp02
pprofile=c910f02c02p28
profile=compute
os=sles11.3
[Object_node] #SN
Name=c910f02c01p08
arch=ppc64
cons=hmc
groups=all
hcp=c910hmc01
hwtype=lpar
id=8
mgt=hmc
netboot=grub2
nodetype=ppc,osi
parent=c910f02fsp01
pprofile=c910f02c01p08
os=sles11.3 ######
[System]
MN=c910f02c01p14
CN=c910f02c02p28
SN=c910f02c01p08
OS=sles #####
ISO=/SLES-11-SP3-DVD-ppc64-GM-DVD1.iso ######
NETDRIVER=ibmveth
NETBOOTDIR=/opt/xcat/share/xcat/netboot/sles #path of netboot directory, used by diskless installation
MaxLparID=32
SECONDNIC=eth1
THIRDNIC=eth2

View File

@@ -0,0 +1,60 @@
[Table_passwd]
key=system
username=root
password=cluster
[Table_site]
key=forwarders
value=9.0.148.50,9.0.146.50
key=domain
value=pok.stglabs.ibm.com
key=consoleondemand
value=yes
key=master
value=c910f04x27v05
key=nameservers
value=10.4.27.5
[Object_node] #SN
Name=c910f04x27v06
arch=x86_64
cons=kvm
groups=all
mac=42:21:50:76:05:9b
mgt=kvm
netboot=xnba
serialflow=hard
serialport=0
serialspeed=115200
vmcpus=2
vmhost=c910f04x27
vmmemory=4096
vmnicnicmodel=virtio
vmnics=br0
os=sles11.3
[Object_node] #CN
Name=c910f04x27v07
arch=x86_64
cons=kvm
groups=all
mac=42:02:38:01:1b:b9
mgt=kvm
netboot=xnba
serialflow=hard
serialport=0
serialspeed=115200
vmcpus=2
vmhost=c910f04x27
vmmemory=2048
vmnicnicmodel=virtio
vmnics=br0
os=sles11.3
[System]
MN=c910f04x27v05
CN=c910f04x27v07
SN=c910f04x27v06
SNCN=c910f04x27v06
SNOS=sles11.3 #####
ISO=/SLES-11-SP3-DVD-x86_64-GM-DVD1.iso ######
NETBOOTDIR=/opt/xcat/share/xcat/netboot/sles #path of netboot directory, used by diskless installation
SECONDNIC=eth2
THIRDNIC=eth3

View File

@@ -0,0 +1,45 @@
[Table_passwd]
key=system
username=root
password=cluster
[Table_site]
key=forwarders
value=9.0.148.50,9.0.146.50
key=domain
value=pok.stglabs.ibm.com
key=consoleondemand
value=yes
key=master
value=c910f04x27v08
key=nameservers
value=10.4.27.8
[Object_node] #CN
Name=c910f04x27v09
arch=x86_64
cons=kvm
groups=all
mac=42:bf:39:9e:f6:5f
mgt=kvm
netboot=xnba
serialflow=hard
serialport=0
serialspeed=115200
vmcpus=2
vmhost=c910f04x27
vmmemory=2048
vmnicnicmodel=virtio
vmnics=br0
os=ubuntu14.04.1
[System]
MN=c910f04x27v08
CN=c910f04x27v09
OS=ubuntu
SNOS=ubuntu14.04.1 #####
ISO=/ubuntu-14.04.1-server-amd64.iso ######
NETBOOTDIR=/opt/xcat/share/xcat/netboot/ubuntu #path of netboot directory, used by diskless installation
SECONDNIC=eth2
THIRDNIC=eth3

View File

@@ -0,0 +1,14 @@
rhxmn=c910f04x27v02
rhxmnos=rhels6.5
rhxmncurllink=http://sourceforge.net/projects/xcat/files/xcat-dep/2.x_Linux/
slesxmn=c910f04x27v05
slesxmnos=sles11.3
slesxmncurllink=http://sourceforge.net/projects/xcat/files/xcat-dep/2.x_Linux/
ubuntuxmn=c910f04x27v08
ubuntuxmnos=ubuntu14.04.1
ubuntuxmncurllink=http://sourceforge.net/projects/xcat/files/xcat-dep/2.x_Ubuntu/
mailgroup=litingt@cn.ibm.com
#mailgroup=junxiaw@cn.ibm.com
#mailgroup=gongjie@cn.ibm.com
#mailgroup=huweihua@cn.ibm.com,sysongyu@cn.ibm.com,litingt@cn.ibm.com,junxiaw@cn.ibm.com,wxp@cn.ibm.com,liguangc@cn.ibm.com,yangsbj@cn.ibm.com,ertaozh@cn.ibm.com,bybai@cn.ibm.com,gongjie@cn.ibm.com,chenglch@cn.ibm.com