Set disableHostCheckOnAddHostWizard = true as default option. (swagle) Change-Id: Id80dad8d506afb7de50ae4b16127d60c1de01891
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/cebf9a51 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/cebf9a51 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/cebf9a51 Branch: refs/heads/AMBARI-2.4.2.16 Commit: cebf9a51e80511ff89f0014735f7308c318f8fd4 Parents: 63dbdfc Author: Siddharth Wagle <[email protected]> Authored: Fri Dec 2 11:43:34 2016 -0800 Committer: Siddharth Wagle <[email protected]> Committed: Fri Dec 2 11:43:34 2016 -0800 ---------------------------------------------------------------------- ambari-web/app/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/cebf9a51/ambari-web/app/config.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/config.js b/ambari-web/app/config.js index 80f4a56..aae323f 100644 --- a/ambari-web/app/config.js +++ b/ambari-web/app/config.js @@ -66,7 +66,7 @@ App.stackVersionsAvailable = true; App.enableExperimental = false; App.supports = { - disableHostCheckOnAddHostWizard: false, + disableHostCheckOnAddHostWizard: true, preUpgradeCheck: true, displayOlderVersions: false, autoRollbackHA: false,
