=== CyberJacob is now known as CyberJacob|Away [06:00] hi can I create private cloud storage and computing with #juju [06:04] ? [06:06] @markthoms ho === CyberJacob|Away is now known as CyberJacob [18:28] hello marcoceppi I have a few questions [18:28] mbruzek: go for it [18:29] I am reading that Amulet can be installed via pip. How does one add something so pip can find it? [18:34] mbruzek: if you're on Ubuntu, just apt-get install amulet [18:34] Yeah I saw that [18:34] mbruzek: as for pip, you just `sudo pip install amulet` [18:34] I am just a curious person and have used pip before, but don't know how you get your code in the pip repos [18:35] pip is a package management tool for python, so you install pip with the pip package; then just pip install [18:35] you'll need sudo for amulet as it modifies system paths [18:35] pip amulet and apt-get amulet will conflict with each other though [18:36] But how does pip know where to find amulet? [18:36] mbruzek: PostScript [18:36] oop [18:36] mbruzek: https://pypi.python.org/pypi [18:36] huh, maybe I didn't put it on pip yet [18:36] pypi* [18:37] oops, only charm-tools and charmworldlib are on pypi. So you can't install amulet with pip yet [18:38] Ok I see the Python Package index. Thanks marcoceppi [18:38] np o/ [18:50] hi. Anyone tips on how to modify image-metadata-url of bootstrapped machine? I bootstrapped to an openstack cloud with the image metadata hosted locally but of course the bootstrap instance cannot connect to my computer so I cannot deploy anything :) [18:55] hi jaywink I am guessing that your computer is not on the same subnet as your OpenStack instance? [18:57] mbruzek, no :P I can upload the image metadata somewhere but the bootstrap was kind of tricky due to this cloud being in beta so wondering if I can modify the config on the bootstrap instance to use another metadata url [18:57] jaywink: you can't modify it once bootstrapped, iirc; you'll need to destroy, put the image-medata somewhere accessible, then rebootstrap [18:57] marcoceppi, ok :/ tnx [18:57] * mbruzek defers to marcoceppi [18:58] jaywink: I'd check with one of the devs tomorrow, maybe fwereade would know, but they're usually not on during the weekends [18:58] from what I understand it's not a trivial process [18:58] btw what has happened to http://streams.canonical.com? it has gone empty [19:00] marcoceppi, maybe I will raise I bug. I can think of a use case in a production environment if the metadata needs to be moved or is moved for some reason - recreating everything just to change the metadata url doesn't sound ideal :) [19:01] jaywink: I'm not sure about the streams URL. The metadata is either stored in the object store or in the mongodb database. If it's the former, you should be able to download, overwrite it, then upload it again. If the latter it's going to be a bit more complex [19:02] jaywink: check the bucket you defined as control-bucket if any of the files have the metadata information in there [19:02] ok tnx will check [19:15] marcoceppi, nah only tools in the objectstore afaict [19:15] jaywink: hum, it's probably in the mongodb database then [19:15] *unforunately* [19:17] no prob, will raise a bug. thanks! [19:41] I am running juju 0.7+bzr628+bzr633~precise1 on 12.04, and i have done a deploy of cs:~popey/precise/yacy-5 and expose, but it doesn't seem to get an IP [19:42] where's the best place to start debugging? [19:42] 2014-01-12 14:18:00,948 Machine:0: unit.deploy INFO: Started service unit yacy/1 [19:42] 2014-01-12 19:42:52,581 INFO Service 'yacy' was already exposed. [19:42] 2014-01-12 19:42:52,584 INFO 'expose' command finished successfully [19:43] public-address: null [19:43] ☹ [21:14] popey step 1) don't use 0.7 [21:15] popey: latest recommended stable is 1.16.5 from ppa:juju/stable [21:15] if you don't want to add a PPA, consider using the cloud-tools archive (since you're on 12.04) [21:20] alan@homeserver:/etc/apt/sources.list.d$ cat juju-pkgs-precise.list [21:20] deb http://ppa.launchpad.net/juju/pkgs/ubuntu precise main [21:20] thats my current ppa in use [21:20] * popey adds that ppa [21:22] * popey destroys and starts again [21:26] bah! [21:26] juju now needs mongo [21:26] why didn't it install that as a dependency rather than echo some lines telling me how to use apt. how odd [21:28] http://paste.ubuntu.com/6741064/ [21:28] bah [21:37] * popey regenerates config [21:41] alan@homeserver:~$ juju debug-log [21:41] Permission denied (publickey). [21:41] ERROR exit status 255 [21:41] bah! [21:41] alan@homeserver:~$ juju expose [21:41] error: no service name specified [21:42] inconsistency detected! (all other errors are "ERROR", but that one is "error:" [21:49] \o/ got it working, thanks marcoceppi [22:14] popey: debug-log doesn't work on local provider [22:15] https://juju.ubuntu.com/docs/config-LXC.html#debug-log [22:15] also, the errors should all be lower case, the ERROR exit status is an error message from SSH just being passed through to the client [22:16] popey: to fix the mongodb issue, you should just install juju-local (which should be the package it tells you you need instead of saying "oh just install mongodb" [22:16] * marcoceppi wanders offline again