Skip to content
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

Adding models is currently broken in JIMM #905

Closed
tcuthbert opened this issue Feb 19, 2023 · 1 comment
Closed

Adding models is currently broken in JIMM #905

tcuthbert opened this issue Feb 19, 2023 · 1 comment
Assignees

Comments

@tcuthbert
Copy link

Problem: Adding a model to JIMM fails. juju responds with: context deadline exceeded.

graph LR
subgraph "OpenStack"

subgraph JAAS["JAAS Environment"]
    jc[JIMM/Candid]
end
subgraph Staging["Staging Environment"]
    jc-.->controller-.->model
end

end
Juju-."juju add-model".->jc
model x-.-x Juju
Loading

Steps to reproduce: The juju client times out when running the juju add-model command. The model is inconsistently created on the controller -- verified as the admin user of the upstream controller with juju models --all.

JIMM is able to update the user's cloud credentials -- verified by juju update-credentials ${CLOUD} --controller ${JIMM_URL} returning a list of models that my cloud credentials are valid for.

Deployment:

Component Version
jimm v0.36.5+git17.27d6938-dirty
candid v1.11.0+git34.056e8fd
juju client 2.9.38
jaas model 2.9.32
controller 2.9.38
@ijansky ijansky assigned ijansky and alesstimec and unassigned ijansky Mar 7, 2023
@alesstimec
Copy link
Contributor

Addressed by #903

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants