=== frankban|afk is now known as frankban [10:09] Bug #1730626 opened: bond-lacp-rate set on any bond type [13:46] I am trying to automate my nodes installation and I have one question.. when deploying a node, if I need to copy a file after the instalation is done, what is the best way to achieve that with MAAS? Lets say its a secret file which I need on the server to run a set of scripts to be ran by curtain with late_commands, is there any way to copy the files from the MAAS controller automagically? [13:48] The only way that I see it is that I need to maintain a custom image repository and have the file already inside of that image [15:15] <[Kid]> anyone used maas and juju to deploy kubernetes? [15:15] <[Kid]> i am having issues [15:29] [Kid]: what issues? [15:29] dnegreira: you can do that via a late_command or by passing cloud-init user-data [15:37] Bug #1711760 changed: [2.3] resolv.conf is not set (during commissioning or testing) [16:16] Bug #1728309 changed: [2.3] Comissioning didn't remove disks that no longer exist [16:16] Bug # opened: 1730690, 1730691, 1730693, 1730694, 1730697 [16:34] Bug #1730703 opened: [2.3rc2, UI] Rename the section "Settings" of machine details to Configuration <2.3qa> [16:49] Bug #1730704 opened: [2.3rc2, UX improvement] "Edit" is a vague link label in the Overview card <2.3qa> [17:10] Bug #1730708 opened: [2.3rc2] Inconsistency between icons/state in machine listing and the hardware test section <2.3qa> [17:40] Bug #1730708 changed: [2.3rc2] Inconsistency between icons/state in machine listing and the hardware test section <2.3qa> === frankban is now known as frankban|afk [18:35] hello, does anyone have experience with running a Rack Controller in a different VLAN than the one it is supposed to be managing? [18:40] Bug #1431156 changed: When a custom image is added, multiple OS entries are created for it [18:40] Bug #1730089 changed: IPMI power cycle on power on [18:42] din: yes [18:43] din: can you expand into what you are trying to do ? [18:59] roaksoax: I have a subnet for mixed VMs and bare metal (where MAAS lives) and a subnet dedicated for baremetal. The Rack Controller is currently set up to serve the mixed subnet, and all of MAAS is on one node [19:00] I have the DHCP/PXE requests forwarding fine (tcpdump looks good on that front) but I think the subnet in MAAS is not set up with a rack controller which is why the nodes are not provisioning [19:01] roaksoax: it won't let me select the current rack controller (which is probably intended) and I'm unsure exactly how to proceed. The docs seem thin here. [19:57] For the archives, I got it working. You can have multiple subnets in a VLAN. I had a VLAN per subnet. So adding the desired subnet to the VLAN that was associated with the existing Rack Controller made it automagical. [20:24] <[Kid]> roaksoax, i am doing a juju deploy and i have 7 "Ready" nodes in MAAS, but juju only spins up 4 of them [20:25] <[Kid]> i have pointed it to a YAML that has all 7 machines in it. [20:29] din: they could not be provisioning because the machine may not be able to communicate to the region [20:29] [Kid]: that's probably because of the constraints. What are the hardware details for your machines ? are you using any extra constraints [20:29] ? [20:44] <[Kid]> hardware is plenty [20:44] <[Kid]> 10+ cores and 96GB+ of RAM [20:44] <[Kid]> no extra constraints on model or deployment [20:49] Bug #1730751 opened: LACP rate fast by default [21:01] [Kid]: are they in the same "zone " ? [21:04] <[Kid]> yes, they are [21:04] <[Kid]> i just have the default zone [21:42] [Kid]: how are youjuju deploy, what if you deploy mahcines with maas directly via the api or cli [21:42] <[Kid]> that works. [21:43] <[Kid]> it is something between juju and maas [21:43] [Kid]: enable juju debug logging and see what juju is doing [21:44] <[Kid]> what is that? [21:44] <[Kid]> juju debug-log? [21:44] <[Kid]> that just shows it [21:44] [Kid]: yeah, see what requests juju makes and what's going om [21:54] <[Kid]> ahh i gotcha. [21:54] <[Kid]> i will try that [21:54] <[Kid]> thankas