0c9cb53fd4
Merge pull request #1570 from gurevichmark/perltidyallfiles2
...
perltidy all perl files, part 2
2016-07-22 18:21:52 +08:00
bf3eb5fb39
Merge pull request #1576 from immarvin/onotherinterfaces
...
fix issue [DEV] "makehosts" generates the /etc/hosts entries with wrong domain name for node with "otherinterfaces" attribute #1575
2016-07-22 15:24:30 +08:00
13b0b37560
fix issue [DEV] "makehosts" generates the /etc/hosts entries with wrong domain name for node with "otherinterfaces" attribute #1575
2016-07-22 02:24:28 -04:00
fb911143fe
perltidy all perl files, part 2
2016-07-21 13:27:40 -04:00
aa840eb107
remove the missing files for pull request #1454 ( #1568 )
2016-07-21 02:59:31 -05:00
0a3fbd8d51
perltidy all perl files
2016-07-20 11:40:27 -04:00
5d46d48f6a
Fix issue of packimage -m txc ( #1554 )
...
* redefine the code to make distint
* fix issue of packimage -m txc
2016-07-20 07:06:33 -05:00
d7cd8f9a66
Merge pull request #1558 from whowutwut/discovery_logs
...
Fix some wording in the log messages generated during HW discovery
2016-07-20 17:07:50 +08:00
8c4cf22613
Merge pull request #1505 from chenglch/initxcatd
...
Only try to kill ssl listener process at first
2016-07-20 16:18:38 +08:00
1829169839
fix issue [customer] the rhels7.2 diskful installation with kernel and kernel modules updated by"geninitrd" failed with "Pane is dead" inside anaconda #1562 ; add a dracut hook in intrd to update the kernle modules inside the stage2 installer LiveOs
2016-07-20 03:59:54 -04:00
6d2ebfe9aa
Merge pull request #1537 from chenglch/restservice
...
Add rest api helper interface to access non-xcat resource
2016-07-20 11:40:34 +08:00
d0870bcb45
Merge pull request #1520 from penguhyang/rhels6_mn_log_diskless
...
add syslog module to realize the log forward
2016-07-20 11:18:57 +08:00
8187e3efa1
Add rest api helper interface to access non-xcat resource
...
Currently xcat rest service is running with apache user who do
not have the privilege to manage some local resource like credential
files needed by xcat web ui to get the conserver access.
This patch add scripts in xcatconfig to generate credential files
for conserver user. This patch also add a work around framework for
xcat restapi to provide the interface to get or set the system resource
so that restapi with apache privilege can retrieve the credential files.
2016-07-19 23:09:21 -04:00
797a64131b
add syslog module to realize the log forward
2016-07-19 22:43:42 -04:00
767857fe84
Merge pull request #1551 from xuweibj/kvmpower
...
Improve performance of kvm (powering-on)
2016-07-19 14:35:04 +08:00
e5356243e1
Merge pull request #1534 from xuweibj/blade
...
Improve performance of blade (powering-on)
2016-07-19 14:32:12 +08:00
d6e7b250f9
Improve performance of kvm (powering-on)
2016-07-18 22:21:12 -04:00
bf80c45c01
Fix some wording in the log messages during discovery.
...
Simplify the messages so that it does not take up too many lines in the log file
2016-07-18 15:54:13 -04:00
9344ec5558
fix issue geninitrd fails when pkgdir has more than one directory #1538 ; fix geninitrd fails to identify a ppc64le kernel #1539
2016-07-14 21:54:57 -04:00
7a6c9e72f2
Improve performance of blade (powering-on)
2016-07-14 02:07:19 -04:00
12c4227e9c
Merge pull request #1526 from xuweibj/T113891
...
Improve the performance for ipmi mgt(powering-on)
2016-07-13 15:59:01 +08:00
e02933ef54
Merge pull request #1510 from immarvin/onxcatconfig
...
fix issue Updating xCAT on OS that uses systemctl has a warning message #1509 ; run systemctl daemon-reload on xcat upgrade
2016-07-13 14:05:55 +08:00
17e0d88cd3
Merge pull request #1515 from neo954/go-xcat-devel
...
[go-xcat] Print out more error messages when reading repository failed.
2016-07-13 13:54:32 +08:00
52ec24a9b1
Improve the performance for ipmi mgt(powering-on)
2016-07-13 01:32:02 -04:00
1f32db80b0
Merge pull request #1503 from samveen/fix_exclude_list
...
xCAT-server: Fix exclude list for RH7 - Vim >= 7.4
2016-07-13 10:51:43 +08:00
9b48f99dd5
Merge pull request #1394 from gurevichmark/nodeset_offline
...
Nodeset offline for ppc64
2016-07-13 09:37:28 +08:00
97a159d47a
More fixes due to review comments
2016-07-12 09:13:40 -04:00
05f2832e7d
Remove dhcp entry for x86_64 node when nodeset offline is issued
2016-07-11 15:12:13 -04:00
861e60b3e0
code review suggestions
2016-07-11 14:29:57 -04:00
123f9bc400
[go-xcat] Print out more error messages when reading repository failed.
2016-07-11 15:26:04 +08:00
2ba87088c3
[go-xcat] Use a different user-agent for wget
2016-07-11 15:26:04 +08:00
368500d531
fix issue Updating xCAT on OS that uses systemctl has a warning message #1509 ; run systemctl daemon-reload on xcat upgrade
2016-07-11 01:29:11 -04:00
af5a4c6670
Only try to kill ssl listener process at first
...
Previously service xcatd stop or systemctl stop xcatd.service
will send TERM signal to all the processes of xcatd on some
platform which support this feature.
Close-issue: #1008 #537
2016-07-07 23:15:29 -04:00
f66297abc5
issue 1493, we made a change that include the updateflag from /install/postscripts/updateflag.awk. But the shebang in /install/postscripts/updateflag.awk points to the /usr/bin/awk which does not exist in sles11.x installer. This fix is to make a link to the installer shipped awk.
2016-07-07 03:52:01 -04:00
7ac29379b0
xCAT-server: Fix exclude list for RH7 - Vim >= 7.4
2016-07-07 03:48:25 +00:00
e80517eb6e
modify the pattern for xcat.discovery.xxx from MTMS to mac address
2016-07-06 06:20:18 -04:00
cf9636ae45
fix 1327 after pessl kitcomponents are removed from osimage, the INCLUDE env file for pessl are not cleaned up.
2016-07-06 03:36:16 -04:00
77a563ed89
Fix issue 1371: xcatprobe switch-macmap - could not get valid information
2016-07-05 22:15:20 -04:00
663e41e0d3
Fix issue 1468, modified to check the value of array element
2016-07-04 22:14:53 -04:00
45e364d123
fix rinstall bug for #1461
2016-07-04 07:05:07 -04:00
be94540f10
Merge pull request #1467 from neo954/go-xcat.2
...
[go-xcat] Add version number
2016-07-04 16:14:07 +08:00
a74af859ec
[go-xcat] Add version number
2016-07-04 15:40:05 +08:00
d4775db253
[go-xcat] Change all read' to
read -r' to make the script more robust
2016-07-04 14:52:02 +08:00
f968c75c8d
Merge pull request #1465 from zet809/fix_issue_1462
...
fix issue 1462: bmcsetup hang after commencing transmit of discovery …
2016-07-04 14:43:27 +08:00
547a82d464
fix [DEV] kernel parameters 'console=tty0 console=ttyS0' are not passed to the installed Ubuntu 16.04 LTS node #731@github;enable bootup information display on console during ubuntu 16.04 reboot
2016-07-04 02:24:18 -04:00
42d3deea44
fix issue 1462: bmcsetup hang after commencing transmit of discovery packets
2016-07-04 02:23:41 -04:00
d1dcf2aa1e
Merge pull request #1454 from immarvin/onupdateflag
...
fix issue [Customer]initrd stuck in loop and fails to get rootimg.gz for stateless image. #921 @github;use /install/postscripts/updateflag.awk as the script to report status in diskless and diskful provision
2016-07-04 14:08:43 +08:00
60d988b9d4
Fix issue caused by pull request #1400 . Add remote URL as Ubuntu repo properly.
2016-07-04 13:06:19 +08:00
40e2a50086
rename bar.awk to updateflag
2016-07-03 22:54:15 -04:00
9e173c0b34
Merge pull request #1449 from xuweibj/blade
...
add status powering-on for blade
2016-07-04 10:33:54 +08:00