Sandro Bonazzola has posted comments on this change. Change subject: packaging: setup: WebSocketProxy on a separate host ......................................................................
Patch Set 24: (5 comments) http://gerrit.ovirt.org/#/c/28534/24/packaging/setup/ovirt_engine_setup/websocket_proxy/config.py.in File packaging/setup/ovirt_engine_setup/websocket_proxy/config.py.in: Line 16: # Line 17: Line 18: Line 19: """Engine Config.""" Line 20: 2 lines Line 21: ENGINE_WEBSOCKET_PROXY_CONFIG = '@ENGINE_WSPROXY_VARS@' Line 22: ENGINE_PKIDIR = '@ENGINE_PKI@' Line 23: Line 19: """Engine Config.""" Line 20: Line 21: ENGINE_WEBSOCKET_PROXY_CONFIG = '@ENGINE_WSPROXY_VARS@' Line 22: ENGINE_PKIDIR = '@ENGINE_PKI@' Line 23: 2 lines http://gerrit.ovirt.org/#/c/28534/24/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/pki/ca.py File packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/pki/ca.py: Line 282: ) Line 283: Line 284: uninstall_files.extend( Line 285: ( Line 286: unneeded new line Line 287: oenginecons.FileLocations.OVIRT_ENGINE_PKI_APACHE_CERT, Line 288: oenginecons.FileLocations.OVIRT_ENGINE_PKI_APACHE_STORE, Line 289: oenginecons.FileLocations.OVIRT_ENGINE_PKI_ENGINE_CA_CERT, Line 290: oenginecons.FileLocations.OVIRT_ENGINE_PKI_ENGINE_CA_KEY, http://gerrit.ovirt.org/#/c/28534/24/packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/__init__.py File packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/__init__.py: Line 28: Line 29: @util.export Line 30: def createPlugins(context): Line 31: config.Plugin(context=context) Line 32: pki.Plugin(context=context) 2 lines Line 33: http://gerrit.ovirt.org/#/c/28534/24/packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/pki.py File packaging/setup/plugins/ovirt-engine-setup/websocket_proxy/pki.py: Line 1: # Line 2: # ovirt-engine-setup -- ovirt engine setup Line 3: # Copyright (C) 2013 Red Hat, Inc. 2014 Line 4: # Line 5: # Licensed under the Apache License, Version 2.0 (the "License"); Line 6: # you may not use this file except in compliance with the License. Line 7: # You may obtain a copy of the License at -- To view, visit http://gerrit.ovirt.org/28534 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ifceddd5aa44a77f67a3b6b30c6678d9a3b485f9c Gerrit-PatchSet: 24 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Simone Tiraboschi <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Itamar Heim <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Simone Tiraboschi <[email protected]> Gerrit-Reviewer: Yedidyah Bar David <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
