2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 10:40:24 +00:00
Commit Graph

15447 Commits

Author SHA1 Message Date
Victor Hu
4cc980f3c6 In the c910 build area, we are using the older buildxcat scripts
so the path for finding the compiler.jar was incorrect.  Updated
the makerpm script to be able to find compiler.jar to build xCAT-UI
2015-05-21 14:31:41 -04:00
Casandra Qiu
135a048a67 Display Switch discovery data in the stanza and xml formats 2015-05-21 11:40:28 -04:00
Casandra Qiu
f005a3894a write switchdiscover attributes to xcat database 2015-05-20 10:38:50 -04:00
ertaozh
4b59e1cdc1 rspconfig ip=dhcp to set BMC get ip address through DHCP 2015-05-20 04:54:36 -04:00
ertaozh
292fd7abfd For command 'rspconfig <node> "userid=<username>" "username=<username>" "password=<password>"', if no userid and username specified, the default userid will be 1, if userid not set but with username specified, the default userid will be 2 2015-05-20 02:38:39 -04:00
WangXiaoPeng
4a91c526c3 defect 4671: fix the issue that restapi cannot set attribute which name is password 2015-05-20 02:54:48 -04:00
jjohnson2
bb7da9ab61 Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-05-18 15:24:39 -04:00
jjohnson2
c9dd5b6aed Fix issue with using getipmicons for pasu/piflash
getipmicons structures the data differently from getNodesAttribs.
Accomodate by merging each responses data in node by node rather
than simply overwriting with the last data.
2015-05-18 15:20:18 -04:00
ertaozh
1f8974af4f fix bug 4667:rhels6.5 diskful installation failed with netboot=yaboot, for netboot=nimol 2015-05-18 08:14:27 -04:00
ertaozh
2409539774 fix bug for PUT and POST attributwes of serviceprocessor object in RESTAPI 2015-05-18 04:58:22 -04:00
ertaozh
a08d3b3aad fix bug 4667:rhels6.5 diskful installation failed with netboot=yaboot 2015-05-18 04:45:04 -04:00
ligc
ae636e0afa fix for bug 2825 and 4628: print warning with makedhcp when the node ip address could not resolved, or the ip overlaps with dynamic range 2015-05-18 04:23:02 -04:00
GONG Jie
bd49b87057 Fix bug #4669, change the filename to be included, pre.rh.rhel7 -> pre.rh.rhels7. 2015-05-18 15:42:58 +08:00
ertaozh
fb9edfa7dd won't update ipmi table inside rspconfig <node> "userid=N" "username=<username>" "password=<password>" command 2015-05-18 01:56:59 -04:00
ertaozh
8cdde37902 fix bug that REST will return error message if no objection defined 2015-05-18 01:49:26 -04:00
ligc
889d0d1a8c update manpages of rmimage,liteimg and rinstall to remove the non-osimage flags and examples 2015-05-17 21:49:33 -04:00
linggao
91bd44955f more code for switchdiscover 2015-05-15 17:07:28 -04:00
Casandra Qiu
31be446db8 remove -i options from switchdiscover man page 2015-05-15 16:09:25 -04:00
Casandra Qiu
686e79211f nmap scan support for switchdiscover 2015-05-15 15:54:31 -04:00
linggao
20bf9f90f6 added output display for switchdiscover command 2015-05-15 13:31:21 -04:00
ertaozh
6041cea621 the RESTAPI for supporting to add/modify user/password for BMC with rspconfig 2015-05-15 06:40:27 -04:00
ertaozh
91cc4b2c65 add usage for supporting to add/modify user/password for BMC with rspconfig 2015-05-15 05:40:25 -04:00
ertaozh
6280270cd9 support to add/modify user/password for BMC with rspconfig 2015-05-15 05:24:32 -04:00
junxiawang
7c52ddc29c add cuda installation testcase 2015-05-15 04:52:36 -04:00
GONG Jie
185f6a32eb Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-05-15 16:46:50 +08:00
immarvin
9400eff3ed all the ubuntu xcat-dep packages should be uploaded to <pokgsa/projects/x/xcat/build/ubuntu/xcat-dep/debs/> on GSA, this script can grab them and finish the packaging 2015-05-15 04:32:41 -04:00
GONG Jie
7c5d902710 Rename pre.rh.rhel7 -> pre.rh.rhels7 2015-05-15 16:29:34 +08:00
linggao
1d7df6b238 more code for switchdiscover command 2015-05-14 11:27:38 -04:00
junxiawang
7d5d1c9b73 fix 4637 [FVT]:confignics -s does not work when there is no values in nics table 2015-05-14 05:50:11 -04:00
ligc
c0f65b7ae7 remove install/netboot/statelite related flags from rmimage, liteimg and rinstall 2015-05-14 04:57:44 -04:00
ligc
74cb3470eb remove install/netboot/statelite from the manpages of genimage,packimage,nodeset and imgcapture 2015-05-14 04:29:23 -04:00
ligc
4322c2b553 remove install|statelite|netboot from usage statements 2015-05-14 04:11:52 -04:00
ligc
2a107425ea not sure what happended, fix the bad checkin 8f7633c9b5 2015-05-14 04:00:58 -04:00
ligc
8f7633c9b5 remove the install/netboot/statelite from the usage statements of nodeset, imgcapture, genimage and packimgage 2015-05-14 03:55:42 -04:00
WangXiaoPeng
47725c06ae restapi, fix the issue that cannot set attribute which name is password 2015-05-14 02:33:20 -04:00
jjohnson2
4b426bad0b Make pasu/piflash consistent with other hardware credential lookup
Previously, pasu/piflash went to some trouble to hit common cases.
Switch to a method that uses the common target lookup code as
rpower/reventlog/etc to be consistent.
2015-05-13 14:48:59 -04:00
jjohnson2
3ba09c4157 Implement piflash
pasu can be slightly changed and frontend iflash.  Have pasu change
to use the command name to modify behavior.
2015-05-13 10:19:43 -04:00
jjohnson2
178a63cd4a Add the build id of pending UEFI
If UEFI is pending on IBM/Lenovo x86 systems, present
the build id of what the next boot should bring.
2015-05-13 10:18:22 -04:00
ertaozh
ff20b96dba 1. appending "statement" within makedhcp rather than from nodeset, find corrent tftpserver for petitboot booting; 2. Use hvc0 for ppc64 genesis shell 2015-05-13 03:40:35 -04:00
amy0701
6a8343d27d rest api for bmcdiscover 2015-05-13 03:10:25 -04:00
GONG Jie
a31c077789 Fix sourceforge bug #4621. This removed line was added by the fix of sourceforge bug #4511. But there is no good reason to change the perioids (.) in Debian/Ubuntu package names to colons (:). Since perioids (.) is a valid character in package name of Debian/Ubuntu. Due to Debian Policy Manual Section 3.1, Section 5.6.7 and Section 5.6.1. 2015-05-13 14:46:40 +08:00
GONG Jie
959e7f8d18 Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-05-13 13:42:16 +08:00
ertaozh
e100a5c19a fix bug 4635: Ubuntu genimage failure leaves bind mounts 2015-05-12 23:14:44 -04:00
WangXiaoPeng
fbb5fca652 defect 4553: make rinstall only output error message when certain node failed instead of stopping running 2015-05-12 22:47:35 -04:00
linggao
6155642aee Allow switchdiscover command call corresponding subroutines 2015-05-12 14:47:52 -04:00
billwajda
f62bdf3121 fixed a syntax error in dhcp.pm 2015-05-12 05:50:02 -04:00
billwajda
a2c5a0be58 dhcp.pm: moved authoritative statement inside the network stanza 2015-05-12 05:50:02 -04:00
billwajda
05339e823e updated dhcp.pm to put out a warning message when subnet/netmask for network in network table does not match network configured 2015-05-12 05:50:02 -04:00
ertaozh
3441bc337a appending "statement" within makedhcp rather than from nodeset, this commit is for yaboot 2015-05-12 04:58:13 -04:00
amy0701
2107c99f2a check if there is nmap or not 2015-05-12 04:31:59 -04:00