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

[UX] Block charm on deployment with a message "This charm is NOT meant to be deployed as Juju application." #112

Open
taurus-forever opened this issue Nov 1, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@taurus-forever
Copy link
Contributor

Hi,

It is a UX proposal, this charm is not supposed to be deployed, but confusing results achieved if done by mistake:

ubuntu@juju3:~$ juju status
Model   Controller  Cloud/Region        Version  SLA          Timestamp
demo18  microk8s    microk8s/localhost  3.1.6    unsupported  18:07:42+01:00

App                 Version  Status   Scale  Charm               Channel  Rev  Address         Exposed  Message
data-platform-libs           waiting      1  data-platform-libs  stable    26  10.152.183.245  no       installing agent

Unit                   Workload  Agent  Address       Ports  Message
data-platform-libs/0*  unknown   idle   10.1.141.221  

Proposal: block charm with the information: This charm is NOT meant to be deployed as Juju application.

ubuntu@juju3:~$ juju status
Model   Controller  Cloud/Region        Version  SLA          Timestamp
demo18  microk8s    microk8s/localhost  3.1.6    unsupported  18:07:42+01:00

App                 Version  Status   Scale  Charm               Channel  Rev  Address         Exposed  Message
data-platform-libs           blocked      1  data-platform-libs  stable    26  10.152.183.245  no       This charm is NOT meant to be deployed as Juju application.

Unit                   Workload  Agent  Address       Ports  Message
data-platform-libs/0*  blocked   idle   10.1.141.221         This charm is NOT meant to be deployed as Juju application.

Low priority UX improvement.

@taurus-forever taurus-forever added the bug Something isn't working label Nov 1, 2023
Copy link

github-actions bot commented Nov 1, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant