From 3bc6cfd3bbd8ba70737e4b58c37861ddf3a39984 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 1 Sep 2015 08:44:01 -0600 Subject: [PATCH] ceph-deploy: remove execution filter (and quantal/arm) Ubuntu 12.10 (Quantal Quetzal) reached EOL May 16 2014. Remove the reference in ceph-deploy's execution filter. Similar to the change in commit bd3113c09370dad9eb08d5536e19ab3e94b141b9, the execution filter can now be removed entirely, because we only build x86_64, and there's no need to filter anything. Signed-off-by: Ken Dreyer --- ceph-deploy/config/definitions/ceph-deploy.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ceph-deploy/config/definitions/ceph-deploy.yml b/ceph-deploy/config/definitions/ceph-deploy.yml index 86ede12b..7d7ce234 100644 --- a/ceph-deploy/config/definitions/ceph-deploy.yml +++ b/ceph-deploy/config/definitions/ceph-deploy.yml @@ -30,10 +30,6 @@ skip-tag: true timeout: 20 - execution-strategy: - combination-filter: | - (Arch=="x86_64") || (Arch=="armhf" && (Dist=="quantal")) - axes: - axis: type: label-expression -- 2.47.3