Bug 1224778
Summary: | Default gateway not restored after management bridge creation | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Amador Pahim <asegundo> | ||||
Component: | ovirt-hosted-engine-setup | Assignee: | Simone Tiraboschi <stirabos> | ||||
Status: | CLOSED DUPLICATE | QA Contact: | Meni Yakove <myakove> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 3.5.1 | CC: | danken, dfediuck, ecohen, gklein, lsurette, sapandit, sbonazzo, stirabos, ylavi, yzaspits | ||||
Target Milestone: | ovirt-3.6.1 | ||||||
Target Release: | 3.6.1 | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | integration | ||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2015-11-17 12:35:13 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Amador Pahim
2015-05-25 17:14:43 UTC
Created attachment 1029545 [details]
ovirt-hosted-engine-setup.log
Adding a custom named management network is not supported in 3.5. It will be added in 3.6.0. Moving to VERIFY on 3.6. Current status on 3.6 rc1 upstream: The user can run hosted-engine-setup passing an answer-file with a custom name for the management bridge. hosted-engine-setup will create the bridge with that name. The default gateway is correctly set regardless of the management bridge name. oVirt engine on the engine VM is by default trying to use a logical network called ovirtmgmt so it's then trying to bind it to a bridge called that way. Cause it doesn't found it, the host will fail to come up. Then hosted-engine-setup discovers that the host is in a non-operation state so it advises the user to manually fix it into the engine before retrying. [ INFO ] Waiting for the host to become operational in the engine. This may take several minutes... [ INFO ] Still waiting for VDSM host to become operational... The host hosted_engine_1 is in non-operational state. Please try to activate it via the engine webadmin UI. Retry checking host status or ignore this and continue (Retry, Ignore)[Retry]? retry ovirt-hosted-engine-setup doesn't provide any helpful hint to the user on this point. If the user manually: - connects to the engine webui - renames the management network for the selected datacenter - manually activates the host the host comes up in the engine and ovirt-hosted-engine-setup could continue. Danken, if we know on hosted-engine side that the user want to use a custom name for its management network on a specific cluster, is there any API to pragmatically tell the engine to rename that management network to the desired value? Can you please check the status of this ticket? The customer ticket doesn't seem to be related to 3.6. Removing the customer case since it's unrelated to 3.6 Setting management network is possible on cluster level during cluster creating or later on in case the cluster is empty (no hosts attached to it) by updating the cluster. When creating/updating a cluster through REST API "management_network" element could be supplied in order to specify the desired management network. Please note that the desired management network should be created in the DC prior creating/updating the cluster. Here are the relevant URL's: Create network: POST ovirt-engine/api/datacenters/{datacenter:id}/networks Create cluster: POST ovirt-engine/api/datacenters/{datacenter:id}/clusters Update cluster: PUT ovirt-engine/api/datacenters/{datacenter:id}/clusters/{cluster:id} For the creating network URL "network" element should be supplied and for cluster related URL's "cluster" element. You can obtain schema that defines the XML structure that should be supplied with the URL's by accessing ovirt-engine/api?schema and RSDL is available by ovirt-engine/api?rsdl URL. *** This bug has been marked as a duplicate of bug 1231799 *** |