Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fedora not a supported platform? #5

Open
jflorian opened this issue Apr 20, 2012 · 0 comments
Open

Fedora not a supported platform? #5

jflorian opened this issue Apr 20, 2012 · 0 comments

Comments

@jflorian
Copy link

Hi Carla,

This module looks like a terrific piece of work and I would like to get actively involved, if I may. However I am having problems getting my first VM going using this module. Both my puppet master and client are running Fedora (16 and 15, respectively) and have had no problems creating VMs manually.

I have this in my node's class:

virt { 'test':
    autoboot        => false,
    ensure          => 'running',
    memory          => '1024',
    os_template     => 'fedora11',
    os_type         => 'linux',
    provider        => 'libvirt',
    virt_path       => '/var/lib/libvirt/images/test.img',
    virt_type       => 'kvm',
}

When I run my 'puppetd --test' for the first time, I get:

err: Could not retrieve catalog from remote server: Error 400 on SERVER: Could not autoload virt: Could not autoload /etc/puppet/modules/puppet-virt/lib/puppet/provider/virt/openvz.rb: Sorry, this provider is not supported for your Operation System, yet :) at /etc/puppet/modules/doubledog/manifests/classes/droopy-f15.pp:31 on node droopy-f15.doubledog.org

Repeated runs result in no errors, but no VM is created either. I am not sure why I only see the error just the first time -- unless I restart the puppetmaster service. However, I am most confused as to why openvz.rb is involved if libvirt is supposed to be my provider. Is this a bug or mistake/misunderstanding that I have? Any help would be most appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant