[ https://issues.apache.org/jira/browse/AMBARI-16002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15251383#comment-15251383 ]
Hadoop QA commented on AMBARI-16002: ------------------------------------ {color:green}+1 overall{color}. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12799865/AMBARI-16002.v0.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 1 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-web. Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/6573//testReport/ Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/6573//console This message is automatically generated. > Integrate Red Hat Satellite option in Ambari Web > ------------------------------------------------ > > Key: AMBARI-16002 > URL: https://issues.apache.org/jira/browse/AMBARI-16002 > Project: Ambari > Issue Type: Task > Components: ambari-web > Affects Versions: 2.4.0 > Reporter: Zhe (Joe) Wang > Assignee: Zhe (Joe) Wang > Fix For: 2.4.0 > > Attachments: AMBARI-16002.v0.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)