AMBARI-21488 Default Base URL should be there for OS_TYPE=redhat-ppc6 in IBM Power and change the OS _TYPE to redhat7-ppc64, second patch. (atkach)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/ec6a714f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/ec6a714f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/ec6a714f Branch: refs/heads/branch-feature-AMBARI-21450 Commit: ec6a714f39029733c4a0e666af6e7f6a8ff3a6e5 Parents: a3b566f Author: Andrii Tkach <[email protected]> Authored: Thu Aug 17 16:14:31 2017 +0300 Committer: Andrii Tkach <[email protected]> Committed: Thu Aug 17 17:41:15 2017 +0300 ---------------------------------------------------------------------- ambari-web/app/controllers/installer.js | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/ec6a714f/ambari-web/app/controllers/installer.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/installer.js b/ambari-web/app/controllers/installer.js index 77d5a5c..ccf03de 100644 --- a/ambari-web/app/controllers/installer.js +++ b/ambari-web/app/controllers/installer.js @@ -702,9 +702,6 @@ App.InstallerController = App.WizardController.extend(App.UserPref, { response.operating_systems.forEach(function(supportedOS) { if(!existedMap[supportedOS.OperatingSystems.os_type]) { supportedOS.isSelected = false; - supportedOS.repositories.forEach(function(repo) { - repo.Repositories.base_url = ''; - }); existedOS.push(supportedOS); } else if (stack_default) { // only overwrite if it is stack default, otherwise use url from /version_definition existedMap[supportedOS.OperatingSystems.os_type].repositories.forEach(function (repo) {
