[
https://issues.apache.org/jira/browse/KNOX-1935?focusedWorklogId=360492&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-360492
]
ASF GitHub Bot logged work on KNOX-1935:
----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Dec/19 21:03
Start Date: 16/Dec/19 21:03
Worklog Time Spent: 10m
Work Description: pzampino commented on pull request #220: KNOX-1935 - CM
discovery - Hue should not have both LB and non LB
URL: https://github.com/apache/knox/pull/220
## What changes were proposed in this pull request?
Added ServiceURLCollector abstraction for services like Hue, where URLs have
to be selectively chosen based on the roles deployed. Employed this abstraction
to deal with Hue Load Balancer.
## How was this patch tested?
Ran existing CM discovery tests, added HueURLCollectorTest, and manually
tested CM service discovery against a cluster with Hue Load Balancer deployed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 360492)
Remaining Estimate: 0h
Time Spent: 10m
> CM discovery - Hue should not have both LB and non LB
> -----------------------------------------------------
>
> Key: KNOX-1935
> URL: https://issues.apache.org/jira/browse/KNOX-1935
> Project: Apache Knox
> Issue Type: Sub-task
> Components: cm-discovery
> Affects Versions: 1.3.0
> Reporter: Kevin Risden
> Assignee: Philip Zampino
> Priority: Major
> Fix For: 1.4.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Here is an example of what was generated.
> {code:java}
> <service>
> <role>HUE</role>
> <param>
> <name>haEnabled</name>
> <value>true</value>
> </param>
> <url>https://HUE_HOST:8888</url>
> <url>http://HUE_HOST:8889</url>
> </service>
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)