[
https://issues.apache.org/jira/browse/AMBARI-8211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14209582#comment-14209582
]
Hadoop QA commented on AMBARI-8211:
-----------------------------------
{color:green}+1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12681296/AMBARI-8211.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:green}+1 tests included{color}. The patch appears to include 5 new
or modified test files.
{color:green}+1 javac{color}. The applied patch does not increase the
total number of javac compiler warnings.
{color:green}+1 release audit{color}. The applied patch does not increase
the total number of release audit warnings.
{color:green}+1 core tests{color}. The patch passed unit tests in
ambari-server.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/627//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/627//console
This message is automatically generated.
> Repository Version Management - Create API and BE support for update/delete
> repository version
> ----------------------------------------------------------------------------------------------
>
> Key: AMBARI-8211
> URL: https://issues.apache.org/jira/browse/AMBARI-8211
> Project: Ambari
> Issue Type: Technical task
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: Yurii Shylov
> Assignee: Yurii Shylov
> Fix For: 2.0.0
>
> Attachments: AMBARI-8211.patch
>
>
> Create the following API:
> {code}
> DELETE /api/v1/repository_versions/1
> {code}
> {code}
> PUT /api/v1/repository_versions/1
> {
> "RepositoryVersion": {
> "id": "1",
> "display_name": "HDP-2.2 latest build",
> "upgrade_pack": "xyz",
> "repositories": [
> {
> "os": "redhat6",
> "baseurls": [
> {
> "id": "HDP-2.2.0.1-885",
> "type": "HDP",
> "baseurl": "http://host1/hdp"
> },
> {
> "id": "HDP-UTILS-1.0.0.20",
> "type": "HDP-UTILS",
> "baseurl": "http://host1/hdp-utils"
> }
> ]
> }
> ]
> }
> {code}
> (stack and its version should not be updatable yet)
> Both APIs should not work if Repository Version is INSTALLED or CURRENT on
> any of the clusters.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)