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

stormmoreok this inconsistency is driving me nuts, install maas using apt install maas, then log in using the CLI and create a dynamic reserved range and try the associated enabling of DHCP which fails inconsistently with the rack controller not being registered to the region controller on the same box!02:45
stormmoreis it just my day for weird issues :-/02:46
mupBug #1668880 opened: maas partitions create size cannot be percentage <MAAS:New> <https://launchpad.net/bugs/1668880>07:52
=== frankban|afk is now known as frankban
=== frankban is now known as frankban|afk
cnfhi, how come maas can't find the virsh power type when i just installed libvirt-bin ?11:59
mupBug #1668957 opened: [2.1.3] maas API 2.0 - link_subnet does not work when linking subnet on a different fabric <oil> <MAAS:New> <https://launchpad.net/bugs/1668957>12:02
cnfshould maas be able to use qemu://system as a power address?12:06
cnfhmm, it seems it insists on having an IP there12:07
brendandcnf, the maas instance is on the kvm host?12:57
cnfbrendand: the kvm host is the maas host12:58
cnfso uhm, yes12:58
cnfbrendand: i just need a place to run the juju controller12:58
cnfzeestrat: k, seems to work13:21
cnfi think :P13:21
=== frankban|afk is now known as frankban
FlintHi guys!14:15
=== Flint is now known as Guest54478
Guest54478Hey folks, any URL where I can have an informations related to "How to build custom images on MAAS" or "Explanation of a MAAS image"14:19
Guest54478??14:19
brendandGuest54478, Ubuntu and CentOS 6.6 and 7.0 images are included with MAAS for free, custom images require a support agreement14:25
disposable2where can i find out why WoL powertype was removed from maas 2.x? i really miss it.14:31
mupBug #1437024 changed: Failure to PXE-boot from secondary NIC <hwe> <ipv6> <uefi> <MAAS:Invalid> <grub2 (Ubuntu):New> <https://launchpad.net/bugs/1437024>15:06
Guest54478Hi brendand, thanks for the reply, I know that Custom image require support agreement, but here, I'm looking for how the supported images are builded and what MAAS is expecting to find on the images like does it need cloud-init or another tool etc15:41
cnfcan I have maas ignore cert failures for a VMWare power module?16:31
=== frankban is now known as frankban|afk
DesktopManwhen does maas add ssh keys to a deployed node? can I add a key in maas after and connect with it?18:44
pmatulisDesktopMan, when the node is deployed. no18:54
DesktopManat which point are they added? commision or deploy?18:54
DesktopMan(not sure if deploy wipes what's there from comissioning...)18:54
pmatulisdeployed18:54
pmatuliscommissioning does not touch the node's disk18:55
DesktopManah18:56
DesktopManthanks18:56
DesktopManthe keys are added under the ubuntu user? or is there a user created for the maas user that deploys it18:57
DesktopMan(if it's ubuntu)18:57
pmatulisin the web UI you are logged in via a user. that's the user whose keys will get copied when that user deploys18:58
pmatulis(each web UI user has keys imported into their account/profile)18:58
DesktopManbut is the user also named after the maas user? or is it always ubuntu18:59
pmatulisoh, you mean when you ssh to the node?18:59
DesktopManyeah18:59
pmatulisyes, exactly, it is always to the 'ubuntu' account18:59
DesktopMangreat, thanks. should know enough to connect now :)19:00
pmatulisDesktopMan, it would be great if you could follow along here and open a docs bug if something is not clear:19:01
pmatulishttps://docs.ubuntu.com/maas/2.1/en/installconfig-deploy-nodes19:02
pmatulisthere is a link at the bottom of the left menu for doing that19:02
pmatulisDesktopMan, it's important to realize that this only works when you deploy directly from maas. i.e. deploying something via juju:maas will not have the key (in maas) copied. you need to do that via a juju method (i.e. add key to a juju "model")19:04
DesktopManthanks. I haven't quite figured how juju deployment differs yet19:07
DesktopManhmm dumped to a grub prompt after Fetching Netbook Image. that's not good19:16
stormmoreanyone have any suggesions as to why when installing maas using the maas package it doesn't always configure the rack controller?19:16
DesktopManIntegrated NIC 1: Intel(R) 2P X520/2P I350 rNDC, any known issues pxe-booting from that?19:21
kikostormmore, I'm very curious about that -- if it's the case then it's an ugly bug19:29
kikostormmore, apt-get install maas doesn't leave rackd running?19:29
stormmorekiko, it is running but not registered to the region controller19:30
stormmorekiko, so when I try and implement dhcp through the cli I get "dhcp can only be turned on when a primary rack controller is set."19:31
stormmorekiko, and it isn't consistent which is the weird part, one run of my automation fails and then a wipe and rerun might work or fail19:32
kikostormmore, and you've set up the VLANs correctly?19:32
kikowhen it fails, what do the logs say?19:32
stormmorekiko, not using VLANs at the moment19:32
kikoI have long suspected there's a bug in the rack registration19:32
kikoMAAS 2.x?19:32
stormmoreyes MaaS 2.119:32
stormmorenot sure which log would be good to look at, can you advise me so then when it happens again I can look?19:33
kikowell, /var/log/maas/*log and the rackd/regiond log in particular would tell you if the rackd ever registered or if it's a registration failure happening early in the process19:39
stormmoreOK I am sure I will be reinstalling maas surely. just doing a bit of bash coding for a script to initialize an environment19:41
kikoalso, note that MAAS is currently sensitive and bad about guessing what NIC you want MAAS to talk on19:43
kikostormmore, so if your machines are multi-homed, make sure we're configuring it to do the right thing19:43
stormmorekiko, the inconsistency suggests it isn't a system configuration problem19:44
kikowell, you could get interfaces unpredictably named in the old days, and maybe that is your case..19:46
kikoi.e. pre-16.04/systemd19:46
stormmoreyeah I am using 16.04 lts19:47
cholcombei'm having some trouble getting maas working on lxd.  The problem seems to be that twisted can't bind and listen on localhost:6919:48
cholcombei followed the lxd-install page exactly19:49
cholcombei'm running on xenial19:49
cholcombenc is able to listen on the port.  I suspect it's something else19:53
stormmorelast 2 installs have worked :-/19:58
kikocholcombe, do you have the right interface name configured?20:00
kikocholcombe, what's the log entry you are seeing?20:01
BlackDexcholcombe: is it listing on localhost:69 or ::69?20:38
BlackDexbecause some services really really want ipv6 localhost for some reason. And if that isn't configured for your lxd, then that could give some trouble20:40
=== beisner- is now known as beisner
cholcombekiko: i'll gist in a sec21:06
cholcombekiko: https://gist.github.com/cholcombe973/376aa769285493ea81e95fbadcfeb25d21:06
=== Siva is now known as Guest19683
mupBug #1668731 opened: Total pod resources not matching used pod resources <MAAS:In Progress by newell-jensen> <MAAS RSD :In Progress by newell-jensen> <https://launchpad.net/bugs/1668731>22:20
stormmorekiko so far today I only seen the "bug" once but of course I am still nowhere close to finishing what I am doing so I am sure I will see it again and will investigate further23:42

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