
Sandro Bonazzola has submitted this change and it was merged. Change subject: packaging: setup: avoid asking about mgmt bridge nic on additional hosts ...................................................................... packaging: setup: avoid asking about mgmt bridge nic on additional hosts On additional host we are not directly creating the management bridge. We simply call host.add via REST API and the engine will do the rest via host-deploy. So avoid asking about the interface to create the management bridge on cause we are not honoring it. The engine will choose it exactly as it does for regular non HE hosts. Bug-Url: https://bugzilla.redhat.com/1269430 Change-Id: Ibcb56997b17fe04dbccf25fa2a3bd9c79e5da8e9 Signed-off-by: Simone Tiraboschi <stirabos@redhat.com> --- M src/plugins/ovirt-hosted-engine-setup/network/bridge.py 1 file changed, 4 insertions(+), 1 deletion(-) Approvals: Sandro Bonazzola: Looks good to me, approved Simone Tiraboschi: Verified Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/47505 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibcb56997b17fe04dbccf25fa2a3bd9c79e5da8e9 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: ovirt-hosted-engine-setup-1.3 Gerrit-Owner: Simone Tiraboschi <stirabos@redhat.com> Gerrit-Reviewer: Douglas Schilling Landgraf <dougsland@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: Simone Tiraboschi <stirabos@redhat.com> Gerrit-Reviewer: automation@ovirt.org