Merge "Add centos-minimal build, experimental job"

This commit is contained in:
Jenkins 2016-03-14 05:58:57 +00:00 committed by Gerrit Code Review
commit edf1308d8b
3 changed files with 50 additions and 0 deletions

View File

@ -1193,7 +1193,15 @@
node: devstack-centos7 node: devstack-centos7
neutron: 1 neutron: 1
job-suffix: '' job-suffix: ''
# Experimental job for testing centos-minimal nodes
- '{pipeline}-tempest-dsvm-platform-{name}{job-suffix}':
pipeline: gate
name: centos7-minimal
node: centos-7
neutron: 1
job-suffix: ''
- project: - project:
name: devstack-plugin-amqp1 name: devstack-plugin-amqp1

View File

@ -102,6 +102,14 @@ labels:
- name: internap-nyj01 - name: internap-nyj01
- name: vexxhost-ca-ymq-1 - name: vexxhost-ca-ymq-1
- name: osic-cloud1 - name: osic-cloud1
- name: centos-7
image: centos-7
ready-script: configure_mirror.sh
min-ready: 1
providers:
- name: rax-dfw
- name: rax-ord
- name: rax-iad
- name: fedora-23 - name: fedora-23
image: fedora-23 image: fedora-23
ready-script: configure_mirror.sh ready-script: configure_mirror.sh
@ -168,6 +176,12 @@ providers:
username: jenkins username: jenkins
private-key: /home/nodepool/.ssh/id_rsa private-key: /home/nodepool/.ssh/id_rsa
config-drive: true config-drive: true
- name: centos-7
min-ram: 8192
diskimage: centos-7
username: jenkins
private-key: /home/nodepool/.ssh/id_rsa
config-drive: true
- name: devstack-centos7 - name: devstack-centos7
base-image: 'CentOS 7 (PVHVM)' base-image: 'CentOS 7 (PVHVM)'
min-ram: 8192 min-ram: 8192
@ -221,6 +235,12 @@ providers:
username: jenkins username: jenkins
private-key: /home/nodepool/.ssh/id_rsa private-key: /home/nodepool/.ssh/id_rsa
config-drive: true config-drive: true
- name: centos-7
min-ram: 8192
diskimage: centos-7
username: jenkins
private-key: /home/nodepool/.ssh/id_rsa
config-drive: true
- name: devstack-centos7 - name: devstack-centos7
base-image: 'CentOS 7 (PVHVM)' base-image: 'CentOS 7 (PVHVM)'
min-ram: 8192 min-ram: 8192
@ -274,6 +294,12 @@ providers:
username: jenkins username: jenkins
private-key: /home/nodepool/.ssh/id_rsa private-key: /home/nodepool/.ssh/id_rsa
config-drive: true config-drive: true
- name: centos-7
min-ram: 8192
diskimage: centos-7
username: jenkins
private-key: /home/nodepool/.ssh/id_rsa
config-drive: true
- name: devstack-centos7 - name: devstack-centos7
base-image: 'CentOS 7 (PVHVM)' base-image: 'CentOS 7 (PVHVM)'
min-ram: 8192 min-ram: 8192
@ -570,6 +596,21 @@ diskimages:
TMPDIR: /opt/dib_tmp TMPDIR: /opt/dib_tmp
DIB_IMAGE_CACHE: /opt/dib_cache DIB_IMAGE_CACHE: /opt/dib_cache
QEMU_IMG_OPTIONS: compat=0.10 QEMU_IMG_OPTIONS: compat=0.10
- name: centos-7
elements:
- centos-minimal
- vm
- simple-init
- openstack-repos
- nodepool-base
- node-devstack
- puppet
- cache-bindep
- growroot
env-vars:
TMPDIR: /opt/dib_tmp
DIB_IMAGE_CACHE: /opt/dib_cache
QEMU_IMG_OPTIONS: compat=0.10
- name: fedora-23 - name: fedora-23
elements: elements:
- fedora-minimal - fedora-minimal

View File

@ -2481,6 +2481,7 @@ projects:
- gate-dsvm-mongodb-zaqar - gate-dsvm-mongodb-zaqar
- gate-grenade-dsvm-forward - gate-grenade-dsvm-forward
- gate-tempest-dsvm-platform-centos7-neutron - gate-tempest-dsvm-platform-centos7-neutron
- gate-tempest-dsvm-platform-centos7-minimal
- gate-tempest-dsvm-full-ceph - gate-tempest-dsvm-full-ceph
periodic: periodic:
- propose-devstack-plugins-list - propose-devstack-plugins-list