From a7ba77fa898092bdc6d423391e9478260d476f4c Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 4 Mar 2020 17:49:10 +0000 Subject: [PATCH] CentOS 8: Build bifrost image Also enables CentOS 8 ansible bifrost job. Change-Id: Iec3d51abe50b05f90f764a4058be620cad1f9388 Partially-Implements: blueprint centos-rhel-8 --- .zuul.d/centos.yaml | 5 ++--- kolla/image/build.py | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.zuul.d/centos.yaml b/.zuul.d/centos.yaml index 35a9b9900e..aa782df16c 100644 --- a/.zuul.d/centos.yaml +++ b/.zuul.d/centos.yaml @@ -15,9 +15,8 @@ - ^requirements.txt$ - ^setup.cfg$ - ^setup.py$ - # FIXME(mgoddard): Bifrost deploy jobs not yet passing. - # - kolla-ansible-centos8-source-bifrost: - # files: ^docker\/(base|bifrost|openstack-base)\/.* + - kolla-ansible-centos8-source-bifrost: + files: ^docker\/(base|bifrost|openstack-base)\/.* # Test rabbitmq & mariadb changes in multinode ceph jobs. - kolla-ansible-centos8-source-zun: files: ^docker\/(base|cinder|etcd|iscsid|kuryr|openstack-base|zun)\/.* diff --git a/kolla/image/build.py b/kolla/image/build.py index 1c514151ab..605c2b8bb3 100755 --- a/kolla/image/build.py +++ b/kolla/image/build.py @@ -154,7 +154,6 @@ UNBUILDABLE_IMAGES = { }, 'centos8+source': { - "bifrost-base", # Bifrost does not support CentOS 8 "cyborg-agent", # opae-sdk does not support CentOS 8 "freezer-base", # Missing package trickle "masakari-monitors", # Missing hacluster repo