Mark Gurevich
99cac5264a
Second pass for autogenerating usage
2018-01-23 13:47:11 -05:00
Victor Hu
d00ee26c67
Merge pull request #4651 from gurevichmark/openbmc_rspconfig_dump_all
...
Add rspconfig dump download all function
2018-01-22 15:33:35 -05:00
Bin Xu
c0074cf8ab
Add the 'postbooting' status to indicate xCAT start to handle postboot tasks ( #4346 ) ( #4369 )
...
- for diskful, it will be set when leaving 'booting' stage
- for diskless, it will be set when leaving 'netbooting' stage
- for diskful reboot, it will set when (site.runpostscript=1)
- modify the document accordingly
- also modify GlobalDef.pm, but it won't have impact as the status will not be in nodeset operation.
2018-01-19 02:39:11 -06:00
zet809
7928a734c9
Merge pull request #4643 from jjohnson42/fixmacdatacheck
...
Fix IMM MAC data check
2018-01-19 15:23:53 +08:00
chenglch
7633bb2714
Add gocons setup doc on service node
...
Add console state 2 in the servicenode table to help set up
goconserver daemon.
2018-01-19 14:11:05 +08:00
bybai
717b67304d
format emptyzonesenable
2018-01-18 21:17:34 -05:00
Mark Gurevich
956719b53e
Add rspconfig dump download all function
2018-01-18 11:42:32 -05:00
bybai
988898dde1
enhance emptyzonesenable description
2018-01-18 02:58:30 -05:00
bybai
df3eb6c4f4
change empty_zones_enable in named.conf
2018-01-18 01:44:29 -05:00
Jarrod Johnson
74fba1a3b8
Merge remote-tracking branch 'upstream/master'
2018-01-16 11:13:14 -05:00
Mark Gurevich
423a1c913d
Add resolved=LED option to reventlog
2018-01-10 11:57:31 -05:00
zet809
b750ea34d4
Merge pull request #4581 from cxhong/irpdu
...
Support rinv command for Intelligent PDU
2018-01-05 23:50:32 +08:00
Victor Hu
4703e396d6
Add man page and usage for LED support for OpenBMC rvitals
2018-01-03 10:48:32 -05:00
Casandra Qiu
9590c50927
Support rinv command for irpdu
2017-12-21 11:11:55 -05:00
zet809
22250397f8
Merge pull request #4391 from cxhong/pdurelay
...
Relay action and snmp configuration support for Coral PDU
2017-12-14 15:58:29 +08:00
xuweibj
4fa5cc18e5
Merge pull request #4502 from bybai/rfluse
...
add rflash -d usage and manpage
2017-12-14 15:45:25 +08:00
Victor Hu
fb0c523d2c
Merge pull request #4491 from gurevichmark/openbmc_rspconfig_man
...
Usage and man page update for rspconfig dump
2017-12-13 15:32:13 -05:00
Bin Xu
eb4fa5fc7a
updatenode -F not work in hierachy env as the user name is FQDN of MN ( #4484 )
...
* updatenode -F not work in hierachy env (#4455 )
- add trace when -V is enabled
- get the DSH_FROM_USERID from updatenode client
* - when 'updatenode -F' need to push SN first, using root as non-root does not have permission write to 'SNsyncfiledir'
- move the set DSH_FROM_USERID code out of the loop, and also cover remote client case.
2017-12-13 02:52:15 -06:00
bybai
0d870b9225
add -d usage and manpage
2017-12-13 01:59:23 -05:00
yangsong
921ae0cb4a
fix issue updatenode -f loses directories when copying files to SN #4456 ( #4494 )
2017-12-12 17:21:10 +08:00
Kilian Cavalotti
c3fa764ef9
Add support for the "file -> (noderange) file" syntax in synclist with ServiceNodes ( #4445 )
...
* Add support for "file - (noderange) file" in synclist when using
hierarchical mode. Fixes #4425
This patch ensures that:
1. the synclist is correctly parsed when running on a Service Node
2. all files are synchronized to SNs in hierarchical mode
* Better test condition for #4425 , addresses issue in
https://github.com/xcat2/xcat-core/pull/4445#issuecomment-349472901
2017-12-12 00:36:03 -06:00
Mark Gurevich
60e2f8ab26
Usage and man page update for rspconfig dump
2017-12-11 10:05:27 -05:00
Casandra Qiu
31d29641d8
change status back to starts
2017-12-08 14:49:47 -05:00
Casandra Qiu
62f56d1b25
build rst file from Schema.pm by db2man
2017-12-08 14:14:36 -05:00
Bin Xu
ca6024750f
makedhcp does not work well when all service nodes not running dhcp but disjointdhcps=1 ( #4426 ) ( #4440 )
...
- if all service nodes not running dhcp, to treat it as disjointdhcps=0
- nodeset will send request to MN by default even if disjointdhcps=1
- Move out of the dhcp service checking from opts pre-check, and do it just before real makedhcp handling.
2017-12-05 02:48:29 -06:00
Casandra Qiu
a1efbea5e3
Relay action and snmp configuration support for Coral PDU
2017-11-29 14:53:42 -05:00
Jarrod Johnson
f9ad10fd79
Merge branch 'master' of github.com:jjohnson42/xcat-core
2017-11-28 13:53:32 -05:00
Samveen
b314b1eb3b
natural_sort_cmp: recursion to iterative implementation ( #4314 )
...
* natural_sort_cmp: recursion to iterative implementation
* natural_sort_cmp: correct prototype with parameters, as per `man perlfunc`
2017-11-16 23:52:24 -06:00
Jarrod Johnson
6bb5ba27cf
Add disablenodesetwarning to man page
2017-11-16 15:03:05 -05:00
immarvin
593a6215e8
fix issueNode range not specified, see man page for syntax. return with no output when site.master is not set #4299
2017-11-16 01:31:59 -05:00
zet809
cb0c90aaa9
To replace pr 3683: Add switch_type lookup via MAC for Penguin Computing switches ( #4253 )
2017-11-15 23:45:03 -06:00
Bin Xu
585d771ed1
Introduce a natural compare func for sorting array and using it for rinv/rvital ( #4307 )
...
* Introduce a natural compare func for sorting array and using it for rinv/rvital
* 1, Remove the comments for previous codes 2,not using a new array variable there
2017-11-15 21:31:03 -06:00
immarvin
e261973c05
Support http repos for otherpkgs #4042
2017-11-13 00:47:50 -05:00
bybai
ea58eaae63
enhance chdef invalid attr check
2017-11-03 04:33:42 -04:00
cxhong
01bf03de74
switch_macmap output showed mac address on the wrong port for cumulus ( #4225 )
...
switch
2017-11-01 21:46:04 -05:00
Matt Ezell
bae354316e
Quiet some debug messages during discovery
2017-10-31 21:13:20 -04:00
Chuck Brazie
619593db4a
Merge pull request #4188 from StevenGessner/verifyNode_1026
...
z/VM IVP should tolerate slow xcatd startup.
2017-10-27 10:10:42 -04:00
zet809
ce1c0859e1
Merge pull request #4147 from chuckbrazie/master_ChuckB_updatesSinceApril
...
Chuck Brazie updates since April, plus add back in xcatws.cgi from 2.13
2017-10-27 17:59:08 +08:00
Steven P. Gessner
1f1ef56e41
z/VM IVP should tolerate slow xcatd startup.
...
The IVP expects xcatd to be fully operational by the
time is begins a run. It is possible for xcatd to
be delayed. The delay should not ause a corruption
of the zvmnotify property in the site table.
In addition, tests for tabdump failures should be
corrected and the log file should be set up sooner
so that debug information is available for similar
problems.
Change-Id: I2b0e3e875cc28f740a35b348faa0cc74f5acb7bf
2017-10-26 14:33:00 -04:00
bybai
5dd725e2fc
enhance chdef pre-check attribute
2017-10-26 06:12:26 -04:00
xuweibj
869642ed69
Enhance rspconfig sshcfg command (OpenBMC) by using multi-processes ( #4140 )
...
* Enhanse rspconfig sshcfg command (OpenBMC) by using multi-processes
* modified depending on comments
* modified depending on comments
2017-10-24 03:35:53 -05:00
Victor Hu
1dd8943ea0
Merge pull request #4121 from zet809/rspconfig_ipsrc_ip_for_openbmc
...
Add ipsrc for rspconfig, fix rspconfig vlan reading
2017-10-20 14:07:54 -04:00
Chuck Brazie
a8a57f64a4
Any updates since merge in October
...
Change-Id: I562c4069f5008a5faf71091fb243d349740052c1
2017-10-19 14:18:47 -04:00
Victor Hu
a8371f7a7f
Merge pull request #4098 from immarvin/onissue
...
fix [OpenBMC] rspconfig sshcfg issue where keys are not copied seems to be in xCAT #4074
2017-10-18 21:59:06 -04:00
zet809
a6661f84b7
Merge pull request #2927 from zVMopenstack/ZVM_XCAT_DEV
...
Merge the changes made for zVM into the xCAT development branch
2017-10-18 17:06:31 +08:00
ertaozh
c92834bfe1
Add ipsrc for rspconfig, fix rspconfig vlan reading
2017-10-18 04:44:16 -04:00
immarvin
2e63607c8c
refine the message in rspconfig sshcfg
2017-10-18 02:46:56 -04:00
zet809
d958b50d60
Merge pull request #4037 from robin2008/petitboot-error-handle-4-noderange
...
Enhance nodeset error handling not to exit with one node error when operating a node range
2017-10-17 14:34:44 +08:00
cxhong
6892d88582
xcatprob switch_macmap command does not support IB switches ( #4109 )
2017-10-16 22:02:41 -05:00
cxhong
4ef6cf663c
Support Vlan info of Cumulus Switch for switch_macmap command ( #4050 )
...
* Support Vlan info of Cumulus Switch for switch_macmap command
* merge the code from PR #4022
* fill in mac info via ssh instead of snmp command
2017-10-12 21:05:47 -05:00