[
https://issues.apache.org/jira/browse/KNOX-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sandor Molnar updated KNOX-1425:
--------------------------------
+Apache Knox 3.0.0 release preparation+
We are about to cut the 3.0.0 release branch. master will move on to 3.1.0.
This issue is currently unresolved and is not automatically included in 3.0.0.
Please choose one of the following:
# If this belongs in 3.0.0: once the branch is cut, cherry-pick your commit(s)
onto the new v3.0.0 branch in addition to master. Leave Fix Version = 3.0.0 so
we can track it.
# Do nothing: we will move this issue to the next release (3.1.0) as part of
release cleanup.
If we don't hear back and see no cherry-pick, the issue will be re-targeted to
3.1.0. Thanks!
> UI Changes to include dispatch element in topology
> ---------------------------------------------------
>
> Key: KNOX-1425
> URL: https://issues.apache.org/jira/browse/KNOX-1425
> Project: Apache Knox
> Issue Type: Bug
> Components: AdminUI
> Reporter: Sandeep More
> Priority: Major
> Fix For: 3.0.0
>
>
> As part of KNOX-1339 cloud federation, now topology element contains a
> dispatch element and Admin UI needs to be updated to take that into account.
> {code:java}
> <topology>
> <gateway>
> <provider>
> ...
> </provider>
> ...
> <dispatch>
> <contributor-name> </contributor-name>
> <ha-contributor-name> </ha-contributor-name>
>
> <classname>org.apache.hadoop.gateway.hbase.HBaseDispatch</classname>
> <ha-classname> </ha-classname>
> <http-client-factory> </http-client-factory>
> <use-two-way-ssl> </use-two-way-ssl>
> </dispatch>
> ....
> </gateway>
> </topology>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)