fermosan commented on PR #6550: URL: https://github.com/apache/cloudstack/pull/6550#issuecomment-1296906022
> Left some outstanding remarks otherwise LGTM. @fermosan can you comment if this plugin disable by default? (if not could be add a global setting to disable this by default and have it enabled via a global setting?) Hello. Yes there are the following global settings: <html><body> <!--StartFragment--> -- | -- backup.plugin.networker.url | DELL EMC Networker server URL. Default: https://localhost:9090/nwrestapi/v3 backup.plugin.networker.username | DELL EMC Networker server username. Default: administrator backup.plugin.networker.password | DELL EMC Networker server password. Default: password backup.plugin.networker.pool | DELL EMC Networker Media Pool. Default: Default backup.plugin.networker.validate.ssl | Whether to validate API server (SSL/TLS) connection. Default: false backup.plugin.networker.request.timeout | DELL EMC Networker API request timeout in seconds. Default: 300 backup.plugin.networker.client.verbosity | DELL EMC Networker Client verbosity: Default: false <!--EndFragment--> </body> </html> If i am not mistaken the enable/disable for the plugin is done by setting the global backup.framework.provider.plugin to the desired plugin value. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
