2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

22450 Commits

Author SHA1 Message Date
xuweibj
a428807868 set buildall to default when build ubuntu (#5474)
- same behavior as building rpm
2018-08-08 10:09:43 +08:00
Yuan Bai
de8dadfd41 fix /etc/hosts empty in sles12sp3 diskful installation (#5469)
* fix /etc/hosts empty

* fix /etc/hosts empty
2018-08-07 14:57:08 +08:00
xuweibj
523ada7297
Merge pull request #5473 from robin2008/build-tar
put the tarball directly under DEST directory when building xcat-core
2018-08-07 13:57:41 +08:00
robin2008
b319523ae3 put the tarball directly under 2018-08-07 13:54:24 +08:00
Bin Xu
dee3cd8b61 code error cause rpm package is not signed (#5471) 2018-08-07 09:51:27 +08:00
Bin Xu
4b73e824a9 enhancement on build xcat-core script to support output to directory (#5424)
* enhancement on buildcore.sh:
 - support DEST=<output path>
 - handle the case when checkout a tag

* build for ubuntu

* make more consistent behavior for build rpm and deb
2018-08-06 17:01:39 +08:00
xuweibj
f1bb7fbb30
Merge pull request #5468 from hu-weihua/psh_i
Add more debug information to test case psh_i for issue 5466
2018-08-06 17:00:34 +08:00
Gᴏɴɢ Jie
202e6d1ec3 Draft compute.rhels8.tmpl for RHEL8 Alpha Base OS (#5341)
Draft compute.rhels8.pkglist for RHEL8 Alpha Base OS
Draft pre.rhels8 for RHEL8 Alpha Base OS
Draft post.rhels8 for RHEL8 Alpha Base OS
Draft next generation post.xcat.ng
2018-08-06 16:47:07 +08:00
xuweibj
5bafda521e specify build pkg dir when build rpm/deb (#5463)
* specify build pkg dir when build rpm/deb

* modified depending on comments
2018-08-06 16:16:19 +08:00
huweihua
32c94e550e Add more debug information to test case psh_i for issue 5466 2018-08-06 04:15:50 -04:00
Weihua Hu
5d0db4e092
Merge pull request #5467 from neo954/psh-i
Fix psh_i test case on Ubuntu 18.04
2018-08-06 16:09:29 +08:00
zet809
c1608c0b79
Merge pull request #5452 from gurevichmark/rinstall_options3
Allow any command for runcmd= option
2018-08-06 13:44:56 +08:00
GONG Jie
7652fdcb21 Fix github issue #5466. Fix psh_i test case on Ubuntu 18.04 2018-08-06 12:04:55 +08:00
Mark Gurevich
ac7b9ab5ef Updated man pages 2018-08-03 11:07:35 -04:00
Weihua Hu
e776d73974
Merge pull request #5460 from neo954/psh-i
Avoid use command ifconfig in test case psh_i
2018-08-03 16:15:18 +08:00
Weihua Hu
785dff98dd
Merge pull request #5450 from neo954/fix-go-xcat-test-case
Revise go_xcat_noinput test case, by install package gpg on Ubuntu compute node
2018-08-03 16:15:12 +08:00
Yuan Bai
6451011849
Merge pull request #5464 from neo954/configeth
Fix minor configeth problem on Ubuntu 18.04
2018-08-03 16:11:45 +08:00
GONG Jie
306cb2b140 Fix minor configeth problem on Ubuntu 18.04 2018-08-03 16:04:31 +08:00
xuweibj
1b04e7141e
Merge pull request #5461 from bybai/bmc
check BMC state after BMCreboot in rflash -d
2018-08-03 15:26:30 +08:00
bybai
23759f22fc check BMC state after BMCreboot in rflash -d 2018-08-03 02:34:24 -04:00
GONG Jie
b72cbc2819 Avoid use command ifconfig in test case psh_i 2018-08-03 12:40:39 +08:00
Yuan Bai
fc1c23285e enhance partition for sles12sp3 (#5457) 2018-08-02 17:19:08 +08:00
Gᴏɴɢ Jie
802ed5cbad Suppress the `index.attr, No such file or directory' error message from openssl (#5456) 2018-08-02 17:00:22 +08:00
Yuan Bai
ccc69fc330 remind incorrect syntax in object name regular expression (#5455)
Remind incorrect syntax in object name regular expression
2018-08-02 11:22:43 +08:00
Yuan Bai
924a7a0373
Merge pull request #5445 from stanford-rc/routeop_gw
routeop: inconditionally replace the default gateway
2018-08-02 09:38:18 +08:00
Yuan Bai
199d5c35c1
Merge pull request #5444 from stanford-rc/hardeths_gw
hardeths: avoid duplicate GATEWAY entries in /etc/sysconfig/network
2018-08-02 09:31:56 +08:00
Yuan Bai
d4107cf1d5
Merge pull request #5449 from neo954/configeth
Avoid use command route in configeth, since it is obsoleted
2018-08-02 09:25:08 +08:00
Mark Gurevich
452d29eec6 Allow any command for runcmd= flags 2018-08-01 14:26:41 -04:00
GONG Jie
71bbc3fd2e Revise go_xcat_noinput test case, by install package gpg on Ubuntu compute node 2018-08-01 14:47:36 +08:00
GONG Jie
72f99de607 Avoid use command route in configeth, since it is obsoleted 2018-08-01 14:37:02 +08:00
Kilian Cavalotti
e37b462c42 hardeths: when multiple default routes are defined, only select one 2018-07-27 15:29:19 -07:00
Kilian Cavalotti
ad07e33014 routeop: add missing definitions for $route{,dest}1 which are missing for the default route case.
Also, properly isolate bash variables from regexp in sed command.
2018-07-27 15:23:29 -07:00
Kilian Cavalotti
e807651fae routeop: inconditionally replace the default gateway 2018-07-27 14:29:23 -07:00
Kilian Cavalotti
a9d48dc251 hardeths: only add GATEWAY in /etc/sysconfig/network if it's not already
there. Replace it otherwise.
2018-07-27 14:20:00 -07:00
Gᴏɴɢ Jie
738e5c8814 Use File::Temp::tmpnam() instead of POSIX::tmpnam() (#5443) 2018-07-27 17:40:33 +08:00
Yuan Bai
ee6314cb10 enhance lsdef Noderange format error (#5442)
* Enhancement for handling lsdef node-range format error
2018-07-27 17:00:36 +08:00
Gᴏɴɢ Jie
b480171f13 Fix github issue #5381. Use File::Temp::tmpnam() instead of POSIX::tmpnam(). (#5440) 2018-07-27 14:29:35 +08:00
Gᴏɴɢ Jie
6678ba7316
Merge pull request #5439 from bybai/dh
makedhcp check if mac format is valid
2018-07-27 13:02:36 +08:00
bybai
880a84ce07 makedhcp check if mac format is valid 2018-07-27 00:49:22 -04:00
Mark Gurevich
38fcae5b23 rinstall flag and option (#5437) 2018-07-27 11:09:41 +08:00
cxhong
ce42f6e03e block the command if run by non-root users (#5438) 2018-07-27 10:52:24 +08:00
Yuan Bai
9e161adf7c enhance ifdown/ifup for confignetwork and confignics (#5430)
* use ip link set to replace ifdown/ifup

* enhanced

* polished
2018-07-26 17:28:32 +08:00
Gᴏɴɢ Jie
29b5e07264 Add chrony to default Ubuntu 18.04 package lists (#5435)
* Add chrony to default Ubuntu 18.04 diskful package lists

* Add chrony to default Ubuntu 18.04 diskless package lists
2018-07-26 15:06:47 +08:00
Weihua Hu
2ea4189354
Merge pull request #5434 from robin2008/systemd-checking
using execute binary of systemd to determine if systemd is enabled on the distro
2018-07-26 14:43:55 +08:00
robin2008
5e53fa6824 using execute binary of systemd to determine if systemd is enabled on this distro 2018-07-26 13:23:45 +08:00
Gᴏɴɢ Jie
299570f550 Enlarge the size of /boot partition for Ubuntu (#5432) 2018-07-25 16:33:00 +08:00
Bin Xu
03242a3463 not generate debuginfo for xCAT-server package (#5431) 2018-07-25 15:25:08 +08:00
Yuan Bai
61ee40ee72 enhance liteimg to print message more reasonable (#5415) 2018-07-25 10:26:22 +08:00
Yuan Bai
806c507a6a support sles12sp3 servicenode installation (#5426)
* support sles12sp3 servicenode installation

* polished
2018-07-24 17:32:08 +08:00
zet809
c494001ba2
Merge pull request #5425 from neo954/ubuntu-18.04
Tweak for setupntp. Ubuntu use chrony.service instead of chronyd.service
2018-07-24 17:15:48 +08:00