|
@@ -139,6 +139,10 @@ output "ansible2" {
|
|
|
value = "Setup CP Redis Nodes\n\t\tansible-playbook -i inventories/inventory.ini ansible/nodes.yml -e 'NODE_IPS=${join(",", module.nodes.node-internal-ips)}'"
|
|
|
}
|
|
|
|
|
|
+output "cluster-setup" {
|
|
|
+ value = "To set up the cluster run /usr/local/bin/setup-raft-cluster from any one of the nodes"
|
|
|
+}
|
|
|
+
|
|
|
output "cpredisnodes" {
|
|
|
value = module.nodes.node-internal-ips
|
|
|
}
|