/srv/irclogs.ubuntu.com/2016/03/30/#maas.txt

secateblake_r: thanks, will do05:53
secateroaksoax: thanks for the help05:53
secateblake_r roaksoax: FYI, bug is at https://bugs.launchpad.net/maas/+bug/156370107:34
mupBug #1563701 opened: [2.0] VLAN interfaces of secondary rack-controller are not reported <MAAS:New> <https://launchpad.net/bugs/1563701>07:38
mupBug #1563701 changed: [2.0] VLAN interfaces of secondary rack-controller are not reported <MAAS:New> <https://launchpad.net/bugs/1563701>07:47
mupBug #1563701 opened: [2.0] VLAN interfaces of secondary rack-controller are not reported <MAAS:New> <https://launchpad.net/bugs/1563701>07:53
mantradog'day peeps, just thought I'd drop in and ask a couple of questions if no one minds. Firstly, I do understand virtualisation and running OSs in a VM, although I only used VMWare many many years ago.09:15
mantradoWhat I really want to know, is MAAS designed purely for cloud services or any server services? Can I use it for generic LAMP stuff, DNS, DHCP servers and the like?09:15
mupBug #1563779 opened: [2.0a4] maas-rackd missing presumed lost <MAAS:New> <https://launchpad.net/bugs/1563779>10:38
mupBug #1563779 changed: [2.0a4] maas-rackd missing presumed lost <MAAS:New> <https://launchpad.net/bugs/1563779>10:44
mupBug #1563779 opened: [2.0a4] maas-rackd missing presumed lost <MAAS:New> <https://launchpad.net/bugs/1563779>10:47
mocxzhellow11:38
mupBug #1563799 opened: [2.0a4] Permission error for boot-resources/cache <MAAS:New> <https://launchpad.net/bugs/1563799>11:38
mupBug #1563807 opened: Systemd units need to reflect updated MAAS names <MAAS:New> <https://launchpad.net/bugs/1563807>11:38
mupBug #1563859 opened: [2.0a4] Installing maas-region-api fails with missing maascli module <MAAS:New for andreserl> <https://launchpad.net/bugs/1563859>13:27
yosvanyhi there, first time around14:29
yosvanyguys i got a seriuos hardware failure in my all-in-one maas server... is there any way to move the active nodes to the new server?14:30
yosvanyI have an small maas server with 2 NICs, one with direct link to internet and the other connected to a 24 port switch where all the server are linked.  With yhis maas server down i think no one server will boot again :(14:36
yosvanyI will setup another maas server, but i dont know if there is a way to reconnect the servers with the new maas controller14:37
bugrumIs there any documentation on issues with bootstrapping a node in juju? I'm trying to find the location of some sort of logfile that can give me details as to why juju isn't bootstrapping an environment on a particular node14:56
bugrumI'm using maas and have 4 nodes in Ready state, but I can't seem to get one of the nodes to be bootstrapped with juju14:57
ikatHello all. I'm in need of some help with maas16:41
ikatI have setup the cluster to manage DHCP and DNS on eth016:42
ikatI'm at the stage were I pxe boot a node16:43
ikatIt reaches the maas-enlisting-node login:16:43
ikatAnd nothing happens after that. It should right some more stuff on the screen and then shut down. But it doesn't16:44
ikatIt shoul write not right16:44
kikohmm16:51
kikoyou need a backdoored image to figure out what's wrong16:51
kikoikat, https://maas.ubuntu.com/docs/troubleshooting.html#debugging-ephemeral-image16:51
kikobugrum, if you do bootstrap --debug you get pretty copious output16:52
kikomantrado, you can absolutely use MAAS for anything which runs on a bare-metal OS16:52
ikatkiko, Thanks but I'm not sure how to use that info17:05
kikoikat, you need to backdoor the images and then run enlistment again17:05
kikoikat, when you do you will have a login to enter the machine17:05
kikowhich will let you inspect to see what's wrong17:05
ikatI'm fine with the first command to install the software but what do i do with the rest of the lines17:05
ikatkiko, What do I do with this? It looks like code I need to put somewhere17:07
ikatimgs=$(echo /var/lib/maas/boot-resources/*/*/*/*/*/*/root-image) for img in $imgs; do     [ -f "$img.dist" ] || sudo cp -a --sparse=always $img $img.dist done17:07
kikoikat, you need to run this on your maas server, which hosts the images17:09
kikobut I'm assuming you understand how MAAS works :)17:09
maakuWhere does MAAS store the images? In postgresql?17:09
stormmoreso I have been using MAAS for a few months now, I keep running into network setup problems on my nodes due to the fact that I have multiple gateways17:10
kikomaaku, yes on the region, and then it's written to the filesystem on the cluster17:13
kikostormmore, I've heard about this problem before, how could we make it better?17:14
maakukiko: is it wise to put 0.5GB binary blobs in sql?17:14
maakuanyway just seems weird. thanks17:14
stormmorekiko I am thinking that when you assign a gateway to a managed network that it should when it deploys the node setup a new routing table with a default route to the gateway17:15
kikomaaku, using the blob store? it works acceptably, and we get HA for free out of it17:15
kikostormmore, yes, basically you want the ability to specify one or more static routes per subnet I think?17:15
stormmorekiko: I did it manually on one node so I can access a web service on the right IP17:15
kikoright17:16
kikostormmore, it's on the roadmap for post-16.0417:16
stormmorekiko: well at least a default gateway per subnet, even though I fixed the one node when I went to deploy more it was still having issues accessing the first node (I haven’t troubleshoot that yet, plan on manually deploying the nodes and hand building the network config to determine where that failure is)17:17
kikostormmore, hmm, mpontillo, blake_r: does 2.0 change the default gateway setting?17:17
ikatI don't get it.17:17
stormmorekiko: static routes aren’t sufficient cause the web service might be accessed from an unknown range17:18
stormmoreikat: what don’t you get?17:18
ikatThis is a command "sudo apt-get install --assume-yes bzr"17:18
ikatthis is also a command "bzr branch lp:~maas-maintainers/maas/backdoor-image backdoor-image"17:19
ikatWhat is the rest "imgs=$(echo /var/lib/maas/boot-resources/*/*/*/*/*/*/root-image) for img in $imgs; do     [ -f "$img.dist" ] || sudo cp -a --sparse=always $img $img.dist done  for img in $imgs; do     sudo ./backdoor-image/backdoor-image -v --user=backdoor --password-auth --password=ubuntu $img done"17:19
kikoanother chain of commands17:20
stormmorekiko:for the record, the web service I am starting with is juju-gui17:20
kikostormmore, I'm not sure I understood your last point, but I do know that the networking arch in MAAS has changed with 2.017:22
ikatCool. So maybe I got it to run. Now what? Just repeat the enlisting effort?17:22
ikatcool backdoor and ubuntu. I'm in17:24
mpontillokiko, stormmore: I'm out today so don't have the code in front of me, but IIRC, no, we use the default gateway defined on the subnet17:24
stormmorekiko: cool I will review the notes on 2.0 then and see if it is changing in a way that will resolve my issue. The long and the short of it is that the nodes need to be able to respond on multiple interfaces with different gateways regardless of what the client IP is.17:24
stormmorempontillo: it would be interesting to see how you are doing that, the 2 methods I know are either setup a routing table per subnet or use metrics on each gatway17:25
stormmoreI prefer the former as it just seems cleaner and more logical to me. in my environment I have 2 NICs, 1 which will be dedicated to all the management traffic and thus needs to have a gateway to get to the repos, etc. and the other will have all the public traffic which has a completely different gateway (right now the first gateway is the MAAS server)17:27
mpontillostormmore: we don't do metrics or static routes yet, we select a single gateway =( would love your feedback on how it should work. I am aware it's an issue.17:28
kikoikat, so try and figure out what isn't happening that should -- do the logs suggest a problem?17:31
stormmorempontillo: http://paste.ubuntu.com/15555049/ has the 2 files that I had to change to get my node to communicate on both default gateways17:31
stormmorempontillo: since I assume that MAAS is writing the /etc/network/interfaces file I would assume it should be able to add the appropriate post-up lines for the different subnets17:34
ikatI'm going through them now. It all looks quite normal. More on this tomorrow as it's time to go home from work. Thanks for the pointers kiko!17:34
stormmorempontillo: but it would also need to update /etc/iproute2/rt_tables to add the additional routing tables17:35
kikoikat, thanks -- cool, let me know, and in particular, ping smoser if you have an update17:39
ikatkiko, will do17:40
mupBug #1563990 opened: Need a GUI option to set  per node  kernel  parameters    <arm64> <hs-arm64> <MAAS:Triaged> <https://launchpad.net/bugs/1563990>17:48
mpontillostormmore: thanks; I'll bring this up with the appropriate people17:59
stormmorempontillo: anytime, I am really enjoying the tools and want to make them better, MAAS has already caused us to hire a contractor for our lab to deploy it further than my little test net18:01
RavenpiSo.  I've set up a second network/zone/cluster, but I cannot seem to get IPMI or WoL working.  (Both work on my primary zone controller.)  IP addresses are allocated fine; IPMI and WoL both work from the secondary zone controller when executed manually.  I tried sniffing, and don't see any packets going to the MAC or IP, at all (after the PXE boot stuff).  Nor do I see any pertinent logfiles.  Any ideas?18:06
kikostormmore, that's very cool18:37
kikoRavenpi, hmm, sounds like some misconfig18:38
RavenpiThat's what I was thinking, but I've gone over what I can think of.  And since PXE works 'n stuff, it's not broken-broken.18:39
RavenpiBut I'm not sure where to go from here.  Do you know which process it is that sends out the IPMI or WoL stuff?  I'd be happy to strace it.18:40
kikoso18:43
kikoAIUI everything on the cluster controller is launched from maas-clusterd18:43
kikoPXE will work if DHCP and TFTP are running on the cluster18:43
RavenpiThanks.  I'll go a-digging.18:49
maakuInstalling on 16.04 beta2, base install + maas -- "Internal server error" because `bzr` was not installed22:03
maakuI had to apt-get install bzr22:04
mupBug #1556137 opened: Juju 2.0: cannot connect to LXC container when deploying bundle with LXC container placement with maas 1.9.1 as provider <2.0-count> <oil> <juju-core:Triaged> <MAAS:New> <https://launchpad.net/bugs/1556137>23:10

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