Jarrod Johnson
f47260f08c
Remove spurious variable scoping.
...
This had broken all but SLE15 support.
2018-08-10 10:40:14 -04:00
Jarrod Johnson
3fb754abbb
fix configfpc with no gateway
2018-08-09 09:23:40 -04:00
Jarrod Johnson
cbc5d65138
SLE 15 at least has moved *back* out of /etc/dhcp
2018-08-08 20:13:59 -04:00
Jarrod Johnson
2c759a412f
Have dhcp.pm use ip instead of netstat
2018-08-08 20:08:26 -04:00
Jarrod Johnson
81e6453441
Use ip instead of deprecated netstat
2018-08-08 19:56:46 -04:00
Jarrod Johnson
af41ca947c
Merge tag '2.14.2' into lenovobuild2.14
...
xCAT 2.14.2 release
2018-08-08 17:56:37 -04:00
Jarrod Johnson
636b6b8cd1
Fix esxiready and do single reboot install
2018-08-02 13:38:16 -04:00
Jarrod Johnson
6931200dca
Use esxboot from esxi, if missing
2018-08-01 13:40:45 -04:00
Jarrod Johnson
b476fdfa76
Support xz for genesis
...
lzma is a deprecated name.
2018-07-27 08:53:06 -04:00
Jarrod Johnson
af996d4855
Have dhcp.pm recognize OPA hwaddr
2018-07-26 16:03:47 -04:00
Jarrod Johnson
1bb4c3aed7
Correct for SLE15
...
SLE15 is a more unified distro. Also fix install=
for SLES15, versus osimage
2018-07-20 10:53:03 -04:00
xuweibj
4c93552c01
Merge pull request #5346 from gurevichmark/ipmi_rflash
...
rflash for ipmi machines enhancements
2018-07-11 17:21:15 +08:00
ertaozh
a89b4b6fd4
Small modification about rflash ipmi enhance in PR #5346
2018-07-11 17:17:52 +08:00
Ryan Bowen
a75baf8215
Add check for leading zeroes in ip address when running makedns
...
This adds a check for the presence of leading zeroes in any octet of IPv4 addresses for which DNS entries will be created.
2018-07-10 12:14:08 -04:00
xuweibj
8209b449c6
delete change policy table by xcat
2018-07-06 04:46:25 -04:00
zet809
3734832473
Merge pull request #5371 from xuweibj/I5345
...
update hwinv table by updatenode -P geinv
2018-07-05 15:55:59 +08:00
zet809
8b21219cba
fix issue 2306: Need to clean up the temporary xCAT node during discovery regarding rcons ( #5373 )
...
* fix issue 2306: Need to clean up the temporary xCAT node during discovery regarding rcons, add "makegocons -C" to cleanup all undefined node
* fix issue 2306: replace cleanup with delete entry for specified node
2018-07-05 15:53:37 +08:00
xuweibj
45a602bdf6
update hwinv table by updatenode -P geinv
2018-07-05 03:29:51 -04:00
Yuan Bai
75e54dc589
fixed ( #5352 )
2018-06-28 17:09:33 +08:00
Mark Gurevich
9f629c5176
Improvement from review
2018-06-27 15:36:07 -04:00
Mark Gurevich
40ecdec4d4
rflash for ipmi machines enhancements
2018-06-27 12:48:48 -04:00
Gᴏɴɢ Jie
b63a0aa4ae
Fix $kernelpath for Ubuntu 18.04 on ppc64el ( #5342 )
2018-06-27 16:46:52 +08:00
Victor Hu
7c331d87a5
Add model type for 'stratton' boxes, 8001-12C model type
2018-06-26 20:46:21 -04:00
Gᴏɴɢ Jie
dbeac84fd7
For Ubuntu 18.04 support, search a different place for Linux kernel and initrd ( #5322 )
2018-06-25 20:52:45 +08:00
cxhong
2bf8108af6
build xnba config files from boottarget table ( #5296 )
2018-06-21 13:40:41 +08:00
yangsong
c49e41da99
support environment variables in osimage customized files ( #5281 )
...
* * osimage table schema change: add a "environvar" col in osimage table to hold environment variables used in osimage customized files
* osimage object schema change: add a environvar attribute, which refers to osimage.environvar
* the environment variables specified in "environvar" attribute will be exported during invocation of postinstall scripts in genimage
* support variables in synclists
* support environment variables in genimage,mkinstall,getpostscript
* support environment variables for xdcp -i -F in packimage
2018-06-15 14:51:41 +08:00
Bin Xu
18c5afc0f4
support secure root method ( #5286 )
...
- support xcat_secure_pw:<user> API in credential plugin
- for diskless, if enabled secure root, packimage will not write root password into image
- for stateful, if enabled secure root, nodeset will not write root password into config file
- and 'remoteshell' will update shadow file accordingly
2018-06-15 10:28:51 +08:00
Casandra Qiu
643fa238fe
put name of OID
2018-06-14 11:41:50 -04:00
Casandra Qiu
2cc35b6090
Failed to discover PDU
2018-06-13 13:43:44 -04:00
Jarrod Johnson
c9558d9544
Correct oversight in SLE-15 support
2018-06-12 11:46:10 -04:00
Jarrod Johnson
f47467e57e
SLE 15 support
2018-06-12 11:08:48 -04:00
Casandra Qiu
952dea810b
Using physical entity description OID to get Vendor information
2018-06-07 13:18:30 -04:00
xuweibj
cd689a9a65
Framework of redfish support perl part ( #5269 )
2018-06-05 13:07:29 +08:00
Jarrod Johnson
86b0e12e63
Accept one of two arch values for ipxe
2018-06-04 18:17:50 -04:00
Jarrod Johnson
85ce5b7e29
Use the iPXE native format for mac
...
It's been enough years by now, just use what was accepted
upstream rather than the preliminary syntax in our branch.
2018-06-04 13:31:36 -04:00
Jarrod Johnson
3bbfafad4d
Merge tag '2.14.1' into lenovobuild2.14
...
xCAT 2.14.1 release
2018-06-01 09:51:20 -04:00
xuweibj
70d6e7f93c
if not get valid pid when waitpid, sleep ( #5274 )
2018-06-01 14:50:03 +08:00
xuweibj
12bfd5699d
if not get valid pid when waitpid, sleep ( #5274 )
2018-06-01 14:30:53 +08:00
robin2008
671231833d
modify nodestat usage and manpage for -f|--useping
2018-05-31 17:13:04 +08:00
robin2008
a307bfa96a
Fix code error to generate the right socket file name based on the caller PID ( #5257 )
2018-05-28 21:01:05 +08:00
Bin Xu
7a69c9b779
using --nosyncfiles to bypass syncing files to root image directory ( #5229 )
2018-05-22 12:47:37 +08:00
zet809
52e0a4529b
Merge pull request #5220 from cxhong/4989
...
the error message of *def command is disordered when running internally
2018-05-21 22:10:43 +08:00
Casandra Qiu
66cbeeeee9
Use comma separate list
2018-05-21 09:21:50 -04:00
zet809
8a5a4c38b9
Merge pull request #5226 from cxhong/5213
...
Modify output message for PDU outlet state
2018-05-21 21:03:10 +08:00
yangsbj
dad1f72fdc
fix issue Non-root user can not run ping on ubuntu 14.4.4 diskless #5227
2018-05-21 00:51:32 -04:00
Casandra Qiu
55581cb2db
Modify output message for PDU outlet state
2018-05-17 15:04:53 -04:00
yangsong
668a00bd71
Revert "[CUSTOMER] Ping not working for non root users on Diskless PowerKVM guests (rhels7.2) #922 : use tar as the default archive method instead of cpio ( #5187 )" ( #5221 )
...
This reverts commit 2bf5dc57f9
.
2018-05-17 11:20:55 +08:00
xuweibj
7c5f57be39
Merge pull request #5201 from gurevichmark/openbmc_rinv_multiple_options
...
OpenBMC rinv multiple options
2018-05-17 09:06:44 +08:00
Jarrod Johnson
4fa468920d
Merge branch '2.14.0' into lenovobuild2.14
2018-05-16 15:41:38 -04:00
Casandra Qiu
c7af2c30c8
the error message of *def command is disordered when running internally
2018-05-16 14:43:25 -04:00