2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-07 05:15:34 +00:00
Commit Graph

422 Commits

Author SHA1 Message Date
7b87c6e417 Add STDIN redirection support for stanza definition (#1863)
close-issue: #1671
2016-09-20 14:33:25 +08:00
9181279913 mysqlsetup failed becuase /usr/bin/mysql_install_db is not available (#1702)
* mysqlsetup failed becuase /usr/bin/mysql_install_db is not available

* use variable

* chang "-e" to "-x"
2016-08-17 18:44:19 -05:00
22fe457bc1 Fix tcons interaction with filename globbing
Filename globbing strings are not good to happen
to noderanges.  Use quotes to avoid it in script.
Caller still needs to be careful to quote/escape
on their end.
2016-08-12 15:57:11 -04:00
193a9680d4 Fix indentation in xdsh (#1617)
* Merged the zVM changes into some xcat_client files

Change-Id: I3405cede348c63ea6b43ceda4bdfdad0f3a5422a

* Fix indentation in xdsh
2016-08-03 10:38:24 +08:00
860b61a7ed Revert "Master client merges for two files from zVM" (#1619) 2016-08-03 10:34:25 +08:00
a21edcdcb5 Merged the zVM changes into some xcat_client files (#1608)
Change-Id: I3405cede348c63ea6b43ceda4bdfdad0f3a5422a
2016-08-03 10:03:15 +08:00
45c1dc0f92 fix [FVT]:mysqlsetup -i failed to setup database on sles12 #1413 ;refine the logic to determine hostname of the master 2016-07-28 01:37:28 -04:00
db9a71750e Fix sytax errors reported by perltidy 2016-07-25 08:56:18 -04:00
fb911143fe perltidy all perl files, part 2 2016-07-21 13:27:40 -04:00
0a3fbd8d51 perltidy all perl files 2016-07-20 11:40:27 -04:00
5db2a67553 Add mysql user to localhost account 2016-06-29 13:52:07 -04:00
ca7c9ad69a issue 1171: set SSL_verifycn_scheme => none for IO::Socket::SSL->new 2016-06-22 10:04:04 -04:00
b5842bf905 Support Mariadb on ubuntu 16.04 2016-04-19 14:01:08 -04:00
e78de31c1a To fix issue #784, output error message when use rcons node -f -s 2016-03-15 02:01:19 -04:00
045b81e3b7 Merge pull request #507 from bybai/pshv
fix #506 psh/pscp -v and -h
2016-01-04 13:33:15 +08:00
6aeb577bfa return values are zero for updatenode -f with incompatiable flags -k -S -P 2015-12-15 21:18:14 -05:00
50864280f9 fix psh/pscp -v and -h 2015-12-02 02:40:04 -05:00
c118070d7b pasu/psh/pscp Connection failure in sles11.4,error info in rh7.1 2015-11-26 06:05:33 -05:00
dfd6475c00 Merge pull request #387 from penguhyang/updatenode_k
correct the message to make the updatenode -k output looks neat
2015-11-23 13:04:52 -05:00
a4c62eedf3 correct 'updatenode node -k -F' without prompting message directly 2015-11-19 01:41:37 -05:00
b37dd4bef0 Merge pull request #328 from whowutwut/sf_reference_cleanup
Remove references to sourceforge in xcat-core
2015-11-17 23:55:23 +08:00
f6e1f59f3e correct the message to make the output looks neat 2015-11-16 00:09:15 -05:00
1e68e93938 Added flag to check SLES 12 for SP1, run same flow as Ubuntu 2015-11-05 15:29:28 -05:00
0c2a3f4bff Add link to the PDF version of the document for convenience 2015-10-28 09:20:56 -04:00
8a39aa8aa5 Remove references to sourceforge in these files 2015-10-27 16:54:21 -04:00
f4c6742e59 Modify pgsqlsetup to support sels12 SP1 2015-10-23 11:08:53 -04:00
6932f19ec1 check postgresql-server instead of postgresql 2015-10-08 17:02:23 -04:00
0240e7a444 failed to check postgresql package and ids 2015-10-08 14:33:16 -04:00
e22d5f2bdf Merge pull request #214 from bybai/pping
fix issue pping cannot connect sqlsite under non-root user
2015-09-25 15:03:23 +08:00
8ed8818e74 fix issue pping cannot connect sqlsite under non-root user 2015-09-25 02:52:44 -04:00
7cae7cc0d1 add --noverify option to skip the node network availability verification in updatenode 2015-09-23 04:29:39 -04:00
1176909e54 Check that /etc/init.d/confluent is there (installed) before checking
for confluent running if using conserver
2015-07-06 10:15:57 -04:00
bfd69e9824 If conserver and confluent are running at the same time, rcons
will say "Connection closed."  Add a check in the rcons code to
make sure that if confluent is configured to be used, conserver is not
running and vice versa.
2015-07-02 14:41:43 -04:00
60bcc9e884 export XCATSSLVER=TLSv1 in xcathmc when on the sles11 platform.
change rcons so that if nodehm.conserver is set, the server is the SAME
node, don't pass the -s option to confetty for now.
2015-07-02 14:18:36 -04:00
78cd80b9d3 Remove never applicable '-n' from pasu/piflash usage
Usage output referenced -n option which doesn't actually exist
2015-06-26 16:42:51 -04:00
8d957f8b11 fix for bug 4693: rcons -v calls xCAT::Version->Version() 2015-06-23 03:09:21 -04:00
1ea9b98f0a Remove '-n' from pasu/piflash
Since '-n' can't work for pasu/piflash context, remove the option.
2015-06-04 10:42:54 -04:00
21a1a1b1bd Fix piflash invocation
iflash64 requires --unattended to behave properly.  Inject that
into the $::utilcmd to provide correct function.
2015-05-27 15:51:34 -04:00
bb7da9ab61 Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-05-18 15:24:39 -04:00
c9dd5b6aed Fix issue with using getipmicons for pasu/piflash
getipmicons structures the data differently from getNodesAttribs.
Accomodate by merging each responses data in node by node rather
than simply overwriting with the last data.
2015-05-18 15:20:18 -04:00
2a107425ea not sure what happended, fix the bad checkin 8f7633c9b5 2015-05-14 04:00:58 -04:00
8f7633c9b5 remove the install/netboot/statelite from the usage statements of nodeset, imgcapture, genimage and packimgage 2015-05-14 03:55:42 -04:00
4b426bad0b Make pasu/piflash consistent with other hardware credential lookup
Previously, pasu/piflash went to some trouble to hit common cases.
Switch to a method that uses the common target lookup code as
rpower/reventlog/etc to be consistent.
2015-05-13 14:48:59 -04:00
3ba09c4157 Implement piflash
pasu can be slightly changed and frontend iflash.  Have pasu change
to use the command name to modify behavior.
2015-05-13 10:19:43 -04:00
d123aab564 Fix lenovo utility usage of pasu
Lenovo uses the same asu utility, but a different path.  Try to
use the lenovo utility, falling back to the IBM location if
not found.
2015-05-08 10:53:18 -04:00
3cc5e0cdf4 Fix asu handling of exotic characters
Exotic characters that may be interpreted by shell
are now quoted to prevent any interpolation.
2015-03-26 15:52:44 -04:00
1bce6d44c8 Have ppping and psh verify peer
psh and ppping failed to verify the server certificate
2015-03-24 13:39:19 -04:00
9f839cd82f 4612 Update script pgsqlsetup against PGSQL secure hole 2015-03-23 11:52:01 +08:00
71d4dabbd4 Give confetty based consoles more of a grace period
For people doing X forwarding, wcons tiling has always been
flaky.  For confluent, we have a better cue, so give it
more time for the sake of X forwarded users
2015-03-20 11:00:10 -04:00
ff3eee61f3 Merge branch 'master' of ssh://git.code.sf.net/p/xcat/xcat-core 2015-03-20 10:59:20 -04:00