Moti Asayag has submitted this change and it was merged.
Change subject: engine: Update network on hosts when label is changed
......................................................................
engine: Update network on hosts when label is changed
When the network's label is being modifies, the change
to the label should be reflected to the labeled hosts.
There supported options in this regards are:
1. Labeling a network - will add the network to any of
labeled hosts which the network is assigned to their
cluster.
2. Unlabeling a network - will remove the network from
any of labeled hosts that the network is assigned to
their cluster.
3. Label unchanged - only sync action will apply to
hosts that the network is configured on.
Changing an existing label while the label is set on
interfaces will not be supported at this time.
Change-Id: Id8b851d589db8ad6ef025d3b752c9596aa30aee2
Bug-Url:
https://bugzilla.redhat.com/1040586
Signed-off-by: Moti Asayag <masayag(a)redhat.com>
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/network/dc/UpdateNetworkCommand.java
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/errors/VdcBllMessages.java
M backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties
M
frontend/webadmin/modules/frontend/src/main/java/org/ovirt/engine/ui/frontend/AppErrors.java
M
frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
M
frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/frontend/AppErrors.properties
6 files changed, 145 insertions(+), 5 deletions(-)
Approvals:
Mike Kolesnik: Looks good to me, approved
Moti Asayag: Verified
--
To view, visit
http://gerrit.ovirt.org/22772
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Id8b851d589db8ad6ef025d3b752c9596aa30aee2
Gerrit-PatchSet: 12
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