/srv/irclogs.ubuntu.com/2017/04/17/#maas.txt

=== lutostag_ is now known as lutostag
=== marlinc_ is now known as marlinc
mupBug #1679882 changed: [2.1] rackd status is stuck at "NN% connected to region controllers" with Active-Active regiond <docteam> <MAAS:Incomplete> <https://launchpad.net/bugs/1679882>14:05
Budgie^Smoreo/ juju world14:21
vogelcanyone else get this error after upgrading to RC2?   maasserver.websockets.protocol: [critical] Error on request (193) general.osinfo: not enough values to unpack (expected 2, got 1)14:53
vogelcanyone else get this error after upgrading to RC2?   maasserver.websockets.protocol: [critical] Error on request (193) general.osinfo: not enough values to unpack (expected 2, got 1)15:56
pmatulisvogelc, nope. just upgraded. which log? or was it STDOUT16:23
ikoniawin 416:33
ikoniaoops16:33
mupBug #1683433 opened: MAAS 2.2-rc1 refuses to deploy if all a node's interfaces are set to DHCP <MAAS:New> <https://launchpad.net/bugs/1683433>17:08
alanmacHello all! We are trying to standup MaaS on Ubuntu 16.04 - an issue we're running into is trying to get our iLO network recognized (Version 2.1.3 of MaaS). We don't have an actual interface into this network, but do have DHCP helpers forwarding traffic. We have the subnet on the rack controller, but still not working. Do we need an interface into that network still?17:25
Budgie^Smore(Disclaimer: not an issue I have come across) You may want to make sure that the networks have routes between them, most likely the iLo's can't see the maas server17:30
craigs@Budgie^Smore I work with alanmac - they can just fine.17:35
Budgie^Smorecraigs hmmm17:45
craigsactually we have a vlan that is not routed to that nic. we are going to fix that right now.17:48
craigshopefully17:48
alanmacwe are also looking to upgrade/re-install to 2.2 beta4 - https://docs.ubuntu.com/maas/2.0/en/release-notes-all#220-beta417:50
alanmacDHCP Relay support is a major feature addition17:50
Budgie^Smoreyeah that is an awesome addition :)17:57
craigs:)17:57
mupBug #1683440 opened: 2.2 RC2 upgrade from Beta 4: Traceback error "Not enough values to unpack" on most UI tabs <hwcert-server> <MAAS:New> <https://launchpad.net/bugs/1683440>18:08
vogelcpmatulis: The error is being logged in regiond.log18:16
mupBug #1683448 opened: [2.2] Trackback on regiond start-up <MAAS:Triaged> <https://launchpad.net/bugs/1683448>18:39
sliverHello all, installed maas 2.2rc2 and I may have hit a bug with ILO4 control.19:06
sliverFailed to query node's BMC - Failed to execute ('/usr/bin/ipmitool', '-I', 'lanplus', '-H', '10.62.0.61', '-U', 'administrator', '-P', 'passwordhere', '70:10:6f:bc:4f:c8', 'power', 'status') for cartridge 70:10:6f:bc:4f:c8 at 10.62.0.61: Invalid command: 70:10:6f:bc:4f:c819:06
sliverany quick way to adjust the code call to not put in the mac19:06
=== lifeless_ is now known as lifeless
pmatulisvogelc, hmm, well i don't see it on my end19:30
vogelcpmatulis: The bug that was opened today is identical to what I have been seeing.   https://launchpad.net/bugs/168344019:33
mupBug #1683465 opened: no easy way to add early commands to curtin <MAAS:Triaged> <https://launchpad.net/bugs/1683465>19:39
pmatulisvogelc, you upgraded from beta4?19:44
pmatulisah, another poster up'd from rc119:44
pmatulisodd that i didn't get bit19:45
vogelcpmatulis: I upgraded from RC1.19:47
alanmacmy coworkers and I are trying to get dhcp relay to work properly (MaaS 2.2 rc2) - we have dhcp helpers pointing to our MaaS deployment server (all in one - with controller), I added a new VLAN to get the option of adding a dhcp relay, then added a subnet - 10.62.0.0/22 to this vlan. but i'm unable to have this subnet show up in the controller.20:56
mupBug #1683502 opened: [2.2] Random test failure: test_dehydrate_script_set_status <MAAS:Triaged by ltrager> <https://launchpad.net/bugs/1683502>21:27
mupBug #1683503 opened: [2.2] Random test failure: test__accepts_mix_of_id_and_ipaddress <MAAS:Triaged by mpontillo> <https://launchpad.net/bugs/1683503>21:27
mpontilloalanmac: when you say "show up in the controller", I assume you mean rendered in the DHCP configuration?21:31
mpontilloalanmac: you'll need to do something like "maas $PROFILE vlan update $FABRIC_NAME $VID relay_vlan=$VLAN_ID" to tell MAAS that packets from $VID are being relayed to $VLAN_ID (you need the database ID for the VLAN for $VLAN_ID)21:32
alanmacmpontillo I went into more details here: https://askubuntu.com/questions/905989/maas-2-2rc2-dhcp-relay-help21:38
mpontilloalanmac: can you expand on what you mean by "showing up in the controller"?21:39
mpontilloalanmac: if the subnet is not defined in MAAS, you must create it first21:39
mpontilloalanmac: and assign it to the VLAN you expect to relay from21:39
alanmacI stepped through the doc, had to create a new VLAN, then I added a new subnet - 10.62.0.0/22, this vlan is set with relay dhcp per the guide i quoted above. The issue I'm running into is that when i go to the Controller view and see the list of subnets available/assigned to this controller, this subnet is not one of them21:41
mpontillonewell: ^ can you take a look at sliver's question above about iLO4? I'm not familiar with that power driver21:42
mpontilloalanmac: you should be able to browse to the subnet via the top-level subnets tab; it sounds like an oversight in the networks view21:42
mpontilloalanmac: rather, in the controllers view; we should probably show which VLANs we're relaying for as well as direct attached21:43
newellsliver: Did you try running that command by itself?21:45
alanmacmpontillo in regards to sliver's issue - (we work together) - ipmi 2.0 driver works just fine21:46
sliveryes21:46
newellsliver: same error I assume?21:47
sliverthe command works fine without the mac in the cli21:47
sliversame error21:47
mpontilloalanmac: I figured it might; most people just use the IMPI driver if it works; it's easiest and automatically configures itself when the node enlists, which is nice21:47
sliverI can pastebin if you desire21:47
mpontillosliver: if you can file a bug with the details that would be great https://bugs.launchpad.net/maas/+filebug21:47
sliverack, will do tom am21:48
newellsliver: thanks21:52
alanmacmpontillo you have time for a webex?21:57
alanmacnot sure what we're missing here21:57
alanmacwe are getting these through tcpdump -i any | grep -i 70:10:6f:bb:ea:28 and then I get this: 15:08:49.918268 IP 10.62.0.36.bootpc > use1foreman.bootps: BOOTP/DHCP, Request from 70:10:6f:bb:ea:28 (oui Unknown), length 30022:11
alanmacjust no response back22:12
mpontilloalanmac: I answered your stackexchange question with a few more details22:12
alanmacawesome, looking22:12
mpontilloalanmac: did you enable DHCP on the VLAN you expect the relayed packets to arrive on?22:12
mpontilloalanmac: the DHCP server still needs to be told which interfaces on the rack controller it should listen to, so that might be what is missing22:13
mpontilloalanmac: also, are the iLOs trying to DHCP from MAAS? I'm a little worried about that; if the iLO/IPMI addresses change, that could confuse MAAS in the future.. you might want to make those static IPs for reliability22:14
alanmaci'm re-enabling dhcp - clicking on the VLAN and setting "Provide DHCP", I'm unable to pull down to select the controller.22:16
sliverdhcp responds on the dhcp relayed packets fine with we enable a global dynamic pool22:16
sliverwhen we set a mac in the ipmi settings with an ip, nothing is set in dhcp.leases22:17
sliverhence, no response22:17
sliverare we missing something obvious?22:17
sliverwe do see the shared-network setup in the dhcpd.conf22:18
sliverno issue there (just gui issue)22:18
mpontillosliver: alanmac: ah, I think I see the issue.. so you are saying you want to provide DHCP for the relay VLAN but *not* the interface itself...22:22
sliverwe want to provide DHCP static mappings for BMC(ilo4) devices22:23
sliverhopefully we are on the same page :)22:24
mpontillosliver: okay. so looking at the mailing list posting here https://lists.isc.org/pipermail/dhcp-users/2010-April/011635.html it seems MAAS should provide an empty subnet declaration for the local LAN if it is not being actively used for DHCP22:24
sliverwhen we do this with foreman it just sets a leases entry for the mac22:25
sliversame as I already see for hosts22:26
sliveris it more expected behavior ilo network is just left dhcp auto assign and deal?22:26
mpontillosliver: well that makes MAAS a SPOF for your management network, whereas we would prefer you to still be able to manage your servers if your MAAS server goes up in flames22:27
mpontillosliver: I mean, we're flattered, really ;-)22:28
sliveryea, it's a fairly common design to be honest22:30
sliverlong lease times(30 days) shrug22:30
sliverwe'll work around22:30
slivershould be some pre-req docs talking about it :>, foreman does it out of the box easily, but trying to get to something better :O22:31
mpontillosliver: yeah unfortunately MAAS tends to use short lease times by default, due to the fact that dynamic ranges in MAAS are usually only temporary, and we don't want to burn IPs22:31
sliverappreciate the assistance22:31
sliverwe'll go back to static ips in our design22:31
slivermakes fully remote builds more challenging heh22:32
alanmacgreatly appreciated! we'll get these staticly assigned, we're almost there on provisioning, the dynamic ilos were holding us up22:32
kikosliver, but you can still give "static" IPs over DHCP, I'm not sure that was clear from what mpontillo pointed out?23:18

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