/srv/irclogs.ubuntu.com/2017/03/21/#maas.txt

mupBug #1671407 opened: Creation of kvm machine with large root-disk fails <4010> <juju:Incomplete> <juju 2.1:Won't Fix> <MAAS:New> <https://launchpad.net/bugs/1671407>00:57
mupBug #1674148 opened: hook for storage: storage already attached - Juju using already mounted disk <juju:Incomplete> <MAAS:New> <https://launchpad.net/bugs/1674148>01:42
mupBug #1674148 changed: hook for storage: storage already attached - Juju using already mounted disk <juju:Incomplete> <MAAS:New> <https://launchpad.net/bugs/1674148>01:51
mupBug #1674148 opened: hook for storage: storage already attached - Juju using already mounted disk <juju:Incomplete> <MAAS:New> <https://launchpad.net/bugs/1674148>01:57
lalitjoin02:59
lalithello experts03:01
lalitI have conbfigured maas server . when nodes boot up with maas pxe i am getting exception "raise DataSourceNotFoundException"03:01
lalitabove exception is from cloudinit script03:02
mupBug #1657375 changed: RFE: DNS and DHCP <MAAS:Expired> <https://launchpad.net/bugs/1657375>04:36
=== deej` is now known as deej
=== Sagar is now known as Guest9012
Guest9012Did anyone had luck with installing CentOS 7 on a node using MAAS 2.1.3 version?07:11
Guest9012I am running into issue https://bugs.launchpad.net/maas/+bug/1658718?comments=all07:12
cnfmorning09:31
cnfalso, wow...09:32
cnfhttps://bugs.launchpad.net/maas/+bug/1631908 2016-10-1009:32
cnfi'm screwd09:32
=== sagar is now known as Guest84817
Guest84817did anyone run into issues listed in bug https://bugs.launchpad.net/maas/+bug/1658718?comments=all?09:36
Guest84817it is related to CentOS installation via MAAS 2.1.309:36
cnfhmm10:16
cnfhmm...10:34
cnfjamespage, roaksoax i think i might have found why my vlans are not coming up10:35
cnfjamespage: ah, and it seems you already know about it :P10:40
jamespagecnf: ?10:41
cnfhttps://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/156580410:41
cnfand https://bugs.launchpad.net/maas/+bug/154319510:41
cnfjamespage: i had large MTU set on vlan interfaces10:41
cnfand MAAS isn't setting the corresponding MTU on the base interface10:41
jamespagecnf: that rings a bell somewhere - reading the bug I do seem to remember something about that10:42
jamespagecnf: I thought MAAS would not let you do the wrong thing these days.10:42
cnf:P10:42
cnfit seems it does10:42
cnfdo you remember the fix?10:43
jamespagecnf: reading the bug reports I though this was fixed in the vlan package10:46
jamespage"If VLAN is configured with higher MTU than raw device MTU, which can10:46
jamespage    happen if VLAN is ifup'ed before raw device, then increase raw device10:46
jamespage    MTU first so the VLAN ifup does not fail."10:46
cnfhmm10:47
jamespagecnf: how did you set the mtu's up in MAAS?10:47
cnfon the vlan10:47
cnfis there a different place?10:48
cnfhmm10:49
cnfjamespage: so if i ifdown / ifup the base interface, my vlans do come up10:49
jamespagecnf: digging10:49
jamespagehttps://bugs.launchpad.net/maas/+bug/154319510:49
jianghuaw_Hi, anyone know how to customize the maas images? I want to pre-install guest tools in the image. Thanks.10:50
cnfjianghuaw_: use commissioning scripts?10:50
cnfjamespage: i just linked you that one :P10:51
jamespagecnf: so you did (only noted the first)10:51
jianghuaw_cnf, thanks. Will try.10:51
jamespagecnf: have you set the mtu on the 'default' vlan as described in that bug report?10:51
cnfjamespage: thing is, i have no default vlan10:51
cnfhmm, i guess i can set the untagged one...10:52
cnfbecause maas is weird that way10:52
cnfjamespage: let me try that10:52
jamespagecnf: well every port has untagged traffic  - try that10:52
cnfwell, our switches don't allow untagged on trunks10:52
cnfbut yeah, i made a vlan 0 (untagged) vlan, which has no subnets10:53
cnfi'm setting MTU on that10:53
jamespagecnf: +110:53
cnfjamespage: now to wait 20 minuted for redeploy :P10:55
cnfjamespage: stuff like this should be documented ^^;10:57
cnfif it is this, i just spend 2 days finding why things where not working >,<10:57
jamespageroaksoax, mpontillo: what is the maas story for MTU management these days - I've not used it since 1.9 where the above but was reported originally10:59
jamespageroaksoax, mpontillo: I thought that was going to be managed at the fabric level, and automatically propagated to network interfaces connected to a fabric11:00
jamespagerather than being set on a individual VLAN level11:00
mpontillojamespage: agree that it would be good to have a default MTU on a fabric and/or vlan that would automatically propagate to interfaces configured on said fabric/vlan11:03
mpontillojamespage: there may have been some discussion about that but I think only interface-level MTU made it so far11:03
cnfthat would make more sense :P11:04
cnfor at least set the base device MTU high enough automatically11:04
cnfyou should not deploy configs that do not work :P11:04
mpontillocnf: jamespage: so to be clear, for this specific issue.. it sounds like there is a bug/wishlist item for MAAS in which we should, upon creating a VLAN, automatically adjust the MTU of the VLAN's parent to be +4 to account for the 802.1q tag. do I understand correctly?11:07
* mpontillo hasn't had coffee yet, sorry ;-)11:07
cnfsounds good11:07
mpontillocnf: would you do me a favor and file this as a bug in MAAS, and include why the current behavior breaks you? https://bugs.launchpad.net/maas/+filebug11:08
jamespagedo switches define global mtu's or per port mtu's11:10
jamespageor is the answer there 'it depends'11:10
jianghuaw_cnf, may i ask another question?11:10
jianghuaw_I'm deploying applications on 4 machines; but the last machine got stuck at allocating status. From MAAS, it's kept in deploying status. As I don't think it will proceed. So marked this machine as broken. the problem is it didn't allocate new machine. How can I proceed under this situation?11:10
mpontillolamont: ^ FYI and see also bug #1543195; I guess you already wrote some code for fabric-level MTU that I forgot about =)11:11
cnfjianghuaw_: idno, release it?11:12
cnfjamespage: it depends :P11:12
mpontillocnf: jianghuaw_: it's appropriate to mark broken if you don't think the machine will ever work again, but then I think you'd want to retry the deployment (I assume this is with juju?)11:12
cnfjamespage: but maas seems to assume every port is configured the same, anyway11:12
jianghuaw_cnf, anyway to make it allocate new machine and continue the application deployment?11:13
cnfjamespage: can't chose the "default untagged" vlan per device, anyway11:13
jianghuaw_mpontillo, yes, it's with juju.11:13
cnfjianghuaw_: ah, i have no idea how to make juju recover from broken machines...11:13
cnfif you figure that out, please please do let me know :P11:13
jianghuaw_cnf, sure I will if I can:-)11:14
mpontillojamespage: I think MTU is a source of bugs for switch vendors too ;-) on the switches I've worked with I think it's per-VLAN11:14
jamespageoh for a fully software defined datacenter11:15
cnfmpontillo: https://bugs.launchpad.net/maas/+bug/167465811:17
jamespagethankyou cnf11:17
mpontillocnf: thanks much11:18
mpontillojianghuaw_: sounds like this may be a better question for #juju11:19
cnfthe "VLAN with ID 0 (not tag 0) is the default "untagged" traffic confused me as well11:19
mpontillojianghuaw_: once you mark the machine broken in MAAS you should be able to cancel and retry in juju; I just don't know the commands from the top of my mind11:19
mupBug #1674658 opened: setting larger MTU on vlan does not set MTU on base device <MAAS:Triaged> <https://launchpad.net/bugs/1674658>11:19
jianghuaw_mpontillo, Thanks very much. Will ask in #juju.11:20
mpontillocnf: when we say "VID" that is an 802.1q tag, it should be the same.11:20
cnfmpontillo: right, but you don't get to choose11:20
cnfif you add an interface, the VLAN field is grayed out, and the original vlan in the fabric is selected11:21
cnfonly way to change that is rename them, because the 1st one is _always_ the default one11:21
cnf(from what I can tell, anyway)11:21
Guest84817looks like no one has tried with CentOS7 installation through MAAS :(11:21
mpontillocnf: ah, 0 is just the "default untagged", though arguably that is not very useful since the default tag can vary per-port. MAAS likes it better if the default VLAN is consistent throughout the fabric.11:22
brendandGuest84817, we do test that11:22
Guest84817anyone has any update for  https://bugs.launchpad.net/maas/+bug/1658718 ?11:22
cnfmpontillo: 0 not as in the VLAN, but as in the ID to maas :P11:22
cnfmpontillo: we don't use untagged traffic on trunk ports11:23
Guest84817@brendand - I see issues reported in  https://bugs.launchpad.net/maas/+bug/165871811:23
roaksoaxGuest84817: no there's no update for that. We are working on other issues at the moment11:23
mpontillocnf: to be honest I would like to move away from this concept entirely; I don't like the idea that there is a "dumping ground" object that may get polluted with things in which we don't know where they would otherwise go =)11:23
cnfyeah11:23
Guest84817roaksoax: I had tried with MAAS 2.0, 2.1.2 and 2.1.311:24
Guest84817all gave same errors11:24
brendandGuest84817, what hardware are you using?11:24
mpontillocnf: the "we don't use untagged traffic on trunk ports" issue may deserve a bug, too, then; is a MAAS region/rack interface managing your network via a trunk port?11:24
Guest84817brendand: Wiwynn servers11:25
cnfmpontillo: so our machines are connected on 10G LAGs11:25
Guest84817but I am sure it is not h/w related11:25
cnfmpontillo: as I could not figure out how to PXE boot on LAG interfaces, i added a copper link just for MAAS / PXE11:25
Guest84817seems to be something to do with curtin hooks configuration11:25
cnfthe LAGs only do tagged traffic11:26
Guest84817within images11:26
mpontillocnf: yeah, that's a terrible workaround; I'd like to see this fixed11:26
cnfyeah, i'd like to see that fixed as well :P11:26
mpontillocnf: what was the issue there? if you wouldn't mind filing another bug that would be nice11:26
cnfno idea how to get PXE booting on LAG interfaces, though11:26
cnfbecause there is no LACP link at boot time, obviously11:27
roaksoaxGuest84817: this is not a bug in MAAS, this is a bug in the image11:29
Guest84817I believe I am using images officially supported by MAAS ... is this the right assumption?11:29
cnfdoesn't mean they can't contain bugs :P11:30
roaksoaxcmagina: are you sure it is not a firmware/grub issue ? we just recently got confirmation that PXE booting on 10gig interfaces isn't related to MAAS itself, but rather grub & firmware11:30
roaksoaxerr11:30
roaksoaxcmagina: sorry11:30
roaksoaxcnf: ^^\11:30
cnfroaksoax: i can PXE on 10G11:30
cnfroaksoax: i can't PXE on LACP links11:31
roaksoaxGuest84817: they are officially supported. But that doesn't necessarily mean we have all the hardware available out there ot test this image against. We only CI against the hardware we currently have available11:31
mpontillocnf: yeah you might be stuck with copper then, probably more reliable anyway11:31
cmaginanp11:31
cnfroaksoax: this might also be a problem with the juniper qfabrics, i don't know11:32
roaksoaxcnf: gotcha!11:32
cnfnot even sure if this should / could work, tbh11:32
Guest84817roaksoax: Looking at the error, it doesn't look like a h/w issue11:33
cnfmpontillo: it is quite annoying, we are not really set up for copper :P11:33
Guest84817or related to drivers11:34
cnfmpontillo: iLo links are on a separate network, and most of those are on 100mbps :P11:34
cnfthe rest is all fiber11:34
mpontillocnf: I was just talking to someone yesterday who was doing something similar; their management interface for IPMI was able to be used also as the PXE interface; seemed like a clean solution. (but 100mbps is sad; it's the new millennium!) ;-)11:35
cnfwell, it's just IPMI11:35
cnfit's all old copper switched11:35
cnfwe really don't have a lot of copper around11:36
cnfmy 6 copper links filled up the switch11:36
cnffor the PXE booting11:36
roaksoaxGuest84817: it is not a hardware issue. it is a EFI issue11:36
mpontillocnf: right, I guess some newer servers will let you use an internal switch connected to the BMC to do PXE booting /and/ IPMI, the PXE-boot-over-LAG issue being somewhat known in the industry I suspect11:36
cnffiber, i can ask as many as i want11:36
cnfmpontillo: you can also put IPMI on your "normal" nic11:36
cnfHP and dell let you do that11:37
cnfi'm sure others do as well11:37
mpontillocnf: that might boost you up from 100 megabits too =)11:37
Guest84817roaksoax: if you have detailed insight, can you please elaborate on what exactly is the issue?11:37
cnfmpontillo: no, because the IPMI network is only 100mbps :P11:37
cnfmpontillo: strange, i know, but ipmi here is 100mpbs everywhere11:38
cnfmpontillo: everything else is  2 x 10G fiber LACP11:38
cnfor 2 x 40G LACP if need be11:38
cnfhardly any 1G copper around11:38
mpontillocnf: right. okay, thanks for the discussion and for the bug reports - I've got to step out for a bit11:38
* mpontillo -> {coffee, breakfast}11:38
cnf\o thanks for the help11:38
roaksoaxGuest84817: i dont have detailed insight, but there's a bug installing centos on machines with EFI. Machines in Legacy mode will work just fine11:39
roaksoaxGuest84817: unfortauntely, we have not had the time to fix it11:39
Guest84817roaksoax: so is there a workaround of how I can instruct MAAS to install via legacy mode for a specific host?11:41
brendandGuest84817, ask ipmi to tell it to11:41
brendandoh but you mean via maas11:42
roaksoaxGuest84817: no, MAAS is currently agnostic as to what you boot (whether EFI/Legacy). You can change the BIOS settings and recommission the machine11:43
roaksoaxand you should be able to deploy11:43
Guest84817brendand: yes, I believe MAAS is trying to go with EFI mode, so I will need to configure in MAAS for legacy mode11:43
roaksoaxGuest84817: you can reconfigure the BIOS via IPMI as well11:43
cnfbtw12:07
cnfis there a way to install the MAAS cli stand alone?12:07
cnfpreferably not on ubuntu :P12:07
Guest84817roaksoax: brendand: thanks for the details. Will give it a try12:07
Guest84817in case if you have any updates on the bug that would be great12:07
Guest84817do you have a roadmap for the bug resolution?12:08
roaksoaxGuest84817: it is on the bug list atm12:09
roaksoaxcnf: only uspport in ubuntu atm12:09
roaksoaxcnf: sudo apt-get install maas-cli12:09
cnfhmm, bummer12:10
cnfroaksoax: what is it written in?12:10
roaksoaxcnf: python12:10
cnfhmm, and no pip package?12:10
roaksoaxcnf: no the cli12:10
roaksoaxcnf: libmaas is, but libmaas is alpha at the moment12:10
roaksoaxand does not cover everything12:10
roaksoaxnor all releases12:10
cnfhmm12:11
cnfi'd really like the maas cli available on my mac12:11
brendandcnf, container?12:11
cnfbrendand: yeah, but that's still a bit of a pain12:11
cnfbrendand: it's probably what i'll do for now, though12:12
cnfbut a brew install maas-cli would be awesome :P12:13
brendandcnf, that will probably never happen - libmaas in python is the priority12:13
roaksoaxcnf: the new cli will probbaly be12:13
cnfroaksoax: nice12:13
cnfjuju is in homebrew12:13
roaksoaxthe new cli is being built on top of libmaas12:14
cnfah, nice12:14
roaksoaxcnf: http://maas.github.io/python-libmaas/12:14
cnfrunning pip install python-libmaas :P12:15
roaksoaxits on baby steps bte12:15
roaksoaxbtw12:15
roaksoax:)12:15
cnfsure, i saw the ALPHA disclaimer :P12:15
brendandcnf, you're welcome to contribute and add what you need :)12:15
cnf<3 virtualenvwrapper12:16
brendandcnf, hint: http://paste.ubuntu.com/24221349/12:25
cnf$ maas list --all12:27
cnfworks :P12:27
brendandcnf, just bear in mind that the api is very limited atm12:28
cnfroaksoax: so add a "most seems to work, so far, for libmaas cli, on OSX sierra12:28
cnfyeah12:28
mupBug #1671407 changed: Creation of kvm machine with large root-disk fails <4010> <juju:Incomplete> <juju 2.1:Won't Fix> <MAAS:Invalid> <https://launchpad.net/bugs/1671407>12:29
roaksoaxcnf: cool12:30
cnfok, i think maas is up, for now12:32
cnfback to juju :P12:32
cnfsheesh!12:43
cnfback here :(12:44
cnfhttps://bpaste.net/show/1c001024308b is what maas made of my network config this time12:45
cnfo,O12:45
roaksoaxcnf: yeah juju creates the bridges12:51
roaksoaxcnf: to put containers/kvms12:51
cnfhmm, and then it tells me it doesn't have the right ip's12:52
cnfthis shit is really frustrsting12:55
zeestratHey, was there CLI command to skip the whole "Intro" thing on a fresh MAAS install?13:10
pmatuliszeestrat, yup13:28
pmatulisbut iirc, it only suppresses the first stage (there are two). someone should file a bug on it13:32
pmatulismaas $PROFILE maas set-config name=completed_intro=true13:32
pmatulis^^^ this means it is completed13:33
zeestratpmatulis: Thanks. I'll see how that works out and perhaps file a bug.13:39
pmatuliszeestrat, thanks a lot. i usually track the maas bugs but if you can remember to ping me that would be great13:40
pmatulishttps://github.com/CanonicalLtd/maas-docs/issues/36413:40
pmatuliszeestrat, ^^^13:40
zeestratpmatulis: cheers13:48
zeestratpmatulis: Just to make sure I'm not screwing up, are you sure the command is "maas $profile maas set-config name=completed_intro=true" and not "maas $profile maas set-config name=completed_intro value=true"?14:00
pmatuliszeestrat, you can try it14:01
zeestratpmatulis: The latter is the only one that works for me on MAAS 2.1.414:02
pmatulisthen verify with14:02
pmatulismaas $PROFILE maas get-config name=completed_intro14:02
zeestrat"maas $profile maas set-config name=completed_intro=true" just returns "No provided value!" and does not set it.14:03
pmatuliszeestrat, your syntax is good then and makes sense according to14:04
pmatulismaas $PROFILE maas set-config -h14:04
pmatulis:param name: The name of the config item to be set.14:04
pmatulis:param value: The value of the config item to be set.14:04
pmatulislemme change my doc bug14:04
mupBug #1674714 opened: [CLI] create subnet with space does not work when referring to space by name <MAAS:New> <https://launchpad.net/bugs/1674714>15:08
mupBug #1674720 opened: metadataserver: NodeKey matching query does not exist <MAAS:New> <https://launchpad.net/bugs/1674720>15:08
mupBug #1674714 changed: [CLI] create subnet with space does not work when referring to space by name <MAAS:New> <https://launchpad.net/bugs/1674714>15:11
mupBug #1674720 changed: metadataserver: NodeKey matching query does not exist <MAAS:New> <https://launchpad.net/bugs/1674720>15:11
mupBug #1673987 changed: [2.2 beta3]  Servers are failing to deploy - Times out after PXE installation - cloud-init[1563]: Can not apply stage final, no datasource found! Likely bad things to come! <cdo-qa-blocker> <oil> <curtin:New> <MAAS:Triaged> <https://launchpad.net/bugs/1673987>15:14
mupBug #1674030 changed: [2.2] AttributeError: 'tuple' object has no attribute 'subnet_id' <MAAS:Triaged> <https://launchpad.net/bugs/1674030>15:14
mupBug #1674714 opened: [CLI] create subnet with space does not work when referring to space by name <MAAS:New> <https://launchpad.net/bugs/1674714>15:14
mupBug #1674720 opened: metadataserver: NodeKey matching query does not exist <MAAS:New> <https://launchpad.net/bugs/1674720>15:14
ThiagoCMCHey guys, I'm playing with "maas-2.2.0~beta3+bzr5815-0ubuntu1~16.04.1" and I'm seeing a problem here... If I change the DNS for a PXE subnet, and reboot the bare-metal server, it doesn't see the new DNS server.15:15
ThiagoCMCAny tips?15:15
ThiagoCMCUnder "Subnet summary", both "DNS" and "Gateway IP" changes have no effect.15:16
ThiagoCMCSince the gateway ip was wrong, instead, I changed it on /etc/network/interfaces instead, so now at least, the gateway ip matches what it shows on subnet summary, however, things are a bit different for DNS...15:17
brendandThiagoCMC, just rebooting the machine would not reflect any changes in maas15:18
brendandThiagoCMC, you would have to recommission/deploy15:18
ThiagoCMCOuch!15:18
ThiagoCMCI'll try that...15:18
BlackDexHello there, I have a big issue with maas atm15:21
BlackDexwhen i deploy a system it doesn't seem to get out of the deploying state15:21
BlackDexit seems the system starts correctly, but in the end it keeps running the deployment status, and after a while it will go to failed15:22
BlackDexIt looks like it starts oke, it even gets the correct network settings15:23
BlackDexwhat could be the issue?15:23
BlackDexi do not see anything in the maas logs15:23
BlackDexor what ever15:23
brendandBlackDex, did you check the syslog under /var/log/maas/rsyslog?15:24
BlackDexbrendand: Yes15:24
BlackDexit all seems oke15:24
BlackDexafter the deployment it reboots15:25
BlackDexand that seems to go fine15:25
BlackDexbut it never reports back15:25
BlackDexi also can ping the IP('s)15:25
BlackDexbut can't connect to it via ssh15:25
BlackDexwhile during comission mode, i can connect with ssh15:25
pmatulisBlackDex, what is the nature of the node's underlying machine?15:26
mupBug #1673987 opened: [2.2 beta3]  Servers are failing to deploy - Times out after PXE installation - cloud-init[1563]: Can not apply stage final, no datasource found! Likely bad things to come! <cdo-qa-blocker> <oil> <curtin:New> <MAAS:Triaged> <https://launchpad.net/bugs/1673987>15:26
mupBug #1674030 opened: [2.2] AttributeError: 'tuple' object has no attribute 'subnet_id' <MAAS:Triaged> <https://launchpad.net/bugs/1674030>15:26
BlackDexthe nature? of the underluing machine?15:26
BlackDexi don't really understand that question15:27
pmatulisis it a bare metal HP machine? a KVM guest? a vmware system?15:28
BlackDexah15:28
BlackDexbare-metal :)15:28
BlackDexDell R63015:28
pmatuliswhat BMC did you choose for that?15:28
pmatulis(power type)15:29
BlackDexusing IPMI LAN_@15:29
BlackDexLAN_215:29
BlackDexBut i have the same with all systems in the setup15:29
BlackDexexcept for a KVM instance15:30
pmatulisoh, and the others work fine?15:30
BlackDexwhich is on the same machine as maas is installed on15:30
BlackDexall systems fail15:30
BlackDexi use maas a lot15:30
BlackDexbut i never have seen this15:30
pmatulisi'm wondering if there's a more suitable power type for these Dell machines15:30
pmatulisdid you try any other?15:31
BlackDexit does boot15:31
BlackDexit powers the systems on15:31
BlackDexand off15:31
BlackDexso that seems to work15:31
BlackDexonly the last part of telling maas it is finished doesn't work, and it seems that ssh isn't running etc..15:31
mupBug #1673987 changed: [2.2 beta3]  Servers are failing to deploy - Times out after PXE installation - cloud-init[1563]: Can not apply stage final, no datasource found! Likely bad things to come! <cdo-qa-blocker> <oil> <curtin:New> <MAAS:Triaged> <https://launchpad.net/bugs/1673987>15:38
mupBug #1674030 changed: [2.2] AttributeError: 'tuple' object has no attribute 'subnet_id' <MAAS:Triaged> <https://launchpad.net/bugs/1674030>15:38
brendandBlackDex, if it's got that far there should be a syslog, and it should have enough detail to tell why it's going wrong15:38
brendandBlackDex, get the hostname of the machine and look in /var/log/rsyslog/<hostname>/<date>/messages15:39
BlackDexi know15:39
BlackDexand all there is that the installation went fine15:39
BlackDexand it is going to reboot for the last time15:39
BlackDexafter that, there is no syslog15:39
BlackDexbecause it isn't pxe booted15:39
BlackDexand the system doesn't report syslog after deployment15:39
BlackDexMar 21 15:44:17 openstack7 cloud-init[3769]: curtin: Installation finished.15:46
BlackDexthere are no errors except for lvm not found etc..15:47
BlackDexalso, the network the systems are one is a private one, nothing in between but a single switch15:48
BlackDexi'm going to try 14.04, see if that helps15:50
pmatulis14.04?16:00
BlackDexUbuntu 14.016:01
BlackDex14.04 LTS as a deployment image16:01
BlackDexbut that failed also16:01
mupBug #1606999 changed: reporting messages can slow down operations greatly <MAAS:Confirmed> <https://launchpad.net/bugs/1606999>16:11
BlackDexlets see if a normal iso install will work16:15
mupBug #1674747 opened: [2.1] Cannot sync with an upstream NTP server with stratum=9 or larger <MAAS:New> <https://launchpad.net/bugs/1674747>16:41
BlackDexbrendand pmatulis, you never guess the problem. Apperently the MTU size was giving problems16:48
BlackDexthat is something probably set only at the final stage, so that causes no problems during the deployment16:48
BlackDexit also figures why the kvm-instance worked, as that is on the same server, and no switch in between16:49
BlackDexthx for the help :)16:49
kklimondaare there plans for MAAS to provide CA?16:54
pmatulisBlackDex, wow ok! welcome17:13
roaksoaxkklimonda: CA ?17:25
kklimondaroaksoax: certificate authority17:26
stokachukklimonda: why would it?17:30
roaksoaxkklimonda: not in the short term17:30
roaksoaxif you want https, you'll need to put say, haproxy in fron17:30
kklimondastokachu: for example to configure your local CA on all nodes, or perhaps to have per-node client certificate.17:33
kklimondastokachu: I hit it when I was trying to make lxd deploy in an environment where internet connection was spotty17:34
kklimondawith juju, it was trying to connect to https://streams.canonical.com/ and this is hardcoded17:34
kklimondaI needed a certificate trusted by lxd/juju for that mirror, and I've ended up installing it with late_commands17:36
kklimondabut for example kubernetes cluster requires a CA too17:37
=== frankban is now known as frankban|afk
fabihi @ll18:20
fabiquick question: I followed all the steps here: https://docs.ubuntu.com/maas/2.1/en/manage-backup but for some reason I can't restore my backup on another machine failing with some kind of django error message "django.core.exceptions.ImproperlyConfigured: settings.DATABASES is improperly configured. Please supply the ENGINE value. Check settings documentation for more details."18:21
pmatulisfabi, i suggest opening a bug18:34
pmatulishttps://bugs.launchpad.net/maas/+filebug18:35
mupBug #1674788 opened: machine allocation on a (virsh) pod fails: frozenset does not support indexing <MAAS:New> <https://launchpad.net/bugs/1674788>18:35
pmatulisroaksoax, can we get the topic to point to the mailman list?18:35
fabipmautils, thanks will investigate and do!18:38
=== dannf` is now known as dannf
mupBug #1674807 opened: View the default-gateway set for a node <MAAS:New> <https://launchpad.net/bugs/1674807>19:47
mupBug # changed: 1588350, 1623751, 1669567, 167337721:17
mupBug #1674818 opened: [2.2] on the device details page, add interface and edit interface forms are inconsistent <MAAS:Triaged> <https://launchpad.net/bugs/1674818>21:17
mupBug #1214172 changed: juju/MAAS Tag constraints do not work in Precise <maas (Ubuntu):Won't Fix> <https://launchpad.net/bugs/1214172>21:17
maticue_Hi everyone! We're implementing MAAS region controller + MAAS rack controller. First question is: Is there any limit on the how many MAAS rack controller can be managed by a MAAS region controller?21:20
maticue_My second question is. I'd like to manage the DNS service using mass-cli. I could create domains, and registers.. everything goes well. However I see a really limited set of option when I create a new DNS domain. For example, they always are "master" and I can't declare using mass-cli a DNS slave. Is there any workaround for this?21:21
roaksoaxmaticue_: no limit, but we have not tested against hundreds of then. Maximum we've tested is about 1521:25
maticue_roaksoax: thanks!! and, do you know who I could resolve dns custom configuration? or at least who can answer that question?21:26
roaksoaxlamont: ^^21:28
lamontah, this #maas.21:29
* lamont was quite confused21:29
lamontmaticue_: the maas region will always be the master (in its own mind at least) of any dns domain/zone for which it is told to be authoritative.21:30
lamontadding a secondary that slaves from the region controller is trivial: just add the NS RR via dnsresource-records21:30
lamontmaas SESSION dnsresource-records create name=@ domain=$DOMAIN rrtype=ns rrdata=${NSHOST}.21:32
lamontmaticue_: what exactly are you trying to do with the DNS?  (most of what you might want to do with delegation is very doable)21:32
maticue_lamont: great! Now I can see it. However, my idea is to have an authoritative DNS server different than MAAS DNS server, near rack controller. However, I want my MAAS DNS server contains all domains and registers and manage them using the maas-cli . Not sure if I'm clear21:35
lamontthe part that we don't let you have control over: every domain/zone for which maas is authoritative _will_ have the region controller listed as an NS RR.  (See also launchpad.net/bugs/1672220 -- oops).  You can certainly deploy (via maas or "oldschool") an additional NS closer to the rack, add that NS RR to the RRset (for each and every domain you care about...) and thne configure named.conf on21:38
lamontthe slave to pull from (at least) the maas region21:38
lamontn.b. to simplify things, maas DNS zones are (cough, pay no attention to SRV, cough) limited to labels that contain no dots.  That is, each DNS zone is exactly one domain deep.21:40
lamontmaticue_: there isn't a way for the maas regiond to get told to edit a DNS zone other than those for which it is the master.  (the update changes the maas db, and then the zone file is generated from the db.)21:41
lamontwhat I generally do is give the maas server a real honest to goodness domain (maas.example.com), and then add NS RRs for maas.example.com. to the example.com. zone upstream.  I also tell maas to use an upstream resolver.21:42
lamontat that point, since maas has nothing to do with the upstream resolver config, I just make BIND do what it needs to do to make everything happy21:43
lamontand I suppose that could be done with split-dns, or even in isolation.21:43
lamontdoes that help?21:43
lamontwhere I was a bit fuzzy there is that "authoritative" does not clearly indicate master/slave status for the zone21:44
lamonthost other than maas-region as authoritative secondary? trivial.  host other tham maas-region as authoritative-master? only if the maas-region isn't authoritative for the DNS zone.21:45
* lamont forsees a blog post in his near future21:47
maticue_lamont: that is an excellent information. You give me a lot of reasons to think about. I'm pointing to "host other than maas-region as authoritative secondary"21:47
lamontthat's the dnsresource-records create above, and configure the secondary to grab from the regiond21:48
* lamont has been maintaining bind for way too long21:48
maticue_great, I'll test in that way. thank you so much!21:49
maticue_lamont++21:49
lamonthappy to help21:51
lamontmaticue_: http://voices.canonical.com/lamont.jones/2017/03/21/adding-a-secondary-name-server-for-a-domain-in-maas/22:46

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