2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-12 17:34:16 +00:00
Commit Graph

1238 Commits

Author SHA1 Message Date
vallard 0f53bf74bc finished more bugs and successfully imported and exported several images.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5722 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-08 21:53:05 +00:00
vallard 664cd8be8e finished imgimport and updated some fixes to imgexport
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5721 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-08 20:14:16 +00:00
lissav cbf519cce3 make routine of output table code for tabdump and tabprune to share
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5715 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-08 12:06:11 +00:00
jjhua 270a784f1c fixed the defect 2979358
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5713 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-08 07:39:15 +00:00
ligc 1b5cc19ab4 export GATEWAY and NETMASK for setbootfromnet
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5712 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-08 06:20:13 +00:00
vallard 9b5d77caeb fixed export to export image name and added beginning portion of import function
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5710 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-08 01:40:57 +00:00
jbjohnso 1edda3b632 -Fix discovery of blades via non-primary interfaces
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5705 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-07 21:14:14 +00:00
lissav 77e97cc1ed add verbose mode ( output change to tabprune... -a
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5704 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-07 17:51:37 +00:00
linggao 4fb276fb28 added #INCLUDE support for exlist files for packimage
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5703 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-07 15:14:29 +00:00
lissav 72ed095ccb add tabprune -p support for percentage to delete
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5702 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-07 14:42:03 +00:00
lissav 459025746e add tabprune -n support, take into account the table is not necessarily ordered and find the smallest and largest recid and use that to calculate recid to use to input to the tabprune -i process, which is the safest way to delete
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5698 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-07 12:41:52 +00:00
lissav 68717ef6d9 fix defect 2983092 use /opt/xcat and not hardcode path to makenamed.conf
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5697 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-07 11:13:42 +00:00
mxi1 2ddad2d1df if the nfs directory is set on the service node, but is not added into /etc/exports,
then will be added into /etc/exports when running "nodeset <nr> install";


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5695 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-07 06:16:51 +00:00
mxi1 53d4ac84be getsynclistfile() is updated, statelite should be use "netboot" directory instead of "install" directory
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5694 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-07 03:22:51 +00:00
linggao 09c63c2383 support invoking prescripts once for each nodes at the same time
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5690 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-06 19:47:13 +00:00
lissav adfd551781 change get table handle not to create, problems in DB2
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5686 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-06 14:52:10 +00:00
lissav f473040ca5 add support for DB2 in Where clause
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5684 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-06 13:34:11 +00:00
jbjohnso 6528119c03 -Fix problem where makedns -n with named already running would fail
-Fix problem where the final update payload of a zone would never be sent


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5675 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-05 20:12:16 +00:00
lissav 48ce35ed07 add tabprune <table> -i function, prune on an recid
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5674 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-05 19:44:12 +00:00
jbjohnso 38d396f2a6 -Throttle number of records to update per payload to avoid format errors
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5672 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-05 19:39:51 +00:00
cjhardee 4c29c0e054 Stateless images were not getting the timezone from site.timezone like stateful images were. Now it's being copied to /etc/localtime. Tested with RHELS5.4.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5661 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-04 04:01:05 +00:00
vallard 13b089ffd1 adds the imgexport/imgimport command to extract/pull in images to xCAT. This initial release just has export, hope to get import done by next week
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5659 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-03 00:07:49 +00:00
jbjohnso 81da8e0552 -Fix reverse zone filenames
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5658 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-02 18:09:58 +00:00
wanghuaz c045bdb945 Format the mac address to Linux mode before using on Linux OS
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5655 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-02 11:09:24 +00:00
mxi1 bcc4885a7f -bug 2980069 "the litefile command without any argument will return error message" is fixed;
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5654 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-02 10:07:35 +00:00
mxi1 6126529d5a Added hierarchy support for statelite;
It works for both redhat and sles. 


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5652 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-02 09:19:02 +00:00
jbjohnso e26eeee4c7 -Enhance compatibility with upgrading from 2.3 makedns configured setups
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5646 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-01 19:19:04 +00:00
jbjohnso e196a2943f -Fix problem in 2.4 where a refactoring removed code that gave explicit IP deassignment to *NOIP* mac addresses
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5644 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-01 19:10:37 +00:00
jbjohnso cc7b516b09 -Fix defect where pxe netboot would not work if pxelinux.cfg was not pre-created
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5641 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-01 14:45:22 +00:00
jbjohnso f10e730abb -Fix defect when dns plugin was requesting a column that didn't exist in the schema
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5640 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-01 14:09:42 +00:00
lissav b257c6a840 fix defect 2977006 add no_subtree_check to exports on install
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5638 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-04-01 13:27:32 +00:00
lissav 258c3611e0 tabprune table -a function
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5633 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-31 18:01:59 +00:00
lissav d051f10988 more tabprune interface checking
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5631 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-31 14:35:49 +00:00
lissav d5a488523a checkin some basic start for tabprune
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5630 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-31 14:07:19 +00:00
mxi1 688cfffe51 -defect 2979119 is fixed;
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5626 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-31 12:35:45 +00:00
ligc fc6f50be0e undo the relative path support code, notification module uses different algrithm for the path calculation
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5622 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-31 01:45:15 +00:00
jbjohnso cbf383dd9e -Output temporary password if manually executing a host account add
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5616 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-30 19:56:37 +00:00
jbjohnso f4db405c3b -Add some default service principal names to machine accounts in AD
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5615 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-30 19:54:48 +00:00
caoli 5a15a760d0 Add x86 disccode for RedHat5.5
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5605 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-30 11:24:24 +00:00
caoli 034fbadf99 Add RedHat 5.5 disccode for ppc64
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5604 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-30 11:13:15 +00:00
daniceexi a5bd0d0d23 make the mac address used in the yaboot config file name in low case
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5603 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-30 08:17:42 +00:00
daniceexi 55530c5ae0 change the warning message for nodeadd,mkdef,chdef add node name with capitcal letter
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5602 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-30 04:13:18 +00:00
lissav 580ce97aa1 add support for exporting /install on Stateful SN, if installloc not set for statelite
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5596 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-29 16:33:43 +00:00
jjhua 48e1838d7c fixed the defect 2971353;hw control commands support for hierarchy
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5594 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-29 03:38:05 +00:00
jbjohnso f32f9dbc2b -Implement rpower suspend for vmware.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5589 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-26 12:46:05 +00:00
daniceexi 812e96221d defect 2976609: make lsdef equal to lsdef -t node
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5588 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-26 11:45:16 +00:00
nott 2df800942b Add interim fix manager support for AIX.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5584 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-25 18:15:06 +00:00
jbjohnso 6f3159c2dd -Be more specific about vm placement on power on in the face of clustered hypervisors
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5574 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-24 15:09:43 +00:00
daniceexi c0b9d01cb3 defect 2968792: add warning when the node name has capital for nodeadd, mkdef, chdef(only for new node)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5572 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-24 14:51:26 +00:00
jbjohnso f1d609d48c -Fix configuration datastore identification in vmware environments not using xCAT auto-attach when scsi is requested
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5569 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-03-24 12:08:21 +00:00