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 B72D0193EB for ; Sat, 9 Apr 2016 00:47:25 +0000 (UTC) Received: (qmail 33173 invoked by uid 500); 9 Apr 2016 00:47:25 -0000 Delivered-To: apmail-ambari-issues-archive@ambari.apache.org Received: (qmail 33140 invoked by uid 500); 9 Apr 2016 00:47: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 33119 invoked by uid 99); 9 Apr 2016 00:47:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 09 Apr 2016 00:47:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 6F1AB2C14E1 for ; Sat, 9 Apr 2016 00:47:25 +0000 (UTC) Date: Sat, 9 Apr 2016 00:47:25 +0000 (UTC) From: "Hudson (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=15233232#comment-15233232 ] Hudson commented on AMBARI-15775: --------------------------------- FAILURE: Integrated in Ambari-trunk-Commit #4624 (See [https://builds.apache.org/job/Ambari-trunk-Commit/4624/]) AMBARI-15775 Integrate Red Hat Satellite option in Ambari Admin (zhewang: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=666b3c6909f7f78ac99007f2626e62d3d05ac269]) * ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/stackVersionPage.html * ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/stackVersions/StackVersionsEditCtrl.js * ambari-admin/src/main/resources/ui/admin-web/app/scripts/services/Stack.js * ambari-admin/src/main/resources/ui/admin-web/app/scripts/controllers/stackVersions/StackVersionsCreateCtrl.js > 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)