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

Allow model to deploy with track/list/branch #1195

Open
yanksyoon opened this issue Nov 19, 2024 · 0 comments
Open

Allow model to deploy with track/list/branch #1195

yanksyoon opened this issue Nov 19, 2024 · 0 comments
Labels
kind/wishlist requested feature

Comments

@yanksyoon
Copy link
Contributor

Description

It would be cool if I could do
model.deploy(..., channel="latest/edge/test") to specify the channel until the branch.
Currently, juju deploy jenkins-k8s --channel=latest/edge/test --base=ubuntu@22.04 works. However, with pylibjuju, I am not able to specify the branch.

juju.errors.JujuError: channel is malformed and has too many components latest/edge/test

Urgency

Casually wishlisting

Code I'd Like to Run

`model.deploy(..., channel="latest/edge/test")`
@yanksyoon yanksyoon added the kind/wishlist requested feature label Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/wishlist requested feature
Projects
None yet
Development

No branches or pull requests

1 participant