Comment 6 for bug 1966414

Revision history for this message
Sandor Zeestraten (szeestraten) wrote :

We're using rev 513 which is the latest stable charm according to https://charmhub.io/ceph-osd

Looking at utils.py shows only older releases

UCA_CODENAME_MAP = {
    'icehouse': 'firefly',
    'juno': 'firefly',
    'kilo': 'hammer',
    'liberty': 'hammer',
    'mitaka': 'jewel',
    'newton': 'jewel',
    'ocata': 'jewel',
    'pike': 'luminous',
    'queens': 'luminous',
    'rocky': 'mimic',
    'stein': 'mimic',
    'train': 'nautilus',
    'ussuri': 'octopus',
}

root@hcc-store36:/var/lib/juju/agents/unit-ceph-osd-0/charm# cat repo-info
commit-sha-1: b4642b0e2f3c145252a3e29ff5f5a1453656abed
commit-short: b4642b0
branch: HEAD
remote: https://opendev.org/openstack/charm-ceph-osd
info-generated: Wed Nov 24 09:44:22 UTC 2021
note: This file should exist only in a built or released charm artifact (not in the charm source code tree).