diff --git a/inventory/host_vars/209.132.184.153 b/inventory/host_vars/209.132.184.153 new file mode 100644 index 0000000000..c7582a8ebc --- /dev/null +++ b/inventory/host_vars/209.132.184.153 @@ -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'] diff --git a/inventory/inventory b/inventory/inventory index 63be175aea..cb46c6fb94 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -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 diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index 5755806dd2..a87aa16c04 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -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: