/srv/irclogs.ubuntu.com/2016/08/26/#juju.txt

bdxsomething is super fishy ....01:05
bdxhttp://paste.ubuntu.com/23091222/01:05
bdxshow 'feed/19'01:05
bdxbut ssh into the instance, and cat the .juju-charm file -> http://paste.ubuntu.com/23091226/01:06
bdxshows 'local:xenial/feed-24'01:07
bdxis there some kind of wierd version mismatch going on here01:07
bdxweird*01:08
bdxoooh my bad01:21
bdx19th deploy, 24th build01:21
bdxlazyPower, mbruzek, stokachu: here's one for ya'03:00
bdxlazyPower, mbruzek, stokachu: when I include layer-ruby, and layer-tls, I get this error -> http://paste.ubuntu.com/23091435/03:00
bdxlazyPower, mbruzek, stokachu: if I don't include layer-ruby, my certs are there and I don't get the error03:01
bdxlazyPower, mbruzek, stokachu: I feel like the inclusion of layer-ruby is preventing layer-tls from generating the certs somehow03:02
bdxlazyPower, mbruzek, stokachu: I've been stuck on this for a few days, can one of you guys build something with layer-ruby AND layer-tls and verify this for me03:02
bdxlazyPower, mbruzek, stokachu: figured it out -> https://github.com/battlemidget/juju-layer-ruby/pull/6/files05:30
bdxlazyPower, mbruzek, stokachu: os.chdir was changing the directory context for all05:30
bdxneeded the context manager05:30
=== frankban|afk is now known as frankban
RandlemanHey guys, what did quantum-security-groups change into?07:12
RandlemanERROR unknown option "quantum-security-groups"07:12
axinoquantum is neutron now08:54
RandlemanGot that, but it throws me an error even when using neutron-security-groups in the nova-cloud-controller yaml09:00
Randlemanthough neutron-security-groups works in the neutron-api yaml09:00
Randlemanso i guess nova-cloud-controller does not need that option anymore?09:00
Randlemanas it has a relation to the neutron-api?09:00
admcleodit looks like juju overwrites /home/ubuntu/.ssh/authorized_keys - is that expected behaviour?10:16
admcleod(1.25)10:16
josvazhaving some issues with rackspace auth https://pastebin.canonical.com/164061/10:32
josvazdo youknow what can be the problem? the user & password work when using curl or python pyrax10:33
kjackaladmcleod: Well done on the accepted presentation on openstack and bigdata!11:07
admcleodkjackal: thanks :)11:09
kjackalWhen/where are you presenting?11:10
admcleodopenstack summit barcelona october11:13
kjackalNice!11:25
=== freyes__ is now known as freyes
lazyPowerkjackal admcleod - not sure if you two used charmbox, but i've just unblocked the builders. Apparently there's a diff in the shipping packages in FROM ubuntu on the hub and FROM ubuntu locally (which makes no sense)12:55
lazyPowerif you use charmbox/charmbox:devel and encounter any issues please lmk so i can address accordingly12:55
ram_marcoceppi : Hi. Based on yesterday's discussion with <andrey-mp> , I created a cinder-storageDriver charm using Shell script which will pass external config data to relation instead of cinder.conf directly. This is the standard way. It is working fine for us. We want to certify and integrate our charm to Autopilot. But I have a question. How much compatible our created cinder-storageDriver charm with Autopilot?  Our conversation log :ht12:56
kjackalok lazyPower, thank you. I havent used charmbox recently12:56
ram_marcoceppi:  http://paste.openstack.org/show/563919/.12:58
AnitaHi, can container have FQDNs13:08
=== Anita is now known as Guest51400
Guest51400can container's have fqdn?13:11
kjackalHello cory_fu, running tests on cwr all day today, I seem to be hitting this behavior: http://pastebin.ubuntu.com/23093330/ have you seen this before?14:14
cory_fukjackal: I hadn't run in to that before, but that makes sense.  I didn't realize that jujuclient was using SIGALRM or that it didn't work in threads.  That's annoying.14:15
cory_fuI guess I'll have to pull out the threading logic and either make it multi-process or not parallel14:16
kjackalcory_fu: thats for resetting the environment. What about the error at the end where the bundle tester output does not have a "test" (?) is this expected?14:20
cory_fukjackal: I'm pretty sure that's caused by the other exception.  Because of the first exception, it doesn't get the output its expecting14:21
kjackalok, let me see where the threading is done14:22
kjackalcory_fu: just to confirm that removing Threads fixes the issue I was seeing15:02
cory_fukjackal: Are you saying that you confirmed that?15:03
kjackalcory_fu: yes.15:03
cory_fuOk, cool15:03
kjackalcory_fu: I removed the threads and it worked15:03
cory_fuYeah, I went with threads optimistically without much confidence that it was actually threadsafe.  TBH, I'm not sure why it's not just using subprocess and the CLI for bundletester anyway.  If we do that, threads would be fine15:04
kjackallet me try to see what happens if we are to use Processes... It should work15:08
kjackalcory_fu: replacing threads with processes seems to work, let me get the observable kubernetes test plan to pass and will update the PR to cwr15:23
lazyPowerkwmonroe - moving you here, i hear you had questions about the hub builders?15:26
kwmonroeyeah lazyPower, related to https://github.com/juju-solutions/charmbox/issues/37, what do you make of the charmbox success in ci.containers?  you reckon it was inclusion of libssl-dev?  any insight as to why docker hub wasn't able to build right?15:27
lazyPowerkwmonroe - i added libssl-dev to the install manifests15:27
lazyPowerso, i have no idea still why it was faiiling, the only thing i can consider is that the base images are different somehow15:27
kwmonroehmph, roger that lazyPower.  happy to see a new build.15:28
lazyPowerkwmonroe - we're pulling them into a CI solution instead of relying on the hub to do our builds as well15:28
lazyPowerideally we'll get some smoke tests around the containers and actually verify they work15:28
kwmonroeyup, understood lazyPower.  what's the mechanism between ci builds and docker hub?  can i still docker pull jujusolutions/charmbox to get the latest from ci?15:29
lazyPowerlittle do you know, thats already been rolled over ;)15:29
lazyPoweras of about 7am this morning15:29
Anita_How to get the fqdn of a container?15:38
Anita_Hi15:44
kwmonroeAnita_: does 'hostname -f' give you what you want?15:44
Anita_How to get the FQDN of a container or is there any way to set the FQDN of containers15:44
Anita_kwmonroe_:yes15:44
Anita_kwmonroe_:it gives just juju-2cf5ba-19, without any domain name15:45
lazyPowerAnita_ - thats a great question to relay to the juju mailing list - juju@lists.ubuntu.com15:47
Anita_lazyPower_:ok15:48
Anita_lazyPower_:when I ping from one container to another container it takes with ".lxd" suffix. like "juju-2cf5ba-19.lxd" but that does not qualify FQDN I think.15:51
Anita_lazyPower_:Will mail to juju@lists.ubuntu.com15:52
lazyPowerAnita_ - Juju doesn't manage DNS at present, this is why i said to ask on the list, as there may be workable solutions that i'm not aware of, but the plain answer is not today.15:52
Anita_lazyPower_: ok . Thank you...15:53
kwmonroeAnita_: you may also want to add your thoughts/requirements to this bug:  https://bugs.launchpad.net/juju/+bug/159096115:56
mupBug #1590961: Need consistent resolvable name for units <juju:Triaged> <https://launchpad.net/bugs/1590961>15:56
kwmonroesounds like juju will have some sort of dns provision in 2.1.015:56
Anita_kwmonroe_:ok15:58
Anita_kwmonroe_P15:58
Anita_kwmonroe_:Thank you15:59
=== mup_ is now known as mup
=== frankban is now known as frankban|afk
cholcombewhen i charm publish a new charm to the store how long typically does it take to show up?  I published to the stable channel16:38
kjackalcory_fu: do you have time for a quick chat on the daily regarding cwr?16:39
cory_fuSure16:40
kjackalthanks16:40
kwmonroecholcombe: usually less than a minute.  did you also "charm grant cs:~blah/foo everyone"17:00
kwmonroe^^ that gives everyone read perms, which is required to be visible in the store17:00
cholcombekwmonroe, oh.. no i didn't .  that's prob it17:00
mattraehi, when i deploy lxd containers to a host with juju deploy --to lxd:X, i see there is a file created on the host /var/lib/lxd/zfs.img which is 100G. What happens if my physical disk is smaller than 100G? I think i may have run into a situation where my containers filled up the disk. i'm not sure the best way to recover17:08
mattraeright now zpool status says one or more devices are faulted in response to IO failures, https://gist.github.com/raema/337581a825687bf7774715dc925fff3117:08
mbruzekbdx: Can you have a look at my change for tls ?   https://github.com/juju-solutions/layer-tls/pull/4719:38
beisnerhi mattrae - i recall a recent convo about that being the case, and not ideal for that very reason.  here's where that logic lives.  bugworthy imo.  https://github.com/juju/juju/blob/11682c54646fbe625120c0368b41b3349f04df77/container/lxd/initialisation.go#L12420:56
beisnermattrae, bug 161746021:25
mupBug #1617460: zfs.img sparse file size is fixed, assumes at least 100GB free space on host <lxd-provider> <uosci> <juju:New> <https://launchpad.net/bugs/1617460>21:25
kwmonroebdx: i'm in a pickle.  puppetlabs doesn't have ppc64le support at http://apt.puppetlabs.com/dists/, so including layer-puppet-agent fails like an absolte madman on that arch.21:58
kwmonroebdx: apt update eventually fails like this "W: Failed to fetch http://apt.puppetlabs.com/dists/trusty/Release  Unable to find expected entry 'dependencies/binary-ppc64el/Packages' in Release file"21:58
kwmonroebdx: so what's a good fix for layer-puppet-agent?  i was thinking an easy fix would be to check cpu arch here:  https://github.com/jamesbeedy/layer-puppet-agent/blob/master/lib/charms/layer/puppet.py#L117  and if ppc64le, don't bother with apt.add_source since we know it'll fail.21:59
kwmonroebut that means we'll fall back to the archive to handle self.puppet_pkgs, and if somebody wants v4 on ppc64le, the archive wont have it.22:00
kwmonroei'll open an issue on the layer, but wanted to give you a heads up so you can spend your entire weekend thinking about this.  kthx.22:01
kwmonroebdx: in your free time ;) https://github.com/jamesbeedy/layer-puppet-agent/issues/922:16
=== zeestrat_ is now known as zeestrat
Ababsiexit23:47

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