[
https://issues.apache.org/jira/browse/AMBARI-15775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15231666#comment-15231666
]
Hadoop QA commented on AMBARI-15775:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12797645/AMBARI-15775.v2.patch
against trunk revision .
{color:green}+1 @author{color}. The patch does not contain any @author
tags.
{color:red}-1 tests included{color}. The patch doesn't appear to include
any new or modified tests.
Please justify why no new tests are needed for this
patch.
Also please list what manual steps were performed to
verify this patch.
{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-admin.
Test results:
https://builds.apache.org/job/Ambari-trunk-test-patch/6301//testReport/
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/6301//console
This message is automatically generated.
> Integrate Red Hat Satellite option in Ambari Admin
> --------------------------------------------------
>
> Key: AMBARI-15775
> URL: https://issues.apache.org/jira/browse/AMBARI-15775
> Project: Ambari
> Issue Type: Task
> Components: ambari-admin
> Affects Versions: 2.4.0
> Reporter: Zhe (Joe) Wang
> Assignee: Zhe (Joe) Wang
> Fix For: 2.4.0
>
> Attachments: AMBARI-15775.v0.patch, AMBARI-15775.v1.patch,
> AMBARI-15775.v2.patch
>
>
> Provide RedHat satellite option. It can be used wherever we show redhat6
> urls, and applicable to redhat6/redhat7. For example, registering repos, etc.
> The API call to update links when using VDF can specify the new property. In
> order to make it more generic (and default {{true}}), it is called
> "{{ambari_managed_repositories}}". API looks like:
> {noformat}
> PUT /api/v1/stacks/HDP/versions/2.3/repository_versions/2
> {
> "RepositoryVersions" : {
> "id" : 2
> },
> "operating_systems" : [
> {
> "OperatingSystems" : {
> "ambari_managed_repositories": false,
> "os_type" : "redhat6",
> "repository_version_id" : 2,
> "stack_name" : "HDP",
> "stack_version" : "2.3"
> },
> "repositories" : [
> {
> "Repositories" : {
> "base_url" : "http://repos.ambari.apache.org/hdp/HDP-2.3.4.14-4",
> "repo_id" : "HDP-2.3",
> "repo_name" : "HDP"
> }
> },
> {
> "Repositories" : {
> "base_url" :
> "http://repos.ambari.apache.org/hdp/HDP-UTILS-1.1.0.20",
> "repo_id" : "HDP-UTILS-1.1.0.20",
> "repo_name" : "HDP-UTILS"
> }
> }
> ]
> }
> ]
> }
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)