2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-09-07 02:38:15 +00:00
Commit Graph

19357 Commits

Author SHA1 Message Date
Jarrod Johnson
eda85df39d Have FPC and similar 'neverwait' in the context of reseat
Back out previous attempt, as it didn't work.
2.13.2.lenovo1
2017-06-13 16:50:08 -04:00
Jarrod Johnson
82bdeae701 Prevent waitforrsp blocking during login
The reseat code introduces interdependency on login. For now
deal with it by letting login proceed unfettered.
2017-06-13 16:42:27 -04:00
Jarrod Johnson
ee77d4f79a Set community to public in moncfg for now 2017-06-13 13:52:08 -04:00
Jarrod Johnson
2b8d9048b5 Add note to the site man page information on installdir 2017-06-12 14:45:48 -04:00
yangsong
bdd8e64cf4 fix issue #2856: [DEV] nodes provisioned with redhat osimages created by xCAT 2.12.3 or earlier missed yum repo to MN in xCAT 2.12.4 or later (#2857)
* fix issue [DEV] nodes provisioned with redhat osimages created by xCAT 2.12.3 or earlier missed yum repo to MN in xCAT 2.12.4 or later #2856

* fix issue [DEV] nodes provisioned with redhat osimages created by xCAT 2.12.3 or earlier missed yum repo to MN in xCAT 2.12.4 or later #2856
2017-06-08 10:18:03 -04:00
immarvin
9c4b0ee551 fix issue postscript fails and status=booted. #2665 2017-06-08 10:16:50 -04:00
Kilian Cavalotti
29d8a98499 Fix double logging of postscript output in /var/log/xcat/xcat.log 2017-06-08 10:16:22 -04:00
Jarrod Johnson
2cf6058229 Have dd argument apply for all nodes in nodeset 2017-06-07 16:04:18 -04:00
Yuan Bai
a3864bdafc fix issue 3142 delete useless dracut.* files under rootimg/tmp in liteimg (#3154)
* fix issue 3142 useless dracut.* files under rootimg/tmp cause liteimg cost much time

* polished

* polished
2017-06-06 14:33:07 -04:00
immarvin
b84e4f557e fix issue Wrong permissions for ssh host private keys on CentOS 7 #2617 2017-05-23 15:30:52 -04:00
Jarrod Johnson
9a1381f698 Try to bring up 'UP' nics, which may not really be up 2017-05-20 14:15:43 -04:00
Jarrod Johnson
6573d8f9f1 Skip scanning an mpa if nodetype is not blade
To many things are using mp table.  Use nodetype blade
to indicate it's really a 'blade' (specifically the
BladeCenter/Flex variety).
2017-05-20 13:06:07 -04:00
Jarrod Johnson
60871f7709 Workaround switches that report ifindex in bridge
Some switches report ifindex instead of bridge index.

This is not compliant behavior.  However, we can detect
that every last mac was a dead end, and assume this is
the case to try to get better result.  This won't work
if there is overlap in interface and bridge indexes, so
in that case, the spec compliant behavior is assumed.
2017-05-20 12:53:42 -04:00
Jarrod Johnson
3213ceb972 Add dd=file:///dd.img for single dd injection
In single dd injection, was missing the dd argument
correct this.
2017-05-18 15:46:53 -04:00
Jarrod Johnson
86363a518e Fix rpower reset when a pdu is configured 2017-05-10 10:49:38 -04:00
Jarrod Johnson
2a2f353367 Fix syntax of newmib
It has to be referenced as a hash element.
2017-05-10 10:25:56 -04:00
Jarrod Johnson
ea1a19ffc2 Support newer PDU firmware
Newer PDU firmware renumbered OIDs.  Detect and adapt
to new OIDs on the newer firmware.
2017-05-10 10:22:07 -04:00
Jarrod Johnson
b3fa820181 Add rsync as a dependency for xCAT 2017-05-05 09:36:15 -04:00
Amanda Duffy
3d8f76cbde Add noderange to piflash man 2017-05-04 16:02:32 -04:00
Jarrod Johnson
339720e137 Implement timeout for session sharing
When an ipmi session is shared, have waitforrsp
have a specified timeout.
2017-05-03 11:34:22 -04:00
Jarrod Johnson
b79c005061 Move pending UEFI to its own line
The pending info is not guaranteed to refer to the
primary bank.  Move to its own line to reflect the
ambiguity better.
2017-05-02 14:11:20 -04:00
Amanda Duffy
093c56c062 Add piflash man page 2017-05-02 13:53:42 -04:00
Jarrod Johnson
a384f75f4d Have rspconfig understand comma delimited args
For a multi-node node, use commas to allow user to request other
parameters for distinct sub-nodes.
2017-05-02 12:02:51 -04:00
Jarrod Johnson
93b3df81aa Turn off xcatpost at beginning rather than end
If a postscript reboots, make sure that our logic for
self-termination is at the least executed.
2017-05-02 11:35:45 -04:00
Jarrod Johnson
6f10116e59 Fix FPC reseat behavior on multiple nodes 2017-05-02 11:19:54 -04:00
Jarrod Johnson
c0bbce36da Initialize IPMI variables earlier
In some scenarios, an IPMI instance could be called to handle
data earlier than it should.  Ensure the state of the object is
in adequate shape to react as soon as possible.
2017-05-02 10:49:39 -04:00
Jarrod Johnson
340d7072d6 Update usage message for rflash. 2017-04-25 09:22:53 -04:00
bybai
30269bb604 fix issue 2657 2017-04-10 14:42:46 -04:00
chenglch
15884f6574 Fix addkcmdline issue which can not customise the boot params
close-issue: #2614
2017-04-05 09:23:39 -04:00
Jarrod Johnson
e2f7a108f5 Fix recognizing success to filter 2017-04-05 09:22:48 -04:00
Jarrod Johnson
25854e87a1 macdata can be a string, ignore that as well 2017-04-04 09:50:05 -04:00
Jarrod Johnson
ec954acb2b Update pasu filtering 2017-04-03 09:59:38 -04:00
Jarrod Johnson
b9ab45ed10 Remove extraneous content from pasu 2017-04-03 09:57:04 -04:00
Jarrod Johnson
4978055cd5 Correct wrong FPC abort code 2017-03-31 11:29:11 -04:00
Yuan Bai
c24687a23e fix 2786 statelite NFS mount options are ignored (#2791) 2017-03-31 09:32:28 -04:00
Jarrod Johnson
687188d013 Filter out extraneous output of OneCli 2017-03-30 16:42:56 -04:00
Jarrod Johnson
ef136c7f91 Fix incorrect switch table handling
A different program flow is required to deal with the oddity of the
switch table
2017-03-29 16:31:55 -04:00
Jarrod Johnson
638d27fde8 Technical preview compute template for RHEL atomic 2017-03-29 10:57:08 -04:00
Jarrod Johnson
269978d524 Recognize RH atomic media 2017-03-28 15:11:26 -04:00
Jarrod Johnson
cefefa7d1b Move the console title to right place 2017-03-28 11:26:55 -04:00
Jarrod Johnson
2ac5da13ef Fix missing sessdata 2017-03-28 11:11:36 -04:00
Jarrod Johnson
9e9c12843a Attempt to set pane-border-status
This makes better use of those lines in tmux.
Newer feature, so degrade gracefully in failure.
2017-03-28 09:39:07 -04:00
Jarrod Johnson
edb97dc0f1 Fix if macdata does not exist
If macdata undefined, it took out all of inventory.
2017-03-28 09:28:20 -04:00
Jarrod Johnson
bebac9a567 Have FPC process handle failure to abort 2017-03-27 17:13:23 -04:00
Amanda Duffy
f4b33ef2ea reseat option for high-density servers
Add "Lenovo High-Density Server" to rpower man and usage. Add reseat
option.
2017-03-27 13:43:26 -04:00
Amanda Duffy
1f5facb4e2 rpower reseat definition
Add definition of reseat which was apparently missed in last commit.
2017-03-27 13:43:10 -04:00
Amanda Duffy
bc511e27f3 Add reseat to rpower man page
Add reseat to rpower man page, under "Blade specific" sections. Also add
definition.
2017-03-27 13:43:04 -04:00
Jarrod Johnson
201b2de89f Recognize CDI and PSI prefixes for IMM 2017-03-20 16:03:33 -04:00
Jarrod Johnson
e50cf37317 Provide UEFI version for TEI prefix 2017-03-20 15:49:57 -04:00
Jarrod Johnson
73c1ab6961 Workaround ssh pickiness
ssh from sles12 to rhel7 node during install causes SIGABORT
on the sles12 install pre-reboot.  Workaround by
sticking to the AES ciphers at that stage.
2017-03-17 16:48:30 -04:00