Skip to content
Snippets Groups Projects
Commit 5ec2c61b authored by matt01671's avatar matt01671
Browse files

fixed sg

parent 6e676336
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,8 @@ cluster_security_group: ...@@ -31,8 +31,8 @@ cluster_security_group:
- name: couchDB-cluster - name: couchDB-cluster
description: "Security group for CouchDB cluster" description: "Security group for CouchDB cluster"
protocol: tcp protocol: tcp
port_range_min: 3306 port_range_min: 5984
port_range_max: 3306 port_range_max: 5984
sg_remote_group: couchDB-cluster sg_remote_group: couchDB-cluster
# Instance # Instance
......
...@@ -7,7 +7,9 @@ ...@@ -7,7 +7,9 @@
key_name: '{{ instance_key_name }}' key_name: '{{ instance_key_name }}'
flavor: '{{ instance_flavor }}' flavor: '{{ instance_flavor }}'
availability_zone: '{{ availability_zone }}' availability_zone: '{{ availability_zone }}'
security_groups: '{{ sg_names }}' security_groups:
- '{{ sg_names }}'
- '{{ cluster_sg_names }}'
volumes: '{{ item.volumes }}' volumes: '{{ item.volumes }}'
auto_floating_ip: yes auto_floating_ip: yes
wait: yes wait: yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment