2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 11:10:24 +00:00
Commit Graph

24962 Commits

Author SHA1 Message Date
litingt
2df0f3f36b update cases to apply in docker container 2019-04-17 03:01:59 -04:00
yangsong
188f9e3e2b Merge pull request #6227 from neo954/dracut-compress
Only pass "--compress" argument to dracut when ($dracutver > "033")
2019-04-16 15:23:58 +08:00
GONG Jie
b9636cf2fa Change the document for github issue #6224 2019-04-16 15:22:39 +08:00
GONG Jie
428483035f Only pass "--compress" argument to dracut when ($dracutver > "033") 2019-04-16 14:42:23 +08:00
Weihua Hu
6157c035b4 Merge pull request #6197 from tingtli/task43
update case rspconfig_dump_download and rspconfig_dump_no_option
2019-04-15 09:59:18 +08:00
Bin Xu
0b560e1c49 Merge pull request #6225 from gurevichmark/genimage_exec_undo
Undo verify packaging command PR 6216
2019-04-13 12:43:20 +08:00
Mark Gurevich
ac6f514ca9 Undo verify packaging command PR 6216 2019-04-12 13:24:49 -04:00
litingt
46914b45ac update according to comments 2019-04-12 04:23:25 -04:00
zet809
e9c38e3693 Merge pull request #6214 from bybai/configib
configib support nmcli
2019-04-12 14:51:46 +08:00
zet809
da0790d35d Merge pull request #6201 from bybai/extra_param
confignetwork extra params support and multiple ipv4 address ethernet nic support using nmcli
2019-04-12 14:51:17 +08:00
bybai
d92f45a906 polished 2019-04-12 03:04:10 -04:00
bybai
8e343110c7 polishe 2019-04-12 02:29:23 -04:00
yangsong
eeac8b72f0 Merge pull request #6211 from neo954/rhels8-diskless-pkglist
Revise the pkglist files for RHEL 8 diskless compute node and service node
2019-04-11 17:08:36 +08:00
bybai
3f4c7431c5 polished 2019-04-11 05:07:50 -04:00
bybai
d8cb9b5b04 reduce if/else times 2019-04-11 04:48:33 -04:00
GONG Jie
3496382747 Add tar back to the diskless pkglist files 2019-04-11 16:43:54 +08:00
bybai
68925429a3 polished networkmanager_active logic 2019-04-11 04:37:50 -04:00
yangsong
5abb2a20ef Merge pull request #6216 from gurevichmark/genimage_exec
Verify packaging commands can be executed during genimage processing
2019-04-11 10:04:20 +08:00
Mark Gurevich
002c40f9e6 Verify zypper command can be executed 2019-04-10 15:21:51 -04:00
Mark Gurevich
54a55a4d0d Verify debootstrap command can be executed 2019-04-10 14:26:33 -04:00
bybai
45631ac217 create bridge on RH8 in postscripts 2019-04-10 06:06:40 -04:00
bybai
11e45fd741 unify nicextraparams interface for RH8 and RH7 2019-04-10 04:36:46 -04:00
tingtli
a25afe2ab6 Merge pull request #6215 from hu-weihua/ubuntugocons
looks good to me. i agree to merge
2019-04-10 16:20:01 +08:00
bybai
89bc1a780a let configeth work in postscripts RH8 nmcli 2019-04-10 01:57:19 -04:00
bybai
63625c6aae configib support nmcli 2019-04-09 22:47:45 -04:00
huweihua
6acc81a786 replace makeconserver by makegocons 2019-04-09 22:42:34 -04:00
Weihua Hu
7f69073913 Merge pull request #6213 from gurevichmark/travis_debug
Add some more debugs to travis
2019-04-10 09:53:26 +08:00
Mark Gurevich
336a4b2839 Add some more debugs to travis 2019-04-09 13:21:34 -04:00
GONG Jie
8c0224ea80 Make the pkglist for RHEL 8 diskless service node same as the pkglist for diskfull service node 2019-04-09 11:09:21 +08:00
GONG Jie
39595c9dd0 Make the pkglist for RHEL 8 diskless compute node same as the pkglist for diskfull compute node 2019-04-09 11:09:08 +08:00
Bin Xu
607133d0f8 Merge pull request #6203 from gurevichmark/openbmc_error_handling
Handle openbmc login and rflash errors
2019-04-09 09:38:38 +08:00
Weihua Hu
cb57ae67d4 Merge pull request #6200 from tingtli/task69
update go-xcat cases to support ubuntu18.04.x
2019-04-04 17:16:53 +08:00
bybai
d068bbc1f3 configure multiple ipv4 address for ethernet NIC using nmcli 2019-04-04 04:58:32 -04:00
Bin Xu
128ec5bc04 Merge pull request #6204 from bybai/fix_host
add doc for "hostname setting on compute node"
2019-04-04 16:10:20 +08:00
bybai
6b3ba24d79 unify short and long name format 2019-04-04 04:32:10 -04:00
bybai
47a712ad02 add hostname generation on compute node doc 2019-04-04 02:21:53 -04:00
Mark Gurevich
e52acb3799 Handle openbmc login errors 2019-04-03 15:59:53 -04:00
Bin Xu
58c83888f3 Merge pull request #6196 from hu-weihua/gocons
Add more debug information to investigate why operating goconserver frequently will trigger problem
2019-04-03 17:02:54 +08:00
bybai
feef25ccc0 confignetwork extra params support using nmcli 2019-04-03 03:04:20 -04:00
huweihua
d1ac7c6327 remove useless sleep 2019-04-03 02:16:17 -04:00
huweihua
d5ecc62fdb move useless lines 2019-04-02 23:27:37 -04:00
litingt
62032a45eb update go-xcat cases to support ubuntu18.04.x 2019-04-02 02:55:00 -04:00
Bin Xu
4b93c0ffdf Merge pull request #6199 from neo954/go-xcat
[go-xcat] Fix bug of command line argument processing
2019-04-02 14:54:14 +08:00
GONG Jie
d48d856e2d Fix bug of command line argument processing 2019-04-02 14:48:15 +08:00
huweihua
8cce4d9078 add more debug information to investigate why operate goconserver frequently will trigger problem 2019-04-02 01:47:32 -04:00
litingt
690fd069f5 update case rspconfig_dump_download and rspconfig_dump_no_option 2019-04-01 02:04:25 -04:00
Weihua Hu
530b6c94d1 update version from 2.14.6 to 2.15 2019-03-29 15:57:55 +08:00
yangsong
80f28f5edd Merge pull request #6194 from hu-weihua/kdump
update linux_diskless_kdump to  consistent with fix 6189
2019-03-29 13:39:13 +08:00
huweihua
20a55f7978 update linux_diskless_kdump to consistent with fix 6189 2019-03-29 01:34:29 -04:00
zet809
77f426eb9e Merge pull request #6193 from bybai/unknown
work around some RH version ip link state UNKNOWN issue
2019-03-29 11:34:25 +08:00