2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-01-03 23:12:30 +00:00

Merge pull request #946 from junxiawang/0419

work around for autotest case for issue 455
This commit is contained in:
tingtli
2016-04-19 15:30:26 +08:00

View File

@@ -4,7 +4,7 @@ stop:yes
cmd:copycds $$ISO
check:rc==0
cmd:if [ "__GETNODEATTR($$CN,arch)__" != "ppc64" -a "__GETNODEATTR($$CN,mgt)__" != "ipmi" ];then chdef -t node -o $$CN vmstorage=dir:///var/lib/libvirt/images/ && rmvm $$CN -f -p && mkvm $$CN -s 15G; fi
cmd:if [ "__GETNODEATTR($$CN,arch)__" != "ppc64" -a "__GETNODEATTR($$CN,mgt)__" != "ipmi" ];then chdef -t node -o $$CN vmstorage=dir:///var/lib/libvirt/images/ && rmvm $$CN -f && mkvm $$CN ; fi
check:rc==0
cmd:makedns -n
check:rc==0