/srv/irclogs.ubuntu.com/2015/05/15/#juju.txt

=== kadams54-away is now known as kadams54
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
=== kadams54 is now known as kadams54-away
=== kadams54 is now known as kadams54-away
=== kadams54 is now known as kadams54-away
gnuoyjamespage, I'm guessing you don't have anytime today but if you do I'd love to get https://code.launchpad.net/~gnuoy/charm-helpers/current-dc-leader/+merge/259123 reviewed08:32
jamespagegnuoy, aside for a constant for 'DC' lgtm08:39
apuimedojamespage: ping08:42
jamespageapuimedo, hello09:36
apuimedojamespage: I am making the changes to neutron-api so that it installs the right repos and it uses the neutron credentials from identityservicecontext ;-)09:40
jamespageapuimedo, +109:44
=== liam_ is now known as Guest15928
=== Murali_ is now known as Murali
tvansteenburghstub: you are ready for the new trusty/cassandra charm to enter the charm store correct? double-checking before i do it15:00
=== kadams54 is now known as kadams54-away
=== kadams54-away is now known as kadams54
=== kadams54 is now known as kadams54-away
elurkkiIs it possible to configure juju to use specific maas zone for auto selected nodes ?19:03
lazyPowermaas tagging should give you that19:32
lazyPowerconstraints="tag=zone"19:32
lazyPoweras an example19:32
lazyPowerthere may be another tag thats more specific to the zoning integration...19:33
lazyPowernatefinch: ericsnow ^ any ideas on this? I'm pretty sure that tags are the only maas specific constraint supported...19:33
natefinchhmm19:39
natefinchyou can do juju deploy some_charm --to zone=foo19:40
natefinchThere's no way to set up a default zone right now, though19:42
lazyPowerperfect, thanks natefinch19:53
lazyPowerelurkki: ^19:53
elurkkilazyPower: Ahaa, ok. Thanks a lot19:54
elurkkiWill try this. Currently juju bootstrap errors on mongodb. Wrestling with that first19:56
lazyPowerelurkki: whats teh stacktrace?19:58
elurkkiThe last error I get is : "ERROR juju.cmd supercommand.go:430 cannot initiate replica set: cannot get replica set status: can't get local.system.replset config from self or any seed (EMPTYCONFIG)"19:58
elurkkiNot sure if this is from stacktrace19:58
lazyPoweri just recently encountered that19:59
lazyPowerwhat my problem was, is it used the public interface that was firewalled and unable to initate itself. let me fish up teh bug i commented on19:59
elurkkiNot sure if this is related to fact that DNS can not resolve the node name19:59
lazyPowerthis was however in an AWS VPC19:59
lazyPoweryeah, if its using the nodename that will be it19:59
elurkkilazyPower: I am totally newbie with maas & juju (second day here)20:00
elurkkilazyPower: Not sure even if I have to manually add the DNS entry for DHCP reserved node20:00
lazyPowerif you're using maas you shouldn't have to20:01
lazyPowerit should be communciating with your region-server, and getting dns info w/ resolveable config back from that20:01
elurkkilazyPower: That is what I thought. I am using Maas yep20:01
lazyPowerunless you're using external dns20:02
elurkkiMaaS DNS is used20:02
lazyPowerok, yeah it should all be peachy20:02
elurkkilazyPower: Ok. I will check system logs for possible problems20:02
lazyPowerhttps://bugs.launchpad.net/juju-core/+bug/134066320:03
mupBug #1340663: bootstrap issue with replicasets on 1.20.1 with VM on MAAS provider <bootstrap> <landscape> <maas-provider> <mongodb> <juju-core:Invalid> <https://launchpad.net/bugs/1340663>20:03
elurkkilazyPower: Ok, that looks a bit different than mine here. I will compare these a bit. Thanks a lot for pointer20:04
lazyPowernp20:04
=== kadams54-away is now known as kadams54
=== kadams54 is now known as kadams54-away
Argon]it feels like I'm asking a pretty stupid question, but I just don't get it. where does juju search for jujud when bootstrapping with --upload-tools?21:22
perrito666Argon]: your path22:11
Argon]perrito666: $PATH? and there it's searching for the appropriate tgz? hm, then I have to double check it again, the files are in my path22:12
perrito666Argon]: i believe it looks for jujud bin in your path22:13
perrito666in my case /home/hduran/gocode/bin/jujud22:13
marcoceppiin mine it's /usr/lib/juju-1.24-beta2/bin/jujud22:13
perrito666so I just go install github.com/juju/juju/... and then run the upgrade22:13
perrito666marcoceppi: showoff22:13
marcoceppi;)22:14
marcoceppiperrito666: you're the one running from source, I'm just using the stable/devel ppas22:14
Argon]:/ both, jujud and the tarball are in my path but "no matching tools available"22:15
perrito666marcoceppi: there is no good reason for using upload tools if you are not running from source22:15
perrito666Argon]: what command are you running?22:15
marcoceppiperrito666: true, I'm just saying22:15
Argon]juju bootstrap --environment amazon --constraints "cpu-power=10 cpu-cores=1 mem=768M" --upload-tools22:15
Argon]and I loaded an appropriate jujud from http://streams.canonical.com/juju/tools/devel22:16
Argon](this is supposed to be a test, going to use a different jujud later on)22:16
perrito666throw a --debug in there and paste the result in a pastebin22:17
Argon]oh there's debug? I wondered why -v doesn't work22:18
perrito666there is --show-logs and --debug which are in turn like -v and -vv22:19
Argon]https://gist.github.com/Argon-/a74263ba5a9309a0a5b422:20
Argon]I should run it without --upload-tools to see what's "new", I guess22:21
=== kadams54 is now known as kadams54-away
perrito666Argon]: it is not working actually22:24
perrito666you should see 2015-05-15 22:23:12 DEBUG juju.environs.sync sync.go:304 Building tools22:24
perrito666try having constraints as the last param22:24
Argon]I don't want to build them, though. just pass a already built binary. at least who I understood it: https://github.com/juju/juju/blob/master/cmd/juju/upgradejuju.go#L5622:25
Argon]ok22:25
Argon]*that's how22:25
perrito666Argon]: I think build refers to the targz22:25
perrito666I know for a fact that what I just ran did not actually built it or it would have failed since my code does not compile right now22:26
Argon]nope, no "Building tools", errors out with "no matching tools available" even without --constraints22:28
Argon](the debug output is exactly the same)22:30
perrito666:|22:31

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