/srv/irclogs.ubuntu.com/2016/09/16/#juju.txt

madhuHey, I am using juju 2.0bet18 version. I have a lxc container on which I have installed maas and which has two users ubuntu and maas. Maas detected a physical machine which I had pxe booted. When I deploy that physical machine using maas, it gets deployed. But this deploy process does not copies the ssh key of maas user, it copies the ssh key of ubuntu user. Any reason for such behavior?01:06
madhuOn the newly deployed physical machine, I want to create vm's and deploy it through maas. The commissioning of those VM fails with the error "Failed to login to virsh console". I am suspecting that it could be because of keys. Any one has idea about this issue?01:13
=== thumper is now known as thumper-spamalot
=== frankban|afk is now known as frankban
hoenirIs 1 GB the lowest amount of RAM juju expects when provisioning a machine? It the ram could be expressed in MB?09:56
hoeniranyone?10:09
=== thumper-spamalot is now known as thumper
=== cueb6526 is now known as chris38
=== cueb6526 is now known as chris38
=== freyes__ is now known as freyes
jamespagemarcoceppi, charmhelpers 0.9.1 add_source has broken support for UCA and proposed pockets13:30
jamespagemarcoceppi, https://code.launchpad.net/~james-page/charm-helpers/fix-ca-sources/+merge/30595313:33
kjackalHello Juju World13:41
natefincheasy review anyone? +12 -12 https://github.com/juju/version/pull/214:29
natefinchoops, hang on, there was a problem when I merged14:30
natefinchok, try again, easy review anyone? +12 -12 https://github.com/juju/version/pull/214:47
natefinchoops wrong channel14:48
=== lazyPower changed the topic of #juju to: Welcome to Juju! || Docs: http://jujucharms.com/docs || FAQ: http://goo.gl/MsNu4I || Review Queue: http://review.juju.solutions || Unanswered Questions: http://goo.gl/dNj8CP || Youtube: https://www.youtube.com/c/jujucharms || Juju 2.0 beta-18 release notes: https://jujucharms.com/docs/devel/temp-release-notes
natefinchmarcoceppi: do we have a way to grep all bundles in the store?  I'm wondering how often people actually use cpu-power15:24
rick_h_natefinch: will have to script it with the api/client.15:25
rick_h_natefinch: https://api.jujucharms.com/v4/wiki-simple/archive/bundle.yaml15:25
rick_h_basically have to search for all bundles, build the yaml file link, and then fetch it/grep against it15:26
natefinchrick_h_: are there docs for the API?15:26
rick_h_natefinch: https://api.jujucharms.com/v4/search?type=bundle&limit=30015:26
rick_h_natefinch: yes, sec. https://github.com/juju/charmstore/tree/v4/docs15:27
rick_h_uiteam, where's the link to the GH project for the blues client for making api calls to the charmstore? /me is blind today15:28
rick_h_natefinch: ^ might be of use as well if I could find it15:29
rick_h_natefinch: ah here we go https://github.com/juju/theblues15:29
plarsI'm not sure if this is a snapd problem or a juju problem, but I'm deploying a xenial instance right now and it keeps getting stuck. It appears it's still stuck in cloud-init, and appears to be running 'snap booted'15:58
=== frankban is now known as frankban|afk
mbruzekHi #juju we need some help about availability zones. What is the constraint to deploy to a specific availability zone in Juju 2.0?17:07
coreycbhello, I have a juju/maas 2.0 deployment to maas with some services in lxd containers, but containers on one machine can't access containers on another.  should juju be using a bridge other than lxdbr0?17:29
kjackalhi mbruzek I got a question on jujuresources, can you spare a few minutes?17:30
lazyPower1coreycb: so, i dont know how automagic this needs to be, but i do know that if you configure the fan, and have your lxd containers spun up on that fan bridge, you will get the networking you seek17:37
lazyPower1dimitern would have more info on that, and i thought he said that juju does this automatically now... but I may have misunderstood17:37
lazyPower1kjackal: mbruzek is out today on site @ a customer engagement. I can lend a hand, whats up?17:38
kjackalyeap thanks lazyPower117:38
kjackalso here is what, I have this PR from cory_fu that adds optional juju resources to apache-kafka charm https://github.com/juju-solutions/layer-apache-kafka/pull/1317:39
coreycblazyPower1, thanks17:39
kjackallazyPower1: The idea is that we will be doing a resource_get and if that fails we would fall back to what we had besore (fetch kafka binary from our own se bucket)17:40
kjackallazyPower1: that seems to work on juju 2.0 deployment but on a juju 1.25 I gaet this exception: http://pastebin.ubuntu.com/23187371/17:41
admcleod_kjackal: et al, any idea why your slaves might think the resourcemanager daemon is running on the namenode unit?17:41
admcleod_kjackal: also have you added HA capability to yarn?17:42
kjackaladmcleod_: that is on the bigtop slaves?17:42
admcleod_yes17:42
kjackaladmcleod_: HA is under review17:43
admcleod_kjackal: well..17:43
admcleod_kjackal: this is why my teraosrt isnt working: https://pastebin.canonical.com/165768/17:43
admcleod_is it under review but enabled in the xenial charms?17:43
kjackalwhere do you get the charms from?17:44
kjackaladmcleod_: do you have  bundle you can share?17:44
admcleod_hang on17:44
lazyPower1kjackal: - feedback left17:45
lazyPower1kjackal: - and yes, when we implement resources, we're locking the charms to 2.0+ only. resources in metadata cause 1.25 to panic on deployment17:45
admcleod_kjackal: https://github.com/ubuntu-openstack/bopenstack/blob/master/juju-bundles/spark-hadoop-processing.yaml17:46
kjackalso lazyPower1 if we move on with that PR we will be breaking the juju 1.25 charm deployments, right?17:46
lazyPower1correct, unless you catch that NotImplementedError charm-tools is surfacing for you17:47
lazyPower1updated my review comments to reflect that17:47
kjackalthank you17:48
kjackallazyPower1: ^17:48
lazyPower1np17:48
kjackaladmcleod_: I see you get the charms from bigdata-dev where HA should be available17:48
kjackaladmcleod_: checking!17:48
kjackaladmcleod_: going to deploy the bundle, it will take me some time17:49
admcleod_the relations arent quite right17:49
admcleod_anyway, -1 from me for resourcemanager HA review :P17:49
kjackaladmcleod_: you can make this official here: https://canonical.leankit.com/Boards/View/112674289/12308860517:50
admcleod_kjackal: which other unit is it supposed to be running on?17:51
kjackaladmcleod_: what is "it"?17:52
admcleod_kjackal: resourcemanger17:53
kjackaladmcleod_: the resourcemamager should only be running on the hadoop-resourcemanager17:53
kjackalit is the namenode that is suposed to be running in two of the three namenode units17:54
admcleod_kjackal: what?17:54
kjackalthe resource manager should only be running on the hadoop-resource manager17:55
kjackalthe namenode (primary and standby) should be running on the namenode units17:55
kjackaladmcleod_: ^17:55
admcleod_kjackal: lets start again. are you making resourcemanager HA?17:55
kjackaladmcleod_: no. Only the namenode17:56
admcleod_kjackal: so why did my resouremanager go into standby mode as if its been configured for HA?17:56
magicaltroutkjackal: did you break things?17:57
magicaltroutbloody hacker17:58
kjackalmagicaltrout: again, I do not break things, I obliderate!17:58
magicaltroutlol17:58
admcleod_kjackal: something is definitely not right, because: "Cannot run -getServiceState when ResourceManager HA is not enabled"17:59
kjackaladmcleod_: I do not know why this happened, it might be that bigtop decides that you cannot have an HDFS in HA without a RM in HA?17:59
kjackaladmcleod_: Ok, give me some time to finish with the deployment17:59
admcleod_kjackal: theres no bigtop setting like that as far as i remember18:00
admcleod_kjackal: also no one really uses resourcemanager HA anyway18:00
kjackalbut even so, without a zookeeper we should not be messing with HA anywhere18:01
kjackalstrange, I am on it18:01
admcleod_kjackal: ok. im probably going to eow in about 2 hours ago18:02
=== simon2 is now known as SimonKLB
=== smgoller- is now known as smgoller
kjackaladmcleod_: ok, deployed18:22
kjackaladmcleod_: lets see the tera sort now18:22
magicaltrout*kaboom*18:28
rick_h_soooooo, is that like bad?18:28
lazypowerWhat'd i miss?18:29
kjackalmagicaltrout: what was that? Coconut falling?18:29
lazypoweri'm fiddling with the znc charm getting my bouncer stood back up in a locked model18:30
lazypowerword to the wise, ensure you're in the correct model context when you execute bundletester, OR, ensure you've locked the models you care about18:30
lazypowerlest you find yourself in my position of redeploying your apps... (from a mistake made nearly 2 weeks ago)18:31
kjackaladmcleod_: teragen finished ok. Terasort takes a bit more because it runs on a single machine with 1GB of ram18:31
kjackaladmcleod_: also I am running everything on canonistack18:31
magicaltrouta mistake lazypower,  from you? surely not?! :)18:39
lazypowermagicaltrout: story of my life :)18:39
admcleod_kjackal:19:12
admcleod_kjackal: but why is the resourcemanager going into standby19:12
kjackaladmcleod_: No, idea! And I cannot reproduce the issue19:13
kjackaldo you think you could give me access to the machine where the slave is?19:13
kjackalI would be interested in the yarn-site.xml on the RM and slave19:14
kjackaladmcleod_: ^19:14
kjackaladmcleod_: are you colocating any services?19:16
jcastroballoons: hey so, now that client is unblocked from running on fedora20:30
jcastrowill I get a new client in --edge at some point or do I need to wait for release?20:30
balloonsjcastro, you should already have it. Edge gets a daily build about midday20:31
balloonsjcastro, I'd be very curious to know if that unblocks arch linux ;p20:32
balloonsor perhaps fedora20:32
jcastrook going to give it a shot20:32
jcastroballoons: works so far!20:36
magicaltroutjcastro: your form is hidden for non canonical people20:53
jcastrofixing, thanks!20:54
jcastrotry now pls20:54
magicaltroutmuch improved20:54
jcastrothat picture is fresh yo20:55
magicaltroutluckily i'm not in it20:55
* marcoceppi fires up photoshop to get magicaltrout into the photo22:00
magicaltroutbooo22:43
valeechlazyPower: how do you lock a model to protect it?22:46
lazypowervaleech: juju disable-command all "model locked down"23:28
lazypowervaleech: juju disable-command --help  and juju enable-command --help respectively23:28

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