Update size on f19 jenkins. Make f20 builder.
This commit is contained in:
parent
e941d65c5e
commit
e20ea5e6cc
4 changed files with 19 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
instance_type: m1.large
|
instance_type: m1.xlarge
|
||||||
image: $f19_qcow_id
|
image: $f19_qcow_id
|
||||||
keypair: fedora-admin
|
keypair: fedora-admin-20130801
|
||||||
security_group: jenkins
|
security_group: jenkins
|
||||||
zone: nova
|
zone: nova
|
||||||
hostbase: jenkins-f19
|
hostbase: jenkins-f19
|
||||||
|
|
11
inventory/host_vars/209.132.184.209
Normal file
11
inventory/host_vars/209.132.184.209
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
instance_type: m1.xlarge
|
||||||
|
image: $f19_qcow_id
|
||||||
|
keypair: fedora-admin-20130801
|
||||||
|
security_group: jenkins
|
||||||
|
zone: nova
|
||||||
|
hostbase: jenkins-f19
|
||||||
|
public_ip: 209.132.184.158
|
||||||
|
root_auth_users: pingou
|
||||||
|
description: jenkins f19 worker/slave
|
||||||
|
|
|
@ -425,7 +425,8 @@ jenkins-cloud
|
||||||
209.132.184.166
|
209.132.184.166
|
||||||
# F19 builder
|
# F19 builder
|
||||||
209.132.184.158
|
209.132.184.158
|
||||||
|
# F20 builder
|
||||||
|
209.132.184.209
|
||||||
|
|
||||||
[jenkins-cloud]
|
[jenkins-cloud]
|
||||||
209.132.184.153
|
209.132.184.153
|
||||||
|
|
|
@ -16,7 +16,10 @@ el6_qcow_id: ami-00000013
|
||||||
f18_qcow_id: ami-00000016
|
f18_qcow_id: ami-00000016
|
||||||
el6_ami_id: ami-0000000e
|
el6_ami_id: ami-0000000e
|
||||||
f17_qcow_id: ami-00000001
|
f17_qcow_id: ami-00000001
|
||||||
f19_qcow_id: ami-00000018
|
# Fedora-19-RC2-x86_64
|
||||||
|
f19_qcow_id: ami-00000020
|
||||||
|
# Fedora-20-TC4-x86_64
|
||||||
|
f20_qcow_id: ami-00000038
|
||||||
global_pkgs_inst: ['bind-utils', 'joe', 'mailx', 'nc', 'openssh-clients',
|
global_pkgs_inst: ['bind-utils', 'joe', 'mailx', 'nc', 'openssh-clients',
|
||||||
'patch', 'postfix', 'rsync', 'strace', 'telnet',
|
'patch', 'postfix', 'rsync', 'strace', 'telnet',
|
||||||
'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh',
|
'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue