daniceexi
b02e2702c6
defect 3034629: make the files in fedora/dracut links to rh/dracut instead of linking the directory directly.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6859 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-26 10:19:15 +00:00
daniceexi
7900a8730f
roll back the last change, make the files in the fedora/dracut to be symbol link instead of using the spec
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6858 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-26 10:15:17 +00:00
daniceexi
bad5e5db4c
rpm cannot handle symbol link directory. Add the symbol link in spec file
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6857 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-26 09:26:18 +00:00
daniceexi
328fc09012
add symbol link directory fedora/dracut with rh/dracut
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6856 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-26 09:24:06 +00:00
sjing
9499068da5
Give error message if invalid osimage is provided to rmnimimage.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6855 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-26 09:03:23 +00:00
xq2005
ecac9ad26c
add function getRowNum for getting row position by node name and getColNum for getting column position by column name
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6854 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-26 08:23:47 +00:00
ligc
c757fd0df0
Fixed a typo in command "rpm --import RPM-GPG-KEY-redhat-release"
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6853 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-26 07:47:26 +00:00
xq2005
8273bc95a0
the node name may contain special char(such as '.','#'),so we can not use the node name as an id.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6852 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-26 07:25:27 +00:00
phamt
6065a1fed2
Added word-wrap to status bar and info bar.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6851 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-25 23:53:27 +00:00
xq2005
4f29372919
modified by xu qing for delete tab and select all
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6850 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-25 07:41:49 +00:00
jjhua
1ee6515cf3
use xCAT::Utils::getNodeIPaddress Function to get ip
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6849 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-25 04:20:15 +00:00
linggao
3e371cad5d
minor fix on ospkgs
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6847 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-23 18:59:22 +00:00
nott
e34f518c66
add new bundle files
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6846 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-23 18:54:28 +00:00
phamt
7d96cff1d1
Changed the class name for each plugin because Javascript gets confused and won't load the pages correctly.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6845 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-23 18:47:54 +00:00
linggao
3a79372c4e
updatenode supports upgrading packages from os distro
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6844 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-23 18:46:17 +00:00
linggao
b1d09c5786
updatenode supproting upgrading os packages on Linux
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6843 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-23 18:27:29 +00:00
cjhardee
21f033432c
Rewrote how attributes from a node and it's groups are looked up and added the ability to concatinate values for these attributes from mulitple sources by adding "+=NEXTRECORD" to the values in the data.
...
For example, if bootparams.addkcmdline for the node is "test1+=NEXTRECORD" and bootparams.addkcmdline for the group it is in is "test2", the returned values from nodels for bootparams.addkcmdline will be "test1 test2".
Not that this stops after it finds a single occurance of a value for this attriute without the "+=NEXTRECORD". If all values from the groups are wanted, each should have "+=NEXTRECORD" at the end of the entry.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6840 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-23 15:47:21 +00:00
lissav
c877a218ce
more ODBC setup info
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6839 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-23 12:57:21 +00:00
lissav
da8cbc28ef
More about hierarchy
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6838 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-23 12:28:41 +00:00
nott
f7668a4109
add image_data to nimimage def
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6837 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-23 11:32:26 +00:00
nott
acce626b15
add image_data to osimage def
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6836 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-23 10:35:49 +00:00
sjing
f43e891300
bug id ID: 3033398 - several commands do not support long options such as --force
...
use getopt instead of getopts to let long options pass through
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6835 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-23 09:09:38 +00:00
xq2005
2fbb9469d9
delete by xu qing
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6834 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-23 01:04:42 +00:00
phamt
15ea47df00
Updated cmd.php to handle xCAT response for different platforms.
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6833 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-22 21:26:17 +00:00
phamt
cc74599359
Created blade, fsp, hmc, ipmi, ivm, and zvm classes.
...
Changed cmd.php to handle xCAT response that is embedded in multiple layers.
Worked on hmc inventory.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6832 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-22 19:56:09 +00:00
jbjohnso
2e261d1cc8
-Further clean up the message
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6830 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-22 15:37:12 +00:00
jbjohnso
fcda11b29c
-Clean up message when rinv has an issue
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6829 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-22 15:34:03 +00:00
jbjohnso
83d2b08c88
-If passed 'Not Present', parsefru won't mess up now
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6828 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-22 14:39:21 +00:00
nott
cb2e2bb2a5
handle * and more verbose
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6827 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-22 14:01:09 +00:00
jbjohnso
3ee15fcb62
-Use libvirt storage management for storage pool fixup on migrate
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6826 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-22 13:55:50 +00:00
xq2005
b33edfebcc
modified by xu qing for dispaly
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6825 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-22 06:16:29 +00:00
sjing
3372af858c
Code change for bug ID: 3026983: mknimimage fails with spot based on lppsource export
...
Remove tailing slash if provided for mknimimage "-l" flag.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6824 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-22 04:51:44 +00:00
jbjohnso
2ccacb4095
-Fix problem in ddns rename
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6823 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-21 20:46:37 +00:00
jbjohnso
64f0268c1e
-Attempt to make bind.pm default again and ddns a table configurable option
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6822 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-21 20:39:51 +00:00
jbjohnso
3c36626195
-Add chvm -p support to kvm (can't do scsi here..)
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6821 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-21 20:33:50 +00:00
lissav
dbee4373ab
improve docs
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6820 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-21 19:22:43 +00:00
nott
441d8f51da
Add use xCAT::PPCdb
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6819 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-21 19:04:10 +00:00
jbjohnso
cf92a3c49d
-Attempt to repair BoMC DNS if messed up after pivot root
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6817 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-21 18:41:11 +00:00
jbjohnso
5c704e8550
-Change pool semantics, have chvm attempt to work, one day it will work live... one day..
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6816 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-21 15:23:37 +00:00
jbjohnso
70e17c7377
-Rename dns to ddns for sake of switching via table value
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6815 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-21 14:58:04 +00:00
jbjohnso
a64c7d0a60
-bug 3031635, (really a feature to allow shortcut port names on another switch syntax)
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6814 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-21 14:48:47 +00:00
jbjohnso
f7832796f2
-Put missing use into Utils in support of UUIDv5
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6813 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-21 14:13:12 +00:00
xq2005
839a4a43f2
delete by xu qing
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6810 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-21 04:52:01 +00:00
xq2005
e791bc7842
modified by xu qing
...
put it under the configure page as an additional tab
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6809 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-21 03:35:31 +00:00
jbjohnso
bd1ee24cbe
-Correct some issues with the mktoolscenter/toolscenter plugin (more durable changes TBD)
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6807 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-20 19:41:45 +00:00
phamt
40530b8a08
Added provision pages for other platforms
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6806 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-20 18:49:31 +00:00
nott
477ea3e2af
Deleted file 'xCATaixSN25.bnd'
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6805 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-20 13:00:18 +00:00
xq2005
9795a7cd51
add by xu qing
...
for moving the update function to new web gui
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6804 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-20 08:36:43 +00:00
jjhua
414580d3a6
remove the #INCLUDE:/opt/xcat/share/xcat/netboot/sles/compute.sles11.ppc64.pkglist#
...
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6802 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-20 08:24:06 +00:00
xq2005
314e9573d2
add by xu qing
...
for moving the update function to new web gui
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6801 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-07-20 07:58:07 +00:00