/srv/irclogs.ubuntu.com/2017/12/20/#juju.txt

bdxcould just be me01:50
bdxis jujucharms.com bugging out right now for everyone?01:51
dnegreirats ok for me01:51
bdxsafari I get https://imgur.com/a/uJgGT, chrome I get https://imgur.com/a/GYSS601:52
pmatulisfine here on chrome01:54
bdxseem to be getting the same waiting/progress bar on chrome and safari now01:54
dnegreiraam logged in fine via firefox01:54
bdxcool01:54
bdxmust be a personal issue ..01:55
bdxthx thx01:55
bdxI try to access https://jujucharms.com and I get redirected to https://jujucharms.com/login/u/jamesbeedy to the spinner/waiting infinity01:58
bdxit all works for me in a incognito window01:59
bdxmust be squirrels in the cache01:59
ashipikaping anybody?07:39
rick_hashipika: ?12:42
ashipikarick_h are there any restrictions on who can land PRs in core?12:42
rick_hashipika: yes, managed by the github project12:42
ashipikarick_h hmm.. it's not letting me land my PR12:43
rick_hashipika: what's your GH username?12:43
ashipikarick_h alesstimec12:43
rick_hashipika: hmm, so looks like most everyone has read access so maybe that's not it then.12:45
ashipikarick_h https://github.com/juju/juju/pull/817512:46
ashipikarick_h can't land it with $$merge$$ or :shipit:12:46
ashipikarick_h what am i missing?12:46
rick_hashipika: not sure how it's setup :(  cmars is a lead which has more rights so maybe check with him when he's on12:46
ashipikarick_h will do12:46
rick_hashipika: hmm, yea looks like babbageclunk used $$merge$$ in a previous PR.12:47
rick_hashipika: there was a rule a while ago that your team membership had to be public or the bot wouldn't auth you12:47
rick_hashipika: but in this new UX in GH I can't tell wtf is up with that12:47
rick_hashipika: so honestly not sure what's up12:47
ashipikarick_h np.. thanks anyway12:47
jamashipika: so what happened is you did a $$check$$ from a long time ago, which the bot saw but got wedged, and it never replied with a "failed to build" message.13:36
jamSo all follow up $$merge$$ requests are still treated as part of the original request, which it already handled.13:36
ashipikajam a-ha! right.. how do i resolve this? !!build!! again?13:37
jamworking on it13:37
jamif you reply with the magic string that the bot replies with, then the bot will accept future $$merge$$ requests, but I always have to go figure out what the magic string is13:37
rick_hjam: ashipika can you just delete the comment with the $$check$$ ?13:42
jamrick_h: no. maybe if you deleted the comment from the bot. but hopefully I got the fix in. (got distracted doing a review while trying to find the magic string)13:45
rick_hjam: yea, I know originally I used to not $$merge$$ again but delete the bot's acceptance so that it would pick it up as a fresh request13:45
rick_hashipika: if it's bot related like that I'd suggest just gardening the comment thread13:45
rick_hthe bot's not very smart (at least when I wrote it at the start)13:46
eriklonrothHmm, I can successfully deploy charms behind proxies that are downloaded as "juju deploy ./<charm>.zip", but if I try the same thing with "juju deploy cs:<charm>". It times out. What do I need to do to make the juju-client fetch charms from the store? (or do I just need to mess around more with our authenticated proxy at work?15:01
rick_heriklonroth: the controller needs to have access to the store, not the client. The client will resolve and find the right url, but the controller will fetch the zip file15:02
rick_heriklonroth: is this a maas or openstack or ?15:03
eriklonrothIts our first installation of maas we're trying to learn15:03
rick_heriklonroth: can the nodes in maas reach the internet? e.g. does the maas server proxy requests through?15:03
eriklonrothThe maas nodes can access internet though an unauthenticated proxy15:04
rick_heriklonroth: in my maas at home I setup forwarding on the maas server itself and then the controller (running on the maas node) can reach out and contact the store15:04
eriklonrothWhen you say "forwarding", what does that means in terms of configuration?15:05
rick_heriklonroth: setup NAT on the maas server15:06
rick_heriklonroth: I'm looking for the proxy config settings. I thought they were in the controller-config but I'm not seeing it listed :( https://jujucharms.com/docs/devel/controllers-config15:06
rick_heriklonroth: but if you can bootstrap, the controller machine must have been able to go out and get to the internet for the agents it downloaded...hmm15:07
rick_heriklonroth: I guess try the deploy with --debug and see if that is more useful on where it's getting stuck.15:07
eriklonrothNAT:ing isnt the problem for us atm, I think it gotta be related to proxy settings somewhere15:07
eriklonrothI'll try mess around more with it.15:08
rick_heriklonroth: but the flow is that the client resolves "juju deploy msyql" into cs:mysql-35 and then the controller is told to go get that15:08
rick_heriklonroth: so that the client doesn't have to download/reupload the charms to the controller15:08
eriklonrothOK, so its not the client that first downloads from cs and then uploads it to the controller?15:08
rick_heriklonroth: correct, the client doesn't download it to your client machine.15:09
eriklonrothOK, then I'm sure its the controller config - "somewhere" - for the proxy I need to figure out.15:09
eriklonrothThat will be the exercise for tomorrow.15:10
eriklonrothThanx for the help.15:10
rick_heriklonroth: looks like model level config https://jujucharms.com/docs/devel/models-config15:12
eriklonrothI've successfully managed to configure the "default" model, but perhaps its the "controller" model in maas that needs to be setup ?15:13
eriklonrothOh, well, "juju deploy cs:<charm>" isnt' working in the models either. Just from zip-file.15:13
rick_heriklonroth: right, in that case the client is sending the charm up.15:13
eriklonrothBut apt, pip etc. works15:13
rick_heriklonroth: hmm, well wtf. Yea I guess I'm curious what the --debug output is.15:14
eriklonroth16:14:48 DEBUG httpbakery client.go:244 client do GET https://api.jujucharms.com/charmstore/v5/xenial/ubuntu/meta/any?include=id&include=supported-series&include=published {15:15
eriklonroth.... stuck there15:15
eriklonrothhttps://pastebin.com/5MVE1N8F15:16
eriklonrothhttps://pastebin.com/5MVE1N8F15:16
eriklonrothOh well, I have to run. My girfriend will kill me for letting her wait for 15 minutes while I'm messing around with a proxy15:18
jhobbsrick_h: do you now if you can use a unit name in a placement directive?16:36
jhobbsjuju deploy blah --to glance/0 for instance?16:36
rick_hjhobbs: thinking16:36
rick_hjhobbs: into a container as well?16:37
rick_hjhobbs: or just the same machine?16:37
jhobbssame machine, whether it's a container or not16:37
jhobbswhatever machine is hosting that unit16:37
jhobbshulk smashed with the unit16:38
jhobbshmm seems to work16:38
rick_hjhobbs: yea, I don't think so. I was thinking in bundles you can say to colocate with an application name, but you don't get to pick 0/1/2 or such16:38
jhobbsno16:38
jhobbsit doesn't work16:38
jhobbsyeah16:38
jhobbsok16:38
jhobbsthanks rick_h16:39

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!