yangsong
2f2b17f85e
EXECUTE in sync list will not invoke post sync scripts if the script itself is updated ( #6001 )
2019-04-04 09:00:29 -04:00
yangsbj
867d477510
fix issue xdcp EXECUTE of .post script not working as expected #5987
2019-04-04 08:59:05 -04:00
Jarrod Johnson
266e72d51d
Change more SLE to UTC from GMT
2019-04-02 09:50:46 -04:00
Jarrod Johnson
9656794352
Correct hwclock in other SLE xml
2019-04-02 09:43:53 -04:00
Jarrod Johnson
ac04f5addd
Fix reboot systemd-run
...
It would just schedule itself.
2019-04-02 08:27:00 -04:00
Jarrod Johnson
c7b85eaea3
Fix hwclock setting for SLE15
...
GMT causes localtime to be the timezone.
2019-03-21 15:30:48 -04:00
Jarrod Johnson
5f92abd078
Have autocons auto-react to SOL connect
...
When connecting, DCD indicates the activity. Use DCD
to commence/discontinue the SOL console.
2019-03-14 13:03:47 -04:00
Jarrod Johnson
15866feb45
Revise the autoconsole dracut hook
...
It was trying to run before there was a screen to attach.
2019-03-13 16:30:52 -04:00
Jarrod Johnson
50298b5d92
Add new contents to rpm spec file
...
The autocons components were missing.
2019-03-13 15:04:09 -04:00
Jarrod Johnson
bff2877061
Add autocons to Genesis
...
This permits genesis to use ACPI to determine console
after boot. This isn't as good as console=, but it's
close for most scenarios.
2019-03-13 14:51:39 -04:00
Jarrod Johnson
c26fdffb3e
Correct package name for iputils in SLE
2019-03-04 12:39:39 -05:00
Jarrod Johnson
3d1844c7a2
Adjust the package list for diskful SLE
...
Add commonly desired packages
2019-03-04 10:56:21 -05:00
Jarrod Johnson
092e525688
Have iputils available in SLE install
...
This was breaking various scripts
2019-03-04 10:07:01 -05:00
Jarrod Johnson
4fe2a72cb0
Try to use systemd-run for reboot
...
This has an improved chance of surviving yast process.
2019-03-04 10:01:39 -05:00
Jarrod Johnson
3432dac84d
Correct syntax error in xcat spec file
2019-02-28 10:51:19 -05:00
Jarrod Johnson
6785eb3adc
Extend reboot timer on SUSE
...
The SUSE postscripts run a long time before installer
completes, extend the timeout to facilitate that completion.
2019-02-28 10:36:16 -05:00
Jarrod Johnson
ef12180e06
Merge branch 'lenovobuild2.14' of github.com:jjohnson42/xcat-core into lenovobuild2.14
2019-02-28 10:02:57 -05:00
Jarrod Johnson
cc8aec5ace
Highlight mknb failure on upgrade
...
If for example the filesystem fills, a more obvious message
should be presented.
2019-02-28 10:02:12 -05:00
Jarrod Johnson
6e59b63b39
Remove dependencies for lenovo ubuntu builds
2019-02-13 16:02:59 -05:00
Jarrod Johnson
e472c928cd
Fix version in lenovo apt/deb builds
2019-02-13 13:40:41 -05:00
Jarrod Johnson
fc31759423
Change debian/ubuntu build to use gitver
2019-02-12 16:38:27 -05:00
Jarrod Johnson
58dab1f15e
Allow IB/OPA addresses in mac table again
...
The change blocked valid addresses.
2019-01-24 14:52:40 -05:00
Jarrod Johnson
d46eec274c
Fix non-hierarchical syncfiles
...
The change to fix hierarchical failed when the request did
not go through XML serialization. Fix by putting into the proper
structure.
2019-01-23 16:34:21 -05:00
Jarrod Johnson
4cb5a894d2
Fix syncfiles when node points at foreign node
...
Foreign node is unable to correctly relay to appropriate service
node without username. This is similar to the updatenode problem, but
occurs in a mismatch dhcp offer.
2019-01-23 16:15:27 -05:00
Jarrod Johnson
c7be8f3247
Merge branch 'lenovobuild2.14' of github.com:jjohnson42/xcat-core into lenovobuild2.14
2019-01-18 13:29:09 -05:00
Jarrod Johnson
aaa9ddd553
Do not proceed past boot into standby
...
Some installers advance the destiny multiple times.
Avoid going off the edge into 'standby' in such scenarios.
2019-01-18 13:28:29 -05:00
Jarrod Johnson
2222e61612
Adapt SLES to only modify SLES12
...
SLE15 uses Volume0_0, not Volume0 like SLES12
2019-01-16 15:02:20 -05:00
Jarrod Johnson
d527bb0b86
Support SuSE style RSTe
...
SuSE renames the RSTe volume in the middle.
2019-01-16 14:37:50 -05:00
Jarrod Johnson
c6c70e5df1
Auto-sense RSTe configuration and use it
...
RSTe can induce a software raid. If detected use
that software raid.
2019-01-16 13:29:10 -05:00
Jarrod Johnson
35154ff145
Merge branch 'lenovobuild2.14' of github.com:jjohnson42/xcat-core into lenovobuild2.14
2019-01-09 16:16:05 -05:00
Jarrod Johnson
660df81379
Fix SLES apache conf
2019-01-09 16:15:29 -05:00
Jarrod Johnson
5d350aca36
Put in piece of an old commit to sync up with master
...
Currently Table.pm has a partial revert. Rectify
this to sync back up with xcat.org in optimism that
the problem has been fixed (based on some examination
of changes since the mistake)
2019-01-09 14:25:01 -05:00
yangsong
5925987b55
fix issue of site.httpport support in makedhcp ( #5904 )
2019-01-09 14:22:06 -05:00
Jarrod Johnson
eb68b59906
Merge tag '2.14.5' into lenovobuild2.14
...
xCAT 2.14.5 release
2019-01-09 14:20:23 -05:00
Jarrod Johnson
a6898b9304
Correct incorrect loop keyword in nodestat
...
If a system had 3389 and sshd running, it triggered a bug.
Fix by using the correct loop flow keyword for perl.
2.14.3.lenovo5
2019-01-03 09:23:13 -05:00
Jarrod Johnson
919cae25af
Fix remoteshell compatibility with custom Match
...
If a user has a custom Match directive, remoteshell would
create an invalid configuration. Fix by ensuring we are
outside of a match context by doing Match all explicitly.
2018-12-13 17:14:06 -05:00
huweihua
53b97171a8
update for master release
2.14.5
2018-12-07 04:01:11 -05:00
Weihua Hu
71cdb42075
Merge pull request #5877 from zet809/modify_release_info_for_2.14.5
...
Update release information for 2.14.5 release
2018-12-07 10:22:56 +08:00
ertaozh
bdbe663586
Update release information for 2.14.5 release
2018-12-06 21:11:40 -05:00
Weihua Hu
5b36a4db0b
Merge pull request #5866 from xuweibj/case_inv
...
modify xcat-inventory cases path
2018-12-06 17:07:29 +08:00
xuweibj
39a141f70a
modify xcat-inventory cases path
2018-12-05 02:15:25 -05:00
Yuan Bai
f57bdef760
update install new kernel doc ( #5868 )
2018-12-04 15:47:49 +08:00
yangsong
a60c79e0c1
support site.httpport in ubuntu diskless ( #5865 )
2018-12-04 11:14:19 +08:00
xuweibj
0c9bbb1b47
Merge pull request #5859 from hu-weihua/p9case
...
fix issue 5858 test cases failed due to the change of output of rbeacon
2018-12-03 11:52:42 +08:00
Gᴏɴɢ Jie
2088bec4aa
Merge pull request #5861 from xuweibj/port
...
enhance pr 5715 of httpport check
2018-12-03 10:24:55 +08:00
xuweibj
4e1663a960
enhance pr 5715 of httpport check
2018-12-02 20:22:53 -05:00
huweihua
c3ad19d3b7
fix issue 5858 test cases failed due to the change of output of rbeacon
2018-11-30 20:10:23 -05:00
cxhong
4aa090f6e1
Determine NumberNodes in the command.log by the command requests ( #5787 )
2018-11-30 08:23:21 +08:00
zet809
8f3c3f7677
Fix issue 5150: tabch and tabdump commands can not deal with invalid attribute names ( #5846 )
...
* Fix issue 5150: tabch and tabdump commands can not deal with invalid attribute names
* reuse buildWhereClause for key retriving
2018-11-30 08:19:42 +08:00
xuweibj
260bb1033b
Merge pull request #5849 from hu-weihua/goxcat
...
fix for issue5848
2018-11-29 14:17:40 +08:00