]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
[RM-20560] Support deploy on Debian 9 stretch
authorYaguang Tang <tangyg2@lenovo.com>
Sun, 9 Jul 2017 14:52:46 +0000 (22:52 +0800)
committerAlfredo Deza <adeza@redhat.com>
Wed, 21 Feb 2018 15:33:03 +0000 (10:33 -0500)
ceph_deploy/hosts/remotes.py

index 2f3e4c893bc29c6764d904c098be6fa6b2a64cd2..e3aef4aecc15920ed4987d276b93cfc8541d021c 100644 (file)
@@ -16,6 +16,8 @@ def platform_information(_linux_distribution=None):
     distro, release, codename = linux_distribution()
     if not codename and 'debian' in distro.lower():  # this could be an empty string in Debian
         debian_codenames = {
+            '10': 'buster',
+            '9': 'stretch',
             '8': 'jessie',
             '7': 'wheezy',
             '6': 'squeeze',