/srv/irclogs.ubuntu.com/2017/10/31/#maas.txt

=== frankban|afk is now known as frankban
=== JoeJulian_ is now known as JoeJulian
mupBug #1728891 opened: [2.3b3, UI] In Pods, the composed machine column header works only once for sorting the column  <2.3qa> <ui> <MAAS:New> <https://launchpad.net/bugs/1728891>11:01
mupBug #1728893 opened: Add an RDS Pod with an invalid address by clicking on Add Pod and then nothing happens <2.3qa> <ui> <MAAS:New> <https://launchpad.net/bugs/1728893>11:01
mupBug #1728894 opened: [2.3b3, UI] When I try to refresh pods in pod listing and there is an error, there is no error text in the table <2.3qa> <ui> <MAAS:New> <https://launchpad.net/bugs/1728894>11:31
mupBug #1728899 opened: when Comissioning a node, the grub command line apppear  <grub> <MAAS:New> <https://launchpad.net/bugs/1728899>11:31
mupBug #1728909 opened: Maas Settings tab encountered an issue <MAAS:New> <https://launchpad.net/bugs/1728909>12:17
mupBug #1703686 changed: Rack controller disconnects when the regiond process can't find self in database. <registration> <MAAS:Invalid> <MAAS 2.2:Invalid> <https://launchpad.net/bugs/1703686>15:11
mupBug #1719669 changed: pod VM fails commissioning; requests pxelinux.0 but doesn't progress past that <cdo-qa> <cdo-qa-blocker> <foundations-engine> <internal> <MAAS:Invalid by jason-hobbs> <https://launchpad.net/bugs/1719669>15:11
mupBug #1721611 changed: [2.3] Rack refresh failures may be causing controllers to become degraded <MAAS:Invalid> <https://launchpad.net/bugs/1721611>15:26
mupBug #1722620 changed: [2.3, HA] Failed to update regiond's process and endpoints; records may be out of date <MAAS:Fix Released> <https://launchpad.net/bugs/1722620>15:26
mupBug #1719669 opened: pod VM fails commissioning; requests pxelinux.0 but doesn't progress past that <cdo-qa> <cdo-qa-blocker> <foundations-engine> <internal> <MAAS:Invalid by jason-hobbs> <https://launchpad.net/bugs/1719669>15:26
mupBug # changed: 1586006, 1659379, 1680632, 172260915:56
shadoxxHas anyone configured KVM on the Maas controller before? I'm trying to get Maas to manage power in the KVM guests, but I can't figure out how the virsh console works when virsh is installed locally16:46
shadoxxIE, kvm and maas are installed in the same OS16:46
shadoxxand on the same hardware. the virsh address would be localhost, but it's not working...16:46
shadoxxoh, i'm running it on the incorrect host16:50
shadoxxwhoops16:50
=== frankban is now known as frankban|afk
CharlieHi, MAAS Noob needing some troubleshooting help, google gave me very little. Anyone able to spare a few mins to lend a hand?20:33
=== smoser is now known as ScarySmoser
=== ScarySmoser is now known as smoser
bdxHello,21:14
bdxhow can I make a node get dns on all of its interface ips?21:14
bdxor at least make it deterministic, which network gets the dns21:14
bdxor make it get dns on the subnet that I want it to get dns on?21:17
roaksoaxbdx: ohw is your maas configured? or your machine rather?21:51
roaksoaxwhich dns does it currently get ?21:51
bdxroaksoax: https://imgur.com/a/JqwK022:01
bdxhttps://imgur.com/a/CEBll22:01
roaksoaxbdx: right, so what dns does the machine get when deployed ? from the auto assign or the DHCP interface ?22:14
bdxroaksoax: auto-assign22:14
roaksoaxbdx: so that seems correct then22:15
roaksoaxbdx: what address do you want it to get ?22:15
bdxroaksoax: I want the nodes to get dns on the interface/subnet that they have a gateway on22:17
bdxor, my colleagues do22:17
bdxI told them to stop worrying about what the node's ips are, now they are needing dns :)22:18
roaksoaxbdx: right, so your node configuration is only being configured against 1 subnet22:20
roaksoaxhence, the machine turns out with 1 DNS server configured22:20
roaksoaxbdx: if you were to have interface sin other subnets, the machine would be configured with the DNS of those other subnets22:21
roaksoaxbdx: if you want to override, you can input DNS servers for a specific subnet22:21
roaksoaxe.g. in 192.168.20.0/24 you can add "DNS Servers" fr that subnet22:21
bdxroaksoax: got it, then give the nodes static ips in maas and staticly define them in the dns too then?22:22
bdxok22:22
bdxI see22:22
bdxroaksoax: can I choose to have dns on 10.10.0.1/16 instead of 192.168.20.0/24?22:23
bdxor why is it on 192.168.20.0/24 even?22:23
bdxthe node has interfaces on both of those flat networks (switch ports in access mode for each vlan/subnet)22:24
bdxmaas manages both of those subnets22:24
bdxand a bunch of other subnets22:25
bdxand it just choose 192.168.20.0/24?22:25
bdxto manage dns on22:25
roaksoaxbdx: no, so say, you you have 1 machine with 2 auto assign IP's22:27
roaksoaxbdx: maas should give you the default dns it automaticaly picks for those subnets, which would be MAAS itself22:27
roaksoaxso if you want to override that behavior22:27
roaksoaxthen you would go to the subnets and input your own DNS for those subnets22:28
roaksoaxbdx: so you, if say you only want DNS on .20.0/24 you can override that on the subnet by inputting the DNS servers you want there22:28
bdxroaksoax: ok, got it22:29
bdxso, possibly I'm viewing how maas manages dns incorrectly then22:29
bdxroaksoax: maas only manages dns for auto-assign type interface configurations?22:30
bdxso, its not the subnet then, its the interface IP Address configuration that determines if dns is managed there22:30
bdxand interface IP Address configured to dhcp, does not get managed dns from maas22:31
roaksoaxbdx: for everything, it will configure the same subnet dns on isc-dhcp22:39
roaksoaxbdx: maybe then via the default gateway ?22:40
roaksoaxbdx: that may be it instead, I do remember changed the behavior to address various issues came across22:40
roaksoaxit may be based on the machine that has the default gateway22:40
roaksoaxunless overriden in the subnet22:40
bdxroaksoax: the only gateway I have is on the 10.10.0.0/1622:40
bdxooh as far as maas is concerned22:41
bdxin the subnet configuration?22:41
bdxthe gateway config22:41
bdxooooooh22:41
bdxI bet thats it22:41
bdxso, the gateway is set on both of those subnets22:42
bdxbut one of them, the 192.168.20.0/24 net's gateway is maas22:42
bdxthe 10.10.0.0/16 net has an upstream gateway22:43
bdxlike at the top of the rack or whatever22:43
bdxroaksoax: I will try removing the gateway config for the 192.168.20 net and see if the  10.10.0 net gets dns when I next deploy22:44
bdxroaksoax: removing the gateway from the 192.168.20.0/24 net caused the node to get dns on the 10.10.0.0/16 net22:54
bdxroaksoax: many thanks22:55
bdxI didn't need to have a gateway defined there anyway22:55
bdxroaksoax: it would be cool if that was a more deterministic process though22:56
bdxwell23:08
bdxroaksoax: I have a node that just got dns on 192.168.20.0 http://paste.ubuntu.com/25861769/23:08
bdxand now a few moments later, the dns points at the node's 10.10.0.0/16 interface http://paste.ubuntu.com/25861782/23:11
bdxgiven, its currently deploying23:11
bdxbut still23:11

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