update host variable for copr
use f19 update keypair on copr-fe volume vol-00000007 on copr-be is no longer needed (former /srv/copr-work)
This commit is contained in:
parent
2a1aa83748
commit
1b5f78cd49
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
instance_type: m1.xlarge
|
||||
image: $el6_qcow_id
|
||||
image: ${f19_qcow_id}
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: webserver
|
||||
zone: nova
|
||||
|
@ -8,4 +8,4 @@ hostbase: copr-be-
|
|||
public_ip: 209.132.184.142
|
||||
root_auth_users: bkabrda msuchy
|
||||
description: copr dispatcher and repo server
|
||||
volumes: ['-d /dev/vdb vol-00000008', '-d /dev/vdc vol-00000007']
|
||||
volumes: ['-d /dev/vdb vol-00000008']
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
instance_type: m1.medium
|
||||
image: ${el6_qcow_id}
|
||||
keypair: fedora-admin
|
||||
image: ${f19_qcow_id}
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: webserver
|
||||
zone: nova
|
||||
hostbase: copr-fe-
|
||||
public_ip: 209.132.184.144
|
||||
root_auth_users: bkabrda ryanlerch pingou
|
||||
root_auth_users: bkabrda ryanlerch pingou msuchy
|
||||
description: copr frontend server
|
||||
volumes: ['-d /dev/vdb vol-0000000f']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue