[00:20] hi friends, I have doubts concerning the nodes maas, the documentation does not make clear what procedure to be performed after the MAAS set the IP SERVER, NODE in the installation, after which it shuts the machine automoticatimente and does not proceed to installation of the NODE . [00:21] Grateful for help === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === freeflying is now known as freeflying_away === CyberJacob|Away is now known as CyberJacob === axw_ is now known as axw === jam1 is now known as jam === freeflying_away is now known as freeflying [11:46] hi guys, got an issue regarding bootstrapping [11:46] the system deploys an instance [11:46] it sets up fine [11:46] but it can't connect [11:47] it hangs at attempting to connect to the instance [11:47] after 10 minutes it terminates [11:47] it seems that maybe there is nothing listening on the API port? [12:14] Anyone? [12:14] xp1990: can you ssh in to the instance? what provider are you using? [12:15] I cannot SSH in. but I know ssh is running. [12:15] I can ping the created machine, and in my openstack I can see the machine running [12:15] the logs all show a correct set up [12:15] but the last thing juju reports is Attempting to connect to 10.0.10.5:22 [12:15] Attempting to connect to 161.74.26.74:22 [12:15] xp1990: without connecting to the machine it's going to be hard to say what's wrong [12:16] Yeah [12:16] :\ [12:16] xp1990: if you can get to the logs, can you paste the cloud-init log? [12:16] I only have what openstack tells me [12:16] the cloud-init log finishes successfully. [12:16] cloud-init boot finished at Wed, 19 Feb 2014 12:08:57 +0000. Up 31.23 seconds [12:17] I have a feeling it could be a networking issue..... [12:17] ....but maybe not? [12:17] Because the instance is pingable === Guest99550 is now known as Dave-J [13:18] Hi Guys, Can anyone tell me, if JuJu is still limited to only booting Ubuntu based guests - I saw this post with patches to support CentOS, but I wondered if that had ever made it back into the trunk? [13:18] http://f.souza.cc/2012/07/using-juju-to-orchestrate-centos-based.html [13:36] hi, with the default "admin" user, is it ok if i get "INteral Server Error" when i cklick to "Instances & Volumes", "Images & Snapshots" ? [13:36] in openstack dashboard [13:37] Dave-J: official support is still Ubuntu, but we're working on officially bridging other operating systems [13:38] Dave-J: also, that fork of juju is quite old, it's based on juju 0.5 and the latest stable is 1.16.6 [13:38] marcoceppi: Thanks. Yeah that's why I was wondering if any changes had made their way into the trunk, as I would like to try it out for a proof of concept. [13:39] marcoceppi: any idea on time frame for bridging to other OS ? [13:40] Dave-J: it's probably right now to do, the only current limitations with other platforms are: You'll have to create your own metadata stream to use images other than Ubuntu, you'll have to make sure that image has cloud-init installed, you'll have to have a charm that isn't tied to Ubuntu (apt, etc) [13:40] probable* [13:43] Dave-J: so if you wanted to try, that's the steps I would look in to [13:44] marcoceppi: Thanks - so I'm already using juju on my private openstack deployment, and had to generate imagemetadata.json - so I'm comfortable with that. I'll try to put a sample charm together and see if it works. Thanks === freeflying is now known as freeflying_away [16:00] is there anyway to call juju-log outside a hook context? (without juju run, as am on 1.16) [16:02] bloodearnest: nope, but yo can just use rsyslog directly I suspect? === natefinch is now known as natef-snowblow [16:04] mgz: yeah, I could. It's from a cron job installed by the charm === niemeyer__ is now known as niemeyer [17:59] bloodearnest: mgz well you /can/ but it's quite a lot of work === _mup__ is now known as _mup_ === natef-snowblow is now known as natefinch === rogpeppe1 is now known as rogpeppe === mwhudson is now known as zz_mwhudson === zz_mwhudson is now known as mwhudson === mwhudson is now known as zz_mwhudson [22:13] hi all [22:15] danob: hi o/ [22:16] how do i run unit-get privet-address/public-address in lxc container? [22:18] i mean where is unit-get command? [22:19] danob: you can only run run unit-get from a hook, you can't just run it === zz_mwhudson is now known as mwhudson [22:21] marcoceppi: hmm thanks [22:21] danob: you can use debug-hooks environment during hook execution to run the command [22:24] lazyPower: can you point me a doc? is debug-hook is not part of juju and charm-tools package ryt? [22:24] danob: juju debug-hooks is part of juju core [22:25] https://juju.ubuntu.com/docs/authors-hook-debug.html [22:26] marcoceppi: thanks [22:48] why juju is written in GO? [23:07] found this [http://dave.cheney.net/wp-content/uploads/2012/08/august-go-meetup.pdf] it answered my question :) [23:18] hi [23:18] where can i see what a charm is actually installing [23:19] i just spin off a juju gui and a mongodb instance, but i'm still a little lost [23:19] i'm not sure if the mongodb charm i just deployed can be easily turned into a cluster later on [23:20] and i want to deploy my own application behind nginx running over gunicorn and monitored by new-relic, but i'm quite clueless on where to find that information === freeflying_away is now known as freeflying [23:41] nxvl: mongo will scale properly [23:42] you can view the charms here [23:43] http://manage.jujucharms.com/charms/precise/mongodb [23:43] Clicking on Repository will bring you to the code repo for that charm [23:43] It also includes the README rendered which should answer a lot of your questions [23:44] yup, starting by knowing i know the author :D [23:47] nxvl: good, if it doesn't work then you know who to blame ;) [23:48] marcoceppi: and who to poke an annoy :D [23:48] that's one of the awesome things of being a former motu ;) [23:54] how do i test run a charm? [23:55] without creating any unit [23:56] is it possible?