-according Jarrod's code change (from stunnel to openssl), post.sles11 is updated;and move service.sles11.ppc64.tmpl to service.sles11.tmpl;and remove <pattern>base-64bit</pattern> from the .tmpl file;

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3145 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
mxi1 2009-04-09 08:33:16 +00:00
parent 749eb124c9
commit 22f9c58bd7
2 changed files with 2 additions and 8 deletions

View File

@ -55,12 +55,6 @@ export MASTER_IP=#XCATVAR:XCATMASTER#
export MASTER_IPS=#XCATVAR:XCATMASTER#
export MASTER="#XCATVAR:XCATMASTER#"
# for servicenode, add /install to /etc/fstab
echo "$MASTER:/install /install nfs timeo=14,intr 1 2" >>/etc/fstab
# check the arch for nodetype
NODE_ARCH=#TABLE:nodetype:$NODE:arch#
#
# This script has not yet been updated to work with service nodes
#
@ -71,7 +65,6 @@ do
do
#mount -r $i:/install/postscripts /xcatpost
wget -l inf -N -r --waitretry=10 --random-wait --retry-connrefused -t 0 -T 60 ftp://$i/postscripts
wget -l inf -N -r --waitretry=10 --random-wait --retry-connrefused -t 0 -T 60 ftp://$i/post/otherpkgs/sles11/$NODE_ARCH
if [ "$?" = "0" ]
then
@ -81,6 +74,8 @@ do
XCATSERVER=$i:3001
export XCATSERVER
else
NODE_ARCH=#TABLE:nodetype:$NODE:arch#
wget -l inf -N -r --waitretry=10 --random-wait --retry-connrefused -t 0 -T 60 ftp://$i/post/otherpkgs/sles11/$NODE_ARCH
rpm -ivh $i/post/otherpkgs/sles11/$NODE_ARCH/stunnel*.rpm
mkdir -p /usr/var/run/stunnel
mkdir -p /var/stunnel

View File

@ -38,7 +38,6 @@
</partitioning>
<software>
<patterns config:type="list">
<pattern>base-64bit</pattern>
<pattern>base</pattern>
<pattern>x11</pattern>
</patterns>