/srv/irclogs.ubuntu.com/2013/05/30/#juju.txt

=== defunctzombie is now known as defunctzombie_zz
=== defunctzombie_zz is now known as defunctzombie
=== defunctzombie is now known as defunctzombie_zz
=== wedgwood_away is now known as wedgwood
jcastrojamespage: man, you guys totally crushed the incoming charm queue12:21
jcastrohttp://jujucharms.com/review-queue12:21
sinzuihey charmer's is it possible to restart the agent on a unit. I have a stopped agent, but I can see the unit's service appears to be fine13:14
jcastrohey FunnyLookinHat15:33
jcastrodid you ever find out if it worked on Rackspace?15:33
FunnyLookinHatjcastro, we're close15:33
FunnyLookinHatTwo issues:15:34
FunnyLookinHat1) RS currently is returning a 411 error when trying to auth with Juju Core - the strange this is that the request isn't being sent with a content-length header... but they really shouldn't be rejecting the request for that I don't think15:34
FunnyLookinHat2) RS doesn't _currently_ support security groups - nova / quantum - but they're "working on it" - in reality, a better scenario might be a noop flag to not use security.15:35
jcastroalso did you notice a new juju-core release announcement on the list?15:35
FunnyLookinHatso I'm currently forking out code to remove all Open/Close port stuff to see if it will "work" that way - and if so I might submit a patch for the noop,15:35
FunnyLookinHatAh no - which list?15:35
FunnyLookinHatI don't think I'm on it.15:35
jcastrohttps://lists.ubuntu.com/mailman/listinfo/juju15:36
FunnyLookinHatThanks15:36
SpamapSFunnyLookinHat: how is rackspace working w/o cloud-init ?15:40
FunnyLookinHatSpamapS, cloud-init ?  I don't know...  I'm only going off of what hazmat has suggested and my own conversations with #rackspace15:41
FunnyLookinHatRealistically - I've been stuck at this 411 error for three days now, so I'm going completely off of conversations and not experience15:42
=== defunctzombie_zz is now known as defunctzombie
hazmatFunnyLookinHat, SpamapS, they have config drive support for userdata afaicr16:24
hazmatsmoser was working with them on that for cloudinit16:28
SpamapShazmat: and cloud-init in their ubuntu images?16:43
hazmatSpamapS, indeed16:49
SpamapShazmat: sweet16:50
=== wedgwood is now known as wedgwood_away
=== scuttlemonkey_ is now known as scuttlemonkey
=== defunctzombie is now known as defunctzombie_zz
kmysti'm getting a ConnectionRefusedError trying to issue a juju bootstrap against a node I enlisted and commissioned...the enviroments.yaml file i used was the one from the maas documents.  what (if anything) is wrong?20:58
marcoceppikmyst: can you run juju bootstrap -v and include the output in a pastebin?21:01
kmystmarcoceppi: sure thing21:02
kmystmarcoceppi: http://pastebin.com/uzsKubYy21:03
marcoceppikmyst: What's maas-server set to? Do you have access to that address?21:06
kmystmarcoceppi: what do you mean set to? and yes i'm logged in to the machine21:07
marcoceppikmyst: in your environments.yaml, what's it set to21:08
kmystmarcoceppi: oh! http://192.168.99.1/MAAS i've also tried http://192.168.99.1:80 and http://192.168.99.1:5240 and possibly tacked /MAAS onto the end of those last two21:09
marcoceppitry http://192.168.99.1:80/MAAS21:09
kmystmarcoceppi: http://pastebin.com/tmT90vD021:11
marcoceppikmyst: alright! You've connected. Now, it's saying you don't have any nodes "commisioned" (I think that's the term, it's been a long time since I've used maas and juju)21:12
kmystmarcoceppi: uh well it was in commissioning and then it went to ready then i told it to start and now it's allocated and installed and running :)21:14
marcoceppikmyst: so, you'll need more nodes commissioned/ready in order to deploy things21:15
kmystmarcoceppi: so one isn't enough for testing in my lab?21:17
marcoceppikmyst: no, so you'll need multiple ones. The idea is MAAS provides the ability to treat bare metal like cloud servers21:17
kmystmarcoceppi: i just never got juju to do anything since i got the node up and running/allocated/installed21:17
marcoceppiSo when you bootstrap and deploy you allocate physical maas nodes to juju for it to install a charm/service on each21:18
kmystmarcoceppi: right i know that much and was testing to try and spin up one cloud server21:18
kmystso even with me doing the above i can't juju against the one node?21:19
marcoceppikmyst: you can bootstrap against one node, but you'll need another node to deploy anything21:21
marcoceppibootstrap is just what's used for the orchestration, you must bootstrap (and use one node) before you can start deploying things21:22
kmystmarcoceppi: gotcha so if i'm reading this output correctly the bootstrap failed because no matching node is available?21:25
marcoceppikmyst: correct. So did you provision the maas node, then install juju on that and are trying to bootstrap from within the "only" maas machine?21:25
kmystbasically21:26
marcoceppikmyst: so, you don't need to actually do that :)21:26
kmystmissed that in the documents :)21:26
marcoceppiYou run juju from your local machine, as a client, when you bootstrap it it'll then use that "only" node as the bootstrap node. The more nodes you add the more things you can deploy with21:27
kmysti feel a facepalm coming on21:27
kmysti got that one node declared then when it was in commissioning i tried juju, nothing, so i powered it up and it did its thing and went to ready so i tried juju again with no results so i then just started it from the nodes page and it went to allocated21:30
kmystthe whole while i was thinking juju wasn't supposed to work at this point yet :)21:30
marcoceppikmyst: so once it's commisisioned, and you power it on, and it does its thing, you just need to power it off at that point21:30
marcoceppithen it's all ready to roll and you can juju against it :)21:30
kmystthat's kinda what i thought but when i got that connection refused error i just kept pressing on and started it manually and watched it install the OS21:31
kmystso i guess my one node is goofed up eh? :)21:34
hazmatSpamapS, FunnyLookinHat no cloud-init in default rackspace images21:47
SpamapSdoh21:56
FunnyLookinHathazmat, couldn't you just build a custom image w/ it?22:31
hazmatFunnyLookinHat, definitely22:33
hazmatFunnyLookinHat, but you'll get a deprecation warning from juju-core re default-image-id22:33
FunnyLookinHateh - I'll kindly thank juju-core for the warning and move on about my day22:33
FunnyLookinHat:D22:33
FunnyLookinHathazmat, building an open stack cluster in the office tomorrow w/ a few 1Us we have lying around...  any good tutorials on getting cloud-ready Ubuntu images to be used in it?22:34
hazmatFunnyLookinHat, the images are @ hosted cloud-images.ubuntu.com, the tutorials for openstack + maas + juju also cover it (https://help.ubuntu.com/community/UbuntuCloudInfrastructure)22:36
FunnyLookinHathazmat, ah slick - bookmarked.  Thanks !22:36
hazmatFunnyLookinHat, the ha setup info is here.. its a bit more involved https://wiki.ubuntu.com/ServerTeam/OpenStackHA22:37
FunnyLookinHatoh wow - minimum recommended servers to just install for testing is 6 w/ juju-jitsu ?  What about with juju-core ?22:37
hazmatno different22:37
FunnyLookinHatI feel like I should be able to get something running with 3...  :D22:38
hazmatexcept jitsu deploy-to is built in22:38
FunnyLookinHatI'm aware that 6 is recommended for production though22:38
hazmatvia juju deploy --force-machine22:38
FunnyLookinHatah22:38
=== thumper is now known as thumper-afk

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