Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Very Demiurge Very Mindful
Kolla Ansible
Commits
4d0c442b
Commit
4d0c442b
authored
5 years ago
by
Zuul
Committed by
Gerrit Code Review
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge "CI: Refactor base jobs"
parents
b0726738
beed12f3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
zuul.d/base.yaml
+69
-3
69 additions, 3 deletions
zuul.d/base.yaml
zuul.d/jobs.yaml
+18
-68
18 additions, 68 deletions
zuul.d/jobs.yaml
zuul.d/project.yaml
+10
-47
10 additions, 47 deletions
zuul.d/project.yaml
with
97 additions
and
118 deletions
zuul.d/base.yaml
+
69
−
3
View file @
4d0c442b
...
...
@@ -23,6 +23,7 @@
-
^specs/
-
^kolla_ansible/tests/
vars
:
previous_release
:
train
scenario
:
core
is_upgrade
:
no
api_network_prefix
:
"
192.0.2."
...
...
@@ -34,11 +35,18 @@
-
zuul
:
zuul/zuul-jobs
-
job
:
name
:
kolla-ansible-
upgrade
-base
name
:
kolla-ansible-
ceph
-base
parent
:
kolla-ansible-base
voting
:
false
vars
:
previous_release
:
train
is_upgrade
:
yes
scenario
:
ceph
host-vars
:
primary
:
ceph_osd_storetype
:
filestore
secondary1
:
ceph_osd_storetype
:
bluestore
secondary2
:
ceph_osd_storetype
:
bluestore
-
job
:
name
:
kolla-ansible-ipv6-base
...
...
@@ -53,6 +61,10 @@
-
job
:
name
:
kolla-ansible-bifrost-base
parent
:
kolla-ansible-base
voting
:
false
files
:
-
^ansible/roles/bifrost/
-
^tests/test-bifrost.sh
vars
:
scenario
:
bifrost
install_type
:
source
...
...
@@ -98,9 +110,63 @@
name
:
kolla-ansible-ceph-ansible-base
parent
:
kolla-ansible-base
voting
:
false
files
:
-
^ansible/roles/(cinder|glance|gnocchi|nova-cell)/
-
^tests/deploy-ceph-ansible.sh
vars
:
scenario
:
ceph-ansible
ceph_osd_storetype
:
ceph-lvm
required-projects
:
-
name
:
github.com/ceph/ceph-ansible
override-checkout
:
v4.0.7
-
job
:
name
:
kolla-ansible-cinder-lvm-base
parent
:
kolla-ansible-base
voting
:
false
files
:
-
^ansible/roles/(cinder|iscsi)/
-
^tests/setup_disks.sh
-
^tests/test-core-openstack.sh
-
^tests/test-dashboard.sh
vars
:
scenario
:
cinder-lvm
-
job
:
name
:
kolla-ansible-masakari-base
parent
:
kolla-ansible-base
voting
:
false
files
:
-
^ansible/roles/masakari/
-
^tests/test-masakari.sh
-
^tests/test-dashboard.sh
vars
:
scenario
:
masakari
-
job
:
name
:
kolla-ansible-mariadb-base
parent
:
kolla-ansible-base
voting
:
false
files
:
-
^ansible/roles/mariadb/
-
^tests/test-mariadb.sh
vars
:
scenario
:
mariadb
-
job
:
name
:
kolla-ansible-scenario-nfv-base
parent
:
kolla-ansible-base
voting
:
false
files
:
-
^ansible/roles/(barbican|heat|mistral|redis|tacker)/
-
^tests/test-scenario-nfv.sh
-
^tests/test-dashboard.sh
vars
:
scenario
:
scenario_nfv
-
job
:
name
:
kolla-ansible-cells-base
parent
:
kolla-ansible-base
voting
:
false
vars
:
scenario
:
cells
This diff is collapsed.
Click to expand it.
zuul.d/jobs.yaml
+
18
−
68
View file @
4d0c442b
...
...
@@ -61,39 +61,21 @@
-
job
:
name
:
kolla-ansible-ubuntu-source-ceph
parent
:
kolla-ansible-base
parent
:
kolla-ansible-
ceph-
base
nodeset
:
kolla-ansible-bionic-multi
timeout
:
9000
voting
:
false
vars
:
base_distro
:
ubuntu
install_type
:
source
scenario
:
ceph
host-vars
:
primary
:
ceph_osd_storetype
:
filestore
secondary1
:
ceph_osd_storetype
:
bluestore
secondary2
:
ceph_osd_storetype
:
bluestore
-
job
:
name
:
kolla-ansible-centos-source-ceph
parent
:
kolla-ansible-base
parent
:
kolla-ansible-
ceph-
base
nodeset
:
kolla-ansible-centos-multi
timeout
:
9000
voting
:
false
vars
:
base_distro
:
centos
install_type
:
source
scenario
:
ceph
host-vars
:
primary
:
ceph_osd_storetype
:
filestore
secondary1
:
ceph_osd_storetype
:
bluestore
secondary2
:
ceph_osd_storetype
:
bluestore
-
job
:
name
:
kolla-ansible-centos-source-ceph-ansible
...
...
@@ -115,103 +97,80 @@
-
job
:
name
:
kolla-ansible-ubuntu-source-cinder-lvm
parent
:
kolla-ansible-base
parent
:
kolla-ansible-
cinder-lvm-
base
nodeset
:
kolla-ansible-bionic-multi
voting
:
false
vars
:
base_distro
:
ubuntu
install_type
:
source
scenario
:
cinder-lvm
-
job
:
name
:
kolla-ansible-centos-source-cinder-lvm
parent
:
kolla-ansible-base
parent
:
kolla-ansible-
cinder-lvm-
base
nodeset
:
kolla-ansible-centos-multi
voting
:
false
vars
:
base_distro
:
centos
install_type
:
source
scenario
:
cinder-lvm
-
job
:
name
:
kolla-ansible-centos-source-mariadb
parent
:
kolla-ansible-base
parent
:
kolla-ansible-
mariadb-
base
nodeset
:
kolla-ansible-centos-multi
voting
:
false
vars
:
base_distro
:
centos
install_type
:
source
scenario
:
mariadb
-
job
:
name
:
kolla-ansible-ubuntu-source-mariadb
parent
:
kolla-ansible-base
parent
:
kolla-ansible-
mariadb-
base
nodeset
:
kolla-ansible-bionic-multi
voting
:
false
vars
:
base_distro
:
ubuntu
install_type
:
source
scenario
:
mariadb
-
job
:
name
:
kolla-ansible-centos-source-upgrade
parent
:
kolla-ansible-
upgrade-
base
parent
:
kolla-ansible-base
nodeset
:
kolla-ansible-centos
timeout
:
9000
vars
:
base_distro
:
centos
install_type
:
source
is_upgrade
:
yes
-
job
:
name
:
kolla-ansible-ubuntu-source-upgrade
parent
:
kolla-ansible-
upgrade-
base
parent
:
kolla-ansible-base
nodeset
:
kolla-ansible-bionic
timeout
:
9000
vars
:
base_distro
:
ubuntu
install_type
:
source
is_upgrade
:
yes
-
job
:
name
:
kolla-ansible-ubuntu-source-upgrade-ceph
parent
:
kolla-ansible-
upgrade
-base
parent
:
kolla-ansible-
ceph
-base
nodeset
:
kolla-ansible-bionic-multi
timeout
:
9000
voting
:
false
vars
:
base_distro
:
ubuntu
install_type
:
source
scenario
:
ceph
host-vars
:
primary
:
ceph_osd_storetype
:
filestore
secondary1
:
ceph_osd_storetype
:
bluestore
secondary2
:
ceph_osd_storetype
:
bluestore
is_upgrade
:
yes
-
job
:
name
:
kolla-ansible-centos-source-upgrade-ceph
parent
:
kolla-ansible-
upgrade
-base
parent
:
kolla-ansible-
ceph
-base
nodeset
:
kolla-ansible-centos-multi
timeout
:
9000
voting
:
false
vars
:
base_distro
:
centos
install_type
:
source
scenario
:
ceph
host-vars
:
primary
:
ceph_osd_storetype
:
filestore
secondary1
:
ceph_osd_storetype
:
bluestore
secondary2
:
ceph_osd_storetype
:
bluestore
is_upgrade
:
yes
-
job
:
name
:
kolla-ansible-bifrost-centos-source
parent
:
kolla-ansible-bifrost-base
nodeset
:
kolla-ansible-centos
voting
:
false
vars
:
base_distro
:
centos
...
...
@@ -249,14 +208,11 @@
-
job
:
name
:
kolla-ansible-centos-source-scenario-nfv
parent
:
kolla-ansible-base
parent
:
kolla-ansible-
scenario-nfv-
base
nodeset
:
kolla-ansible-centos-multi
description
:
CI scenario to test NFV orchestration
voting
:
false
vars
:
base_distro
:
centos
install_type
:
source
scenario
:
scenario_nfv
-
job
:
name
:
kolla-ansible-centos-source-ironic
...
...
@@ -294,30 +250,24 @@
-
job
:
name
:
kolla-ansible-ubuntu-source-masakari
parent
:
kolla-ansible-base
parent
:
kolla-ansible-
masakari-
base
nodeset
:
kolla-ansible-bionic
voting
:
false
vars
:
base_distro
:
ubuntu
install_type
:
source
scenario
:
masakari
-
job
:
name
:
kolla-ansible-centos-source-masakari
parent
:
kolla-ansible-base
parent
:
kolla-ansible-
masakari-
base
nodeset
:
kolla-ansible-centos
voting
:
false
vars
:
base_distro
:
centos
install_type
:
source
scenario
:
masakari
-
job
:
name
:
kolla-ansible-centos-source-cells
parent
:
kolla-ansible-base
parent
:
kolla-ansible-
cells-
base
nodeset
:
kolla-ansible-centos-multi
voting
:
false
vars
:
base_distro
:
centos
install_type
:
source
scenario
:
cells
This diff is collapsed.
Click to expand it.
zuul.d/project.yaml
+
10
−
47
View file @
4d0c442b
...
...
@@ -17,41 +17,16 @@
-
kolla-ansible-ubuntu-source-multinode-ipv6
-
kolla-ansible-ubuntu-source-ceph
-
kolla-ansible-centos-source-ceph
-
kolla-ansible-ubuntu-source-cinder-lvm
:
files
:
-
^ansible/roles/(cinder|iscsi)/
-
^tests/setup_disks.sh
-
^tests/test-core-openstack.sh
-
^tests/test-dashboard.sh
-
kolla-ansible-centos-source-cinder-lvm
:
files
:
-
^ansible/roles/(cinder|iscsi)/
-
^tests/setup_disks.sh
-
^tests/test-core-openstack.sh
-
^tests/test-dashboard.sh
-
kolla-ansible-bifrost-centos-source
:
files
:
-
^ansible/roles/bifrost/
-
^tests/test-bifrost.sh
-
kolla-ansible-ubuntu-source-cinder-lvm
-
kolla-ansible-centos-source-cinder-lvm
-
kolla-ansible-bifrost-centos-source
-
kolla-ansible-centos-source-zun
-
kolla-ansible-ubuntu-source-zun
-
kolla-ansible-centos-source-swift
-
kolla-ansible-ubuntu-source-swift
-
kolla-ansible-centos-source-scenario-nfv
:
files
:
-
^ansible/roles/(barbican|heat|mistral|redis|tacker)/
-
^tests/test-scenario-nfv.sh
-
^tests/test-dashboard.sh
-
kolla-ansible-ubuntu-source-masakari
:
files
:
-
^ansible/roles/masakari/
-
^tests/test-masakari.sh
-
^tests/test-dashboard.sh
-
kolla-ansible-centos-source-masakari
:
files
:
-
^ansible/roles/masakari/
-
^tests/test-masakari.sh
-
^tests/test-dashboard.sh
-
kolla-ansible-centos-source-scenario-nfv
-
kolla-ansible-ubuntu-source-masakari
-
kolla-ansible-centos-source-masakari
-
kolla-ansible-centos-source-ironic
-
kolla-ansible-centos-binary-ironic
-
kolla-ansible-ubuntu-source-ironic
...
...
@@ -62,22 +37,10 @@
-
kolla-ansible-centos-binary
-
kolla-ansible-ubuntu-binary
-
kolla-ansible-centos-source-cells
-
kolla-ansible-centos-source-mariadb
:
files
:
-
^ansible/roles/mariadb/
-
^tests/test-mariadb.sh
-
kolla-ansible-ubuntu-source-mariadb
:
files
:
-
^ansible/roles/mariadb/
-
^tests/test-mariadb.sh
-
kolla-ansible-centos-source-ceph-ansible
:
files
:
-
^ansible/roles/(cinder|glance|gnocchi|nova-cell)/
-
^tests/deploy-ceph-ansible.sh
-
kolla-ansible-ubuntu-source-ceph-ansible
:
files
:
-
^ansible/roles/(cinder|glance|gnocchi|nova-cell)/
-
^tests/deploy-ceph-ansible.sh
-
kolla-ansible-centos-source-mariadb
-
kolla-ansible-ubuntu-source-mariadb
-
kolla-ansible-centos-source-ceph-ansible
-
kolla-ansible-ubuntu-source-ceph-ansible
check-arm64
:
jobs
:
-
kolla-ansible-debian-source-aarch64
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment