Hi,

I'd like to setup host network in the following way:

I have 4 interfaces: eth0, eno1, eno2, eno3

ovirtmgmt network resides on eth0 and is working.

Now I want to setup a bonding with the slave interfaces
eno2 and eno3 via the hosts "setupnetworks" function:

URL:

https://engine-fqdn/api/hosts/9cdcc85b-dd87-4dcf-9275-b993ee5b5e9c/nics/setupnetworks

Request:

{
    "modified_bonds": {
        "host_nic": [{
            "name": "bond0",
            "bonding": {
                "options": {
                    "option": [{
                        "name": "mode",
                        "value": "1"
                    }, {
                        "name": "miimon",
                        "value": "100"
                    }]
                },
                "slaves": {
                    "host_nic": [{
                        "name": "eno2"
                    }, {
                        "name": "eno3"
                    }]
                }
            }
        }]
    }
}

Response from ovirt-engine:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<fault>
    <reason>Incomplete parameters</reason>
    <detail>Action [hostNics] required for setupNetworks</detail>
</fault>

When I look at the rsdl docs this seems perfectly fine.


I tried google with this error condition but it didn't return anything
useful unfortunately.

Your help would be greatly appreciated.

The official RH docs also do not mention anything else:

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.6/html-single/REST_API_Guide/index.html#Multiple_Network_Setup_Action

https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.6/html-single/REST_API_Guide/index.html#Bonded_Interfaces

Also this tool doesn't seem to mention anything else:

https://jhernand.fedorapeople.org/ovirt-api-explorer/#/services/host/methods/setup_networks

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH & Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +495772 293100
F: +495772 293333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to