The problem
As an operator, I want to be able to use our standard cirrus-elasticsearch cookbooks (rolling-restart, rolling-reboot, rolling-upgrade, etc) when performing operations on cloudelastic. Currently we only support eqiad, codfw, and relforge; as a result operations like restarts on cloudelastic are done manually (see https://phabricator.wikimedia.org/T268770 SAL logs for an example of the process of manually restarting cloudelastic)
The solution
Add support for cloudelastic. The logic should all be the same so it should just be a matter of adding to our ELASTICSEARCH_CLUSTERS: Dict[str, Dict[str, Dict[str, str]]] config, which currently lives in Spicerack (as an aside, it should eventually live in Puppet).