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

kjackalGood morning Juju world!07:46
=== frankban|afk is now known as frankban
surfhii all, I am bootsraping juju on openstack cloud how much time it will take to complete bootstrap10:23
surfi am suspecting it is strucked at "Running apt-get upgrade"10:24
surfplease someone help10:24
sparkiegeeksurf: how long is a piece of string? It's impossible to say how long it will take, but if you're having problems you should paste debug logs from bootstrap (e.g. --debug)10:26
sparkiegeeksurf: also, look at https://jujucharms.com/docs/2.0/models-config#apt-updates-and-upgrades-with-faster-machine-provisioning to turn off the apt step10:27
surfsparkiegeek: here is my bootstrap command and output http://paste.openstack.org/show/596012/10:30
sparkiegeeksurf: is your OpenStack otherwise healthy? i.e. can you start an instance, assign a floating IP and SSH to that floating IP?10:34
surfsparkiegeek: yeah my openstack instance is in active state10:35
sparkiegeeksurf: ah somehow I missed the last couple of lines - so it successfully reached the instance in the end10:35
surfyes10:35
sparkiegeeksurf: so yeah - I think if you've got up to date images in Glance, then you can safely disable the apt update/upgrade steps10:35
surfsparkiegeek: Tell me the way to do this10:37
sparkiegeeksurf: use the --config option of juju bootstrap and set enable-os-refresh-update and enable-os-upgrade to false10:38
aisraelDoes any documentation for configuring Juju 2 under centos7 exist? The only page in the docs I can find is for 1.2410:40
surfsparkiegeek: could you provide a sample command10:41
=== frankban is now known as frankban|afk
=== frankban|afk is now known as frankban
lazyPowerbdx - heyo, i know you're not in office yet, but I'll take a look at your Elasticsearch peering code before I leave office today. Thanks for being patient on that request.14:59
lazyPowermagicaltrout - only a handfull of days left before we go sample the belgium microbrews :D14:59
bdxlazyPower: 10-4, thx16:32
lazyPowernp np16:38
lazyPowerhappy to help where i can16:38
=== frankban is now known as frankban|afk
bdxlazyPower: is there a kubernetes bundle that includes the monitoring pieces?20:47
lazyPowerbdx - looking specifically for the beats bits without manually relating?20:47
lazyPowerryebot - can you run a quick build and publish to your namespace w/ the monitoring segment? I know we didnt publish that as we haven't settled on naming schema for the addon bundles.20:47
ryebotlazyPower: yep, no problem20:48
ryebotlazyPower: cdk or core?20:49
lazyPowerty ryebot20:49
lazyPowerbdx ^ preference on which base solution?20:49
bdxlazyPower: canonical-kubernetes?20:51
lazyPowerryebot ^20:51
ryebotack20:51
ryebotlazyPower bdx: https://jujucharms.com/u/ryeterrell/cdk-flannel-elastic/20:55
ryebot^ untested recently20:55
lazyPowerryebot - a gentleman and a scholar, ty ty ty20:55
ryebotanytime20:56
bdxlazyPower, ryebot: thanks!20:56
CoderEuropemarcoceppi_: You good for Tuesday & getting discourse upto date with a Juju charm ?21:18
petevgkwmonroe: if I'm co-locating two services on the same machine, what's the bundle yaml syntax for putting them in lxd containers?21:18
kwmonroepetevg: it's "to: blah" to put multiple services on the same machine.. lemme see about lxd directives.21:20
petevgkwmonroe: I know about the "to" part. Couldn't find the directive bit in the docs ...21:20
kwmonroepetevg: looks like "to: lxd:n"... https://jujucharms.com/docs/2.0/charms-bundles#bundle-placement-directives21:20
petevgkwmonroe: sweet. Thank you :-)21:21
kwmonroenp21:21
cholcombedo we have any charms out there that manage ca certs?21:21
kwmonroecholcombe: pretty sure lazyPower and mbruzek do that ^^ easyrsa maybe?21:22
rick_hcholcombe: and wasn't there some look at vault or something in the openstack team for some of that?21:22
cholcombekwmonroe, thanks21:22
cholcomberick_h, well vault encrypts things at rest21:22
kwmonroecholcombe: https://jujucharms.com/u/containers/easyrsa/6 might be what you want21:23
lazyPowercholcombe it uses a single CA, non encrypted at rest, but easyrsa is our go-to for that atm21:23
lazyPowerits just a bunch of bash wrappers around the openssl cli21:23
cholcombelazyPower, that's exactly what i need.  a single ca21:23
lazyPowerif you have an existing CA cert, you should be able to side-load that into the charm as well21:23
lazyPowerconsult the readme for specifics21:23
lazyPowerif anythings funky, ping me or mbruzek  and we'll try to step you through it21:23
cholcombelazyPower, much appreciated21:24
lazyPowernp np21:24
lazyPowerhappy to help where we can21:24
cholcombelazyPower, so is easyrsa by containers what i want?21:26
lazyPowercholcombe yep, thats the latest and greatest. i don't think its gotten a review to be promulgated yet21:26
lazyPowersof or now the namespace is the difinitive source21:26
cholcombethat's fine21:26
marcoceppi_CoderEurope: Yup!21:26
CoderEuropemarcoceppi_: Cheers - see you (at what time UTC??) tomorrow ...21:43
bdxif I am deploying lxd containers via e.g. `juju deploy ubuntu --to lxd:N` is there anyway to have the production considerations for lxd applied to my juju deployed lxd hosts? does the lxd charm do this?21:44
bdxshould I create a subordinate for this?21:45
rick_h"the production consideerations"?21:45
bdxrick_h: https://github.com/lxc/lxd/blob/master/doc/production-setup.md21:46
lazyPowerhost var tuning for open file pointers and what not21:47
lazyPoweryeah, we've talked about this briefly too on the application container side of things21:48
bdxrick_h, lazyPower: I have a bundle that deploys 14 lxd to a host ... using the aws provider21:50
bdxrick_h, lazyPower: I'm thinking a subordinate that adds the production setup config for lxd might be the answer I need21:51
lazyPowerbdx - seems like a good work-around until we can tweak/tune that from juju. However i'm not certain how much of that production-setup doc we've encapsulated in the lxd logic of the juju agent.21:52
bdxrick_h, lazyPower: I was hoping the lxd charm does this already, but it doesn't look like it21:52
lazyPowerthere's likely some overlap, but hard to say without investigation21:52
bdxlazyPower: I don't think any of it has been21:52
CoderEuropemarcoceppi_: Cheers - see you (at what time UTC??) tomorrow ...21:54
marcoceppi_CoderEurope: 3PM EST / 8PM UTC22:20
CoderEuropemarcoceppi_: gotcha - I shall be there :)22:21
lazyPowerbdx - ok just finished up with piloting a large PR into the k8s repo. lets context switch to elastic questions and then i'm gonna EOD. Is the elastic-charmer doc updated with the most recent information I should be looking at?23:54

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