From 3628f11018f30066d92a947f6142d37715307e24 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 15 Sep 2016 13:36:52 -0500 Subject: [PATCH] ceph-dev: also build trusty by default The sepia lab is mostly testing on trusty, so we want to build trusty by default as well. Signed-off-by: Andrew Schoen --- ceph-dev/config/definitions/ceph-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-dev/config/definitions/ceph-dev.yml b/ceph-dev/config/definitions/ceph-dev.yml index 01d44048..079d7286 100644 --- a/ceph-dev/config/definitions/ceph-dev.yml +++ b/ceph-dev/config/definitions/ceph-dev.yml @@ -26,7 +26,7 @@ - string: name: DISTROS description: "A list of distros to build for. Available options are: xenial, centos7, centos6, trusty, precise, wheezy, and jessie" - default: "xenial centos7" + default: "xenial trusty centos7" - string: name: ARCHS -- 2.47.3