Return-Path: X-Original-To: apmail-ambari-issues-archive@minotaur.apache.org Delivered-To: apmail-ambari-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 57DA4187B6 for ; Fri, 8 Apr 2016 05:32:26 +0000 (UTC) Received: (qmail 36880 invoked by uid 500); 8 Apr 2016 05:32:26 -0000 Delivered-To: apmail-ambari-issues-archive@ambari.apache.org Received: (qmail 36841 invoked by uid 500); 8 Apr 2016 05:32:25 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 36761 invoked by uid 99); 8 Apr 2016 05:32:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Apr 2016 05:32:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9091E2C1F5C for ; Fri, 8 Apr 2016 05:32:25 +0000 (UTC) Date: Fri, 8 Apr 2016 05:32:25 +0000 (UTC) From: "Hadoop QA (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-15775) Integrate Red Hat Satellite option in Ambari Admin MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)