Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Merge pull request #73 from Metaswitch/remove-hyphens
Browse files Browse the repository at this point in the history
Reviewer Rob - Use correct monit naming and clarify scale-in instructions
  • Loading branch information
bossmc committed Jun 23, 2015
2 parents 93709d3 + 0d040f2 commit f741540
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/Clearwater_Elastic_Scaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,15 @@ If you're scaling down your deployment, follow the following process:
* Ralf -`sudo service ralf stop`
* Ellis - `sudo service ellis stop`
* Memento - `sudo service memento stop`
* Unmonitor the clearwater management processes. Run these commands on all nodes

* `sudo monit unmonitor clearwater-cluster-manager`
* `sudo monit unmonitor clearwater-config-manager`
* Unmonitor the clearwater management processes:

* `sudo monit unmonitor clearwater_cluster_manager`
* `sudo monit unmonitor clearwater_config_manager`
* `sudo monit unmonitor -g etcd`

3. Run `sudo service clearwater-etcd decommission`. This will cause the nodes to leave their existing clusters.
* Run `sudo service clearwater-etcd decommission`. This will cause the nodes to leave their existing clusters.

4. Once the above steps have completed, turn down the nodes.

### If you did a Manual Install without Automatic Clustering
Expand Down

0 comments on commit f741540

Please sign in to comment.