2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-22 14:05:32 +00:00
Commit Graph

4624 Commits

Author SHA1 Message Date
6d0bf02cfa fix return code is 0 when there are errors (#1763) 2016-08-25 14:48:23 +08:00
fd747d5fc6 give warnings and return when use -o -p -a for packimage (#1757) 2016-08-25 11:10:27 +08:00
c93b215c2c fix sles11.4 packimage return error when use tar compress method (#1743) 2016-08-24 12:13:36 +08:00
c4a536a18f use the same way to promote error msg (#1749) 2016-08-22 00:39:09 -05:00
609a21f269 Merge pull request #1703 from pdlun92/rflash_grs
rflash added check for GTB model type to set hpm upgrade buffer size
2016-08-18 10:38:48 +08:00
2586572132 Added check for GRS hardware current firmware version above 1.7_2.55 (1610A) 2016-08-17 11:07:54 -04:00
b950a4ccb4 Merge pull request #1597 from fenggaobj/master
1596:Enhance the process of reinstall for PCM
2016-08-17 08:52:05 +08:00
60f54f7fb2 Support --resize option for chvm (#1598)
* Support --resize option for chvm

* Handle generic error from libvirt when resizing VM

* Improve finding the disk to resize
2016-08-16 19:34:15 -05:00
484cf08bfd Removed unintended changes that were result of scp from dev machine 2016-08-16 09:49:46 -04:00
5f5bb2052f Added check for GTB Model Type to hpm upgrade buffer size 2016-08-15 15:50:40 -04:00
d4a397adce support tar for redhat6.8 2016-08-15 02:40:23 -04:00
be77e5f43f fix issue [DEV] it is ambiguous to determine which compressed rootimg to use among rootimg.tar.gz,rootimg.cpio.gz,rootimg.tar.xz... #1695; update the manpage and usage info of packimage 2016-08-13 02:53:05 -04:00
e1775355f5 refine the tar options 2016-08-12 21:11:48 -04:00
76ed1ab158 Provide a workaround for SD350 beacon
SD350 standard command does not stay on indefinitely.
Provide a workaround to cause that to stay on.
2016-08-12 10:07:16 -04:00
5cc61d92f2 Merge pull request #1686 from immarvin/onissue
fix issue  Nodeset for Ubuntu OS displays warning, but we should be more specific and only print on conditions where it might fail #1097
2016-08-12 15:00:51 +08:00
b9d8138395 fix issue Nodeset for Ubuntu OS displays warning, but we should be more specific and only print on conditions where it might fail #1097 2016-08-12 02:52:03 -04:00
d44176f1d1 update code of packimage (#1685) 2016-08-12 01:46:52 -05:00
79426ad21e add new option to indicate compress method (#1669) 2016-08-11 03:09:43 -05:00
c458718ebf move config switch files to scripts dir 2016-08-09 16:54:08 -04:00
f22feff401 Merge pull request #1519 from cxhong/switch
Switch-based switch discovery for BNT and Mellanox
2016-08-09 10:21:01 +08:00
878d43addc Add a section to attempt to autodetect the RHEL OS to bypass (#1644)
the need to update the discinfo database
2016-08-07 23:21:06 -05:00
4c7e345fb5 Merge pull request #1627 from gurevichmark/offline_when_rmdef
Cleanup boot configuration files when processing rmdef
2016-08-05 14:16:23 -04:00
560d01ab84 Cleanup boot configuration files when processing rmdef 2016-08-04 08:28:13 -04:00
4b859aea8a more modification... 2016-08-03 09:25:28 -04:00
180c3fc0c7 add more output msg for packimage (#1622) 2016-08-03 13:59:07 +08:00
5d4d0d169e Modify code from code review 2016-08-02 22:10:45 -04:00
5cd203cdf5 enhance packimage -m txc (#1602) 2016-08-02 16:45:31 +08:00
91954591ed To support more than 1 nics connect to the install network (#1613) 2016-08-02 14:44:18 +08:00
e92838a11a Merge pull request #1607 from immarvin/oncoderefine
Thank you for the comments and explanation.
2016-08-01 11:07:47 -04:00
2deffa2e7e Merge pull request #1601 from zet809/support_bond_for_hdwr_discovery
Deal with the scenario that more than 1 nic connecting to the provisi…
2016-08-01 14:05:20 +08:00
4efa05ddb5 Deal with hostname which is alias of the predefined node 2016-07-31 22:58:47 -04:00
bae1f51546 add description of subroutine get_disks_by_userspecs 2016-07-29 21:30:16 -04:00
843525e73b Restructure code flow for switch-based switch discovery 2016-07-29 17:25:45 -04:00
13fa0118b6 Deal with the scenario that more than 1 nic connecting to the provisioning network 2016-07-28 04:31:31 -04:00
dd783ff14b 1596:Enhance the process of reinstall for PCM 2016-07-27 03:50:30 -04:00
ec2abe3240 Merge pull request #1593 from gurevichmark/chvm_vmstorageformat
Use correct vmstorageformat for chvm
2016-07-26 15:01:53 -04:00
9fc3d2b967 Use correct vmstorageformat for chvm 2016-07-26 14:45:33 -04:00
db9a71750e Fix sytax errors reported by perltidy 2016-07-25 08:56:18 -04:00
efec9f073c modify otherinterfaces attribute and add status attribute 2016-07-22 09:54:30 -04:00
bf3eb5fb39 Merge pull request #1576 from immarvin/onotherinterfaces
fix issue  [DEV] "makehosts" generates the /etc/hosts entries with wrong domain name for node with "otherinterfaces" attribute #1575
2016-07-22 15:24:30 +08:00
13b0b37560 fix issue [DEV] "makehosts" generates the /etc/hosts entries with wrong domain name for node with "otherinterfaces" attribute #1575 2016-07-22 02:24:28 -04:00
cd10a95ff5 add otherinterfaces for error cases. 2016-07-21 13:29:44 -04:00
9589d1be59 more modification 2016-07-20 14:50:14 -04:00
0a3fbd8d51 perltidy all perl files 2016-07-20 11:40:27 -04:00
5d46d48f6a Fix issue of packimage -m txc (#1554)
* redefine the code to make distint

* fix issue of packimage -m txc
2016-07-20 07:06:33 -05:00
d7cd8f9a66 Merge pull request #1558 from whowutwut/discovery_logs
Fix some wording in the log messages generated during HW discovery
2016-07-20 17:07:50 +08:00
1829169839 fix issue [customer] the rhels7.2 diskful installation with kernel and kernel modules updated by"geninitrd" failed with "Pane is dead" inside anaconda #1562; add a dracut hook in intrd to update the kernle modules inside the stage2 installer LiveOs 2016-07-20 03:59:54 -04:00
6d2ebfe9aa Merge pull request #1537 from chenglch/restservice
Add rest api helper interface to access non-xcat resource
2016-07-20 11:40:34 +08:00
8187e3efa1 Add rest api helper interface to access non-xcat resource
Currently xcat rest service is running with apache user who do
not have the privilege to manage some local resource like credential
files needed by xcat web ui to get the conserver access.

This patch add scripts in xcatconfig to generate credential files
for conserver user. This patch also add a work around framework for
xcat restapi to provide the interface to get or set the system resource
so that restapi with apache privilege can retrieve the credential files.
2016-07-19 23:09:21 -04:00
767857fe84 Merge pull request #1551 from xuweibj/kvmpower
Improve performance of kvm (powering-on)
2016-07-19 14:35:04 +08:00