2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-10 15:30:09 +00:00
Commit Graph

25731 Commits

Author SHA1 Message Date
b51e48c8cb Merge pull request #6723 from gurevichmark/namedincludes_schema
Add namedincludes to site table documentation
2020-06-01 17:26:22 -04:00
666399a22e Add namedincludes to site table documentation 2020-06-01 15:11:39 -04:00
b8dae1c4cd Merge pull request #6705 from Obihoernchen/nicutils-fixes
Multiple nicutils.sh fixes
2020-05-28 16:37:07 -04:00
464bf905eb Merge pull request #6718 from gurevichmark/testcse_nodeset
Improve genesistest.pl script
2020-05-28 16:34:14 -04:00
ec8604b112 Merge pull request #6710 from khm/syncfiles-fix
DSHCLI.pm:  Skip noderange-specific syncfiles during local copy
2020-05-28 15:55:09 -04:00
ac97b8eeb0 Update Version 2020-05-28 11:26:58 -04:00
e6f84d2281 Improve genesistest.pl script 2020-05-27 16:55:27 -04:00
1d72ebfd03 Merge pull request #6716 from gurevichmark/kdump_testcase
Improve verification of kdump testcase
2020-05-20 10:00:51 -04:00
362c61fa35 Improve verification of kdump testcase 2020-05-19 10:37:53 -04:00
f139eaf26c Merge pull request #6708 from gurevichmark/nics_doc
Clarify Network Interface doc
2020-05-18 10:14:27 -04:00
fe1168bf2c Merge pull request #6712 from cxhong/6704
Remove quotes XCATSERVER from xcatinfo
2020-05-15 15:21:51 -04:00
97824433b4 Remove quoted XCATSERVER from xcatinfo 2020-05-15 10:33:00 -04:00
1065d64c70 DSHCLI.pm: Skip noderange-specific syncfiles during local copy 2020-05-14 11:48:46 -07:00
51ba70b892 Merge pull request #6707 from gurevichmark/doc_remove
Remove doc file no longer referenced
2020-05-12 17:33:24 -04:00
da7746643f Clarify Network Interface doc 2020-05-12 16:51:34 -04:00
f52480f70e Remove doc file no longer referenced 2020-05-12 14:58:49 -04:00
b7ef2041f2 Merge pull request #6706 from gurevichmark/go_xcat_no_service
Speedup execution of go-xcat testcases
2020-05-12 13:12:21 -04:00
738b147bdf Speedup execution of go-xcat testcases 2020-05-12 12:02:22 -04:00
a274097b34 Do not set MTU for InfiniBand slaves
Slaves should have no MTU set. This should be set globally on the bond interface.
Furthermore, RHEL 8.0 does not correctly set the given MTU as shown below.
This breaks any IB bonds with non-default (2044) MTU.

$ # IB slave with 4092 MTU
$ nmcli con add type Infiniband con-name slave-ib1-mtu mtu 4092 ifname ib1 master ibbond0 slave-type bond
$ # IB slave without MTU
$ nmcli con add type Infiniband con-name slave-ib1-wo-mtu ifname ib1 master ibbond0 slave-type bond

$ # should be 4092, but is 2044 instead
$ nmcli -f infiniband.mtu con show slave-ib1-mtu
infiniband.mtu:                         2044

$ grep MTU /etc/sysconfig/network-scripts/ifcfg-slave-ib1-*
/etc/sysconfig/network-scripts/ifcfg-slave-ib1-mtu:MTU=2044

$ # is auto :)
$ nmcli -f infiniband.mtu con show slave-ib1-wo-mtu
infiniband.mtu:                         auto
2020-05-12 13:57:25 +02:00
097bf969d4 Configure bond IP even if there is a $next_nic but also $_ipaddr
Check for $_ipaddr instead of $next_nic.
The followint configuration is totally valid but fails with the old logic because it does not configure any bond0 IP because $next_nic is set to bond0.10.

    nictypes.eno1=Ethernet
    nictypes.eno2=Ethernet
    nicdevices.bond0=eno1|eno2
    nictypes.bond0=bond
    nicnetworks.bond0=management
    nicips.bond0=192.168.0.1
    nicdevices.bond0.10=bond0
    nictypes.bond0.10=vlan
    nicnetworks.bond0.10=production
    nicips.bond0.10=192.168.1.1

May needs some additional testing with bridges etc.
2020-05-12 13:22:06 +02:00
598a75fb86 Properly reset nic extra params
The global variables were not reset for bonds.
Therefore, the nic extra params from the first bond interface were used if the second one had no nic extra params.
2020-05-12 13:17:48 +02:00
29f5a7e3a0 Merge pull request #6702 from peterwywong/makehosts
Add testing of nicips and nicaliases for xcat-core Issue 6676
2020-05-11 13:29:27 -04:00
d41c86debf correction: m01-ib0 should be m02-ib0 for node02. 2020-05-11 12:54:41 -04:00
c8e31fa366 Merge pull request #6701 from peterwywong/duplicates
Remove duplicates: post_host from restapi/service/cases0 and lskitcom…
2020-05-11 10:34:18 -04:00
eb7e1c2c76 Merge pull request #6703 from gurevichmark/LibXML2
Spec file fix for XML::LibXML
2020-05-11 10:04:06 -04:00
721c0bbc3b Spec file fix for XML::LibXML 2020-05-11 09:29:03 -04:00
93c1b83f66 Add testing of nicips and nicaliases for xcat-core Issue 6676 2020-05-10 21:29:15 -04:00
9faeff5999 Remove duplicates: post_host from restapi/service/cases0 and lskitcomp_C gfrom liskitcomp/case0. It turns out many duplicates identified earlier have different OSes, so they are left unchanged. 2020-05-10 21:18:50 -04:00
f983c8b764 Merge pull request #6684 from gurevichmark/ext4fs
Use ext4 filesystem instead of ext3 when formatting node partitions
2020-05-08 16:49:12 -04:00
9ebbd0f6dc Merge pull request #6688 from gurevichmark/LibXML
Use XML::LibXML::Simple instead of XML::Simple
2020-05-08 16:36:39 -04:00
cf82f5f180 Merge pull request #6699 from xcat2/revert-6695-testcase_ubunty_squashfs
Revert "Remove squashfs testcases from Ubuntu regression bundles"
2020-05-07 16:49:20 -04:00
a50de858a9 Revert "Remove squashfs testcases from Ubuntu regression bundles" 2020-05-07 16:46:34 -04:00
b4d7907da4 Merge pull request #6698 from gurevichmark/ubuntu_squashfs
Ubuntu support for squashfs
2020-05-07 16:45:48 -04:00
7fab544d98 Ubuntu support for squashfs 2020-05-07 14:35:26 -04:00
2e28aef131 Merge pull request #6692 from nicmays/fix/issue_6349
Added check for 'stable' flag via the command ${script} go-xcat --xcat-version=stable to install the latest version.
2020-05-07 13:19:59 -04:00
ce92aab9e3 updated the file header and version number with the enhancement, added an example to the examples section. 2020-05-07 12:17:41 -04:00
da1b2bfcdc Merge pull request #6696 from cxhong/dell
Discover Dell Switch via switchdiscover command
2020-05-06 17:55:19 -04:00
2ddf10bbdc Merge pull request #6695 from gurevichmark/testcase_ubunty_squashfs
Remove squashfs testcases from Ubuntu regression bundles
2020-05-06 17:39:38 -04:00
369aff6549 fix syntax errors 2020-05-06 17:26:27 -04:00
13e0ef144d Remove squashfs testcases from Ubuntu regression bundles 2020-05-06 17:08:30 -04:00
792aca18dc Discover Dell Switch via switchdiscover command 2020-05-06 17:03:47 -04:00
3d2c3b2314 Merge pull request #6694 from cxhong/ldd
Remove ldd messages from ubuntu genimage command
2020-05-06 16:03:00 -04:00
e542c012c9 Remove ldd messages from ubuntu genimage command 2020-05-06 15:24:36 -04:00
e0469145eb redacting the if statement for -x specifications. 2020-05-05 17:23:28 -04:00
6c8bd56fc2 Merge pull request #6691 from gurevichmark/kdump_testcase
Add output verification to kdump testcase
2020-05-05 17:06:08 -04:00
5b1dc8a509 Add output verification to kdump testcase 2020-05-05 16:26:48 -04:00
a98f51a951 Merge pull request #6690 from gurevichmark/squashfs_overlay2
Do not use modinfo to test module availability
2020-05-04 17:32:02 -04:00
a9e059d90f Do not use modinfo to test module availability 2020-05-04 16:23:42 -04:00
a2cb534bb6 Changed code to handle the stable flag inside the swtich statement where we parse the command in the main program. 2020-05-04 14:54:38 -04:00
7bdad3e2fc Attempting to default to latest if stable is specified in the main program versus the function calls. 2020-05-04 12:57:54 -04:00