Skip to content
Snippets Groups Projects
Commit 8575dd43 authored by matt01671's avatar matt01671
Browse files

fixed cluster

parent 11f41466
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,12 @@ cluster_security_group:
port_range_min: 4369
port_range_max: 4369
sg_remote_group: couchDB-cluster3
- name: couchDB-cluster4
description: "Security group for CouchDB cluster"
protocol: tcp
port_range_min: 5984
port_range_max: 5984
sg_remote_group: couchDB-cluster4
# Instance
instances:
......
......@@ -17,6 +17,7 @@
- couchDB-cluster1
- couchDB-cluster2
- couchDB-cluster3
- couchDB-cluster4
volumes: '{{ item.volumes }}'
auto_floating_ip: yes
wait: yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment