/srv/irclogs.ubuntu.com/2014/10/22/#juju.txt

=== CyberJacob|Away is now known as CyberJacob
=== CyberJacob is now known as CyberJacob|Away
=== CyberJacob|Away is now known as CyberJacob
=== urulama is now known as urulama__
=== CyberJacob is now known as CyberJacob|Away
gnuoyjamespage, I've updated https://code.launchpad.net/~gnuoy/charms/trusty/percona-cluster/respect-the-vip/+merge/23901009:18
gnuoyand here are the neutron db migration mps:09:18
gnuoyhttps://code.launchpad.net/~gnuoy/charms/trusty/nova-cloud-controller/make-neutron-db-authority/+merge/23917209:18
gnuoyhttps://code.launchpad.net/~gnuoy/charms/trusty/neutron-api/remove-db-migrations/+merge/23917109:18
jamespagegnuoy, +109:19
jamespagelooks goot09:19
gnuoyjamespage, thanks09:19
jamespagegnuoy, so for those 2nd two, nova-cc will always handle the migration right?09:20
gnuoyjamespage, right09:20
* jamespage thinks09:21
ayr-tonmarcoceppi, That wordpress-mu charm does exist? http://askubuntu.com/questions/256759/deploy-multiple-wordpress-sites-with-juju11:30
=== Guest45646 is now known as kirkland
=== Tug is now known as Tug`work
dpb1If I'm on trusty, how do I launch utopic local-provider containers?  I get tools errors by default.15:28
natefinchdpb1: I'm not sure we have utopic tools deployed in streams yet.  sinzui ?15:34
sinzuiwhat? We testing and build the ubuntu devel series from the week it was created. we even say in the announcements that we created juju for utopic, and backported to trusty and precise.15:36
natefinchsinzui: sorry, I don't always read the announcements that carefully15:40
dpb1sinzui, natefinch: an extra parameter to bootstrap perhaps?16:04
dpb1ah, maybe --series or upload-series?16:04
dpb1seems weird though16:05
dpb1let me try again to confirm16:05
dpb1interesting16:06
dpb1dpb@helo:slaves$ juju bootstrap -v16:06
dpb1uploading tools for series [precise trusty]16:06
natefinchdpb1: you can add default-series to your environments.yaml16:06
sinzuidpb1, juju does not fully support non-lts series. juju lts clients will only provide tools for lts series. non-lts clients are designed to provide tools for itself and the lts16:06
dpb1so, when bootstrapping the local env, it always uses upload tools?16:07
sinzuidpb1, juju is a punk https://bugs.launchpad.net/juju-core/+bug/130211916:09
mupBug #1302119: sync-tools ignores tools-metadata-url <ci> <sync-tools> <juju-core:Triaged> <https://launchpad.net/bugs/1302119>16:09
dpb1interesting.16:11
sinzuidpb1, I think you can bootstrap, then run juju sync-tools which will get all the combinations for the version of the state server16:12
dpb1sinzui: doing 'juju --upload-tools --upload-series utopic,trusty,precise' worked it seems16:13
sinzuiexcellent16:13
dpb1sinzui: I'd still like to understand if the local provider uses upload-tools by default.  I guess I've never noticed that?16:13
dpb1sinzui: I guess it's this question: http://askubuntu.com/questions/486542/upload-all-release-versions-of-tools-with-jujus-local-lxc-provider16:18
sinzuidpb1, yep, except we changed the name of the option to --upload-series16:20
=== roadmr is now known as roadmr_afk
mattywdimitern, this is how I ended up wording it: https://bugs.launchpad.net/juju-core/+bug/138433616:45
mupBug #1384336: juju resolved reports already resolved on a unit in error state if a hook is still running <juju-core:New> <https://launchpad.net/bugs/1384336>16:45
dimiternmattyw, +1 sgtm16:45
=== urulama is now known as urulama_afk
jcastroevilnickveitch, thanks for that doc merge17:36
=== roadmr_afk is now known as roadmr
natefinchrick_h_, jcastro, anyone else.... do we have a canonical bundle that the tosca guys can try out?  The guy working on the tosca->juju translator is having trouble with bundle proof not liking anything he throws at it.18:11
rick_h_natefinch: https://jujucharms.com/bundle/elasticsearch/15/cluster/ https://jujucharms.com/bundle/mongodb/5/cluster/ are two that we know are good/on the front page18:11
natefinchrick_h_: what's with the random number in the url?18:12
jcastrohah!18:13
rick_h_revision18:13
=== urulama_afk is now known as urulama
rick_h_:)18:13
natefinchdisapprove18:13
rick_h_natefinch: it's changing :)18:16
natefinch:)18:16
natefinchhow the hell do I get help on a plugin subcommand?  i.e. help on juju bundle proof?  juju help bundle proof  doesn't work, juju bundle help proof  doesn't work, juju-bundle help proof  doesn't work18:18
natefinchall of them just return "usage: charm-help subcommand" and then a list of subcommands18:20
natefinchcharm-help bundle  and charm-help proof also don't work18:20
natefinchjcastro: ^?18:21
jcastrono clue18:22
jcastro`juju-bundle proof .` is the only way I use it18:23
jcastro`juju-bundle proof <target>` rather18:23
rick_h_and charm prooof works18:23
rick_h_it auto detects a bundle18:23
jcastrodo we use bundle for anything else?18:24
rick_h_not that I can recall18:25
jcastroseems like we could just sunset that command if we're not?18:25
natefinchheh18:25
jrwrennatefinch: depends on the subcommand, but  juju charm add -h   just worked for me.18:28
natefinchyeah, I figured that out eventually.... it just is infuriating that "help" is a valid subcommand but doesn't actually do anything useful except print out the subcommands18:29
natefinchthis happened the last time I tried to get help on charm-proof (which is evidently what juju-bundle is, just renamed... which means the help says "usage: charm-proof" even though I'm invoking it using "juju bundle"18:30
jrwrennatefinch: juju is amazing. :)18:30
natefinchjrwren: well, to be fair, it's the plugin's fault, not juju's :)18:33
natefinchpretty sure I already filed a bug about this on charm-proof...18:33
natefinchfound it - https://bugs.launchpad.net/charm-tools/+bug/132717918:34
mupBug #1327179: charm help should show how to get help about a specific command <Juju Charm Tools:New> <https://launchpad.net/bugs/1327179>18:34
marcoceppiayr-ton: no, not yet18:45
=== CyberJacob|Away is now known as CyberJacob
=== CyberJacob is now known as CyberJacob|Away
bloodearnesthazmat: heya, another small deployer MP for you: https://code.launchpad.net/~bloodearnest/juju-deployer/annotate-branches/+merge/23927019:08
bloodearnestgoing to start work on improving diff capabilities next19:08
lazyPowermarcoceppi: setting default isntance type for AWS in ~/.juju/environments/yaml is "default-instance-type: m1.medium" - for example, right?19:53
lazyPoweri'm going to plug this into teh docs as well - since it appears to be missing from the amazon provider docs.19:53
marcoceppithat's a super depriciated field that probably doesn't work anymore19:53
marcoceppijuju bootstrap --constraints is the way to set this stuff19:53
lazyPoweroh! i didn't know it was depreciated. ta!19:54
marcoceppiwhere did you find that?19:54
lazyPowerwell, it was from memory19:54
marcoceppiI'm like 90% sure it's depreciated from pyjuju days19:54
lazyPowerits now been depreciated from my memory19:55
marcoceppiyou might want to double check19:55
marcoceppimaybe thumper knows19:55
lazyPoweri'd rather tell people to use --constraints myself....19:55
lazyPowerit keeps it consistent across providers19:55
marcoceppiright19:55
marcoceppithat, I believe, was the idea19:55
lazyPowermarcoceppi: yeah, that combined with set-constraints seems to be what i was looking for19:58
lazyPowerwhy bother knowing what instance types per provider.19:58
lazyPowerta, again. ya kept me from spreading FUD19:58
=== beisner is now known as beisner-afk
=== urulama is now known as urulama_eod
=== Tug is now known as re
=== re is now known as Tug

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