2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-28 06:23:26 +00:00

9877 Commits

Author SHA1 Message Date
yangsong
e56f768361
Merge pull request #6074 from zet809/fix_issue_miss_sitemaster
Fix issue that site.master is not set
2019-03-22 14:51:38 +08:00
bxuxa
26fb874a84 Fix a code error 2019-03-21 17:09:29 +08:00
zet809
d4d4a0c1b5
Merge pull request #6150 from robin2008/6145
Avoid noisy warning message on rh8 for makegocons
2019-03-21 16:59:53 +08:00
bxuxa
0ff9bc0be5 Ignore the disable when not installed, not using package checking as we use a fake package there 2019-03-21 16:46:20 +08:00
yangsong
efd954b36f
Merge pull request #6149 from neo954/rhels8-foo
Fix python error, TabError: inconsistent use of tabs and spaces in indentation
2019-03-21 16:31:14 +08:00
Gᴏɴɢ Jie
00bf5d432c Partly revert "Revise openssl settings for RHEL 8 (#5967)" (#6144)
* Put "openssl s_client" command line argument "-no_ssl2" back.

This reverts commit ec56baf36f251b4eed1527dcc0b06ac1e125e006.
2019-03-21 16:27:13 +08:00
GONG Jie
58441c8489 Make variable output byte instead of string 2019-03-21 16:25:17 +08:00
GONG Jie
d4715d2745 Fix #UNCOMMENTOENABLEDEBUGPORT# replacement 2019-03-21 16:25:10 +08:00
Gᴏɴɢ Jie
4435960f4a Fix python error, TypeError: cannot use a string pattern on a bytes-like object (#6137) 2019-03-20 18:06:15 +08:00
Gᴏɴɢ Jie
1ef014a25b Fix RHEL 8 diskless service node (#6134)
* Add package initscripts to diskless compute node package list

* Add package initscripts to diskless service node package list

* Patch script servicenode, handle multiple-line error message properly.
2019-03-20 16:21:54 +08:00
Gᴏɴɢ Jie
6cd334d0b3
Merge pull request #6122 from immarvin/onissue
fix issue No installing status during redhat8 install #6115
2019-03-19 15:36:20 +08:00
Gᴏɴɢ Jie
01beacf85e Make xCAT statelite compute node working on RHEL 8 (#6121)
* Fix function xCATCmd() and use /bin/bash instead of /bin/nice for random data

* Fix function xCATCmd() and use /bin/bash instead of /bin/nice for random data
2019-03-19 15:31:43 +08:00
yangsbj
cc6caba7a3 fix issue No installing status during redhat8 install #6115 2019-03-19 03:11:40 -04:00
Gᴏɴɢ Jie
1d512a1cdf Add python3 to the default pkglist for RHEL 8 (#6117)
* Add python3 to the default compute node pkglist for RHEL 8

* Add python3 to the default service node pkglist for RHEL 8
2019-03-18 16:53:06 +08:00
Gᴏɴɢ Jie
8662b4925b
Revert "[RH8] Revise xcatconfig, show warning message if `TLSv1' is used" 2019-03-15 00:01:27 +08:00
GONG Jie
ff61db4134 Enlarge the default size of the root filesystem for RHEL 8 2019-03-14 17:33:22 +08:00
GONG Jie
410226830d Merge branch 'master' into rhels8-tmp 2019-03-14 16:10:41 +08:00
GONG Jie
05385f643c Show warning message if `TLSv1' is used 2019-03-14 14:03:31 +08:00
GONG Jie
240841483d Revise the warning messages 2019-03-13 18:09:57 +08:00
GONG Jie
cc5068b683 Show warning message when site.xcatsslversion has an value during upgrade 2019-03-13 17:24:52 +08:00
ertaozh
a56305ebeb Update warning message based on Victor's comments 2019-03-12 21:35:06 -04:00
Mark Gurevich
b04d280317 Some more doc fixes 2019-03-12 14:01:58 -04:00
GONG Jie
4f1f383342 Merge branch 'master' into rhels8-tmp 2019-03-12 18:23:17 +08:00
GONG Jie
3089a256e5 Handle the exit code properly 2019-03-12 18:10:41 +08:00
GONG Jie
0278e8962c Handle the output of cpio properly 2019-03-12 18:10:31 +08:00
GONG Jie
dd394f6f6e Handle the exit code of child process properly 2019-03-12 18:10:23 +08:00
GONG Jie
436c9bef0f Merge branch 'master' into rhels8 2019-03-12 17:56:06 +08:00
ertaozh
d6b418bfb0 Fix issue that site.master is not set 2019-03-12 05:35:35 -04:00
yangsong
8c1424e63d
Merge pull request #6078 from neo954/rhels8-openssl
Change the default_md in openssl.cnf.tmpl to sha384
2019-03-12 17:32:02 +08:00
GONG Jie
24b463bfa9 Change the default_md in openssl.cnf.tmpl to sha384 2019-03-12 17:15:57 +08:00
yangsong
d7100cee0a
Merge pull request #6070 from neo954/rhels8-genimage
[RH8] Add --releasever argument to yum command
2019-03-12 12:55:18 +08:00
GONG Jie
700f50cf98 Add --releasever argument to yum command for RHEL 8
Add --setopt=module_platform_id=platform:el8 for RHEL 8
2019-03-12 12:28:51 +08:00
Gᴏɴɢ Jie
59bc53f573 Set the default value of site.xcatsslversion to SSLv23:!SSLv2:!SSLv3:!TLSv1 (#6061)
* Set $extrasslargs{SSL_version} as "SSLv23:!SSLv2:!SSLv3:!TLSv1" by default

* Remove xcatsslversion related part in script xcatconfig
2019-03-11 17:40:53 +08:00
yangsong
d8f796ffca fix issue modifies the permissions of source bin file #6049 (#6053)
grant the sounce bin file correct permissions
2019-03-06 14:56:29 +08:00
Gᴏɴɢ Jie
dda1564f71 Revert "Update xCAT-server.spec to require a new version of grub2-xcat" (#6056)
This reverts commit 337fb4fa070a5cbd0303f23e0cd4613d6fa0bc11.
2019-03-06 14:17:41 +08:00
GONG Jie
67ca6ea79c Add basic xCAT service node support for RHEL 8 2019-03-01 16:27:22 +08:00
GONG Jie
59eab1c91b Add basic xCAT diskless service node support for RHEL 8 2019-03-01 16:25:46 +08:00
yangsong
52be55668c
Merge pull request #6038 from neo954/rhels8-tmp
[RH8] Merge master branch to rhels8 branch
2019-03-01 16:14:13 +08:00
Gᴏɴɢ Jie
9d98236dc1 [RH8] RHEL 8 Service node automatic installation (#6041)
* Update tftp dependency

* Update service node package lists for RHEL 8

* Fix typo in `Configure PostgreSQL' page

* Rewrite the description of package xCATsn
2019-03-01 16:00:03 +08:00
GONG Jie
4ee60e49f9 Merge branch 'master' into rhels8-tmp 2019-02-26 16:53:49 +08:00
Nick Buonarota
89ae21a719 change accessed attribute from content to text
- content is "Content of the response, in bytes."
- python is smart enough to print this
- might be clearer to use "text" for someone new looking at this example.
2019-02-06 14:09:42 -05:00
Nick Buonarota
2180c28ff8 Change var "all_nodes" to "response" 2019-02-06 14:07:08 -05:00
Gᴏɴɢ Jie
ec56baf36f Revise openssl settings for RHEL 8 (#5967)
* Remove the RANDFILE from openssl.cnf. This is out-of-date in opessl beyond version 1.1.1a.

* Update openssl.cnf.tmpl to the latest one from openssl 1.1.1a source

* Revise openssl.cnf.tmpl based on the latest one from openssl 1.1.1a source

* Remove `-no_ssl2' command line argument for openssl, totally.
2019-01-28 16:35:31 +08:00
Gᴏɴɢ Jie
4e210e8f37 Remove xinetd related code to make tftp service work on RHEL 8. (#5937)
* No xinetd service any more. Remove xinetd related code to make tftp service work on RHEL 8.

* Remove /etc/xinetd.d/tftp related code in stop_TFTP()
2019-01-28 16:11:16 +08:00
zet809
cfb07a05e4
Merge pull request #5976 from jjohnson42/opasupport
Have dhcp.pm recognize OPA/IB hwaddr
2019-01-28 10:28:46 +08:00
Jarrod Johnson
6df30438b2 Add comments to explain the hwtype change 2019-01-25 10:43:20 -05:00
Jarrod Johnson
1a4b89523b Allow IB/OPA addresses in mac table again
The change blocked valid addresses.
2019-01-24 13:44:15 -05:00
yangsbj
33c5c3cae1 fix issue nodeset calculate wrong path for deploying sles when using "copycds -p" #5966 2019-01-24 04:16:24 -05:00
Yuan Bai
59c1630e76 add dnsforwardmode for makedns (#5970)
* add forwardmode for makedns

* polished

* polished

* update site table man doc

* polished

* polished
2019-01-24 14:36:35 +08:00
Jarrod Johnson
f60a97dcb2 Have dhcp.pm recognize OPA hwaddr 2019-01-23 22:21:50 -05:00