- update with vars for images
- logstash to new ip
This commit is contained in:
parent
82a5d02bdc
commit
91b50f4b97
4 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
instance_type: m1.xlarge
|
instance_type: m1.xlarge
|
||||||
image: ami-00000013
|
image: $el6_qcow_id
|
||||||
keypair: fedora-admin
|
keypair: fedora-admin
|
||||||
security_group: webserver
|
security_group: webserver
|
||||||
zone: nova
|
zone: nova
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
instance_type: m1.small
|
instance_type: m1.small
|
||||||
image: ami-00000013
|
image: $el6_qcow_id
|
||||||
keypair: fedora-admin
|
keypair: fedora-admin
|
||||||
security_group: webserver
|
security_group: webserver
|
||||||
zone: nova
|
zone: nova
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
instance_type: m1.small
|
instance_type: m1.small
|
||||||
image: ami-00000016
|
image: $f18_qcow_id
|
||||||
keypair: fedora-admin
|
keypair: fedora-admin
|
||||||
security_group: smtpserver
|
security_group: smtpserver
|
||||||
zone: nova
|
zone: nova
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
---
|
---
|
||||||
instance_type: c1.xlarge
|
instance_type: m1.large
|
||||||
image: emi-68D638BF
|
image: $f18_qcow_id
|
||||||
keypair: admin
|
keypair: fedora-admin
|
||||||
security_group: logstash
|
security_group: logstash
|
||||||
zone: fedoracloud
|
zone: nova
|
||||||
hostbase: logstash-
|
hostbase: logstash-
|
||||||
public_ip: 209.132.184.120
|
public_ip: 209.132.184.146
|
||||||
root_auth_users: lmacken skvidal
|
root_auth_users: lmacken skvidal
|
||||||
description: cloud instance for developing/testing logstash
|
description: cloud instance for developing/testing logstash
|
||||||
volumes: ['-d /dev/vdb vol-CE7C417F', '-d /dev/vdc vol-2CB740B3']
|
volumes: ['-d /dev/vdb vol-0000000d']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue