2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 01:26:38 +00:00

9819 Commits

Author SHA1 Message Date
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
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
xuweibj
29c8523c39 Merge branch 'master' into rsetboot_rf 2019-01-09 02:02:54 -05:00
xuweibj
62574abb75 rsetboot for redfish support 2019-01-08 20:05:32 -05:00
Mark Gurevich
ee6ecbbc4a
Merge pull request #5910 from xuweibj/rpower_rf
rpower for redfish support
2019-01-08 09:14:46 -05:00
xuweibj
a8eab805fd modify depending on discussion and comments 2019-01-08 00:41:56 -05:00
Bin Xu
85bd3a5c79
Merge branch 'master' into lsdef-z 2018-12-27 14:35:37 +08:00
xuweibj
fae4c21d8f recover 2018-12-21 00:35:44 -05:00
xuweibj
1f16968621 rsetboot for redfish support 2018-12-21 00:28:11 -05:00
xuweibj
7ce5108422 rpower for redfish support 2018-12-19 03:34:04 -05:00
bxuxa
4a799bb331 Make lsdef -z could display all attribute by default(#5241) 2018-12-19 13:45:15 +08:00
yangsong
6514297599 fix issue of site.httpport support in makedhcp (#5904) 2018-12-18 16:57:00 +08:00
yangsbj
3402de0969 site.httpport for ubuntu diskless support 2018-12-17 04:03:38 -05:00
xuweibj
afe6238f38 fix issue 5856, modify error msg of rspconfig for python 2018-12-17 00:20:19 -05:00
yangsong
daa6c91991 fix rhels7.4 provision hang in anaconda with #4876 (#5855)
* fix rhels7.4 provision hang in anaconda with  #4876

* change vg name from system to xcatvg
2018-12-13 18:30:30 +08:00
yangsong
7a18f5beee fix issue Function "httpport" can not work on ubuntu + netboot=grub2 scenario #5869 (#5871)
* support site.httpport in ubuntu diskless

* fix issue Function httpport can not work on ubuntu + netboot=grub2 scenario #5869
2018-12-13 14:38:55 +08:00
yangsong
a60c79e0c1 support site.httpport in ubuntu diskless (#5865) 2018-12-04 11:14:19 +08:00
cxhong
4aa090f6e1 Determine NumberNodes in the command.log by the command requests (#5787) 2018-11-30 08:23:21 +08:00
zet809
8f3c3f7677 Fix issue 5150: tabch and tabdump commands can not deal with invalid attribute names (#5846)
* Fix issue 5150: tabch and tabdump commands can not deal with invalid attribute names

* reuse buildWhereClause for key retriving
2018-11-30 08:19:42 +08:00
Weihua Hu
fc875be2d7
Merge pull request #5836 from robin2008/status-log
Make status changing log more clear
2018-11-29 11:39:20 +08:00
Yuan Bai
3b5fd8582e add syslog for pre script (#5838)
* add syslog for pre script
2018-11-27 17:05:36 +08:00
bxuxa
cc6cb0f217 Clear key words for install status update log message (#5618)
- detect provisioning when updateing status to installing/netbooting
- consistent message format "xcat.updatestatus - ($node): changing status=($status)" (no need to log the time as syslog has the timestamp)
2018-11-27 15:19:21 +08:00
Yuan Bai
b117be552a refine tag prefix xcat.deployment for sles/ubuntu provision (#5831)
* refine tag prefix xcat.deployment for sles/ubuntu provision
2018-11-23 10:00:02 +08:00
zet809
7977a2a1d7
Merge pull request #5829 from xuweibj/I5719
fix issue 5719, make output of commands against openbmc same
2018-11-22 19:41:06 +08:00
Gᴏɴɢ Jie
e1009c6f71 [go-xcat] Force use C locale when do rpm query (#5827) 2018-11-22 18:47:23 +08:00
Gᴏɴɢ Jie
972a7d1c9e Minor go-xcat updates (#5753)
* [go-xcat] Revise the error handling of xCAT uninstallation

* [go-xcat] Add xCAT-genesis-builder to the uninstallation package list

* [go-xcat] allow-insecure=yes for unsigned Debian/Ubuntu repository

* [go-xcat] Set gpgcheck=0 if file repomd.xml.asc is not found

* [go-xcat] Run `apt-get purge` for completely xCAT uninstallation on Ubuntu

* [go-xcat] Bump version number

* [go-xcat] Better error message when smoke test failed

* Remove empty line

* [go-xcat] Fix error handling in extract_archive
2018-11-22 18:43:23 +08:00
xuweibj
10a858cf61 fix issue 5719, make output of commands against openbmc same 2018-11-21 19:59:04 -05:00
Yuan Bai
3b77b96e89
Merge pull request #5823 from robin2008/travic-xenial
upgrade to travis xenial env
2018-11-21 12:51:19 +08:00
Gᴏɴɢ Jie
d52f6600bc Fix shabang for some old scripts (#5824) 2018-11-20 20:16:15 +08:00
bxuxa
adab82de4b upgrade to travis xenial env 2018-11-20 18:46:13 +08:00
bxuxa
540ee9f262 when no ipmitool-xcat tool, report error before go ahead the real discovery 2018-11-16 12:39:50 +08:00
Yuan Bai
5db2dbd62c fix5209 nodeset cannot find pxelinux.0 (#5783)
* distro pxelinux.0 default path is changed in ubuntu 16.04
2018-11-09 17:03:58 +08:00
yangsong
92c019bdb3 set default value for $::XCATSITEVALS{httpport} if site.httpport is not specified (#5780) 2018-11-09 15:28:17 +08:00
Yuan Bai
cfdce8a7a5 fix 5733 genimage in ubuntu16.04.5 failure (#5781) 2018-11-09 14:12:56 +08:00
yangsong
f55b3f867b several issues on site.httpport in otherpks and ospkgs (#5777)
* correct several issues

* refine ospkgs to support site.httpport
2018-11-08 17:50:14 +08:00
yangsong
01541aba74 correct several issues on site.httpport in diskless provision (#5774) 2018-11-07 18:19:35 +08:00
Yuan Bai
13bca11a9d add sys log for redhat statelite (#5771)
* add sys log for redhat statelite
2018-11-07 16:47:46 +08:00
Bin Xu
5a3b4c83a1
Merge pull request #5765 from immarvin/onhttport
modify HTTPPORT in post.xcat with macro TABLEBLANKOKAY
2018-11-06 16:40:54 +08:00
yangsbj
2d4141b7d7 modify HTTPPORT in post.xcat with macro TABLEBLANKOKAY 2018-11-06 01:36:29 -05:00
Bin Xu
c074db3e02
Merge pull request #5757 from immarvin/onhttport
add support for site.httpport for post.xcat,  updatenode, nodeset and makedhcp
2018-11-05 13:23:13 +08:00
yangsbj
5d90a4212c change HTTPPORT in /proc/cmdline to XCATHTTPPORT to avoid potential confilic 2018-11-04 21:54:30 -05:00
yangsbj
accb6d69a9 write HTTPPORT= to xcatinfo 2018-11-02 05:16:14 -04:00
yangsbj
1fb78eb97d add HTTPPORT=xxx in kcmdline for diskless/statelite 2018-11-02 05:00:26 -04:00
Gᴏɴɢ Jie
7dab7922d7 A more real world partitioning scheme for RHEL8 (#5760) 2018-11-02 16:46:10 +08:00