Ofer Schreiber has submitted this change and it was merged. Change subject: packaging: add controller class (plugins step 3/3) ......................................................................
packaging: add controller class (plugins step 3/3) a new class which provides the plugin support: controller. each plugin must be set in /usr/share/ovirt-engine/scripts/plugins/ and follow the naming convention: desc_of_plugin_010.py where 010 is the order of execution. for further documentation please read the example plugin Change-Id: Idb95ecfb2e4a4a339137cb5de8495b3159101e65 --- M Makefile M packaging/fedora/setup/basedefs.py M packaging/fedora/setup/common_utils.py M packaging/fedora/setup/engine-setup.py D packaging/fedora/setup/engine_params.py A packaging/fedora/setup/plugins/example_plugin_000.py A packaging/fedora/setup/setup_controller.py A packaging/fedora/setup/setup_params.py M packaging/fedora/setup/setup_sequences.py M packaging/fedora/spec/ovirt-engine.spec.in 10 files changed, 623 insertions(+), 298 deletions(-) Approvals: Ofer Schreiber: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/1867 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Idb95ecfb2e4a4a339137cb5de8495b3159101e65 Gerrit-PatchSet: 9 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ronen Angluster <[email protected]> Gerrit-Reviewer: Alex Lourie <[email protected]> Gerrit-Reviewer: Barak Azulay <[email protected]> Gerrit-Reviewer: Eyal Edri <[email protected]> Gerrit-Reviewer: Idan Mansano <[email protected]> Gerrit-Reviewer: Ofer Schreiber <[email protected]> Gerrit-Reviewer: Ronen Angluster <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
