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

moved clusters

parent 40f39b0f
Branches
No related tags found
No related merge requests found
......@@ -3,11 +3,13 @@ availability_zone: melbourne-qh2-uom
# Volume
volumes:
- vol_name: harvester-volume
- vol_name: db-volume-1
vol_size: 10
- vol_name: web-volume
- vol_name: db-volume-2
vol_size: 10
- vol_name: db-volume-3
vol_size: 10
- vol_name: db-volume
- vol_name: web-volume
vol_size: 10
# Security group
......@@ -34,18 +36,22 @@ cluster_security_group:
# Instance
instances:
# - name: harvester
# volumes: ['harvester-volume']
# meta:
# group: harvesters
- name: db-1
volumes: ['db-volume-1']
meta:
group: dbs
- name: db-2
volumes: ['db-volume-2']
meta:
group: dbs
- name: db-3
volumes: ['db-volume-3']
meta:
group: dbs
- name: web
volumes: ['web-volume']
meta:
group: web
# - name: couchDB
# volumes: ['db-volume']
# meta:
# group: dbs
instance_image: 45225edb-66d8-4fd0-bf41-132a31a18166
instance_key_name: test-moh
......
[harvesters]
[web]
172.26.128.211
[dbs]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment