You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Shivani Gupta (JIRA)" <ji...@apache.org> on 2014/08/21 18:19:12 UTC

[jira] [Created] (AMBARI-6977) Support changing the name of an existing cluster

Shivani Gupta created AMBARI-6977:
-------------------------------------

             Summary: Support changing the name of an existing cluster
                 Key: AMBARI-6977
                 URL: https://issues.apache.org/jira/browse/AMBARI-6977
             Project: Ambari
          Issue Type: Bug
    Affects Versions: 1.7.0
            Reporter: Shivani Gupta
             Fix For: 1.7.0


1) During cluster install (either via Blueprints or Wizard), user specifies the "cluster name".
2) This becomes the cluster name ID, used in the Ambari Web UI and in the API to uniquely identify the cluster.

Provide ability to change the cluster name ID. By changing that cluster name ID, the API calls for that cluster will change too (for example, changing the name from ClusterX to Cluster Y means /api/v1/clusters/ClusterX will then become /api/v1/clusters/ClusterY).
This should not require direct SQL against the Ambari database. Preferred method is to expose this rename operation via Ambari API.
There is no requirement to expose this rename operation via Ambari Web at this time.



--
This message was sent by Atlassian JIRA
(v6.2#6252)