Koan Problems...

2010-05-27 Thread Anthony Davis
Hi,

I am trying to use koan to create kvm virtual machines on a kvm host,  
but have been having a problem. For the most part koan does everything  
perfectly.

The problem arises when i need to use the virtio-net and virtio-blk  
drivers for network and disk.

My question is, is there anyway that this can be amended in koan so  
that these are the default settings?

I hope someone can help.

Kind Regards

Tony
___
cobbler mailing list
cobbler@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/cobbler


Re: Koan Problems...

2010-05-27 Thread Galia Lisovskaya
Hi, some days ago i add patch to upstream:

http://git.fedorahosted.org/git/?p=cobbler;a=commit;h=e90b2e308ec7cd66106e04a7ea52cec296260596

To add virtio block support.

I want also add vnc port selector and network. Now i don't have free
time to this, sorry.
But you may corrected only xml-domain config of network manualy, after
installation.

If you want, i may take to you koan rpm, or src rpm with virtio block
device support (we use it in production)

2010/5/27 Anthony Davis t...@specialistdevelopment.com:
 Hi,

 I am trying to use koan to create kvm virtual machines on a kvm host,
 but have been having a problem. For the most part koan does everything
 perfectly.

 The problem arises when i need to use the virtio-net and virtio-blk
 drivers for network and disk.

 My question is, is there anyway that this can be amended in koan so
 that these are the default settings?

 I hope someone can help.

 Kind Regards

 Tony
 ___
 cobbler mailing list
 cobbler@lists.fedorahosted.org
 https://fedorahosted.org/mailman/listinfo/cobbler




-- 
Galina Lisovskaya
___
cobbler mailing list
cobbler@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/cobbler


Koan --quiet flag?

2010-05-27 Thread Matt Wallace
Hi all,

I'm currently building a few scripts that will allow me to integrate
cobbler/koan into my puppet manifest CI testing.

The script is in ruby and execs koan, however koan generates a load of
noise on output.

This output is v. useful when I'm running it form the commandline,
however when the CI engine detects the script has output, it chucks the
whole output into the status window.

Is there a way of getting koan to run and not return and output?

Thanks,

Matt

___
cobbler mailing list
cobbler@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/cobbler


Re: Koan Problems...

2010-05-27 Thread Anthony Davis
Thanks for that...

have been pulling my hair out all day trying to work out how to do  
this automagically... still need to get the network side of things done.



Quoting Galia Lisovskaya in...@shaggy-cat.ru:

 Hi, some days ago i add patch to upstream:

 http://git.fedorahosted.org/git/?p=cobbler;a=commit;h=e90b2e308ec7cd66106e04a7ea52cec296260596

 To add virtio block support.

 I want also add vnc port selector and network. Now i don't have free
 time to this, sorry.
 But you may corrected only xml-domain config of network manualy, after
 installation.

 If you want, i may take to you koan rpm, or src rpm with virtio block
 device support (we use it in production)

 2010/5/27 Anthony Davis t...@specialistdevelopment.com:
 Hi,

 I am trying to use koan to create kvm virtual machines on a kvm host,
 but have been having a problem. For the most part koan does everything
 perfectly.

 The problem arises when i need to use the virtio-net and virtio-blk
 drivers for network and disk.

 My question is, is there anyway that this can be amended in koan so
 that these are the default settings?

 I hope someone can help.

 Kind Regards

 Tony
 ___
 cobbler mailing list
 cobbler@lists.fedorahosted.org
 https://fedorahosted.org/mailman/listinfo/cobbler




 --
 Galina Lisovskaya
 ___
 cobbler mailing list
 cobbler@lists.fedorahosted.org
 https://fedorahosted.org/mailman/listinfo/cobbler



___
cobbler mailing list
cobbler@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/cobbler


Re: Man page missing in latest Cobbler release (2.0.4-1.el5)

2010-05-27 Thread Ian Ward Comfort
On 27 May 2010, at 12:59 PM, Ian Ward Comfort wrote:
 Cc also to Scott, the EPEL maintainer, who will know best.

(Apparently the list stripped my additional cc.)

-- 
Ian Ward Comfort icomf...@stanford.edu
Systems Team Lead, Academic Computing Services, Stanford University

___
cobbler mailing list
cobbler@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/cobbler


Re: Man page missing in latest Cobbler release (2.0.4-1.el5)

2010-05-27 Thread Ian Ward Comfort
On 14 May 2010, at 2:35 AM, Roberto wrote:
 I'm using cobbler 2.0.4 and when I try to read the man page this is  
 the result:

 gunzip: /usr/share/man/man1/cobbler.1.gz: unexpected end of file
 fgets: No such file or directory
 Error reading man page /usr/share/man/man1/cobbler.1.gz
 No manual entry for cobbler

On 20 May 2010, at 3:25 AM, Paul Maunders wrote:
 We are using the latest version of cobbler from the EPEL testing  
 repository, and it seems the man page for Cobbler is missing from  
 this version.

Yes, this is a problem with cobbler-2.0.4-1 in EPEL testing.  Ccing - 
devel for bugfix discussion.

This problem almost certainly due to commit f0b6e96 (Build the man  
pages from the spec files, 2010-02-16).  Probably the problem is that  
the specfile's pod2man invocation fails (because docs/*.pod are not  
present?) but rpmbuild doesn't notice because it collects the exit  
status of gzip, which happily compresses nothing while truncating docs/ 
*.1.gz.

My guess is that this commit should just be reverted, because it seems  
the make rpms target wants to generate the manpages, then have  
setup.py sdist include them in the source distribution.  But I'm  
confused because there are so many (too many?) ways to build from  
source -- make rpms, make sdist  rpmbuild -ta, git archive   
rpmbuild -ta, setup.py sdist  rpmbuild -ta, ...

Cc also to Scott, the EPEL maintainer, who will know best.

-- 
Ian Ward Comfort icomf...@stanford.edu
Systems Team Lead, Academic Computing Services, Stanford University

___
cobbler-devel mailing list
cobbler-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/cobbler-devel


Re: Man page missing in latest Cobbler release (2.0.4-1.el5)

2010-05-27 Thread Ian Ward Comfort
On 27 May 2010, at 12:59 PM, Ian Ward Comfort wrote:
 Cc also to Scott, the EPEL maintainer, who will know best.

(Apparently the list stripped my additional cc.)

-- 
Ian Ward Comfort icomf...@stanford.edu
Systems Team Lead, Academic Computing Services, Stanford University

___
cobbler-devel mailing list
cobbler-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/cobbler-devel