2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-12 09:24:19 +00:00
Commit Graph

541 Commits

Author SHA1 Message Date
mxi1 b11687c421 the code to enable statelite semantics on top of ramdisk is here:
there's one new attribute called "rootfstype" for the osimage;

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8564 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-01-06 06:54:06 +00:00
phamt b1df4c12e4 Set SELinux default context in RHEL6 postscript.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8552 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-01-05 16:43:50 +00:00
mxi1 36170ea2fc rename "rh5" to be "rhels5"
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8504 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-22 06:25:38 +00:00
mxi1 93db0c579b rename "rh5" to "rhels5" for the sample files
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8503 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-22 06:24:40 +00:00
mxi1 3b2b2f555e rename the *.rhel6.* files under /opt/xcat/share/xcat/install/rh directory to *.rhels6.*
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8502 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-22 06:23:37 +00:00
mxi1 df548ce77a added the sample files for rhels6 diskless service node
also, removed the rhels5.3, rhels5.4 files, and added them for rhels5

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8501 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-22 06:21:31 +00:00
mxi1 9f6781f316 for defect 3139537;
fixed the defect to handle the relative path related with "../add-on/statelite/rc.statelite".

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8492 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-21 03:22:09 +00:00
phamt 4be45af09c Added support for RHEL6. Cleaned up RHEL5 kickstart template.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8485 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-20 17:48:56 +00:00
wanghuaz aa7154a648 Fixed bug 3132861: If there is no /etc/modprobe.conf, there will be one warning msg output. Now all the opreations related to /etc/modprobe.confwill be added in the check of whether the file is existing.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8478 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-20 09:39:20 +00:00
phamt 36c6086197 Changed comments.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8460 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-19 14:10:47 +00:00
phamt c10b574c08 Changed comments.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8455 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-18 21:37:44 +00:00
phamt 7dbecf8ded Checked in SLES 10 reference template for autoyast generator.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8454 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-18 21:36:18 +00:00
phamt fb4667cad2 Checked in script to create autoyast template for Linux on z.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8453 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-18 18:01:35 +00:00
phamt f880c8c0ac Checked in script to create autoyast template for Linux on z.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8452 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-18 17:03:41 +00:00
mxi1 680a09572e the code to generate ifcfg-ethx files has been moved from rc.statelite to the enablekdump script
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8437 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-16 09:36:17 +00:00
mxi1 a11dac9e1c Merge branch 'rhel'
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8411 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-15 08:37:32 +00:00
mxi1 dd661c6aa0 code is committed for kdump feature
the "dump" attribute is added for the linuximage table

/install/kdump/tmp directory will be created by default when xCAT rpm package is installed;

the "enablekdump" postscript is added for kdump feature

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8396 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-14 07:15:45 +00:00
mxi1 f159080112 use FindBin module to resolve the relative lib path.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8388 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-13 06:59:31 +00:00
wanghuaz 091fe027fe Fixed one problem for IB support on SLES.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8308 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-03 03:25:07 +00:00
wanghuaz 59595ef4d2 IB support on RHEL6 code checkin.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8302 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-02 11:39:06 +00:00
nott ea1af7115b added additional prereqs for dump support
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8297 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-12-01 13:58:55 +00:00
mxi1 fb867bc6b8 removed the sleep time interval before litefile and litetree commands
replace /sysroot with $NEWROOT in rc.statelite and rc.statelite.ppc.redhat

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8251 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-24 03:29:17 +00:00
mxi1 1cb5bdb0d7 the code to handle ifname/netdev/BOOTIF is updated;
also, when the node is booting up, one file named "ifcfg-ethx" will be created for redhat6.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8236 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-23 12:15:54 +00:00
jbjohnso 617f0430ec Add package list for RHEL HPC 6, excluding yp and ntp which are unavailable in that edition
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8131 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-11 15:52:09 +00:00
mxi1 667b27efe7 for the defect 3086753, I have removed the /boot partition from the .tmpl files.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8114 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-10 07:15:21 +00:00
jbjohnso 18b2a0d8aa -Restore resolv.conf preservation in RHEL5 stateless
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8106 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-09 18:41:22 +00:00
mxi1 3822bfc406 Squashed commit of the following:
update the code to handle the scenario when both the parent and child directory exist in the litefile table

    remove one line from xcat-prepivot.sh

    updated the manpage for litefile

    the statelite document is updated

    /etc/mtab is added as one default entry when "litefile" or "ilitefile" commands are running, even it is not in litefile table

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8100 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-09 12:49:55 +00:00
mellor 6ebe2d9747 rollupdate sample file for stateful nodes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8091 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-08 13:04:17 +00:00
mxi1 eb7a1b66c3 merge the code change to rc.statelite.ppc.redhat
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8081 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-06 07:51:34 +00:00
mxi1 7ccb6dc32e add code to support "/var/" and "/var/tmp/logs" as parent&child directory;
some bug fix in rc.statelite

    fix one bug when recovering the files in litefile.save
    update the example for parselitefile subroutine

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8080 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-06 07:36:48 +00:00
mellor e9efa7b2dc rollupdate Linux support
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8025 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-03 22:20:19 +00:00
mxi1 d6a37d7277 Squashed commit of the following:
remove two echo in xcat-prepivot.sh;
    the stateltie script is updated,
    two typos in the manpage of litefile table are fixed;

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7935 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-27 03:28:15 +00:00
linggao 44be87bb74 made permission for / on stateless node to be 755
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7932 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-26 15:03:32 +00:00
mellor 57323f9d12 Rolling Update - LL changed job keyword reservation_resources to step resources
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7923 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-25 18:11:58 +00:00
mellor e2b5c32173 AIX SN bundle file update - do NOT auto install mysql-connector-odbc
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7918 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-25 17:23:49 +00:00
mxi1 3a928b23b7 for defect 3090498, remove two unused variable in sles.pm;
for defect 3091772 and 3091775, two errors in sles genimage.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7898 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-21 08:02:24 +00:00
mellor ab5b2ca9df bundle file and pkglist updates to automatically install perl-DBD and ODBC rpms on service nodes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7767 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-06 19:05:26 +00:00
phamt f143dae32f Added network drivers for s390x. Change nodeset command for zVM to handle the new name of initrd-statelite.gz.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7743 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-04 16:12:34 +00:00
mellor ead4611db4 changes to accommadate new reservation_resources support from LL
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7683 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-27 21:23:41 +00:00
jbjohnso 3cac50a3bc -Fix multiwide blade rcons
Have ddns delete TXT records for DHCP to avoid confusion

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7680 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-27 20:21:39 +00:00
mxi1 152777a64e update the code to handle the kernel in genimage
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7667 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-27 09:09:50 +00:00
mxi1 9ce6102a4a for defect 3072164,
move the code related with kernel selection out of "unless($onlyinitrd)" block.

    the code for sles and redhat  is all udpated.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7639 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-25 09:54:06 +00:00
jbjohnso ed66c9013c -Fix errors in BOOTIF handling and RHEL5 stateless/statelite image network bringup
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7577 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-22 15:08:16 +00:00
mxi1 8b22241384 The litefile options have been updated to what we wished in design;
also the documents related with "statelite" and "genimage" are updated;
the description for "litefile" options are updated in Schema.pm

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7527 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-20 17:16:25 +00:00
linggao d3b2c73a23 bug fix
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7508 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-17 18:12:25 +00:00
linggao eabd2ed67d bug fix
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7506 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-17 17:33:51 +00:00
mxi1 444bdd0b8e the code change for genimage enhancement is here
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7491 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-17 09:54:47 +00:00
nott 1397864fc5 no longer need opensssh.license package
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7468 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-15 17:16:43 +00:00
mellor 9b6954d30d Rolling Update support for AIX
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7453 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-14 22:29:41 +00:00
mxi1 a6f6a92f56 one typo in rc.statelite is fixed
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7445 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-14 09:25:43 +00:00