/srv/irclogs.ubuntu.com/2017/09/01/#juju.txt

=== lifeless_ is now known as lifeless
=== charlie_ is now known as Guest48100
=== reco is now known as crazy_charlie
Dwellrquery.. what does juju expose actually do from an lxc/lxd perspective ?12:00
rick_hDwellr: nothing, expose is meant to update firewall rules to enable ports the charm needs to open properly. On LXD and providers without a built in firewall setup (security groups or the like) there's nothing there to work against12:22
SimonKLBis there any reason why the ceph charm does not implement the ceph-admin interface?13:01
SimonKLBi would like to try out ceph with kubernetes with a minimal setup as a poc, not having to deploy ceph-mon x3 and ceph-osd x3 if possible13:03
rick_hSimonKLB: not sure. Have to check in with the OS folks. Cool experiment to try out.13:04
SimonKLBjamespage icey cholcombe ^13:07
jamespageSimonKLB: the ceph charm is officially deprecated; as such it does not always grow the same features as ceph-mon and ceph-osd do over time13:08
SimonKLBjamespage: got it, is there any way to have a ceph deployment smaller than 6 machines?13:08
jamespageonly reason its still in the charm store is we've not found a satisfactory migration approach for existing ceph deployments.13:08
jamespageSimonKLB: what provider are you using?13:09
SimonKLBjamespage: aws13:09
jamespageSimonKLB: hmm no not really13:09
SimonKLBjamespage: alright, then ill go with that!13:09
jamespagewith MAAS you can of course place ceph-mon on LXD containers, and ceph-osd alongside k8s13:09
SimonKLBah, would that not work on aws though?13:10
SimonKLBceph-mon on 3 LXDs and ceph-osd on one worker each would be pretty neat13:11
SimonKLBjust to try it out13:11
iceySimonKLB: AWS doesn't have the overlay networking required to get packets into the ceph-mon's in containers13:19
SimonKLBicey: ah too bad!13:19
wpk(that problem will be solved in 2.3)13:24
SimonKLBwpk: im running 2.3-alpha1.1, that fix is not there yet?13:27
wpkSimonKLB: no13:29
bdxwpk: you are my hero14:19
bdxgreat news14:20
tvanhovedoes anybody know what is up with the bigtop repos?14:42
tvanhovekafka charm is currently failing because of 403 forbidden14:42
tvanhovehttp://bigtop-repos.s3.amazonaws.com/releases/1.2.0/ubuntu/16.04/x86_6414:42
rick_hkwmonroe: ^14:50
kwmonroehm - not sure tvanhove, but i'll send a "wat?" to the dev list14:51
Dwellrwondering if (after installing conjure-up kubernetes-core) I should be using iptables to route traffic to the node InternalIP .. or if I should be figuring out how to add an 'ExternalIP' to the node14:57
kwmonroetvanhove: not that you needed it, but i verified the 403 on a different arch as well.  looks like something is afoul with all 1.2.0 repos:15:07
kwmonroeE: Failed to fetch http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/ubuntu/16.04/ppc64le/pool/contrib/k/kafka/kafka_0.10.1.1-1_all.deb  403  Forbidden15:07
tvanhoveyeah we were setting up for a demo next week and noticed the failure in our juju storm deployments with kafka15:13
kwmonroetvanhove: mail sent to dev@bigtop.apache.org.  i'll keep you in the loop as soon as we figure out what's up.15:26
kwmonroetvanhove: until then, one possible workaround would be to manually set the repo on each affected unit to the CI builders.  to do that, you'd edit your apt sources like this:  http://paste.ubuntu.com/25445303/15:27
kwmonroei've verified an apt-get update / install works from those repos.15:29
kwmonroebuuuuut, that's upstream vs the official 1.2.0 release.  so don't go to production with that ;)15:30
tvanhoveit's just for demos right now15:34
tvanhoveno production15:34
tvanhovethanks :)15:34
kwmonroe"it's just for demos" <-- that's what they all say ;)15:34
tvanhove;)15:34
stormmoreo/ juju world16:03
kwmonroe\o stormmore16:07
kwmonroetvansteenburgh: do you recall if stub's "hookenv.principal_unit" fix was the only thing in ch-0.18.1 (vs 0.18.0)?  wanna make sure i'm reading this right: https://code.launchpad.net/~charm-helpers/charm-helpers/devel16:13
stormmoreb 4016:14
tvansteenburghkwmonroe: yeah it was just that one commit16:15
kwmonroeack, thx tvansteenburgh16:15
xarseshml: is there a way to remove/stop the auto subnet scanning neutron subnets for network-space mapping? it keeps finding embarrassing duplicates and crashes the whole install17:56
hmlxarses: i’m not sure, let me see what I can find out.17:57
hmlrick_h: ^^^ any ideas?17:58
* rick_h erads backlog17:58
xarseshttps://gist.github.com/xarses/307a07d290fcc9f48008b3ae1d192f05#file-duplicate-neutron-subnets17:58
rick_hhml: xarses is that in the neutron charm itself? Or in juju trying to figure out what's up?17:59
hmlrick_h: i think it’s juju investigating subnets17:59
xarsesjuju bootsrap on a openstack cloud fails with a duplicate subnet in neutron17:59
rick_hyea, gotcha17:59
hmlxarses: oh, try bootstrapping with the network uuid instead?18:00
rick_hnormally that's the bootstrap path ^18:00
hmlxarses: i thought it was a different issue18:00
xarsesno, its scanning networks in the output of `openstack subnet list`18:00
xarsesthe network to boot the instance selector is not the problem here18:01
xarsesit's found 2 duplicates on me so far, and I'm guessing I have another 4 based on what happened here18:01
hmlxarses: sounds like bootstrap is failing when discovering subnets for juju - where juju list-subnets etc would be used18:02
xarsesbut the bootstrap haults on reading the duplicate18:02
hmlxarses: while we look for a workaround on this… can you file a bug on this please?18:08
xarsessure, on lp?18:08
hmlxarses: yes: https://bugs.launchpad.net/juju18:09
hmlxarses:  I have an idea, but not sure if it’ll work - let me test out first18:09
xarsescool18:10
xarsesyay, it only took 3 days, but I finally have a controller installed18:13
hmlxarses: w00t!  sorry it took so long.   openstack is one of the harder to bootstrap unforunately.18:13
kwmonroetvanhove: bad news!  see the [IMPORTANT] thread here:  http://mail-archives.apache.org/mod_mbox/bigtop-user/201708.mbox/browser.  tl;dr, kafka was removed from the repos due to licensing.18:13
xarseshml: dont worry about the work around, I was more easily than expected able to remove the duplicates18:13
hmlxarses: good news -18:14
xarsesya, I wish it wasn't so stubborn, the main issue where with the image and tools metadata process being overly weird to the uninitiated18:17
hmlxarses: usually the tools aren’t an issue - the images are, because they are specific to your openstack.  we can’t just download the info - it’s not an issue with other clouds.  :-/18:19
hmlxarses: that said, we’re looking to improve the docuementation on this18:19
xarsesit was the offlining that I had to do for the tools to get them through whatever was wrong with the network that was causing them to time out18:19
xarsesThe network guys still haven't come back to me on that18:20
zeestratxarses: Somewhat related is this bug (though that is concerning the generic subnet that is created for HA routers): https://bugs.launchpad.net/juju/+bug/171084818:20
mupBug #1710848: Bootstrapping Juju 2.2.x fails on a Openstack cloud with Neutron running in HA. <network> <openstack-provider> <juju:Incomplete> <https://launchpad.net/bugs/1710848>18:20
xarsesoh, well that is about what I was to report18:21
xarsesclose enough anyway18:22
xarsesI wacked it back to new, while confirmed might be just as valid, its not my project18:27
xarsesso it doesn't languish in some incomplete filter18:28
zeestratxarses: Great. Feel free to hit the "affects me too" button too.18:28
zeestratDuplicate subnets is a pretty common scenario in OpenStack so Juju will need to handle that anyway18:28
xarsesyep18:33
hmlxarses: good thing the subnets were easy to remove - my idea didn’t work. :-(18:39
xarseshappens18:50
xarsesthanks for your help hml, wouldn't have gotten throug this w/out it20:53
hmlxarses: glad I could help!20:53
xarsesnow I can continue with the getting started videos20:54
xarses=)20:54
hml:-)20:54
hmlthere’s a juju show on youtube also with different topics - maybe that’s what you’ve found?20:54
xarseshttps://www.youtube.com/watch?v=ovsBVZsQqtg20:56
xarsesfor  1.2520:56
xarseswhich means a bunch of these commands aren't around anymore20:56
hml1.25 is a bit different than 2.020:56
hmlthe concepts have changed too20:56
xarsesya, finding useful videos is is hard20:56
xarsesmost are a billion years old20:57
xarsesI've ran into a few that appear to be 0.x20:57
hmlhere’s one of the bi-weekly juju show: https://www.youtube.com/watch?v=YoZsP7TDyZI20:58
hmllet me look for me20:58
hmlmore20:58
xarsesya, I've watched most of that and felt lacking from it21:00
hmlah21:01
hmlthat’s more on-going juju news rather than getting started21:03
xarsesya21:07
xarseszeestrat: hmm, a possible work around is to hide the duplicate networks from the user bootstraping the controller21:58

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