- 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
|
||||
image: ami-00000013
|
||||
image: $el6_qcow_id
|
||||
keypair: fedora-admin
|
||||
security_group: webserver
|
||||
zone: nova
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
instance_type: m1.small
|
||||
image: ami-00000013
|
||||
image: $el6_qcow_id
|
||||
keypair: fedora-admin
|
||||
security_group: webserver
|
||||
zone: nova
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
instance_type: m1.small
|
||||
image: ami-00000016
|
||||
image: $f18_qcow_id
|
||||
keypair: fedora-admin
|
||||
security_group: smtpserver
|
||||
zone: nova
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
instance_type: c1.xlarge
|
||||
image: emi-68D638BF
|
||||
keypair: admin
|
||||
instance_type: m1.large
|
||||
image: $f18_qcow_id
|
||||
keypair: fedora-admin
|
||||
security_group: logstash
|
||||
zone: fedoracloud
|
||||
zone: nova
|
||||
hostbase: logstash-
|
||||
public_ip: 209.132.184.120
|
||||
public_ip: 209.132.184.146
|
||||
root_auth_users: lmacken skvidal
|
||||
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