1e3ce72f09
Changes after review
2016-10-06 13:00:44 -04:00
4f686ebc9e
Display errors for rmvm and mkvm
2016-10-05 16:38:41 -04:00
1e11b6e80f
Add support for a default MTU on a network
...
Add a MTU column to the networks table. If set, this will configure the MTU in
DHCP so that nodes will have the correct MTU during provisioning. This is
important for large systems to enable jumbo frames to reduce CPU usage when
copying diskless images over the network (before the confignics postscript can
run to set the desired MTU).
2016-10-01 16:01:28 -04:00
97ba3f3419
Add switch matching string from vendor to switchtype
2016-09-28 17:04:48 -04:00
d4ca9ef3c0
fix imgexport couldn't find rootimg.gz ( #1907 )
2016-09-28 16:12:14 +08:00
ca1d05b99e
Merge pull request #1880 from xuweibj/issue1504
...
fix issue 1504 & 1854, modified discovery messages
2016-09-27 17:16:32 +08:00
46404e7ad6
modified error
2016-09-27 05:11:48 -04:00
e03a047717
modified depending on comments
2016-09-27 02:32:19 -04:00
99d26aa281
Merge pull request #1876 from cxhong/1872
...
bmcdiscover -i IP -u USERID -p PASSW0RD --ipsource failed
2016-09-26 13:45:59 -04:00
fb033f83d9
removed some blank space
2016-09-26 08:50:37 -04:00
0a8379c9ec
modify code per ErTao's suggestion
2016-09-22 11:09:06 -04:00
59de78eed9
Merge pull request #1647 from bybai/xcatuirest
...
rest api to get network adapters and to get network adapter infor based on dev
2016-09-22 17:14:45 +08:00
e4bc58c961
modify output format
2016-09-22 04:53:08 -04:00
5c17670c9e
fix issue 1504 & 1854, modified discovery messages
2016-09-22 03:07:10 -04:00
e7f8d4261c
bmcdiscover -i IP -u USERID -p PASSW0RD --ipsource failed
2016-09-21 22:40:36 -04:00
4098416bdf
Merge pull request #1838 from immarvin/onrhstatic
...
No additional comments for 5 days. Merging.
2016-09-21 16:49:22 -04:00
4c43632cd2
Merge pull request #1840 from cxhong/1815
...
Handle blank spaces in the addkit directory path name
2016-09-21 16:29:08 +08:00
52c7129303
Merge pull request #1806 from penguhyang/rspconfig_vlan
...
support vlan for rspconfig
2016-09-20 15:39:06 +08:00
b0e0b8fe92
support vlan for rspconfig
2016-09-20 03:17:22 -04:00
7bcf328b0f
support sles12 for statelite, nfs and ramdisk ( #1774 )
2016-09-20 11:08:27 +08:00
299e3e7118
change "avoid" to "support"
2016-09-19 13:09:54 -04:00
fa60d72e64
Modify "while" to "white"
2016-09-19 13:08:49 -04:00
2298d9eb24
fix issue:[Customer]a network configuration of interface named bootnic will be created on CN when the site.managedaddressmode=static #1837
2016-09-16 09:31:45 -04:00
95fecae314
BMC temp nodes are not deleted after compute node discovered
2016-09-15 16:34:44 -04:00
208968e189
Handle blank spaces in the addkit directory path name
2016-09-14 15:51:59 -04:00
da0040be72
polished
2016-09-14 05:36:18 -04:00
d78599ad18
Merge pull request #1777 from whowutwut/bmcdiscovery_user
...
Fix the issue with bmcdiscover on older FSP and Tuletta machines where bmcuser is not needed
2016-09-13 14:44:07 +08:00
6bb622903f
Merge pull request #1802 from cxhong/macmap
...
Checking nodetype to distinguish between node/switch discovery
2016-09-12 20:46:29 +08:00
64eea85fee
polished
2016-09-12 04:56:32 -04:00
544b81eaff
Merge pull request #1811 from gurevichmark/console_on_demand
...
Support yes and no for node object attribute consoleondemand
2016-09-12 14:11:03 +08:00
49709e3f4d
fix 1660 incorrect warning message when define an osimage ( #1778 )
...
* fix 1660 incorrect warning message when define an osimage
* polished
* polished
2016-09-11 18:00:21 +08:00
c0a787dc09
Support yes and no for node object attribute consoleondemand
2016-09-08 14:03:56 -04:00
3d60c48f85
get adapters and get adapter resource
2016-09-07 03:58:26 -04:00
2a6d456029
Merge pull request #1784 from zet809/add_options_of_rinv_for_openpower
...
support options model|serial|deviceid|uuid|guid|vpd|mprom|firm for ri…
2016-09-06 15:41:07 -04:00
aad25d8cb5
Checking nodetype to distinguish between node/switch discovery
2016-09-02 12:18:21 -04:00
8bc32f6dc1
Merge pull request #1762 from bybai/makedns_1
...
fix issue 1553 makedns failed when input invalid hostname into /etc/h…
2016-09-02 18:08:42 +08:00
83e243e692
Fix makeconfluentcfg -d
...
makeconfluentcfg -d erroneously would exit after only considering
the first possible node. Allow it to iterate over all the
confluent nodes seeking a match.
2016-08-31 10:01:31 -04:00
eedf5d7069
polished the ddns.pm based on comments
2016-08-30 22:33:21 -04:00
6133755f27
Seems like for discovery of FSP and TUL servers, there is no bmcuser
...
name so adding the code from commit 3f54b456d2
and d82e14b566
to set the default user breaks
that function. Reverting back to the old ways
2016-08-30 13:42:21 -04:00
09b28930dc
support options model|serial|deviceid|uuid|guid|vpd|mprom|firm for rinv for OpenPOWER servers
2016-08-30 03:40:36 -04:00
c8e7724593
Do not reuse cdrom device label when adding new disks to KVM ( #1751 )
...
* Do not reuse cdrom device label when adding new disks to KVM
* Return array of cdrom devices instead of just one
2016-08-27 06:50:07 +08:00
6d0bf02cfa
fix return code is 0 when there are errors ( #1763 )
2016-08-25 14:48:23 +08:00
12773c44fc
fix issue 1553 makedns failed when input invalid hostname into /etc/hosts
2016-08-25 01:52:19 -04:00
fd747d5fc6
give warnings and return when use -o -p -a for packimage ( #1757 )
2016-08-25 11:10:27 +08:00
c93b215c2c
fix sles11.4 packimage return error when use tar compress method ( #1743 )
2016-08-24 12:13:36 +08:00
c4a536a18f
use the same way to promote error msg ( #1749 )
2016-08-22 00:39:09 -05:00
609a21f269
Merge pull request #1703 from pdlun92/rflash_grs
...
rflash added check for GTB model type to set hpm upgrade buffer size
2016-08-18 10:38:48 +08:00
2586572132
Added check for GRS hardware current firmware version above 1.7_2.55 (1610A)
2016-08-17 11:07:54 -04:00
b950a4ccb4
Merge pull request #1597 from fenggaobj/master
...
1596:Enhance the process of reinstall for PCM
2016-08-17 08:52:05 +08:00
60f54f7fb2
Support --resize option for chvm ( #1598 )
...
* Support --resize option for chvm
* Handle generic error from libvirt when resizing VM
* Improve finding the disk to resize
2016-08-16 19:34:15 -05:00