-
Bug
-
Resolution: Fixed
-
Critical
SV Configurator in hpe-application-automation-tools-plugin creates lock string using host name from management url specified. Multiple clients using the same server and user will get different lock ids.
For example:
-usr tester -pwd xxx -url https://localhost:6085/management --> tester@localhost/SVConfigurator
-usr tester -pwd xxx -url https://127.0.0.1:6085/management --> tester@127.0.0.1/SVConfigurator
-usr tester -pwd xxx -url https://pepino.domain.com:6085/management --> tester@pepino.domain.com/SVConfigurator