From 36d13b87ee0dcbe5ceee093dd1d0cb309b1151b9 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 2 May 2016 06:38:31 -0500 Subject: [PATCH] Add centos-7 to tripleo cloud Currently tripleo is our only cloud not using DIBs for jenkins slaves. I'd like to fix that by eventually switching out the fedora-22 image with centos-7. Here we are just adding the image to tripleo to ensure we can boot it properly. Change-Id: I1ebcf792b03ada49636bb88685518d794f703f50 Signed-off-by: Paul Belanger --- nodepool/nodepool.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nodepool/nodepool.yaml b/nodepool/nodepool.yaml index ac36bee85a..95b1b8f829 100644 --- a/nodepool/nodepool.yaml +++ b/nodepool/nodepool.yaml @@ -113,6 +113,12 @@ labels: - name: internap-nyj01 - name: vexxhost-ca-ymq-1 - name: osic-cloud1 + - name: tripleo-centos-7 + image: centos-7 + ready-script: configure_mirror.sh + min-ready: 1 + providers: + - name: tripleo-test-cloud-rh1 - name: tripleo-f22 image: tripleo-f22 min-ready: 18 @@ -585,6 +591,12 @@ providers: - net-label: default-net - net-label: tripleo-bm-test images: + - name: centos-7 + min-ram: 8192 + name-filter: h1 + diskimage: centos-7 + username: jenkins + private-key: /home/nodepool/.ssh/id_rsa - name: tripleo-f22 base-image: 'Fedora 22 64-bit' min-ram: 8192