Moti Asayag has submitted this change and it was merged.
Change subject: engine: Adjust host networks when cluster changes
......................................................................
engine: Adjust host networks when cluster changes
When moving a host between clusters, the labeled host's
networks should be updated by the assignment of those
labeled network to the cluster:
- Cluster-assigned labeled networks should be configured
on the hosts if a nic is labeled with those labels
- Labeled networks which were assigned to the host nics
and not assigned to the target cluster should be removed
from the host.
Change-Id: I5fa6e324c2833366a5fb34db9d2d754426dce316
Signed-off-by: Moti Asayag <masayag(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ChangeVDSClusterCommand.java
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/AuditLogType.java
M
backend/manager/modules/dal/src/main/java/org/ovirt/engine/core/dal/dbbroker/auditloghandling/AuditLogDirector.java
M backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties
4 files changed, 165 insertions(+), 0 deletions(-)
Approvals:
Moti Asayag: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/23191
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5fa6e324c2833366a5fb34db9d2d754426dce316
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Mike Kolesnik <mkolesni(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server