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

309 Commits

Author SHA1 Message Date
d58f00ed5a Support RHEL7->RHEL8 diskful installation (#5491)
* Make curl "fail" on >= 400 reponse codes with --fail

* Minor fix of post.xcat.ng

* Hack for RHEL8 Alpha - make network active by default
2018-08-29 17:25:32 +08:00
d94406edae Merge branch 'master' into sle15support 2018-08-20 17:10:12 +08:00
f26c82b7ba SLE 15 support 2018-08-06 14:01:54 -04:00
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
fc1c23285e enhance partition for sles12sp3 (#5457) 2018-08-02 17:19:08 +08:00
299570f550 Enlarge the size of /boot partition for Ubuntu (#5432) 2018-07-25 16:33:00 +08:00
806c507a6a support sles12sp3 servicenode installation (#5426)
* support sles12sp3 servicenode installation

* polished
2018-07-24 17:32:08 +08:00
91e34bf84a Fix Ubuntu 18.04 postscript problem (#5356)
* Reformat post.ubuntu.common

* Revise post.ubuntu.common
2018-07-02 17:06:38 +08:00
f10d33f66c redirect wget output to /tmp/wget.log (#5251)
* redirect wget output to /tmp/wget.log
2018-05-30 09:36:07 +08:00
2ca56404d9 Add boot nvme support and filter small devices (#4778)
nvme devices were not autosensed as install candidates.

Also, devices smaller than 128 MB are filtered out, as they are likely
to be some media or similar.
2018-02-23 10:32:34 +08:00
cb25622331 It is for provision log enhancement and partial address #4582 (#4648)
- clear logs in the key components during provisioning (not only debug mode, but debug mode will have more logs)
 - now only cover rhel7 stateful and stateless
 - make more syslogs into cluster.log (tag = xcat or xcat.*)
 - the changes will not impact other distro
2018-01-23 03:20:42 -06:00
739cd98bd0 Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/pre.ubuntu.ppc64 2017-12-31 23:59:59 +00:00
f4d0465693 Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/pre.ubuntu 2017-12-31 23:59:59 +00:00
9dae9f8555 Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/pre.sles 2017-12-31 23:59:59 +00:00
79319d0485 Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/pre.rh.rhels7 2017-12-31 23:59:59 +00:00
aa25eab60d Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/pre.rh 2017-12-31 23:59:59 +00:00
291fb40e4c Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/pre.pkvm3 2017-12-31 23:59:59 +00:00
c2592038ba Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/post.xcat 2017-12-31 23:59:59 +00:00
9530db1130 Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/post.ubuntu.common 2017-12-31 23:59:59 +00:00
9dc7cc5f37 Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/post.sles11.s390x 2017-12-31 23:59:59 +00:00
707fd1c7e7 Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/post.sles10.s390x 2017-12-31 23:59:59 +00:00
a208af194b Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/post.rhels7 2017-12-31 23:59:59 +00:00
8909aa046f Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/post.rhel6.s390x 2017-12-31 23:59:59 +00:00
948b49fd6c Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/post.rhel5.s390x 2017-12-31 23:59:59 +00:00
3db3e9f969 Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/post.rh.common 2017-12-31 23:59:59 +00:00
13a747e861 Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/post.debian 2017-12-31 23:59:59 +00:00
6e0a4d126c Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/getinstdisk 2017-12-31 23:59:59 +00:00
62e30571ef Remove trailing spaces in file xCAT-server/share/xcat/install/scripts/chroot.sles 2017-12-31 23:59:59 +00:00
461aa74609 Remove trailing spaces in file ./xCAT-server/share/xcat/install/scripts/post.xcat.ng 2017-12-31 23:59:59 +00:00
021ed22d98 Remove trailing spaces in file ./xCAT-server/share/xcat/install/scripts/post.rhels8 2017-12-31 23:59:59 +00:00
a6661f84b7 Merge pull request #2927 from zVMopenstack/ZVM_XCAT_DEV
Merge the changes made for zVM into the xCAT development branch
2017-10-18 17:06:31 +08:00
7515be4590 fix issue If service node is down, control to OpenBMC node never returns #3888:use port 3054 instead of 3001 to run debug commands inside installer 2017-10-12 01:55:20 -04:00
35d299f9d6 fix issue If service node is down, control to OpenBMC node never returns #3888:use port 3004 instead of 3001 to run debug commands inside installer 2017-10-11 04:21:01 -04:00
c012b45ec1 Merge branch 'master' into ZVM_XCAT_DEV 2017-10-03 09:44:06 -04:00
72d99850e2 Ensure mypostscript has permission 700 (#3847)
Only root needs to run this script
2017-09-07 09:18:35 +08:00
8c663f946b Filter non-content lines when generating mypostscripts 2017-08-17 10:49:27 +08:00
e9029f484f Merge branch 'master' into ZVM_XCAT_DEV 2017-08-09 09:31:22 -04:00
3490fa5fed Kickstart improvements for Centos templates (#3462)
* `pre.rh*` scripts: Whitespace cleanup

* Whitespace cleanup

* util-linux-ng back to util-linux in 2014

* Add Centos7 KVM template(based on rhels7)

* Minor improvements to Centos7 compute template
2017-07-16 21:00:47 -05:00
11f351cf6e Merge pull request #2763 from samveen/reduce_greps
Reduce `grep` invocations by passing `-[46]` to `ip`
2017-06-22 16:24:04 +08:00
6720675b21 revert to old udevadm code (#3294) 2017-06-20 04:08:51 -05:00
e8aa65e5fe Merge branch 'master' into ZVM_XCAT_DEV 2017-06-12 08:07:38 -04:00
f1b406dbc0 Reduce grep invocations by passing -[46] to ip 2017-06-06 09:53:29 +00:00
6c8034cfa9 fix typo in if-clause 2017-06-01 21:49:32 +08:00
09361d8499 update udevadmin work around (#3038) 2017-05-12 00:01:44 -05:00
0732afd02e Merge branch 'master' into ZVM_XCAT_DEV 2017-05-01 13:22:51 -04:00
6617d7dfbd work around installer hang for udevadm command in p9 pegas. (#2953) 2017-04-27 21:26:55 -05:00
7487c0322a Merge branch 'master' into ZVM_XCAT_DEV 2017-04-24 09:39:38 -04:00
a761e64c0c fix issue #2856: [DEV] nodes provisioned with redhat osimages created by xCAT 2.12.3 or earlier missed yum repo to MN in xCAT 2.12.4 or later (#2857)
* fix issue [DEV] nodes provisioned with redhat osimages created by xCAT 2.12.3 or earlier missed yum repo to MN in xCAT 2.12.4 or later #2856

* fix issue [DEV] nodes provisioned with redhat osimages created by xCAT 2.12.3 or earlier missed yum repo to MN in xCAT 2.12.4 or later #2856
2017-04-13 11:31:54 +08:00
37f9e770f4 fix issue postscript fails and status=booted. #2665 2017-03-22 23:20:29 -04:00
0cda7b5d02 Fix double logging of postscript output in /var/log/xcat/xcat.log 2017-02-24 13:05:40 -08:00