Issue Details (XML | Word | Printable)

Key: KUSU-962
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Kailash Sethuraman
Reporter: Felix Möller
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Kusu

kitops unable to update minor versions

Created: 17/Oct/08 03:59 PM   Updated: 18/Oct/08 12:22 PM
Component/s: kitops
Affects Version/s: 1.0
Fix Version/s: None
Security Level: public

Time Tracking:
Not Specified

GreenHopper Ranking:
245     


 Description  « Hide
I am running kusu from a few days ago:
[root@master ~]# cat /etc/kusu-release
Kusu "Kramat" 1.0 (build 3536)

Now I wanted to update to the latest kusu 1.0 build (kusu-1.0-20081013-3536.centos-5.x86_64.iso)

Sadly I am not allowed to:
[root@master ~]# kitops --add -m kusu-1.0-20081013-3536.centos-5.x86_64.iso
/tmp/kitopsRUkK8l/base(base): Kit 'base-1.0-noarch' already installed

The version number should be extended or another solution found for users trying to follow daily builds.

 All   Comments   Work Log   Change History   FishEye   Crucible   Builds      Sort Order: Ascending order - Click to sort in descending order
Kailash Sethuraman added a comment - 17/Oct/08 04:11 PM
Currently the base kit is not a removable kit and is flagged as such in the kits table of the database. This is a problem that we are looking to address. The issue is that the base kit itself contains all the apps that comprise the kusu infrastructure and performing upgrades is not straightforward.

For now, the daily builds are bootable media containing the base kit and need to be installed on a bare metal systems. A straightforward upgrade path is not available, as you have attempted.

We will be making additional kits available at a later date. Following the daily builds of the addon kits will be a simple affair with kitops.

Tsai Li Ming added a comment - 18/Oct/08 12:22 PM
One possible change for kitops is to -Uvh the kit rpm, instead of -ivh:

[root@master tmp]# rpm -q rrdtool
package rrdtool is not installed
[root@master tmp]# rpm -Uvh rrdtool-1.2.27-3.el5.i386.rpm
warning: rrdtool-1.2.27-3.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 217521f6
Preparing... ########################################### [100%]
   1:rrdtool ########################################### [100%]
[root@master tmp]# rpm -q rrdtool
rrdtool-1.2.27-3.el5