since jenkins.cloud is currently running - we have to go by ip
This commit is contained in:
parent
2d5d45201a
commit
b25ec5dc4d
3 changed files with 15 additions and 3 deletions
11
inventory/host_vars/209.132.184.153
Normal file
11
inventory/host_vars/209.132.184.153
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
instance_type: m1.small
|
||||
image: $el6_qcow_id
|
||||
hkeypair: fedora-admin
|
||||
security_group: jenkins
|
||||
zone: nova
|
||||
hostbase: jenkins-master-
|
||||
public_ip: 209.132.184.153
|
||||
root_auth_users: pingou skvidal
|
||||
description: jenkins cloud master
|
||||
volumes: ['-d /dev/vdb vol-00000011']
|
|
@ -345,7 +345,8 @@ virthost-comm01.qa.fedoraproject.org
|
|||
jenkins-slaves
|
||||
|
||||
[jenkins-cloud]
|
||||
jenkins.cloud.fedoraproject.org ansible_ssh_host=209.132.184.153
|
||||
209.132.184.153
|
||||
#jenkins.cloud.fedoraproject.org
|
||||
|
||||
[osuosl]
|
||||
fakefas01.fedoraproject.org
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
- name: check/create instance for jenkins-master
|
||||
hosts: jenkins.cloud.fedoraproject.org
|
||||
hosts: 209.132.184.153
|
||||
user: root
|
||||
gather_facts: False
|
||||
tags:
|
||||
|
@ -14,7 +14,7 @@
|
|||
- include: $tasks/growroot_cloud.yml
|
||||
|
||||
- name: provision master
|
||||
hosts: jenkins.cloud.fedoraproject.org
|
||||
hosts: 209.132.184.153
|
||||
user: root
|
||||
gather_facts: True
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue