You are trying to add a new host right and not adding a new type of guest
os? I think that's the confusion here.

You install would have to match  the file we maintain in
ovirt-host-deploy/src/plugins/ovirt-host-deploy/vdsm/software.py

@util.export
class Plugin(plugin.PluginBase):
    """Software prerequisites plugin."""

    _SUPPORTED = [
        {
            'distro': ('redhat', 'centos'),
            'version': '7.0',
        },
        {
            'distro': ('fedora', ),
            'version': '22',
        },
        {
            'distro': ('ibm_powerkvm', ),
            'version': '2.1.0',
        },
    ]



You can hack it in https://gerrit.ovirt.org/ovirt-host-deploy

On Tue, 10 Jul 2018 at 23:02 <[email protected]> wrote:

> Anyone got an idea?
>
> Thanks,
> Bob
> _______________________________________________
> Devel mailing list -- [email protected]
> To unsubscribe send an email to [email protected]
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/[email protected]/message/M46EP7HZ4M6R5TJ6MTAUQQGKYAGWPFO6/
>
_______________________________________________
Devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/BYZP37S7SFPLMSBMCXJH3LO4ZD6WNV7P/

Reply via email to