2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-13 09:54:17 +00:00
Commit Graph

9743 Commits

Author SHA1 Message Date
cxhong 017ab78ba5 Failed to parse the prescripts without action defined (#5682) 2018-10-09 13:49:15 +08:00
zet809 c675a653db Merge pull request #5643 from jjohnson42/cnosxdsh
Add CNOS compatible xdsh config
2018-09-26 10:49:05 +08:00
ertaozh 366eef33a2 Modify warning message based on comments 2018-09-25 07:58:02 -04:00
ertaozh 26b142d2d4 Fix issue 5649: makedhcp misleading error message 2018-09-21 02:11:58 -04:00
yangsong 64d070b36d fix issue genimage failure might cause /proc umounted #5640 (#5648) 2018-09-20 17:04:52 +08:00
Jarrod Johnson fa37529d24 Add CNOS compatible xdsh config 2018-09-19 10:56:21 -04:00
Yuan Bai 95ca105635 enhancements for sle15 diskful CN deployment (#5605)
* add sle dir for copycds

* remove HPC packages from sle15 template

* copycds support ppc64le sle15

* support packages products for sle15

* create repos  for all products in sle15 Package ISO

* fix deployment status postbooting in sle15

* support sle15

* add copycds example for sle15

* generate add_on product

* polished

* adjust product_dir
2018-09-18 18:03:32 +08:00
cxhong 83b1749f88 Merge pull request #5625 from samveen/ks_impr
Kickstart improvements
2018-09-17 15:33:44 -04:00
Yuan Bai 6419d31dbd fix no space left on sles12.3 (#5636) 2018-09-17 16:58:36 +08:00
xuweibj 8132701423 fix issue 5627, find verbose option and delete it for openbmc perl (#5629) 2018-09-14 18:21:40 +08:00
xuweibj ce76aa18e9 fix issue 5617, show existed node info when bmcdiscover -z (#5619) 2018-09-11 16:34:21 +08:00
Samveen Gulati 67a633361f Fix RH/C 7 kvm templates to add NM disable postscript 2018-09-11 05:06:33 +00:00
Samveen Gulati 0abda98260 minor improvements to ks files 2018-09-11 04:59:47 +00:00
Bin Xu 863c36c83f Make disjoint mode working when service node up (inittime=1) (#5553)
* Make disjoint mode working when service node up (inittime=1), and in the time not run in parallel to avoid access DB too much

* For shared tftp, nothing need to be done in AAsn
2018-09-11 09:22:08 +08:00
xuweibj 1208e74358 fix issue 5604, delete extra / of rootimgdir 2018-09-06 22:53:39 -04:00
cxhong f4668cae07 Merge pull request #5582 from zet809/matching_for_bmcdiscovery
Matching for bmcdiscovery
2018-09-05 08:23:44 -04:00
ertaozh 7e4c3f4eff Update output message if bmcdiscover matching a pre-defined node 2018-09-04 22:21:05 -04:00
cxhong 66a15e497b Merge pull request #5568 from zet809/no_create_switch_object_for_mtms
Only update switch/port information for mtms based discovery
2018-08-31 09:57:08 -04:00
ertaozh 7f379abeb4 Enhance bmcdiscover to match nodes with mtm,serial,bmcip before creating new nodes 2018-08-31 05:39:47 -04:00
yangsbj 763d7bd29f fix issue #105 in xcat-inventory, correct the format of export entries in osimage.environvar 2018-08-31 04:25:21 -04:00
ertaozh 27a2292995 To have bmcdiscover matching pre-defined node with lc(mtm)*lc(serial)-ip 2018-08-30 06:17:10 -04:00
ertaozh 43a8280eac Only update switch/port information for mtms based discovery 2018-08-30 02:04:57 -04:00
Gᴏɴɢ Jie 092c045d9a Provide RHEL7->RHEL8 diskless support (#5567)
* Package lists and post-install scripts for RHEL8 diskless support

* RHEL8 kernel finding hack

* Subdirectory dracut_047 for RHEL8 support

* Use /bin/bash for all the scripts

* Use "set -x" for debugging

* Tweak dracut.conf

* Remove dracut-install
2018-08-30 10:29:15 +08:00
Gᴏɴɢ Jie d58f00ed5a Support RHEL7->RHEL8 diskful installation (#5491)
* Make curl "fail" on >= 400 reponse codes with --fail

* Minor fix of post.xcat.ng

* Hack for RHEL8 Alpha - make network active by default
2018-08-29 17:25:32 +08:00
Yuan Bai 522b5fcf37 enhance statelite persistent dir mount options for rh7.6 (#5566) 2018-08-29 14:44:59 +08:00
zet809 7a0e003bd9 Merge pull request #5549 from cxhong/5407
Change options from V|Verbose to V|verbose
2018-08-28 15:13:00 +08:00
xuweibj 32abba7a45 Merge branch 'master' of github.com:xcat2/xcat-core into I5548 2018-08-28 02:36:16 -04:00
Gᴏɴɢ Jie f7a3372a49 Still need the busybox cpio workaround in Ubuntu 18.04.1 (#5562) 2018-08-28 14:23:29 +08:00
xuweibj d16be880e4 fix issue 5548, if ip source is dhcp will remind that could not set ntpservers 2018-08-27 03:35:48 -04:00
yangsbj cc3d317823 capture retrieve_fd fatal error, log the underlie message 2018-08-26 23:08:25 -04:00
Casandra Qiu 85894795c6 Change options Verbose to verbose 2018-08-21 15:18:12 -04:00
Bin Xu 5fc4e7fad5 Enhancement for using site cache in plugin (#5535)
* site cache when run plugin does not work very well
- using cache from plugin when getNodesAttribs/getNodeAttribs (pass it into DB process from plugin process)
- Site cache is a whole hash, so to use cache when by the hash is there, instead of the specified key is there.
It is because that there might be no key defined in site table.

* with XCATBYPASS, to populate site hash before scan_plugins. Then only 1 query for site table to do whole things.

* cache site when init plugins on service nodes

* missing to comment the old codes query from xCAT DB process
2018-08-21 18:36:52 +08:00
Yuan Bai 6cb744fcf7 fix osarch missing from copycds (#5543) 2018-08-21 15:29:07 +08:00
Yuan Bai 14d27fe375 Merge pull request #5542 from xuweibj/rflash_lose_log
To fix issue that lose activation success log
2018-08-21 14:41:28 +08:00
cxhong 5b7b407793 update onie doc to add rspconfig sshcfg command (#5539) 2018-08-21 14:23:56 +08:00
xuweibj 025b9f8d1a To fix issue that lose activation success log 2018-08-21 02:14:45 -04:00
Weihua Hu d9c88bff3b Merge pull request #5537 from zet809/makeconservercf_deprecated
Add message to deprecated makeconservercf
2018-08-20 17:43:55 +08:00
ertaozh 229432618f Add message to deprecated makeconservercf 2018-08-20 05:36:04 -04:00
xuweibj d7aa111807 Merge pull request #5495 from bybai/rfla
capture rflash -d some debug info into rflash log
2018-08-20 17:13:23 +08:00
Yuan Bai d94406edae Merge branch 'master' into sle15support 2018-08-20 17:10:12 +08:00
bybai 25b60a5088 Merge branch 'rfla' of github.com:bybai/xcat-core into rfla 2018-08-20 04:47:28 -04:00
bybai 9969bbc7f4 enhanced 2018-08-20 04:47:08 -04:00
Yuan Bai aecfa7f011 Merge branch 'master' into rfla 2018-08-20 14:26:17 +08:00
bybai fedc352715 enhance text 2018-08-20 01:35:31 -04:00
zet809 0d0859ea74 Merge pull request #5429 from neo954/trailing-spaces
Remove all trailing spaces from xcat-core codes
2018-08-17 16:21:07 +08:00
zet809 aa1b147f25 Replace 5478 to fix issue 5476 (#5531) 2018-08-17 16:11:16 +08:00
cxhong 0832cc405d Support rspconfig sshcfg command for cumulus switch (#5483) 2018-08-17 15:53:53 +08:00
xuweibj b17c588896 Merge pull request #5359 from gurevichmark/rflash_lock
Lock rflash operation
2018-08-17 15:31:28 +08:00
zet809 b4bc1e9996 Merge pull request #5486 from jjohnson42/fixconfigfpc
fix configfpc with no gateway
2018-08-17 15:13:33 +08:00
Mark Gurevich 9659708a96 Add --noupdateinitrd option to rinstall (#5523) 2018-08-17 14:49:23 +08:00