/srv/irclogs.ubuntu.com/2016/11/10/#juju.txt

wililupyQuestion: I just installed juju on 16.04 from repo (juju 2.0 beta15) and when I try to connect to the gui, it says connecting to Juju model and never goes past. Nothing in the logs looks suspicious other than in the machine-0.log there is an entry about reconfiguring lxd using dpkg and setup lxcbr0 which I do, but still nothing. Rebooted the controller and I had to tell Firefox to delete the SSL certificate for the server and00:13
wililupyhave it re-issue it so that I could connect again, but same results.00:13
bdxwililupy: add juju/stable first ...00:13
wililupybdx even on xenial?00:13
bdxwililupy: `sudo add-apt-repository ppa:juju/stable`00:13
bdxwililupy: yea ... not for much longer I think ..00:14
wililupybdx: I'm updating it right now. Do I have to re-bootstrap?00:22
bdxwililupy: yes00:22
bdxwililupy: `rm -rf ~/.local/share/juju` too00:22
wililupybdx: ack.00:22
wililupybdx: That fixed it. Thank you so much. I eventually probably would have done that, but I was hoping not having to add a ppa.00:47
=== zz_CyberJacob is now known as CyberJacob
admcleod_magicaltrout: yep08:55
magicaltroutunlucky08:56
=== ant_ is now known as Guest44024
bdxlutostag, beisner, marcoceppi: where might one find the interfaces for the charm-jenkins charm?17:22
beisnermarcoceppi, bdx, it looks like they're not in http://interfaces.juju.solutions  :-/17:25
beisnermarcoceppi, bdx, i previously built using https://github.com/freeekanayaka/interface-jenkins-slave, which really should make it into jenkins upstream along side the jenkins-charm layer repo.17:27
bdxbeisner: nice, thanks17:29
bdxlooks like free has the other interfaces stashed there too :-)17:29
jamespagecory_fu, so the tweaks to bundletester config did not explode in the gate - https://review.openstack.org/#/c/395574/17:34
cory_fujamespage: That's good.  We didn't get that rabbitmq branch into CWR, though, unfortunately.  Is that still something you need?17:35
jamespagecory_fu, it would be helpful to get this right first time - however if its alot of effort, we can probably get away with landing the changes and testing in stable, but that's not ideal17:36
kwmonroecory_fu: jamespage:  the rabbit charm made it into cwr, just not in time for the overnight runs.  i'm pretty sure it'll be picked up when they kick off today.17:37
jamespagekwmonroe, based on my test charm under ~james-page right?17:38
kwmonroecorrect jamespage17:38
kwmonroecs:~james-page/rabbitmq-server-requirement17:38
cory_fuYeah, sorry, I meant what kwmonroe said17:38
cory_fujamespage: It will be run automatically this evening, but if need be, we could kick it off manually sooner, though I think it would still take a while before it actually runs17:39
cory_fuThat CI infra is pretty over-committed, from what I can tell17:39
jamespagecory_fu, I just synced it up so I'll look am tomorrow17:40
kwmonroetvansteenburgh1: it appears i'm hosting a timtimtim model in azure-east.  pretty sure that was for long-ago k8s test.  cool if i destroy that?17:40
cory_fuOk17:40
tvansteenburgh1kwmonroe: yes17:40
kwmonroethx17:40
=== tvansteenburgh1 is now known as tvansteenburgh
beisnerwoot thanks jamespage cory_fu17:41
deanmanDoes anyone have a sample of yaml config file to be used during bootstrap. Cannot find any reference on the docs, only for charms.18:11
lazyPowerdeanman - its just a key: value map.   http://paste.ubuntu.com/23457321/18:25
deanmanlazyPower: ok got it! Thanks18:26
deanmanlazyPower: Can you put comments and/or environmental variables as values?18:47
lazyPowerin yaml?18:47
lazyPowerno, you would need to render it through a template wizard like envtemplate or something.18:48
lazyPowerhowever, comments should be just fine, you can prefix a comment in yaml with #18:48
deanmanlazyPower: ok thats seems reasonable!18:48
deanmanIs it possible to `juju run` using a command that takes arguments? A simple `tail -f` seems to give an error with "flag provided but not defined: -f"20:11
lazyPowerdeanman - you'll need to quote the command20:13
lazyPowereg: juju run --application foobar "ls -al && whoami"20:13
lutostagany way to move bootstrap to a different ip/machine on 1.25.x? Our bootstrap node has run out of disk space. (Or a way to purge unused data from /var/lib/juju would work too)?20:16
deanmanlazyPower: Shouldn't this work ? juju run -m controller --machine 0 "tail -f /var/log/juju/machine-0.log"20:17
lazyPowerlutostag - thats rough, i think the option is to either go HA (probably not going to solve disk space issues) or to purge the cache/logs/whatever-is-using-the-diskspace20:17
deanmanit just hangs20:17
lazyPowerdeanman - its async i think,s o you wont see the output until the command terminates20:17
lazyPowerdeanman - you should probably juju ssh into the unit if you need to tail logs.20:17
deanmanok lazyPower20:18
lutostaglazyPower: is /var/lib/juju/charm-get-cache safe to boot into the bit-bucket in the sky?20:19
lazyPoweri think so, i'm fairly certain it will just replace whatever it needs that it doesn't find in the cache20:20
lazyPower*but*20:20
lazyPowerwith that being said, i haven't done it myself, so it might break things in unexpected ways20:20
lazyPowerlutostag - i would highly recommend we file a bug about this so we can add an operational action to the controller to purge temporary/unneccesary data in the event this happens20:20
lutostaglazyPower: ack will find/create a bug20:20
deanmanlazyPower: somehow even juju run -m controller --machine 0 "ls -al" hangs there.20:23
lazyPowermattrae ping20:23
babbageclunkdeanman: does `juju ssh -m controller 0` work?20:36
lazyPowerdeanman - yeah that doesn't sound good. give babbageclunk's suggestion a go20:38
deanmanbabbageclunk: it does but i have since restarted the VM and now even run works20:48
babbageclunkdeanman: sounds like sshd was having a bad time.20:48
deanmanbabbageclunk: it does take though like 5 seconds for a whoami20:49
deanmanbabbageclunk: is that normal?20:49
babbageclunkdeanman: no that sounds very slow...20:52
deanmanbabbageclunk: http://paste.ubuntu.com/23457920/20:54
deanmanseems like the previous command "tail -f" makes it unresponsive20:54
babbageclunkdeanman: yeah, I see the same behaviour - can you file a bug for that?20:56
deanman`juju ssh` makes it recover somehow20:57
deanmansure babbageclunk !20:57
babbageclunkdeanman: Thanks!20:58
deanmanbabbageclunk: can you `time juju run -m controller --machine - "whoami" for me and tell me what's your average?20:59
deanmani get 2-5 secs21:00
babbageclunkdeanman: yeah, I get the same - 5 seconds sounded slow until I tried it.21:01
deanmanbabbageclunk: https://bugs.launchpad.net/juju/+bug/164093821:08
mupBug #1640938: `juju run` becomes unresponsive in consecutive runs when previous command passed is `tail -f` <juju:New> <https://launchpad.net/bugs/1640938>21:08
babbageclunkdeanman: great thanks21:09
deanmanCheers!21:09
lazyPowerbabbageclunk - that tail -f doesn't exit, and i'm pretty sure that its just hanging the ssh session until timeout21:15
lazyPowerdeanman - humor me and try the tail with something like a -n 100  and omit the -f21:15
babbageclunklazyPower: Oh, I think that's right, I'm just surprised that killing the run command doesn't kill the tail.21:16
jproulxHaving trouble with image-metadata bootstrapping private cloud, have meta data json in ~/simplestreams as described in "getting" started but no matter how I feed it in keep getting21:25
jproulx ERROR failed to bootstrap model: no image metadata found21:25
jproulxtried both --metadata-source=~/simplestreams and webserver using --config image-metadata-url=https://people.csail.mit.edu/jon/simplestreams amoung other things....Help?21:25
jproulxoh juju-2.0 on xenial21:25
lazyPowerjproulx - i'm not as familiar with the clouds that require manual provisioning of simplestreams, however if you dont get an answer here in a timely fashion, the mailing list is an excellent resource for help with problems like that. https://lists.ubuntu.com/mailman/listinfo/juju21:30
jproulx lazyPower: thanks for the pointer21:31
mattraelazyPower: hey saw your ping :)21:40
lazyPowermattrae - found the answer already, thanks for pong'ing21:40
mattraecool no problem :)21:40
=== redir is now known as redir_excorcise
=== redir_excorcise is now known as redir
=== CyberJacob is now known as zz_CyberJacob

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