/srv/irclogs.ubuntu.com/2013/11/27/#juju.txt

hazmatcmark, there's some plugins in the works re backup restore to different node00:56
cmarkhazmat: i'm working with an older release of juju (0.6 python).  I'm assuming these wouldn't apply?00:58
hazmathmmm01:01
hazmatcmark, i think we're still targeting january re a data migration from pyju to goju01:01
hazmatcmark, the tsuru guys did a small abstraction around the pieces01:01
cmarkaside from replicating the juju and zookeeper data, what else is there?01:02
hazmatcmark, basically restoring is 3 things and one pyju caveat. updating provider object storage file for env in control bucket to point to new server instance id. updating machine zk/db records with new instance id, and updating extant agents with new state server address.. all roughly while the agents are shutdown (or restart post config).01:03
hazmatthe pyjuju caveat being there is some craziness in libzk that doesn't like spinning on reconnect, hence the down while reconfigure recommend.01:03
hazmater.. agents down01:04
cmarkhazmat: when you say "updating machine zk/db records with new instance id" are you referring to updating the IP addresses in the machine entries in the zk db?01:14
cmarkso that machine-0 points to the new bootstrap node01:15
=== gary_poster is now known as gary_poster|away
hazmatcmark, so machine-0 points to new instance id02:00
hazmatfrom cloud provider02:00
hazmatip addresses will get repopulated in db on restart if changed02:00
=== dweaver` is now known as dweaver
=== freeflying is now known as freeflying_away
=== freeflying_away is now known as freeflying
=== CyberJacob|Away is now known as CyberJacob
axw__ashipika: hey. I'm heading off in a moment, just wanted to let you know that someone fixed the DNS issue for the null provider11:50
axw__at least for his use-case; I think it applies to yours too11:50
axw__it's on trunk now11:50
ashipikaexcellent! so i just update the code and recompile11:50
axw__yup11:50
ashipikathanks!11:50
axw__nps - cya later11:50
ahasenackhi guys,11:57
ahasenackhow do I get the private-address of this lds-quickstart/0 unit?11:57
ahasenackhttp://pastebin.ubuntu.com/6483983/11:57
ahasenackit used to be there, but after I gave this openstack instance a floating ip, the internal IP got replaced and I don't see it anymore11:57
ahasenackin the status output11:57
ahasenackthe "public-address" was the internal IP before11:58
=== freeflying is now known as freeflying_away
gnuoyjamespage, I seem to be seeing the behaviour we briefly discussed at the cloud sprint where on a fresh deploy the quantum gateway seems to be wedged. I can see namespaces on the gateway that corresponds to routers that have been created but incoming and outgoing traffic seems to fail. Restarting the machine and recreating the router fixes this. I'll raise a bug but what debug info would you like to see ? iptables from the router namespace and ... anything12:16
gnuoyelse ?12:16
jamespagegnuoy, can you ping the router IP address?12:17
=== freeflying_away is now known as freeflying
gnuoyjamespage, nope12:18
gnuoyafter a reboot and recreate I can12:18
jamespagegnuoy, it points me a two things12:57
jamespageone - something is not getting restarted when it should be12:57
jamespageand the reboot fixes that12:57
jamespageor two - something is broken in neutron - that flushed through with the rebiit12:58
jamespagereboot12:58
=== gary_poster|away is now known as gary_poster
ashipikahi all.. looking at my "juju status" report.. the service always gets exposed on a certain dns name (public-address).. would it be possible to tie that to an ip? (for example: if one does not have a dns server running in a mini diy cluster)13:39
iri-I'm doing an upgrade-charm and I see on the remote side INFO juju charm.go:56 worker/uniter/charm: downloading local:blah/blah from https://s3.amazonaws.. etc, however the contents of the thing it downloads is not the contents of what I'm specifying with --repository on my local disk. How can this be?13:49
iri-wtf. I just tried again moving --debug from the left hand side of "upgrade-charm" to the right hand side. Then it worked. What the hell?14:15
=== ociuhandu_ is now known as ociuhandu
kirklandwhere can I "list all charms"?14:49
kirklandI see a few highlighted charms at jujucharms.com14:49
rick_h_kirkland: if you perform an empty search it'll load them all, after a while. https://jujucharms.com/fullscreen/search/?text=14:51
iri-Now I just get "no new charm event" whenever I try to upgrade my charm. On my machine I see "writing charm to storage" and I see my revision number increment. But it isn't incrementing remotely. What gives?14:52
rick_h_kirkland: if you're looking just for a quick list you can hit up http://manage.jujucharms.com/charms/precise for just precise/etc14:52
kirklandrick_h_: thanks15:09
benjikirkland: there's also http://manage.jujucharms.com/charms/precise15:18
benjiah, you already were given that15:18
iri-If I add a variable to config.yaml and "juju set --config <secret yamlfile> <service>", is there anything else I need to do beside editing the config.yaml in the charm?16:19
iri-I'm currently getting "unknown option: MYVARIABLE" even though MYVARIABLE is in both file16:19
iri-+s16:19
=== freeflying is now known as freeflying_away
=== BradCrittenden is now known as bac
Tobias_____how can i install juju on my own public server? (no cloud hoster)/ wie kann ich juju auf meinem eigenen server installieren? (keine cloud)21:53
sarnoldTobias_____: look at using the 'local' juju provider, which uses LXC to provide containers for each of the charms to execute in: https://juju.ubuntu.com/docs/config-local.html22:50
Tobias_____sarnold: tried to bridge it to use the static adress of the server instead of a local lxc container... it is currently recovering22:51
sarnoldTobias_____: I believe it is difficult to provide services to other hosts on the network through the local provider -- it is difficult or impossible to assign each container a LAN-based IP -- but it is quite useful for testing22:51
sarnoldTobias_____: ah, so you have already disovered this :(22:51
Tobias_____jep, i try to find an solution to run juju on dedicated server22:52
Tobias_____it seems really useful to setup instances and stuff22:52
Tobias_____just deploy something and connect mysql, expose, done22:52
sarnoldTobias_____: one option is to try the ssh provider, and use .. the --to flag? .. to deploy everything to either hand-build lxc instances or similar. It isn't the same magic :( but it is something..22:59
Tobias_____Any network bridging to eth0 distorts the servers static inet adress and causes routing to fail23:00
Tobias_____i tried starting lxc in an container with br0, bridged to eth023:00
Tobias_____thats why my server is currently in new install23:00
=== CyberJacob is now known as CyberJacob|Away
=== thomi_ is now known as thomi
=== freeflying_away is now known as freeflying

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