/srv/irclogs.ubuntu.com/2017/06/07/#juju.txt

jac_cplanedoes anyone have a juju 2.x work around for centos not supporting python304:29
jac_cplaneit seems some of the juju libs require python3.  which part of the repos for centos704:30
=== thumper is now known as thumper-afk
kjackalGood morning Juju World!07:04
MmikeHello! Is there a way to configure the size of the 'logs' database? Currently it is 4GB, but I'd like to shrink that, if possible?07:47
anrah_Is there a way to include non-PyPi packages on wheelhouse.txt09:47
anrah_I mean that I created python package and I would like to include that on a charm, but not (yet) publish it on PyPi09:47
=== thumper-afk is now known as thumper
SimonKLBanrah_: the wheelhouse.txt is very similar to requirements.txt, you can add your own local paths or paths to a git repo10:57
anrah_Thanks, Noticed also that :)10:58
SimonKLBanrah_: for example, i have this in a charm's wheelhouse.txt "-e git://github.com/simonklb/aiosmtpd.git@merged#egg=aiosmtpd"10:58
SimonKLBgreat :)10:58
lazyPowericey: ping11:55
iceymorning lazyPower11:55
lazyPowerhey there, can you refresh my memory on the ceph-osd osd-devices config string?11:55
lazyPowerdoes that *have* to point to a /dev device or can it just be a filepath?11:55
iceylazyPower: it can be a directory, although there are some practical caveats11:57
iceybasically around using the same disk for multiple purposes, so the directory use case better serves for development, but can be used for example with bcache devices12:02
lazyPoweryep12:05
lazyPowerwe're working on some demoware and i forgot how osd-devices config string worked, that unblocked me :) thanks12:05
iceyglad to help lazyPower12:05
=== bdxbdx is now known as bdx
bdxhello all, can I apply constraints to juju deployed lxd instances via `--constraints`` ?16:16
bdxI'm trying it out a few different ways and not seeing the lxd profile modified to any degree16:17
bdxfor example `juju deploy ubuntu --to lxd:0 --constraints "mem=1G"`16:18
bdxI thought ^ was a thing16:18
bdxpossibly I'm using incorrectly16:18
rick_hbdx: so it was something getting worked on. lxd now supports enforcing those and kvm was updated to respect them16:40
rick_hbdx: I don't think the lxd side was landed16:40
rick_hbdx: the 2.2 release notes call out kvm supporting them but no mention of lxd so looks like it didn't get in there16:40
vlad_Hey guys quick question. I'm deploying a bundle of cephmon and ceph node charms from the store. On there CIDR network definitions do they need me to provide the actual static IPs or are they capable of DHCP?16:54
rick_h14min juju show warning: https://www.youtube.com/watch?v=7Tqg3Hnkq2U17:46
rick_hlazyPower: marcoceppi bdx kwmonroe jrwren and more ^17:47
=== scuttlemonkey is now known as scuttle|afk
=== scuttle|afk is now known as scuttlemonkey
vlad_rick_h: Hey you got a second to chat?17:50
=== scuttle|afk is now known as scuttlemonkey
rick_hvlad_: a sec, doing a live stream in 1017:50
vlad_rick_h: Is that the youtube link? If so I'd be down to watch17:51
rick_hvlad_: I'm not sure on the CIDR/DHCP bit on the cephmon/node charms. Maybe cholcombe has the details there.17:51
rick_hvlad_: yes, that link should go live once we hit go on the stream17:51
cholcombevlad_: we don't do anything different than this: http://docs.ceph.com/docs/hammer/rados/configuration/network-config-ref/.  We just pass the settings along17:52
cholcombevlad_: take a look at the ceph networks section17:53
vlad_cholocombe: Thank you17:53
vlad_rick_h: Thanks to you as well! Good luck on the stream I'll watch17:54
rick_hhttps://hangouts.google.com/hangouts/_/y5xturh7gffpzedw7ob6hzpijme for those joining in (lazyPower bdx kwmonroe jrwren etc)17:54
rick_hmarcoceppi: you around for it today?17:54
lazyPowerrick_h: skipping this week, will catch you on the next one17:55
marcoceppisure, i think I can join17:55
rick_hlazyPower: k17:55
rick_hlazyPower: you get to be the start next one?17:55
vlad_cholocombe: Hey ok cool that document totally cleared it up. If I'm deploying a set of them in a bundle I need to provide an array of addresses then correct?17:58
cholcombevlad_: are you deploying to metal?18:13
lazyPowerrick_h: uhhh18:15
vlad_cholocombe: Yeah I'm deploying to metal. I don't think the array idea I had makes any sense18:18
vlad_cholocombe: I've got all my networks setup on MaaS. When the deploy kicks of it spits out errors trying to get addresses for my services immediately, but keeps deploying. It gets IPs for all the physical machines and ends up failing around the ceph area18:18
rick_hmarcoceppi: https://hangouts.google.com/hangouts/_/hjkwxg4fvjb3rhvfwoqswejggue18:24
rick_hfor folks watching heading to https://www.youtube.com/watch?v=Ii1Ax4HgAP018:25
rick_hI'll have to see if I can download/stitch them together later18:25
cholcombevlad_: you can have ceph-mon/osd gather their ip info from the juju network spaces if you want18:30
cholcombeit's in the docs: https://jujucharms.com/ceph-mon/ under network support18:30
vlad_cholocombe: Is there any way to define spaces in a bundle?18:33
cholcombevlad_: i don't think so.  i think you define them on maas?18:38
cholcombei'm not entirely sure18:38
vlad_cholocombe: Yeah at first I didn't even try and use spaces outside of MaaS, and I just realized that juju has picked up my space from MaaS, and I guess I've architected this a bit wrong from that standpoint18:39
vlad_Is there anyway to remove a space once it has been added? I saw no mention of this in the docs18:39
rick_hcholcombe: vlad_ yes, the spaces must exist in the underlying provider first18:40
rick_hcholcombe: vlad_ and then you tell the bundle to leverage them and request that the right unit is on the right machine with access to the right spaces18:40
cholcomberick_h: thanks18:40
vlad_rick_h: Is there a delete space command for when I've created a space in juju that doesn't exist ont he provider?18:46
rick_hvlad_: hmm, checking "juju help commands" there's a reload-spaces but not seeing a remove-space :(18:47
Budgie^Smoreare we having fun yet?20:40
lazyPowerBudgie^Smore: with 2.2 on the horizon this week according to rick, you bet :)20:48
Budgie^SmorelazyPower so he is being particular bossy this week then? ;-)20:49
lazyPowernot even close  (not to me anyway)20:49
lazyPowerhe gave me leeway20:49
Budgie^Smorehehehe nice :)20:49
Budgie^Smoreso just went will it hit jaas is the real question ;-)20:51
rick_hShould hit really tight on release20:52
Budgie^Smorecoolio :)20:53
Budgie^SmoreFinally started building a preseed file for my "cluster in a box" idea20:56
=== cargonza_ is now known as cargonza
=== diddledan_ is now known as diddledan
=== zerick_ is now known as zerick
=== blahdeblah_ is now known as blahdeblah
=== JoseeAntonioR is now known as jose

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