From: David Galloway Date: Fri, 18 Oct 2019 17:56:31 +0000 (-0400) Subject: Build mimic & nautilus on CentOS8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=16d3ac0ccd43e17112f9907a943918b11e66961b;p=ceph-build.git Build mimic & nautilus on CentOS8 Signed-off-by: David Galloway --- diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index ac090a02..a0b6f2b0 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -33,6 +33,7 @@ - xenial - bionic - centos7 + - centos8 - jessie - stretch - precise diff --git a/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml b/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml index d9ae0697..a3230cf9 100644 --- a/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml +++ b/ceph-dev-trigger/config/definitions/ceph-dev-trigger.yml @@ -53,7 +53,7 @@ predefined-parameters: | BRANCH=${GIT_BRANCH} FORCE=True - DISTROS=bionic centos7 + DISTROS=bionic centos7 centos8 - project: 'ceph-dev' predefined-parameters: | BRANCH=${GIT_BRANCH} diff --git a/ceph/config/definitions/ceph.yml b/ceph/config/definitions/ceph.yml index 009ee035..652554fe 100644 --- a/ceph/config/definitions/ceph.yml +++ b/ceph/config/definitions/ceph.yml @@ -72,8 +72,8 @@ Defaults to un-checked" - string: name: DISTROS - description: "A list of distros to build for. Available options are: centos7, centos6, bionic, xenial, trusty, precise, wheezy, and jessie" - default: "bionic xenial centos7" + description: "A list of distros to build for. Available options are: centos8, centos7, centos6, bionic, xenial, trusty, precise, wheezy, and jessie" + default: "bionic xenial centos7 centos8" - string: name: ARCHS