[05:37] Does destroy-model and destroy(kill)-controller use same methods to delete instances from openstack provider? [05:37] I have weird problem where I can not delete model correctly, as the destroy fails to juju.worker.dependency engine.go:492 "undertaker" manifold worker stopped: destroying storage: listing volumes: x509: certificate signed by unknown authority [05:39] I have ssl-hostname-verification model false on both controller and other models [06:25] how do I access models of other users? [06:25] seems like juju status -m user/model doesn't work [06:25] and I can't do juju switch user/model === frankban|afk is now known as frankban [07:13] kklimonda: Has the other user granted permissions for your user? [07:14] @anrah_ should he, if I'm a superuser? [10:38] BlackDex: are you Fairbanks from launchpad? [10:53] blahdeblah: Yes [10:53] BlackDex: Got your message about nrpe charm - good to hear the patch worked for you. I'd like to do a little more testing over the weekend if that's all right with you. [10:53] I'm happy to push to candidate channel if you have some things you'd really like to do with it today. [10:54] Ow, now, i can deploy it localy :) [10:54] and i can switch to the cs version when it is pushed [10:54] OK - cool [10:54] that doesn't bother me [10:54] thanks [10:54] But nice that is is fixed :) [10:55] You thx :) [10:55] for fixing this [10:55] np [12:52] SaMnCo: following your blogpost I'm able to get a gpu/cpu kubernetes cluster deployed [12:53] I'm hitting an error when to trying to `juju deploy mydir/bundle.yml` [12:53] ERROR cannot deploy bundle: cannot resolve URL "local:xenial/cuda-1": unknown schema for charm URL "local:xenial/cuda-1" [12:54] now that path i put in there was just a guess [12:54] How can I list locally build charms? [12:56] dgonzo: just use a local path to the charm [12:57] dgonzo: in your bundle -> charm: /path/to/my/charm [12:58] dgonzo: which blog post are you following? maybe i can help. [13:34] dgonzo: Cool, happy you succeed :) [13:35] https://usercontent.irccloud-cdn.com/file/Be2u6c50/enable-efs.sh https://usercontent.irccloud-cdn.com/file/DW4bx2vM/enable-gpu.sh https://usercontent.irccloud-cdn.com/file/DUCnVqKo/k8s-gpu.yaml [13:35] dgonzo: these are my latest versions. deploy the bundle first, then watch until it is finished [13:36] this deploys 3x CPU workers on m4.xlarge, and 3x on p2.xlarge [13:36] then run enable-gpu.sh [13:36] if you need an EFS drive, edit enable-efs.sh and add the EFS ID, then run it [13:38] regarding building charms, you need the charm-tools package [13:40] then there is a fair amount of info here : https://jujucharms.com/docs/stable/developer-getting-started [13:41] this describe how to get started [15:24] o/ juju world :) [16:57] o/ juju world === frankban is now known as frankban|afk [19:07] is there a way to forward agent with juju ssh?