Closed DomFleischmann closed 3 years ago
If you changed the bundle to be kubernetes and removed the series does it work then?
bundle: kubernetes
applications:
...
@SimonRichardson all of this was tested with the bundle: kubernetes
field in the bundle.
@johnsca and I took a deeper look yesterday and suspect the issue is in this code section: https://github.com/juju/python-libjuju/blob/888257a6560c7313d78b1eb365c02dbe0e79a6e3/juju/bundle.py#L290-L317
There the controller is creating an AddApplicationChange
but is not populating the series field correctly. What we can do is check if it is set in libjuju and set it ourselves if it is not. But the initial issue seems to be outside of libjuju and might require an additional bug.
Essentially we need to replicate this https://github.com/juju/bundlechanges/pull/85
But the initial issue seems to be outside of libjuju and might require an additional bug.
This was a known breaking change to get 2.9 out.
When trying to deploy any bundle with kubernetes charms the deployment will fail with the following error:
When adding
series: kubernetes
in each charm section the deployment is successful: