You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jg...@apache.org on 2018/05/17 21:23:43 UTC

[ambari] branch branch-feature-AMBARI-14714 updated: Fixed validations request to use correct stack.

This is an automated email from the ASF dual-hosted git repository.

jgolieb pushed a commit to branch branch-feature-AMBARI-14714
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-feature-AMBARI-14714 by this push:
     new 303e58f  Fixed validations request to use correct stack.
303e58f is described below

commit 303e58f30b375c2be833199b27e820224ce23a27
Author: Jason Golieb <jg...@hortonworks.com>
AuthorDate: Thu May 17 13:50:07 2018 -0700

    Fixed validations request to use correct stack.
---
 ambari-web/app/mixins/wizard/assign_master_components.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ambari-web/app/mixins/wizard/assign_master_components.js b/ambari-web/app/mixins/wizard/assign_master_components.js
index b7506c6..35ede31 100644
--- a/ambari-web/app/mixins/wizard/assign_master_components.js
+++ b/ambari-web/app/mixins/wizard/assign_master_components.js
@@ -1186,6 +1186,8 @@ App.AssignMasterComponents = Em.Mixin.create(App.HostComponentValidationMixin, A
     }).then(function() {
       self.validateSelectedHostComponents({
         hosts: hostNames,
+        stackName: selectedMpacks[0].name,
+        stackVersion: selectedMpacks[0].version,  
         blueprint: self.get('recommendations')
       }).then(function() {
         if (callback) {

-- 
To stop receiving notification emails like this one, please contact
jgolieb@apache.org.