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 <bob.bownes@oracle.com> wrote:
Anyone got an idea?

Thanks,
Bob
_______________________________________________
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-leave@ovirt.org
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/devel@ovirt.org/message/M46EP7HZ4M6R5TJ6MTAUQQGKYAGWPFO6/