-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[3.6.1.0] add_machine
does not respect series
option
#1254
Labels
kind/bug
indicates a bug in the project
Comments
phvalguima
added a commit
to canonical/opensearch-dashboards-operator
that referenced
this issue
Feb 21, 2025
Libjuju is ignoring series on `add_machine`, as reported in: juju/python-libjuju#1254 This PR fixes the CI run by moving from `add_machine` in libjuju to the actual juju CLI command.
We should be using base (example: python-libjuju/juju/model/__init__.py Lines 1574 to 1575 in 71f885b
See: python-libjuju/juju/client/_definitions.py Lines 575 to 587 in 71f885b
|
More context: #1229 (comment) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Juju is ignoring my request for a
jammy
machine and setting up ubuntu 24.04 instead.It seems to be a very similar bug to: #1229
However, seems that #1229, the user is trying to force 24.04 and getting 22.04 machines instead.
Not sure what caused the change.
Environment
OS: Ubuntu 24.04
Juju CLI: 3.6.2 (latest/stable as of now)
Juju Controller version: 3.6.2
libjuju: 3.6.1.0
LXD: 6.2
Using LXD cloud (localhost).
RPC Request
Once I run the
add_machine
call, I can see the following RPC request:Debug logs in the model: https://pastebin.ubuntu.com/p/j6xCZPB3c4/
Urgency
Annoying bug in our test suite
Python-libjuju version
3.6.1.0
Juju version
3.6.2
Reproduce / Test
The text was updated successfully, but these errors were encountered: