From 4b98be56221ffa81000f86c657a26eb604b1ff3d Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 12 Aug 2016 11:55:22 -0400 Subject: [PATCH] ceph-dev define a FLAVOR parameter for the build Signed-off-by: Alfredo Deza --- ceph-dev/config/definitions/ceph-dev.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ceph-dev/config/definitions/ceph-dev.yml b/ceph-dev/config/definitions/ceph-dev.yml index 6ac7701e..53ef5b89 100644 --- a/ceph-dev/config/definitions/ceph-dev.yml +++ b/ceph-dev/config/definitions/ceph-dev.yml @@ -24,14 +24,19 @@ - string: name: DISTROS - description: "A list of distros to build for. Available options are: xenial, centos7, trusty and jessie" + description: "A list of distros to build for. Available options are: xenial, centos7, trusty, and jessie" default: "xenial centos7" - string: name: ARCHS - description: "A list of architectures to build for. Available options are: x86_64 and arm64" + description: "A list of architectures to build for. Available options are: x86_64, and arm64" default: "x86_64" + - string: + name: FLAVOR + description: "The flavor/type of build to run, defaults to 'default' (a.k.a. 'basic'). Available options are: notcmalloc, blkin" + default: "default" + - bool: name: THROWAWAY description: " -- 2.47.3