Commit Graph

10101 Commits

Author SHA1 Message Date
jbjohnso
72254ce79c Provide a hook for TLS cert delivery by updates.img.
Note this is of little use in a PXE environment today, as MITM to the initrd or ipxe subverts all of this.
This however is interesting for secure boot environments and remote media boot strap to provide an unbroken trust chain

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12198 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-11 13:39:51 +00:00
arifali
635505a340 xcat-server: fix rsyslog if imuxsock is not included in rsyslog.conf
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12197 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-11 13:11:39 +00:00
sjing
455cd126ca not try to give "Error" message when the return code of actual command is non-zero, instead, use the return code of the actual command as the return code of xcatchroot.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12195 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-11 10:33:50 +00:00
sjing
60268e8096 fixed the issue when -l is specified as '/'
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12192 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-11 05:52:42 +00:00
sjing
de59e42d39 check if nim resources exist before copying them to SN.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12190 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-11 04:48:03 +00:00
daniceexi
48c280bae1 fix the issue that rootimg/sys was not umounted by genimage
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12184 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-10 17:23:20 +00:00
yinle
17fba594b1 Fix bug 3512371:hcp in HMC node definition
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12182 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-10 13:28:24 +00:00
jbjohnso
17593ac412 Move send_service_request_single inside the while loop so that it actually would work as a retry mechanism
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12180 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-10 12:39:37 +00:00
jbjohnso
f9d6ddd02c Fix typo in slpdiscover
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12179 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-10 12:34:04 +00:00
ligc
778b0b915a fix for bug 3497125: warning message for plain_pkgs
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12178 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-10 11:38:40 +00:00
arifali
f1152ae54d change build script for ubuntu
* Generalised the CODENAME to be taken out of /etc/lsb-release
* added building of xcat-dep, the script for that will be added later
* added for loop to create packages rather than one line per package

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12176 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-10 11:00:00 +00:00
arifali
ae1b2cf9d5 xcat: further debain changes
* added xcat-genesis-amd64 to recommends
* added openslp-xcat to Depends as per the spec file
* copying xHRM to postscripts as per the spec file

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12175 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-10 10:39:34 +00:00
arifali
569cd9323e xcat-client: fix environment issue for MANPATH in postinst
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12174 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-10 10:34:00 +00:00
arifali
9f010a3b76 xcat-ui: fixed debian files
- don't need apachedaemon, as this is same across ubuntu and debian
- added the plugins in the correct place
- created the link for webportal

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12173 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-10 10:28:30 +00:00
arifali
3946f00fd5 corrected/added xcat-ws.conf for ubuntu
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12172 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-10 10:25:29 +00:00
immarvin
1554d29c0f fixed nfs mount problem and bug:CN fail to acquire eth address during deployment(ID: 3515413)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12170 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-10 05:14:00 +00:00
zhaoertao
1428987d4f fix bug 3513481. There was no command 'getent' in AIX.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12168 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-10 02:45:38 +00:00
lissav
153329d268 fix syntax
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12167 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-09 19:10:53 +00:00
jbjohnso
65032f72e5 Fix problem where ESXi clone from a non-xCAT template may fail in the face of xCAT mac address management
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12164 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-09 14:05:25 +00:00
yinle
95ae6e5ae6 Fix bug 3516024: xcatsetup can't define service/storage node over 1 bb
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12162 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-09 08:50:56 +00:00
arifali
2e2a78e7f9 xcat-server: fixed further debian packaging
* merging in fixes that were included in the spec file.
* generalised rules file

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12161 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-08 21:08:04 +00:00
arifali
7f7176f039 fixed further debian packaging, merging in fixes that were included in the spec file
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12160 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-08 18:10:03 +00:00
arifali
e0bea579dc added syslinux-xcat into Depends for xCAT
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12159 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-07 23:22:42 +00:00
arifali
ade7ff742c changed control file similar to xCAT
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12158 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-07 23:19:12 +00:00
arifali
703ffda5ac change Depends for xCAT so that now it uses ipmitool-xcat instead of ipmitool
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12157 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-07 23:08:32 +00:00
arifali
a56f0baa89 change the dependancy for xCAT from conserver to conserver-xcat in the debian packaging
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12154 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-07 20:28:39 +00:00
bp-sawyers
e9f36b6f10 Improve the hosts table description
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12149 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-06 18:58:33 +00:00
phamt
d03e83e52a Fixed node delete bug. Changed copy CD tab into a dialog. Loaded correct plugins for service page.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12148 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-06 18:11:08 +00:00
yinle
b2b69cb9d5 Fix bug 3504211: update xcat from 2.6.11 to 2.7 occur error on sles
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12147 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-06 03:33:56 +00:00
yinle
c9eeddbfeb Fix bug 3504211: update xcat from 2.6.11 to 2.7 occur error on sles
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12146 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-06 03:31:50 +00:00
phamt
56c12c59e6 Added option to list all disks in disk pool.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12143 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-06 02:54:50 +00:00
phamt
2061e7e0ee Added refresh, add, and remove actions on provision image page.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12142 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-06 02:31:08 +00:00
zhaoertao
c6178a5a94 fix bug 3513522: provide more detailed information for 'conn' command
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12141 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-06 02:21:26 +00:00
arifali
60867d1ce9 Initial commit of debian files for xCAT-genesis
* This will only compile on maverick if you install the lldpad from the latest repo from ubuntu i.e. precise (12.04)
* The package that this produces hasn't been tested yet, so will be testing once all the core packages are built

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12139 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-05 22:46:12 +00:00
jbjohnso
aab44b34bd Fix problem where mknb failed to create a correct discovery configuration on rhel6 uefi environments
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12138 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-05 21:12:08 +00:00
jbjohnso
4e8e9cc11d Have slpdiscover manage mac table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12135 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-05 17:06:39 +00:00
jbjohnso
51b6f71eb6 Remove extraneous set -x
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12134 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-05 17:06:25 +00:00
sjing
7fe393e420 Fixed the bug -f does not work if the Cstate of nim machine is ready.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12132 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-05 14:12:04 +00:00
jbjohnso
a3f7e76b03 Have slpdiscover.pm program chassis name
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12131 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-05 14:10:37 +00:00
zhaoertao
a41c3051f7 fix bug 3513160: update manpage for rscan
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12130 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-05 06:08:24 +00:00
yinle
378134bf87 Fix bug 3515039, xcatsetup define service node error
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12127 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-05 03:15:51 +00:00
arifali
e8c17fdd80 Added initial xCAT-rmc debian files
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12126 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-04 23:01:42 +00:00
linggao
61e76db19a fix the error callback in dhcp.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12123 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-04 20:08:10 +00:00
jbjohnso
6cd35e6f9c Instead of pestering user, when CMM is detected auto-switch behavior
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12121 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-04 19:28:14 +00:00
jbjohnso
36d3b43194 Fix ssh to wait for system> prompt before trying to type. Also, defer MM reset until all 'clicmds' are processed
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12120 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-04 19:13:12 +00:00
jbjohnso
60f1f2ed5f Fix nodestat reliability issue
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12118 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-04 17:43:24 +00:00
lissav
bf841a2946 fix tabch -h
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12117 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-04 14:59:07 +00:00
jbjohnso
73cd343bf5 Have slpdiscover get more fleshed out for CMM
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12115 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-04 14:35:13 +00:00
mellor
0b950cd054 defect 3491680 avoid LL error when setting same config values
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12113 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-03 21:53:48 +00:00
arifali
e354728c53 fix rules file to add the svn version information to modifyUtils
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12112 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-04-03 21:51:48 +00:00