Remove devstack-tobiko-centos job

The centos job has not worked for a long time, while it was only run in
the periodic pipeline.

Change-Id: I11fc943e77f6f8d14682049f398ba41926723894
This commit is contained in:
Eduardo Olivares 2025-01-15 12:14:57 +01:00
parent fc6e5cf187
commit 3c6277ba9f
6 changed files with 0 additions and 46 deletions

1
Vagrantfile vendored
View File

@ -12,7 +12,6 @@ MEMORY = ENV.fetch("VM_SIZE", "8192").to_i
# Every Vagrant development environment requires a box. You can search for
# boxes at https://vagrantcloud.com/search.
# BOX = ENV.fetch("VM_BOX", "generic/centos8")
BOX = ENV.fetch("VM_BOX", "generic/ubuntu2204")
# Machine host name

View File

@ -12,6 +12,5 @@
- hosts: all
roles:
- {role: devstack-tobiko-centos, when: ansible_distribution == 'CentOS'}
- role: multi-node-setup
- role: orchestrate-devstack

View File

@ -16,18 +16,3 @@
become: true
when:
- ansible_os_family == 'Debian'
- become: true
when:
- ansible_distribution == "CentOS"
- ansible_distribution_major_version == "8"
block:
- name: Switch from CentOS Linux repos to Centos Stream repos
command: dnf -y swap centos-linux-repos centos-stream-repos
args:
warn: false
- name: Switch packages from CentOS Linux to to Centos Stream
command: dnf -y distro-sync
args:
warn: false

View File

@ -1,20 +0,0 @@
---
- project-template:
name: devstack-tobiko-centos
description: CentOS Devstack Tobiko Plugin job
check: &CHECK
jobs:
- devstack-tobiko-centos
periodic: *CHECK
# --- Minimal jobs -----------------------------------------------------------
- job:
abstract: false
name: devstack-tobiko-centos
parent: devstack-tobiko-minimal
nodeset: devstack-tobiko-centos
voting: false
description: CentOS Devstack Tobiko Plugin job

View File

@ -20,14 +20,6 @@
groups: *STANDALONE_GROUPS
- nodeset:
name: devstack-tobiko-centos
nodes:
- name: controller
label: nested-virt-centos-9-stream
groups: *STANDALONE_GROUPS
# --- MULTINODE --------------------------------------------------------------
- nodeset:

View File

@ -4,7 +4,6 @@
templates:
- ansible-role-jobs
- devstack-tobiko
- devstack-tobiko-centos
- devstack-tobiko-designate
- devstack-tobiko-functional
- devstack-tobiko-heat