2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-08 11:18:31 +00:00
Commit Graph

7988 Commits

Author SHA1 Message Date
Jarrod Johnson
1eb623cc4c Fix spelling mistake on 'dependency' 2017-03-15 10:50:05 -04:00
Jarrod Johnson
81debd4c6a Have windows plugin pass bootparams on request 2017-03-14 13:11:15 -04:00
Jarrod Johnson
8ed57115b7 Have esx.pm support the on-parameter passing of bootparams 2017-03-14 11:50:05 -04:00
bybai
da20f5acc0 polish code 2017-03-10 10:03:49 -05:00
bybai
4a7a5540ff fix rw rootimg for sles12.2 2017-03-10 10:03:33 -05:00
bybai
ca08a593a8 change HOSTNAME to hostname 2017-03-09 10:03:53 -05:00
bybai
2763a7229d polish code 2017-03-09 10:03:40 -05:00
bybai
fc61a6d229 fix hostname linux in statelite sles12.2 2017-03-09 10:03:25 -05:00
Jarrod Johnson
240e8a2d2e Add support for migrating switch table
confluent now supports switch discovery
2017-03-07 14:24:08 -05:00
Jarrod Johnson
00d1d94d72 Revert "Make nics attribute inhertable"
It was broken.

This reverts commit 98785fbddf.
2017-03-04 10:50:01 -05:00
bybai
0d2312ddb2 fix issue 2572 makedns fails with a noderange error 2017-03-04 10:44:01 -05:00
Jarrod Johnson
fa78fb4ba6 Fix import of mp data to confluent
The plugin was incorrectly attempting to pull
in fields from the nodepos table rather
than mp.
2017-03-01 09:56:54 -05:00
Jarrod Johnson
0dfe33edf5 Merge branch 'refs/heads/2.13' into lenovobuild2.13
Conflicts:
	xCAT/xCAT.spec
	xCATsn/xCATsn.spec
2017-03-01 09:46:50 -05:00
hu-weihua
960817505d Fix bug #2528 2.13.2 install xcat Error loading module /opt/xcat/lib/perl/xCAT_plugin/rhevm.pm 2017-02-22 03:06:03 -05:00
zet809
1ca955a33d Merge pull request #2514 from xcat2/2.13.nodeset_performance
merge 2.13.nodeset performance branch to master branch
2017-02-21 16:07:31 +08:00
tingtli
567e0eeb69 Merge pull request #2510 from chenglch/xcattable
Fix typo error in mknetboot when refactoring bootparams
2017-02-21 14:10:26 +08:00
zet809
813f2de154 Merge pull request #2477 from zet809/have_petitboot_boot_from_SN
[DON'T MERGE]To have petitboot and onie based node be able to get configuration from SN
2017-02-21 13:46:57 +08:00
chenglch
1f1f2ae5f1 Fix typo error in mknetboot when refactoring bootparams 2017-02-21 09:33:52 +08:00
zet809
b8b90a267f Merge pull request #2503 from chenglch/xcattable
Use bulk operation to update chain table for multiple nodes
2017-02-20 14:31:20 +08:00
chenglch
e05f183a8f Use bulk operation to update chain table for multiple nodes
Do not query bootparams table in yaboot
patial-issue: #2024
2017-02-20 13:48:50 +08:00
zet809
040bd52546 Merge pull request #2484 from chenglch/xcattable
Update bootparams in destiny to support discovery without DB access
2017-02-17 16:20:03 +08:00
Casandra Qiu
f874090137 Syntax Error for issue#2490 2017-02-16 10:01:50 -05:00
immarvin
c003a1ee93 fix issue [fvt]2.13.2 xcat install monitor process hang and could not reort the node status 2017-02-16 14:13:52 +08:00
chenglch
34296b9229 Update bootparams in destiny to support discovery without DB access 2017-02-15 17:20:24 +08:00
Weihua Hu
4f06808faf Merge pull request #2481 from cxhong/pdu
Add pdu support
2017-02-15 11:39:39 +08:00
Casandra Qiu
a613bd2ac8 Add PDU documentation 2017-02-14 14:08:09 -05:00
zet809
916e2f4348 Merge pull request #2448 from whowutwut/cleanup_logs
Clean up logger messages for xcatroot in diskless boot (2)
2017-02-14 22:59:36 +08:00
Victor Hu
f72676d35d Move the message for downloading the rootimg up 2017-02-14 09:49:43 -05:00
Casandra Qiu
c4e0f637c9 Add pdu support 2017-02-13 16:33:11 -05:00
ertaozh
23bc17d365 To have petitboot and onie based node be able to get configuration from SN 2017-02-10 03:34:41 -05:00
junxiawang
48af0de2b9 Merge pull request #2468 from chenglch/tftp
Do not show the error output when running kill all command
2017-02-10 15:26:46 +08:00
Yuan Bai
78a6c90203 Merge pull request #2425 from chenglch/regular
Make nics attribute inhertable
2017-02-09 14:59:34 +08:00
chenglch
98785fbddf Make nics attribute inhertable
As the attribute value in the nics table can not match the regular
expresion format supported by the table library, this patch add the
logic in the def utils to handle the regular expresion.

close-issue: #2412
2017-02-09 14:25:53 +08:00
chenglch
c14a617afc Do not show the error output when running killall command
close-issue: #2466
2017-02-08 16:14:56 +08:00
yangsong
fc6755dbf0 Merge pull request #2465 from stanford-rc/dhcp_indent-fix
dhcp.pm: fix indentation of generated dhcpd.conf file
2017-02-07 19:54:47 -06:00
zet809
ef6c48347a Merge pull request #2456 from whowutwut/cleanup_cons
Clean up useless commented code in the console files
2017-02-08 09:48:13 +08:00
Kilian Cavalotti
c839a2c838 dhcp.pm: fix indentation of generated dhcpd.conf file 2017-02-07 14:21:14 -08:00
chenglch
7f069d3f48 Do not stop tftp service in xcatd when restarting xcad service
close-issue: #2463
2017-02-07 16:50:34 +08:00
Yuan Bai
085e2d45c5 Merge pull request #2461 from stanford-rc/hosts-fix
makehosts: prevent redundant names in /etc/hosts when aliases are defined
2017-02-07 15:16:26 +08:00
immarvin
4804080586 add /tmp into the exlist of rhels7 diskless osimage 2017-02-07 12:44:44 +08:00
Kilian Cavalotti
258084cbc1 makehosts: prevents redundant names in /etc/hosts when aliases are defined 2017-02-06 14:53:08 -08:00
Victor Hu
939031275e Put the echo in different lines so the log can reflect rootimg transfer times 2017-02-06 14:21:27 -05:00
neo954
d7ca3e7b69 Merge pull request #2460 from immarvin/onxcatd
fix issue  #2459
2017-02-06 16:59:25 +08:00
immarvin
696ffeb023 fix issue [DEV]"xcatd: install monitor" process(listening on ipv6 socket) will die on status update from node failed on reverse dns lookup #2459 2017-02-06 16:47:23 +08:00
yangsong
822c083c93 Merge pull request #2447 from chenglch/tftp
Stop tftp service when xcatd shutdown completes
2017-02-06 00:19:58 -06:00
chenglch
04decbb47e Stop tftp service when xcatd shutdown completes
close-issue: #2436
2017-02-06 10:44:53 +08:00
Mark Gurevich
2c84e4b42f Merge pull request #2437 from hu-weihua/commandlog
Modify expression of enhancing command.log depending on Mark's comment
2017-02-01 16:28:01 -05:00
Victor Hu
b60c007f27 Clean up commented code that is useless in the console files 2017-02-01 13:05:19 -05:00
Yuan Bai
2b19ff36eb Merge pull request #2433 from jjohnson42/fixvitalsman
Amend man page for rvitals
2017-01-26 12:19:07 +08:00
Victor Hu
71a08a91f0 Format the logger messages to be consistent with the echo 2017-01-25 15:59:26 -05:00