Dmitry Lysnichenko created AMBARI-12624:
-------------------------------------------
Summary: UpgradeHelper must provide command line arguments for
Ambari Server port and desired http protocol settings
Key: AMBARI-12624
URL: https://issues.apache.org/jira/browse/AMBARI-12624
Project: Ambari
Issue Type: Bug
Components: ambari-server
Reporter: Dmitry Lysnichenko
Assignee: Dmitry Lysnichenko
Fix For: 2.1.1
UpgradeHelper should work with:
different default ambari port, AND
if ambari is setup for https. Cannot assume 8443 for https
Add command line options for PORT and PROTOCOL.
Change api_port and api_protocol from default
in upgradeHelper.py for Ambari. This needs to be well documented.
{code}
[root@f11d
upgrade_hdp_226]# diff upgradeHelper.py upgradeHelper.py.old
185,186c185,186
< API_PROTOCOL
= "https"
< API_PORT
= "8443"
---
> API_PROTOCOL
= "http"
> API_PORT
= “8080"
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)