cannot deploy bundle, cannot resolve URL, TLS handshake timeout
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Confirmed
|
High
|
Unassigned |
Bug Description
Maybe related to lp:1899793 ?
We have been seeing this on OSCI more than 5 times per day for the last 1 or 2 weeks on random bundles and charms:
ERROR cannot deploy bundle: cannot resolve URL "cs:~openstack-
It may not be a Juju issue but it seems to correlate with a recent upgrade from Juju 2.7 to Juju 2.8.6 on OSCI.
Changed in juju: | |
milestone: | 2.8.8 → 2.8.9 |
Changed in juju: | |
milestone: | 2.8.9 → none |
tags: | added: cdo-qa |
juju issues a GET http request to the charm store
https:/ /api.jujucharms .com/charmstore /v5/~openstack- charmers- next/ceph- mon/meta/ any?include= id&include= supported- series& include= published
to fetch metadata about the charm. This HTTP request is timing out.
It sure seems like there's underlying connectivity issues external to Juju here.