Alex Lourie has posted comments on this change. Change subject: packaging: configuring ovirt-engine on upgrade ......................................................................
Patch Set 1: (2 inline comments) .................................................... File packaging/fedora/setup/basedefs.py Line 104: FILE_HTTPD_SSL_CONFIG="/etc/httpd/conf.d/ssl.conf" Line 105: FILE_HTTPD_CONF="/etc/httpd/conf/httpd.conf" Line 106: FILE_IMAGE_UPLOADER_CONF="/etc/ovirt-engine/imageuploader.conf" Line 107: FILE_ENGINE_VERSION = "%s/version" % DIR_CONFIG Line 108: FILE_WEB_CONF = "/etc/ovirt-engine/web-conf.js" in upstream 3.1 that's where all the host params are stored. We need it to create ovirt-engine configuration on 3.2 upgrade. Line 109: Line 110: # File containing the local configuration of the engine: Line 111: FILE_ENGINE_SYSCONFIG="/etc/sysconfig/ovirt-engine" Line 112: .................................................... File packaging/fedora/setup/post_upgrade.py Line 33: masked_value_set = [dbPassword] Line 34: encryptedPassword = utils.encryptEngineDBPass(password=dbPassword, Line 35: maskList=masked_value_set) Line 36: Line 37: # Edit sysconfig file Ack. Line 38: utils.editEngineSysconfig(proxyEnabled=False, Line 39: dbUrl=dbUrl, Line 40: dbUser=utils.getDbUser(), Line 41: fqdn=fqdn, -- To view, visit http://gerrit.ovirt.org/11825 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Idf596fa9ecaae5ccc6580c19563b21f706d11cfc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alex Lourie <[email protected]> Gerrit-Reviewer: Alex Lourie <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Juan Hernandez <[email protected]> Gerrit-Reviewer: Moran Goldboim <[email protected]> Gerrit-Reviewer: Ofer Schreiber <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
