Split jenkins-dev group vars to jenkins-master and jenkins-slave
This commit is contained in:
parent
e72c6dda37
commit
e66c44e55e
2 changed files with 17 additions and 14 deletions
17
inventory/group_vars/jenkins-master
Normal file
17
inventory/group_vars/jenkins-master
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
datacenter: fedorainfracloud
|
||||
freezes: false
|
||||
|
||||
slaves:
|
||||
- name: EL6
|
||||
host: jenkins-slave-el6.fedorainfracloud.org
|
||||
description: CentOS 6.6
|
||||
labels: el EL el6 EL6 centos CentOS centos6 CentOS6
|
||||
- name: EL7
|
||||
host: jenkins-slave-el7.fedorainfracloud.org
|
||||
description: Red Hat Enterprise Linux Server 7.1
|
||||
labels: el EL el7 EL7 rhel RHEL rhel7 RHEL7
|
||||
- name: F22
|
||||
host: jenkins-slave-f22.fedorainfracloud.org
|
||||
description: Fedora 22
|
||||
labels: fedora Fedora fedora22 Fedora22
|
|
@ -2,20 +2,6 @@
|
|||
datacenter: fedorainfracloud
|
||||
freezes: false
|
||||
|
||||
slaves:
|
||||
- name: EL6
|
||||
host: jenkins-slave-el6.fedorainfracloud.org
|
||||
description: CentOS 6.6
|
||||
labels: el EL el6 EL6 centos CentOS centos6 CentOS6
|
||||
- name: EL7
|
||||
host: jenkins-slave-el7.fedorainfracloud.org
|
||||
description: Red Hat Enterprise Linux Server 7.1
|
||||
labels: el EL el7 EL7 rhel RHEL rhel7 RHEL7
|
||||
- name: F22
|
||||
host: jenkins-slave-f22.fedorainfracloud.org
|
||||
description: Fedora 22
|
||||
labels: fedora Fedora fedora22 Fedora22
|
||||
|
||||
# Packages installed on all Jenkins slaves (Fedora, CentOS)
|
||||
slave_packages_common:
|
||||
- java-1.8.0-openjdk-devel
|
Loading…
Add table
Add a link
Reference in a new issue