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/8c5b03b6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8c5b03b6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8c5b03b6 Branch: refs/heads/feature-branch-AMBARI-21307 Commit: 8c5b03b6e51b0fd2db8a237c60d24673cc66a1cd Parents: 3f6c4ca Author: Andrii Tkach <[email protected]> Authored: Thu Aug 17 16:14:31 2017 +0300 Committer: Andrii Tkach <[email protected]> Committed: Thu Aug 17 17:42:31 2017 +0300 ---------------------------------------------------------------------- ambari-web/app/controllers/installer.js | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8c5b03b6/ambari-web/app/controllers/installer.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/installer.js b/ambari-web/app/controllers/installer.js index 9d7fcd8..d149379 100644 --- a/ambari-web/app/controllers/installer.js +++ b/ambari-web/app/controllers/installer.js @@ -708,9 +708,6 @@ App.InstallerController = App.WizardController.extend(App.Persist, { 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) {
