From 1b5f78cd494abc8c1341f0751e9c1589fe03bbed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 25 Oct 2013 09:49:40 +0000 Subject: [PATCH] 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) --- inventory/host_vars/209.132.184.142 | 4 ++-- inventory/host_vars/209.132.184.144 | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/inventory/host_vars/209.132.184.142 b/inventory/host_vars/209.132.184.142 index 20e3eab925..7a2ed9f7a4 100644 --- a/inventory/host_vars/209.132.184.142 +++ b/inventory/host_vars/209.132.184.142 @@ -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'] diff --git a/inventory/host_vars/209.132.184.144 b/inventory/host_vars/209.132.184.144 index 5449dff97e..2e6cbc9268 100644 --- a/inventory/host_vars/209.132.184.144 +++ b/inventory/host_vars/209.132.184.144 @@ -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']