=== frankban|afk is now known as frankban [14:54] where's upstream of django-layer-base? I forked it from somewhere and github isn't showing where I forked it from [14:55] skay: hmm, I think that's bdx's work [14:55] I can't even remember why I forked it [14:55] someone's been giving me PRs and I want to point them to upstream [14:57] bah, don't see it in his GH but might be under a different org so not sure. [14:58] rick_h: I found one in omnivector [14:58] is he part of that? [14:58] yes! [14:58] yea, I see the sentry stuff in that namespace he was working on [15:02] rick_h: thanks! I contactd github to ask them to link up my repo as a fork [15:06] bdx: I had a brainfart and merged a couple of requests from someone to my repo. I've asked the contributor to submit them to your repo. https://github.com/codersquid/layer-django-base/pulls?q=is%3Apr+is%3Aclosed === frankban is now known as frankban|afk === agprado is now known as agprado|afk [18:04] bdx: ah, the vanishing fork solved. I forked an old repo of yours that no longer exists. someone from github got back to me to explain this. === chat is now known as Guest35305 [19:15] Hi, is there a way to update the maas endpoint in the juju cloud settings? maas cloud is added then the endpoint is changed. [19:16] the 'update-cloud' seems to work with only public clouds. [19:26] catbus, you could update it manually in ~/.local/share/juju/clouds.yaml [19:26] I did. juju is still trying to reach the old maas endpoint. [19:26] freyes: ^^^ [19:28] juju show-cloud shows the new endpoint that I manually modified. juju destroy-controller --destroy-all-models throws the error that it can't reach maas at the old endpoint. [19:28] catbus, ah, an already deployed environment, that's stored in mongodb, you would need to edit the database manually [19:28] I don't know what the specific collection where that information is stored, sorry :\ [19:30] freyes: no problem. working on database directly is too much. Do you happen to know if I can kill the controller, remove the maas cloud setting in juju, and manually release the machines in this order? [19:31] catbus, yes you can, and if you update clouds.yaml first, I think the kill-controller will be able to reach maas to release the nodes [19:31] ok, will give it a try. [19:31] kill-controller makes the client (the one running in your laptop) talk to the cloud provider directly [19:33] freyes: kill-controller failed for the same error, not able to reach the old maas endpoint.. [19:34] ERROR getting controller environ: getting environ using bootstrap config from client store: Get http:// i/o timeout. So the config in the controller needs update. [19:34] catbus, try editing bootstrap-config.yaml [19:34] cool [19:36] I think it's working. I see 'will kill machines directly in 4m5s'. [19:42] freyes: the juju controller node is released successfully, but not the rest. it does say 'manual intervention may be necessary to ensure resources are released.' I will manually release them via maas. Thanks! [19:43] catbus, probably it couldn't get the list of nodes associated with that controller [19:43] catbus, yw ;) [19:45] catbus: you can change the maas endpoints with juju add-cloud —replace… instead of editting the file though i’m not sure what happens with an exsiting controller [19:46] hml: oh, will try --replace next time. Didn't know it. I have killed the controller, so my guess is if I bootstrap again, it will use the new settings that I manually modified. [19:47] yes [19:47] hml: shouldn't this fall in 'update-cloud'? [19:48] update-clouds is for public cloud info. [19:49] you had to do an add-cloud to setup the maas cloud… [19:49] though it is a little weird to do an add-cloud to change it perhaps [19:50] hml: right, that's what I meant. The doc is clear that update-clouds is for public cloud only, but for maas, you have to use add-cloud --replace to update. [19:51] catbus: i’m not clear on your question then, can you expand on it please? [19:53] hml: It's not a question. I just echoed what you said that though it is a little weird to do an add-cloud to change it perhaps. I know update-clouds is for public cloud only, clear from the juju doc. [19:53] :-) === lborda_ is now known as lborda_att_poc === agprado_ is now known as agprado