Merge "Add centos-minimal build, experimental job"
This commit is contained in:
commit
edf1308d8b
@ -1193,7 +1193,15 @@
|
||||
node: devstack-centos7
|
||||
neutron: 1
|
||||
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:
|
||||
name: devstack-plugin-amqp1
|
||||
|
||||
|
@ -102,6 +102,14 @@ labels:
|
||||
- name: internap-nyj01
|
||||
- name: vexxhost-ca-ymq-1
|
||||
- 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
|
||||
image: fedora-23
|
||||
ready-script: configure_mirror.sh
|
||||
@ -168,6 +176,12 @@ providers:
|
||||
username: jenkins
|
||||
private-key: /home/nodepool/.ssh/id_rsa
|
||||
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
|
||||
base-image: 'CentOS 7 (PVHVM)'
|
||||
min-ram: 8192
|
||||
@ -221,6 +235,12 @@ providers:
|
||||
username: jenkins
|
||||
private-key: /home/nodepool/.ssh/id_rsa
|
||||
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
|
||||
base-image: 'CentOS 7 (PVHVM)'
|
||||
min-ram: 8192
|
||||
@ -274,6 +294,12 @@ providers:
|
||||
username: jenkins
|
||||
private-key: /home/nodepool/.ssh/id_rsa
|
||||
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
|
||||
base-image: 'CentOS 7 (PVHVM)'
|
||||
min-ram: 8192
|
||||
@ -570,6 +596,21 @@ diskimages:
|
||||
TMPDIR: /opt/dib_tmp
|
||||
DIB_IMAGE_CACHE: /opt/dib_cache
|
||||
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
|
||||
elements:
|
||||
- fedora-minimal
|
||||
|
@ -2481,6 +2481,7 @@ projects:
|
||||
- gate-dsvm-mongodb-zaqar
|
||||
- gate-grenade-dsvm-forward
|
||||
- gate-tempest-dsvm-platform-centos7-neutron
|
||||
- gate-tempest-dsvm-platform-centos7-minimal
|
||||
- gate-tempest-dsvm-full-ceph
|
||||
periodic:
|
||||
- propose-devstack-plugins-list
|
||||
|
Loading…
Reference in New Issue
Block a user