/srv/irclogs.ubuntu.com/2017/06/29/#maas.txt

=== frankban|afk is now known as frankban
mupBug #1682374 changed: [2.2, UI, mobile] The navigation doesn't work on mobile <ui> <ux-qa-2.2> <MAAS:Fix Released by ricgard> <MAAS 2.2:Fix Released by ricgard> <https://launchpad.net/bugs/1682374>10:07
dholthello, I'm all of a sudden unable to deploy 16.04 because apparmor is preventing the ntp service from starting properly; does anyone else have this issue?12:54
dholtMAAS Version 2.1.5+bzr5596-0ubuntu1 (16.04.1)12:55
mupBug #1692557 changed: [2.2] Menu on mobile view does not work.  <MAAS:Fix Committed by ricgard> <https://launchpad.net/bugs/1692557>12:55
mupBug #1701256 opened: Creating a subnet with fabric specified gets the default fabric anyway <api> <MAAS:Triaged> <https://launchpad.net/bugs/1701256>12:55
Woods_Hello world!13:06
Woods_I am interested in using MAAS with juju to build a private cloud. Has anyone done this (I am guessing so). Can anyone provide links (how to page)?13:07
Woods_Would this work? https://linux.dell.com/files/whitepapers/Deploying_Workloads_With_Juju_And_MAAS-14.04LTS-Edition.pdf13:24
gimmicIn 2.2, during commissioning I am getting an error in IPMI power cycle, even though maas can power the node on/off14:40
gimmicmight be an ipmi backoff issue ala: https://bugs.launchpad.net/maas/+bug/160949615:00
gimmichttp://i.imgur.com/3XsqrlP.png15:08
gimmicdoes-not-compute15:09
roaksoax_gimmic: that seems like a BMC issue15:09
gimmicRight, didn't have this issue in 1.9, now seeing it in 2.215:09
roaksoax_gimmic: that's because 1.9 vs 2.2 do different things when it comes to power management15:09
roaksoax_gimmic: and maas 2.2 checks things differently, which is tripping the issue in the BMC15:09
gimmica timeout doesn't make sense as the ipmi interfaces are static allocated15:10
gimmicsame switched environment as the data15:10
gimmicinteresting.. the bmc stops pinging when comissioning starts, unless that's just maas powering it off/on15:24
gimmicvery curious.. I lose ping while the drac is power state changing, for a long time15:31
roaksoax_gimmic: are you using the latest version of the firmware ?15:49
gimmicdoubtful.15:49
ghost12345Hello. Can someone help me with MAAS on ubuntu 16.04 ? I have created question https://askubuntu.com/questions/930023/how-to-add-custom-power-type-to-maas-2-1-x-to-use-pc-power-control-using-raspber16:50
ghost12345There was old tutorial about how to add custom power type to maas 1.5.x16:51
ghost12345but maas 2.1 does not have power templates, and also I can't find provisioning server plugin16:51
mupBug #1701322 opened: Installing maas on a xenial VM fails. <MAAS:New> <https://launchpad.net/bugs/1701322>16:59
roaksoax_ghost12345: this could give you an idea: https://stgraber.org/2017/04/02/using-wake-on-lan-with-maas-2-x/16:59
=== frankban is now known as frankban|afk
ghost12345роаксоах_ thanks for article, but looks like provisioning server plugin was deprecated17:03
ghost12345rlak17:04
ghost12345roaksoax_ can I use deprecated plugin with maas 2.1.5 or it will conflict ?17:04
roaksoax_ghost12345: you would need to add your own plugin, the blog post shows what he did to add his17:13
ghost12345roaksoax_ he modified source code of maas, its to complicated, i will try to install old 14.04 version :(17:38
mskalka_hey everyone. Is there a way to specify which hardware tests are run during commissioning through the CLI? I can see where the tests are defined, but that's it17:49
=== mskalka_ is now known as mskalka
ltragermskalka: You can use the commissioning_scripts argument and specify scripts by name or tag, comma separated17:58
ltragermskalka: However the builtin scripts must always run, you can only select which custom scripts are run17:58
roaksoax_ltrager: example ?17:59
=== roaksoax_ is now known as roaksaox
=== roaksaox is now known as roaksoax
ltragerroaksaox: maas <profile> machine commission <system_id> commissioning_scripts=<script1>,<script2>17:59
mskalkaltrager, that's for commissioning, I'm talking about the 2.2 specific hardware tests which should be post commissioning if I understand correctly18:00
ltragermskalka: ^18:00
mskalkaltrager, as in "ntp" or "stress-ng-cpu-short"18:00
ltragermskalka: ah for hardware tests we have the testing_scripts option18:00
ltragermskalka: maas <profile> machine commission <system_id> testing_scripts=ntp,stress-ng-cpu-short18:00
ltragermskalka: You can pass none to disable testing18:01
mskalkaltrager, d'oh, missed that reading the parameters. Thank you!18:01
ltragermskalka: np18:01
mupBug #1701322 changed: Installing maas on a xenial VM fails. <MAAS:Invalid> <https://launchpad.net/bugs/1701322>18:02
mskalkaltrager, final question, is there a way to configure the defaults for that field?18:02
mskalkasay I always want to pass ntp18:03
ltragermskalka: Any testing script which is tagged with 'commissioning' runs by default at commissioning time18:04
ltragermskalka: By default only smartctl-validate is tagged commissioning since its the only test we have that runs quickly in all environments18:05
mskalkaltrager, that's perfect, thank you18:05
ltragermskalka: maas <profile> node-script add-tag ntp tag=commissioning18:05
jamesbenson_has anyone upgraded from 2.1.5 to stable 2.2.0?  Is it smooth?  It was hard enough to get 2.1.5 running properly, I'm worried about the upgrade.18:06
roaksoaxjamesbenson_: i have, didn't come across any issues, i have not tested again though, I'm trunning trunk now18:07
jamesbenson_roaksoax, have you implemented any of the hardware testing?  That's the main feature I'm interested in.18:08
roaksoaxjamesbenson_: myself personally, no, my team has though18:12
roaksoaxjamesbenson_: but I can asnwer questions18:13
jamesbenson_no real questions, just wanted to see how well it works.  We use hardware based raid, just wondering if it would detect individual drives and errors, etc.18:13
roaksoaxjamesbenson_: if they are seen to the os as individual disks, yes hardware testing wuld test all those disks individually18:22
roaksoaxjamesbenson_: but you could also write your own test scripts18:22
jamesbenson_Thanks roaksoax18:23
jfkwI've updated maas-2.0 to 2.1 and now 2.2. Nodes are failing deployment with: cloud-init util.py: Running module ntp (<module 'cloudinit.config.cc_ntp' from '/(...)/cc_ntp.py'>) failed20:17
pmatulisjfkw, if all you did was upgrade and something is broken please open a bug. you may be asked for logs20:22
mupBug #1701352 opened: Curtin failure is not detected as an installation script failure <MAAS:In Progress by ltrager> <https://launchpad.net/bugs/1701352>20:44
jfkw@pmatulis: thanks, looking into filing a bug report now, after checking duplicates. There is no mention of bug reporting on https://docs.ubuntu.com/maas/2.2/en/troubleshoot-getting-help.20:58
jfkwThere is an existing bug https://bugs.launchpad.net/maas/+bug/1686485 which has a  similar report, but for that user node deployments succeed, whereas mine do not.20:59
pmatulisjfkw, https://bugs.launchpad.net/maas/+filebug21:02
jfkwIs there a syntax in cloud-init to disable a module, ntp in this case? Looking at my node's console log, I think ntp is only a warning, and the deployment fails for other reasons.21:08
gimmicnoticed this in rackd: 2017-06-29 16:15:19 provisioningserver.utils.services: [info] observe-arp[em1]: FileNotFoundError: [Errno 2] No such file or directory: b'/bin/maas-rack'21:17
gimmicI don't see any bin/maas-rack, but I do see an sbin/maas-rack. What does this break?21:17
roaksoaxjfkw: do you have full output21:23
roaksoax?21:23
dholt@jfkw did you file a bug? I think I'm seeing the same issue22:29
roaksoaxdholt: can you confirm you are using 2.2 or 2.1 ?22:56
roaksoaxdholt: also, do you have a full log ?22:56
dholti'm on 2.1: MAAS Version 2.1.5+bzr5596-0ubuntu1 (16.04.1)23:03
dholti'll have to re-provision to get new logs, which would be most helpful?23:04
jfkwdholt: this seems to already describe the bug: https://bugs.launchpad.net/maas/+bug/1686485 My problem is more likely with lack of apt being able to reach my proxy during deploy, and failing for that reason.23:05
dholtok, thanks; that seems unrelated to my issue. I can't deploy 16.04 at all any longer23:07
dholtit didn't coincide with an update or anything, just changed overnight23:07
roaksoaxdholt: ah yes, there seems to be  kernel issue that's preventing deployment of xenial23:15
roaksoaxdholt: https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/170129723:16
dholtoh yeah, that's the one :) thanks23:17
roaksoaxdholt: a *work-around* is to add a kernel param with apparmor=023:18
jfkwroaksoax: where does one add a global kernel param? UI or CLI23:30
jfkwroaksoax: found it https://docs.ubuntu.com/maas/2.2/en/installconfig-nodes-kernel-boot-options23:32
mupBug #1701400 opened: [2.3] Events page no longer auto-updates in chrome <MAAS:New> <https://launchpad.net/bugs/1701400>23:47
mupBug #1701401 opened: [2.3, UI] Events page no longer auto-updates in chrome <MAAS:Triaged> <https://launchpad.net/bugs/1701401>23:47

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