From 2b1da7ec6cd0ba5a7f75c5a4b12873f3d9a253c4 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Thu, 19 Sep 2013 15:56:09 -0400 Subject: [PATCH] allow oracleserver to map to redhat/centos Signed-off-by: Alfredo Deza --- ceph_deploy/hosts/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph_deploy/hosts/__init__.py b/ceph_deploy/hosts/__init__.py index f0742e5..69aca84 100644 --- a/ceph_deploy/hosts/__init__.py +++ b/ceph_deploy/hosts/__init__.py @@ -54,6 +54,7 @@ def _get_distro(distro, fallback=None): 'ubuntu': debian, 'centos': centos, 'scientific': centos, + 'oracleserver': centos, 'redhat': centos, 'fedora': fedora, 'suse': suse, -- 2.47.3