Re: [Puppet Users] Puppet + OpenVZ

2010-08-17 Thread Marcin Owsiany
Hi,

On Thu, Aug 05, 2010 at 09:48:21PM -0700, Matthew Cluver wrote:
 If you have been working on the same thing and have any code that
 you'd like to contribute it would certainly be appreciated!

Attaching my old faithful if a little dusty ve type and openvz provider.
Maybe you'll find there something you'd like to reuse.

-- 
Marcin Owsiany mar...@owsiany.pl  http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216
 
Every program in development at MIT expands until it can read mail.
  -- Unknown

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



ve.rb
Description: application/ruby


openvz.rb
Description: application/ruby


Re: [Puppet Users] Puppet + OpenVZ

2010-08-06 Thread Matt Robinson
There's a Google Summer of Code student working on a libvirt module
for us right now.  It's currently alpha stage and only supports Xen
and KVM right now, not OpenVZ, but might be worth following the
progress or contributing to the code or providing feedback.

http://github.com/carlasouza/puppet-virt

Matt

On Thu, Aug 5, 2010 at 10:24 PM, Yushu Yao yao.yu...@gmail.com wrote:
 Hi Matt,

 That look really cool.
 Are you planning make something similar for libvirt host node? I think 
 libvirt and OpenVZ share the same structure. If the libvirt one is done, it 
 can control OpenVZ and other VMMs


 On Aug 5, 2010, at 9:48 PM, Matthew Cluver wrote:

 Hi Everyone,

 I just wanted to shoot a quick post out there,hope everyone is doing
 well. I've been searching for people sharing this type of code, and it
 seemed to be lacking so I decided to jump in.

 I'm working on developing what would be an openly available module for
 puppet, to allow for the development and manipulation of virtual
 containers on OpenVZ host nodes.

 Here it is on google code: http://code.google.com/p/puppet-openvz/

 If you have been working on the same thing and have any code that
 you'd like to contribute it would certainly be appreciated!

 Cheers  best regards,

 Matt

 --
 You received this message because you are subscribed to the Google Groups 
 Puppet Users group.
 To post to this group, send email to puppet-us...@googlegroups.com.
 To unsubscribe from this group, send email to 
 puppet-users+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/puppet-users?hl=en.


 --
 You received this message because you are subscribed to the Google Groups 
 Puppet Users group.
 To post to this group, send email to puppet-us...@googlegroups.com.
 To unsubscribe from this group, send email to 
 puppet-users+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/puppet-users?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Puppet + OpenVZ

2010-08-06 Thread Rein Henrichs
Excerpts from Matthew Cluver's message of Thu Aug 05 21:48:21 -0700 2010:
 Hi Everyone,
 
 I'm working on developing what would be an openly available module for
 puppet, to allow for the development and manipulation of virtual
 containers on OpenVZ host nodes.
 
 Here it is on google code: http://code.google.com/p/puppet-openvz/
 
 If you have been working on the same thing and have any code that
 you'd like to contribute it would certainly be appreciated!
 
 Cheers  best regards,
 
 Matt
 

Hi Matt,

I see that you've commented on Facter bug #4156[1]. Is there any consensus
on the correct way to fix this bug? I'd like to get it resolved for
1.5.8, especially if it's affecting your work on an OpenVZ module.

[1] http://projects.reductivelabs.com/issues/4156
-- 
Rein Henrichs
http://puppetlabs.com

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



[Puppet Users] Puppet + OpenVZ

2010-08-05 Thread Matthew Cluver
Hi Everyone,

I just wanted to shoot a quick post out there,hope everyone is doing
well. I've been searching for people sharing this type of code, and it
seemed to be lacking so I decided to jump in.

I'm working on developing what would be an openly available module for
puppet, to allow for the development and manipulation of virtual
containers on OpenVZ host nodes.

Here it is on google code: http://code.google.com/p/puppet-openvz/

If you have been working on the same thing and have any code that
you'd like to contribute it would certainly be appreciated!

Cheers  best regards,

Matt

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Puppet + OpenVZ

2010-08-05 Thread James Turnbull
Matthew Cluver wrote:
 I'm working on developing what would be an openly available module for
 puppet, to allow for the development and manipulation of virtual
 containers on OpenVZ host nodes.
 
 Here it is on google code: http://code.google.com/p/puppet-openvz/

That's very cool Matt - why not add it to the Forge?

http://forge.puppetlabs.com

Regards

James Turnbull

-- 
Puppet Labs - http://www.puppetlabs.com
C: 503-734-8571

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.



Re: [Puppet Users] Puppet + OpenVZ

2010-08-05 Thread Yushu Yao
Hi Matt,

That look really cool.
Are you planning make something similar for libvirt host node? I think libvirt 
and OpenVZ share the same structure. If the libvirt one is done, it can control 
OpenVZ and other VMMs


On Aug 5, 2010, at 9:48 PM, Matthew Cluver wrote:

 Hi Everyone,
 
 I just wanted to shoot a quick post out there,hope everyone is doing
 well. I've been searching for people sharing this type of code, and it
 seemed to be lacking so I decided to jump in.
 
 I'm working on developing what would be an openly available module for
 puppet, to allow for the development and manipulation of virtual
 containers on OpenVZ host nodes.
 
 Here it is on google code: http://code.google.com/p/puppet-openvz/
 
 If you have been working on the same thing and have any code that
 you'd like to contribute it would certainly be appreciated!
 
 Cheers  best regards,
 
 Matt
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 Puppet Users group.
 To post to this group, send email to puppet-us...@googlegroups.com.
 To unsubscribe from this group, send email to 
 puppet-users+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/puppet-users?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
Puppet Users group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.