See if this works any better.
This commit is contained in:
parent
1a85ea393a
commit
a9b6764b8f
2 changed files with 5 additions and 3 deletions
|
@ -840,6 +840,8 @@ grafana.cloud.fedoraproject.org
|
||||||
209.132.184.209
|
209.132.184.209
|
||||||
# RHEL7 builder
|
# RHEL7 builder
|
||||||
209.132.184.137
|
209.132.184.137
|
||||||
|
|
||||||
|
[jenkins-slaves-newcloud]
|
||||||
# fedora 22 builder in new cloud
|
# fedora 22 builder in new cloud
|
||||||
jenkins-f22.fedorainfracloud.org
|
jenkins-f22.fedorainfracloud.org
|
||||||
|
|
||||||
|
|
|
@ -266,7 +266,7 @@
|
||||||
|
|
||||||
# old cloud instance setup
|
# old cloud instance setup
|
||||||
- name: check/create instance for jenkins-slaves
|
- name: check/create instance for jenkins-slaves
|
||||||
hosts: jenkins-slaves:!jenkins-f22.fedorainfracloud.org
|
hosts: jenkins-slaves
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
tags:
|
tags:
|
||||||
|
@ -285,7 +285,7 @@
|
||||||
|
|
||||||
# new cloud instance setup
|
# new cloud instance setup
|
||||||
- name: check/create instance
|
- name: check/create instance
|
||||||
hosts: jenkins-f22.fedorainfracloud.org
|
hosts: jenkins-slaves-newcloud
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
vars_files:
|
vars_files:
|
||||||
|
@ -298,7 +298,7 @@
|
||||||
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
- include: "{{ tasks }}/persistent_cloud_new.yml"
|
||||||
|
|
||||||
- name: provision workers
|
- name: provision workers
|
||||||
hosts: jenkins-slaves
|
hosts: jenkins-slaves:jenkins-slaves-newcloud
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue