[18:38] Trying to use JUJU for the first time. Just wanted to find if charm actions can be accessed in the JUJU UI? [18:39] hi agunturu [18:39] Hi hatch [18:39] They have not yet been implemented in the GUI _yet_ [18:39] Ok. Thanks. [18:40] agunturu: they are certainly on the 'to do' list - but if you wanted to be kept up to date on their progress feel free to file an issue here: https://github.com/juju/juju-gui/issues [19:18] Hi hatch, is it possible to list the actions and parameters for the actions using CLI? [19:19] I only can see the list of actions using “juju action defined" [19:20] agunturu: I think there is a --descritpion flag [19:20] sorry it's been a while :) [19:20] description [19:20] --description [19:21] (third time is the charm) [19:25] Tried that but looks like description is at the action level. [19:25] ubuntu@juju:~/mwc16charms/trusty/clearwater-juju$ juju action --description defined ims-a [19:25] juju action defined: no description available [19:27] ahh, nope I'm not sure then sorry - you may have better luck in #juju [19:27] oh I see you also asked there :) [19:27] there is also the juju mailing list if no one pops in in #juju to answer your question https://lists.ubuntu.com/mailman/listinfo/juju [19:27] OR on askubuntu :) [19:28] .hanks for you help. Regards [19:28] :) np [20:39] anyone succesfully connected to juju 2.0 api server? [20:58] stokachu: with gui? no, internal API changes broke GUI compatibility with latest GUI 2.0 [20:59] yea i had to redo how our library connected with it [20:59] even the param keys changed name :( [20:59] https://github.com/Ubuntu-Solutions-Engineering/macumba/blob/jujuv2/macumba/__init__.py [20:59] if youre interested [21:02] did you try it with aplha2? i am surprised that all those SetEnvironment* calls still work [21:02] Or anything with Environment it actually [21:04] i actually haven't tried those environment calls yet [21:04] just the basic ones like status/deploy [21:04] with alpha2 [21:05] currently going through all the facades and refactoring this library [21:08] yea there isn't even a facade for environment anymore [21:08] those definitely won't work [21:08] At least all Environment calls will get renamed to Model, also i think GetEnvironmentConstraints is now GetModelChanges ... [21:08] and EnvironmentManager is renamed to ModelManager [21:09] i see the ModelManager facade but not one for Model [21:09] there is a Controller one [21:10] it's best if you ping on juju-dev channel and get them help you with the migration to v2