Itamar Heim has submitted this change and it was merged.
Change subject: engine: Networks with role configured with DHCP in nic
......................................................................
engine: Networks with role configured with DHCP in nic
Network with roles must have an IP address in order for
the host to be operational (either for display or for
migration purposes).
A mass operation to configure networks on various hosts,
where some of the networks might have roles, is by setting
the boot protocol to DHCP. This will configure the networks
on the hosts in a way that will enable to IP assignment.
If the DHCP request fails, there is a change the network
will not be configure on the host. This will cause the host
to be non-operational, with a simple resolution for the
nature of the problem.
Change-Id: I3ee53ec1f354ea766cea59977e869f97c2be94df
Bug-Url:
https://bugzilla.redhat.com/1073043
Signed-off-by: Moti Asayag <masayag(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/network/AddNetworkParametersBuilder.java
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/network/NetworkParametersBuilder.java
2 files changed, 23 insertions(+), 1 deletion(-)
Approvals:
Mike Kolesnik: Looks good to me, approved
Moti Asayag: Verified
--
To view, visit
http://gerrit.ovirt.org/25666
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I3ee53ec1f354ea766cea59977e869f97c2be94df
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Itamar Heim <iheim(a)redhat.com>
Gerrit-Reviewer: Mike Kolesnik <mkolesni(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server