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

15102 Commits

Author SHA1 Message Date
ertaozh
2901e98f95 Fix a defect for the function that generate network boot kernel parameters 2015-02-16 21:33:25 -05:00
Leo.C.Wu
48ba823fbf code merge for 2.9 branch 2015-02-15 15:22:51 +08:00
Leo.C.Wu
758d3ffbf0 #4572, post scripts configfirewall for ubuntu is NOT implemented. 2015-02-15 15:20:09 +08:00
litingt
05bf778e6c remove enter character which causes failure in some cases 2015-02-14 20:45:33 -08:00
ertaozh
8c1c62d93f fix bug 4433: chvm CN add_physlots= returns "Can not get hypervisor information" 2015-02-14 22:22:37 -05:00
ertaozh
0d9fa3e9da fix bug 4434 :mkvm vm --full could not add all the resource to vm 2015-02-14 22:08:38 -05:00
daniceexi
f0f850daa0 changed the definition of installnic and primarynic in Schema.pm:noderes table 2015-02-13 03:44:04 -05:00
daniceexi
58015df28e Temporarily removed the autoset sslversion to TLSv1 in 2.9 since it's not stable. But customer can enable it manually 2015-02-13 03:31:30 -05:00
daniceexi
355bea4aa4 Continue the change for avoiding sslv3 2015-02-13 03:08:47 -05:00
baiyuan
59d1f82f9b defect 4571 /etc/network/interfaces overwriten after firstboot 2015-02-12 22:55:47 -05:00
baiyuan
700a192025 defect 4571 /etc/network/interfaces overwriten after firstboot 2015-02-12 22:55:34 -05:00
daniceexi
50286e7bce Ubuntu/genimage: support multiple local mirror in osimage.pkgdir. The first one will be used to create bootstraps. The procedure to create osimage is: 1. create bootstrap with local/remote mirror; 2. add all mirror in osimage.pkgdir to sourcelist; 3. do osimage update; 4. install kernel; 5 install otherpkgs. 2015-02-12 22:42:19 -05:00
daniceexi
7f60fa1979 Continue the fix to avoid sslv3 in xcatd. In this commit, all the calling to [openssl s_client] in xcat code which used to connect to xcatd will add arguments [-no_ssl3 -no_ssl2] to avoid the using of sslv2/3 2015-02-12 20:20:14 -05:00
daniceexi
2a2664720b Add default value for attribute site.xcatsslversion=TLSv1 to avoid using sslv3 which might cause POODLE Attach 2015-02-12 09:42:41 -05:00
immarvin
af9a57b88f there should be only 1 local package directory speicified in pkgdir attribute, the removed code slice seems unnecessary 2015-02-12 00:23:18 -08:00
litingt
5cc583495b Merge branch '2.9' of ssh://git.code.sf.net/p/xcat/xcat-core into 2.9 2015-02-11 19:55:52 -08:00
litingt
a6b9e54909 remove openstack error message 2015-02-11 19:49:11 -08:00
Casandra Qiu
aedd887876 support confluent console for kvm 2015-02-11 10:23:17 -05:00
jjohnson2
232ebcccfc Merge branch '2.9' of ssh://git.code.sf.net/p/xcat/xcat-core into 2.9 2015-02-11 10:19:31 -05:00
immarvin
23fb6f39fe add support for online mirrors in pkgdir during provision 2015-02-11 03:13:13 -08:00
immarvin
827caced03 Merge branch '2.9' of ssh://git.code.sf.net/p/xcat/xcat-core into 2.9 2015-02-11 01:22:17 -08:00
immarvin
4307c052fb uncomment the updates/security/src entries and correct some entries in source.list 2015-02-11 01:19:56 -08:00
daniceexi
07f873858f sles.pm, more code change for installnic/primarynic code refine 2015-02-11 02:53:09 -05:00
ertaozh
5a73450599 fix bug 4556: There are some failed message during Ubuntu ppc64le stateless provision 2015-02-11 02:40:59 -05:00
daniceexi
a05d09e4dd Continue the change to refine installnic and primarynic code 2015-02-11 02:30:36 -05:00
jjohnson2
5e7cb43828 Remove dead reference to a password
The line in question is dead code, and therefore has no effect
(it either dies or gets overwritten short time later).  Removing
it makes the code cleaner and counters the tendency for someone
to think we might be using a hard coded password in this file.
2015-02-10 14:45:39 -05:00
immarvin
d21467eb47 refine the code to use installnic and primarynic to generate network boot kernel parameters. All the logic to use installnic/primarynic have been put in NetworkUtils->gen_net_boot_params 2015-02-10 02:40:59 -08:00
ertaozh
4bb15df15e To use the refined code about installnic and primarynic for ubuntu 2015-02-10 04:41:35 -05:00
daniceexi
60a94b982b Ubuntu/genimage: support to use local mirror in pkgdir with http format 2015-02-10 03:43:17 -05:00
GONG Jie
3881d6fefe Add pkglist, exlist, postinstall files for RHEL 7.1 support on ppc64le 2015-02-10 15:42:22 +08:00
daniceexi
13d8331ff7 refine the code to use installnic and primarynic to generate network boot kernel parameters. All the logic to use installnic/primarynic have been put in NetworkUtils->gen_net_boot_params 2015-02-09 07:02:59 -05:00
litingt
8ef96a21b9 update case 2015-02-09 02:02:11 -08:00
linggao
1638b79322 Make nics.nicextraparams work for any user defined settings, fixed defect 4541 and 4542 2015-02-06 16:03:09 -05:00
jjohnson2
fa102ac8c6 Fix RHEL7/CentOS7 netboot with BOOTIF
xcatroot ramroot setup did not correctly change BOOTIF to
match expectations.  Remove 01- and replace - with : to match
ip output
2015-02-06 14:21:17 -05:00
Victor Hu
b19f8ea531 Seems like mklocalrepo never worked for Zypper because the
/etc/yum.repos.d was hard coded.  Enhanced to work with
SLES distributions
2015-02-06 10:56:13 -05:00
daniceexi
6d2a22f2c5 code drop for ubuntu diskless genimage to use local mirror 2015-02-06 08:52:42 -05:00
ligc
5cf9b8d210 fix for bug 4562: a shell syntax problem 2015-02-06 16:24:09 +08:00
Victor Hu
a5af727fd7 No man page for xCAT-confluent, comment out call to xpod2man 2015-02-05 16:26:09 -05:00
Victor Hu
2637fff263 Add xCAT-confluent package to Ubuntu and Debian build scripts 2015-02-05 16:20:02 -05:00
Victor Hu
5f59ec154e Added some changes to build xCAT-confluent 2015-02-05 15:00:24 -05:00
jjohnson2
552d4e39ab Recognize more variants of Windows 2012
Windows 2012 R2 and updates can take a number of forms, be more forgiving.
2015-02-05 13:37:21 -05:00
Casandra Qiu
3178995597 Fix the misuse of == to compare strings in perl 2015-02-05 12:02:25 -05:00
ertaozh
156840fc28 fix bug 4555: lsslp -s PBMC does not honor -n flag 2015-02-05 04:44:40 -05:00
immarvin
ab307a3553 add description of specifying multiple mirrors in the linuximage.pkgdir for ubuntu 2015-02-05 01:52:06 -08:00
Jia Zhao
c650955d49 Not run makedhcp during nodeimport 2015-02-05 13:53:16 +08:00
Victor Hu
eebd2723f8 Merge branch '2.9' of ssh://git.code.sf.net/p/xcat/xcat-core into 2.9 2015-02-04 15:40:13 -05:00
Victor Hu
85081d50cc Add new service related keyword into site table: consoleservice
[Devops Task 10075]

The behavior changes between 2.9.1 and 2.10.  The keyword is
provided for those users who want to try out confluent in the 2.9.1
timeframe.  Confluent is planned to be packaged better and the
default console for 2.10.  conserver will still be shipped to
provide console for the systems not supported by confluent.
2015-02-04 15:36:30 -05:00
Casandra Qiu
83a64c2158 Merge branch '2.9' of ssh://cxhong@216.34.181.155/p/xcat/xcat-core into 2.9 2015-02-04 14:20:10 -05:00
Casandra Qiu
f8136b7bda Bug #4537, clean up sles12 genimage output 2015-02-04 14:11:46 -05:00
Victor Hu
036ca664d7 Add files and directory framework to generate the xCAT-confluent RPM
Cleaned up some of the comments in the beginning of buildcore.sh
using spaces instead of tabs and added the build for xCAT-confluent.

The xCAT-confluent rpm is intended to be used for xCAT2.X releases to
support confluent.  This rpm has a requirement on confluent_server package.
For 2.9.1, xCAT-confluent is optional.  For 2.10, the plan is to default
the console service to confluent.
2015-02-04 13:52:08 -05:00