Add jenkins dev to new cloud. Ticket 4803
This commit is contained in:
parent
f41dd6e417
commit
0edfd67daf
4 changed files with 69 additions and 0 deletions
19
inventory/host_vars/jenkins-el6.fedorainfracloud.org
Normal file
19
inventory/host_vars/jenkins-el6.fedorainfracloud.org
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
image: centos66_x86_64
|
||||
instance_type: m1.small
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-persistent,all-icmp-persistent
|
||||
zone: nova
|
||||
tcp_ports: [22, 80]
|
||||
|
||||
inventory_tenant: persistent
|
||||
inventory_instance_name: jenkins-el6
|
||||
hostbase: jenkins-el6
|
||||
public_ip: 209.132.184.58
|
||||
root_auth_users: mizdebsk,msrb
|
||||
description: jenkins el6 builder in new cloud
|
||||
|
||||
cloud_networks:
|
||||
# persistent-net
|
||||
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
||||
|
19
inventory/host_vars/jenkins.fedorainfracloud.org
Normal file
19
inventory/host_vars/jenkins.fedorainfracloud.org
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
image: fedora22_x86_64
|
||||
instance_type: m1.small
|
||||
keypair: fedora-admin-20130801
|
||||
security_group: ssh-anywhere-persistent,web-80-anywhere-persistent,default,all-icmp-persistent
|
||||
zone: nova
|
||||
tcp_ports: [22, 80, 443]
|
||||
|
||||
inventory_tenant: persistent
|
||||
inventory_instance_name: jenkins
|
||||
hostbase: jenkins
|
||||
public_ip: 209.132.184.57
|
||||
root_auth_users: mizdebsk,msrp
|
||||
description: jenkins master in new cloud
|
||||
|
||||
cloud_networks:
|
||||
# persistent-net
|
||||
- net-id: "67b77354-39a4-43de-b007-bb813ac5c35f"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue