
Add an action called CLUSTER_REPLACE_NODES. Using this action, user can replace the nodes of a cluster with other ACTIVE nodes that are not member of any clusters. This patch for the Api-Ref Change-Id: I0658c24821cb11eff2f9e2e53dd1869b3b85aa93 Implements: blueprint support-cluster-replace-action
8 lines
99 B
JSON
8 lines
99 B
JSON
{
|
|
"replace_nodes": {
|
|
"nodes": {
|
|
"node-1234": "node-5678"
|
|
}
|
|
}
|
|
}
|