ceph-osd deploy error Unsupported cloud: source option jammy-bobcat

Hi,

I have added a “munual” type of cloud under juju and added 6 VMs as juju machines through SSH. Then i ran the " juju deploy -n 6 --config ./ceph.yaml ceph-osd" command and it failed with installation hook error. Can someone please advise how to solve this issue.

Traceback (most recent call last): File “/var/lib/juju/agents/unit-ceph-osd-12/charm/hooks/install.real”, line 1051, in hooks.execute(sys.argv) File “/var/lib/juju/agents/unit-ceph-osd-12/charm/hooks/charmhelpers/core/hookenv.py”, line 963, in execute self._hookshook_name File “/var/lib/juju/agents/unit-ceph-osd-12/charm/hooks/charmhelpers/contrib/hardening/harden.py”, line 90, in _harden_inner2 return f(*args, **kwargs) File “/var/lib/juju/agents/unit-ceph-osd-12/charm/hooks/install.real”, line 362, in install add_source(config(‘source’), config(‘key’)) File “/var/lib/juju/agents/unit-ceph-osd-12/charm/hooks/charmhelpers/fetch/ubuntu.py”, line 729, in add_source fn(*m.groups()) File “/var/lib/juju/agents/unit-ceph-osd-12/charm/hooks/charmhelpers/fetch/ubuntu.py”, line 832, in _add_cloud_distro_check _add_cloud_pocket(“{}-{}”.format(cloud_archive_release, openstack_release)) File “/var/lib/juju/agents/unit-ceph-osd-12/charm/hooks/charmhelpers/fetch/ubuntu.py”, line 791, in _add_cloud_pocket raise SourceConfigError( charmhelpers.fetch.SourceConfigError: Unsupported cloud: source option jammy-bobcat

Thanks.