You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Aleksandr Kovalenko (JIRA)" <ji...@apache.org> on 2014/09/17 13:05:33 UTC

[jira] [Created] (AMBARI-7356) When the user completes Install Wizard, mark Clusters.provisioning_state as INSTALLED

Aleksandr Kovalenko created AMBARI-7356:
-------------------------------------------

             Summary: When the user completes Install Wizard, mark Clusters.provisioning_state as INSTALLED
                 Key: AMBARI-7356
                 URL: https://issues.apache.org/jira/browse/AMBARI-7356
             Project: Ambari
          Issue Type: Task
          Components: ambari-web
    Affects Versions: 1.7.0
            Reporter: Aleksandr Kovalenko
            Assignee: Aleksandr Kovalenko
             Fix For: 1.7.0


Make the following call when the user completes the wizard:
PUT /api/v1/clusters/cluster_name
data: {"Clusters":{"provisioning_state":"INSTALLED"}}

Also, change the routing rule so that we use Clusters.provisioning_state, rather than /api/v1/persist to decide whether to route the user to Install Wizard or Dashboard upon login.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)