/srv/irclogs.ubuntu.com/2014/07/08/#maas.txt

=== vladk|offline is now known as vladk
=== CyberJacob|Away is now known as CyberJacob
=== CyberJacob is now known as CyberJacob|Away
jtvdimitern: we have a scheduling conflict for a 08:00 UTC call.  Can we have it at 09:00 UTC like we said originally?07:37
dimiternjtv, yes, I don't know what happened :/ I remember setting it for an hour later, will reschedule07:40
rvbadimitern: thanks07:40
jtvThanks dimitern07:42
dimiternjtv, rvba, if you refresh do you see it scheduled correctly this time?07:42
rvbadimitern: yes07:42
jtvYes.07:42
dimiterngood :)07:42
=== vladk is now known as vladk|offline
=== vladk|offline is now known as vladk
jake6acan someone help me with the installation of JuJu with MaaS ?08:26
jake6aI have an actual Ubuntu machine setup, installed MaaS on it, trying to bootstrap juju but it returns with 409 CONFLICT error08:28
bigjoolshardware drivers are still not documented, are they?09:06
bigjoolsjake6a: did you enlist any nodes to maas yet?  409 means maas can't find a suitable node to allocate to juju09:07
jake6aI did not09:07
jake6aI tried doing so in the MaaS web interface but they get stuck in "Commissioning"09:08
bigjoolswhat sort of nodes are you adding?09:08
bigjoolsand power types?09:08
jake6aI did a wake-on-lan09:09
jake6aI'll tell you my setup09:09
jake6aI'm using a Mac and I have another Ubuntu machine setup with Maas installed, I want to run a Juju-maas environment so I can run services like mysql and wordpress for example09:10
jake6aI've installed Juju on the Mac and Maas on the Ubuntu machine09:11
bigjoolswhat are you going to use as nodes?09:11
jake6aI was planning on using the Ubuntu machine09:12
bigjoolsyou can't do that, you installed maas on it09:12
jake6aIs it even possible to use the same machine as a node to the Maas server?09:12
jake6aI see09:12
jake6aOk then, can I install a VM Ubuntu on my mac, and act that as a node for example?09:12
bigjoolsyou need a machine with nothing on it, maas will control it entirely09:12
bigjoolsyes, VMs are fine09:12
bigjoolsthere is a section in the documentation on how to set that up09:12
bigjoolsplease follow it carefully09:13
jake6aAlright, I am installing the virtual machine now09:13
jake6aCould you link me to that section please?09:13
bigjoolssure09:13
bigjoolshttp://maas.ubuntu.com/docs1.5/nodes.html#virtual-machine-nodes09:13
jake6aSo after adding that node, Juju bootstrap should work fine?09:15
bigjoolsyes09:15
bigjoolsas long as the node was commissioned09:15
bigjoolsand goes READY09:15
bigjoolsyou'll need a second one to deploy a charm09:15
jake6aSo I'll need one more VM ?09:16
bigjoolsas many VMs as you want charms deployed09:17
jake6aI see09:17
jake6aSo for one charm setup, I will use09:18
jake6a1- Ubuntu server with Maas09:18
jake6a2- Ubuntu VM as a node09:18
jake6a3- Juju on Mac09:18
jake6acorrect?09:18
bigjoolsyou can run juju anywhere09:18
bigjoolswell, the cmd line I mean, it then installs itself on the bootstrap node09:18
jake6aCool, I'll try this now, thanks a lot bigjools09:21
bigjoolswelcome09:21
jake6aI might be having some little trouble with the configurations though, is it okay if I report back?09:21
bigjoolsin my own setup I run juju on the maas server09:21
bigjoolsI won't be around, I'm leaving now, but someone may help09:21
jake6aAlright, thanks a lot09:22
gmballenap, jtv, rvba: Can has review? https://code.launchpad.net/~gmb/maas/static-ip-sanity-checks/+merge/22593510:38
gmbOh, hang on10:38
gmbconflicts10:38
allenapgmb: Claimed!10:39
jtvDrat.10:39
gmballenap: Ta. Conflicts fixed.10:39
* gmb -> lunch10:39
* jtv → different lunch10:40
jake6abigjools: still there?10:57
jpdsWhy would MAAS suddenly start complaining about RPC information for a cluster controller not being available?11:01
jpdsApparently re-enlisting the node makes everything work again.11:05
=== vladk is now known as vladk|offline
=== vladk|offline is now known as vladk
=== vladk is now known as vladk|offline
gmballenap: Have replied to your review. Thankee :)12:06
=== vladk|offline is now known as vladk
blake_rallenap: rvba: here is the fix for the migration https://code.launchpad.net/~blake-rouse/maas/append-current-dir-for-boot-images-migration/+merge/22597213:44
allenapblake_r: I’m otp, but I’ll look when I’m done.13:45
blake_rallenap: cool13:45
rvbablake_r: cool, I'll have a look.13:46
blake_rrvba: thanks13:46
blake_rrvba: sorry for the bad code, previously13:46
rvbablake_r: no worries, it happens to everyone.13:46
rvbablake_r: testing your fix now14:37
blake_rrvba: is it working?14:47
rvbablake_r: still importing the images with MAAS 1.5…14:49
blake_rrvba: okay14:49
=== vladk is now known as vladk|offline
=== vladk|offline is now known as vladk
rvbablake_r: after the upgrade, I'm seeing http://paste.ubuntu.com/7765995/ in celery.log14:59
blake_rrvba: that was an issue with bigjools added subarches to maas.meta15:03
blake_rrvba: need to handle that key missing15:03
rvbaThis means the reporting of the images didn't happen. And thus we cannot QA your change properly.15:04
blake_rOkay, I will update the branch to check for key. One sec15:04
rvbaI still think your branch is sane… but we need to get to a state where we can do a full QA.15:04
rvbablake_r: can you explain why the key is missing?15:05
blake_rrvba: because when bigjools add the supported_subarches column to the database, it needs to be reported every time the report_boot_images is called15:06
blake_rrvba: in 1.5 that wasn't there15:06
rvbaI see15:06
blake_rrvba: so for 1.6 he added a maas.meta file under boot-resource/current15:06
blake_rrvba: that contains the subarches key15:06
rvbabigjools: what about the upgrade path for this? ^15:07
blake_rrvba: http://paste.ubuntu.com/7766045/15:08
blake_rrvba: try that fix to see if ti fixes it15:08
blake_rrvba: i can add it to my branch it it does15:09
rvbaTesting it now…15:09
rvbablake_r: it fixed the crash…15:14
blake_rrvba: okay I will include it in my branch15:17
blake_rrvba: let me add a test as well15:17
rvbaCool; I cleared the BootImage table, let's see if it gets re-populated correctly when the parsing task runs.15:18
rvbaYep, it worked okay.15:18
blake_rAwesome15:19
rvbablake_r: please add a comment in the code for the 'subarches = mapping.mapping[image]['subarches']' statement; why we need to do this is non-obvious.15:20
allenapblake_r: The branch linked to https://bugs.launchpad.net/maas/+bug/1319143: is that really related to that bug?15:21
ubot5Ubuntu bug 1319143 in MAAS "move supported operating system into cluster using RPC" [Critical,Triaged]15:21
blake_rrvba: okay15:21
rvbaTa15:21
blake_rthe boot-image-xinstall?15:22
blake_rno it was linked to RPC os15:22
blake_rit fixed an issue to not needing RPC for every curtin request15:23
blake_ridk why it was moved15:23
allenapblake_r: Do you know what bug number that other bug has? I’ll move it (because I want to steal bug 1319143).15:26
ubot5bug 1319143 in MAAS "move supported operating system into cluster using RPC" [Critical,Triaged] https://launchpad.net/bugs/131914315:26
blake_roh wait sorry, it is related to that bug15:26
blake_rwithout that branch an RPC cal was going to be needed15:27
blake_rallenap: can we get this one merged, https://code.launchpad.net/~blake-rouse/maas/license-key-views/+merge/22480815:53
blake_rallenap: since your working on the PRC stuff15:53
blake_rallenap: RPC*15:53
allenapblake_r: I’ve added a comment saying I think it’s okay to land.15:57
blake_rallenap: awesome thanks15:58
=== gaughen_ is now known as gaughen
josehey guys, I have a maas created on a server, and then I try to add a node by enlisting it with ubiquity, but it just doesn't appear, any ideas on what may be going on?16:51
joselike, the server turns off but I don't get the node on the maas16:51
=== vladk is now known as vladk|offline
=== roadmr is now known as roadmr_afk
=== slobo_ is now known as slobo
=== jfarschman is now known as MilesDenver
=== roadmr_afk is now known as roadmr
newellhttp://paste.ubuntu.com/7766897/18:19
newellnevermind that...18:19
=== CyberJacob|Away is now known as CyberJacob
=== vladk|offline is now known as vladk
=== jfarschman is now known as MilesDenver
=== CyberJacob is now known as CyberJacob|Away
=== vladk is now known as vladk|offline
=== vladk|offline is now known as vladk
=== vladk is now known as vladk|offline
=== jfarschman is now known as MilesDenver
diffen_Evning, im planning on installing ubuntu-maas and on top of that virtual box for different servers. I wonder if thats a good solution to have and if the hardware power from the computers are spread across the computers so if one hardware goes offline the virtual machine are not troubled by that.23:56

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