[00:41] Bug #1664748 changed: wifi connection drops, reconnects every 10 minutes === Guest3904 is now known as medberry === medberry is now known as med_ [01:50] Guys, I am getting the same output (https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1303934), when deploying a node with multiple disks on the same controller. I am using MAAS Version 2.1.3+bzr5573-0ubuntu1 (16.04.1) [01:51] Is this "sda" stuff hardcoded somewhere ?? === mbarnett_ is now known as mbarnett === mimizone_ is now known as mimizone === arosales_ is now known as arosales === zeestrat_ is now known as zeestrat [03:42] Bug #1664813 opened: [2.2] Cannot add a static route in the UI [04:42] Bug #1664822 opened: [2.2] MAAS IPMI autodiscover should enable IPMI-over-LAN if disabled === bradm_ is now known as bradm [07:36] how I can deploy a Debian image on Maas. All I found were Ubuntu releases and CentOS and I tried with the custom image option but I just didn't know how to do it. Is it not supported? because if so, they didn't mention it in the docs. === frankban|afk is now known as frankban [07:47] hello ? can anyone help ? [07:55] @myra: I'm not an expert in maas but it's an importand question for me as well [07:56] one of my next steps will be the maas debian integration. [09:04] Can we create a swap parition by default with maas? Or do i need to create that partition everytime i add a new machine? [09:15] Bug #1664882 opened: Add link to web interface of OOB management/power IP address in web UI === MrPekka_ is now known as MrPekka [10:06] Hi, how can we update the fabric of an interface using CLI? [10:22] hello [10:22] how I can deploy a Debian image on Maas. All I found were Ubuntu releases and CentOS and I tried with the custom image option but I just didn't know how to do it. Is it not supported? because if so, they didn't mention it in the docs. [10:24] junaidali: use: maas $maas_profile fabric update $fabric_id name=$name [10:26] hachi: will it not just update the name of fabric? [10:27] I'm trying to attach subnet on fabric-3 but maas cli seems to be only picking subnets from fabric-0 [10:28] I'm using this command [10:28] maas maascli interface link-subnet 4ryhwa eno2 mode=AUTO subnet=192.168.246.0/24 [10:29] I'm trying to link the mentioned subnet with interface 'eno2' [10:30] but the subnet is not in fabric-4, so it errors '{"subnet": ["Select a valid choice. That choice is not one of the available choices.", "This field is required."]}' [10:30] ah, you have another problem then. you want eno2 to be on fabric-4 ? [10:30] yes [10:31] or if I can move subnet to fabric-0 that will work too [10:31] but I am unable to move subnet to fabric-0 as well :( [10:32] junaidali : wait a sec please .... [10:36] Hello ! [10:36] how I can deploy a Debian image on Maas. All I found were Ubuntu releases and CentOS and I tried with the custom image option but I just didn't know how to do it. Is it not supported? because if so, they didn't mention it in the docs. [10:36] so can anyone here help me ? [10:37] Myra: MaWe_ replied you earlier when you got offline [10:38] let me quote his reply here [10:38] "@myra: I'm not an expert in maas but it's an importand question for me as well" [10:38] "one of my next steps will be the maas debian integration. " [10:39] Thanks but that doesnt quite help does it now [10:39] I've been stuck for over a week now and I just couldnt find a way to do it or someone to help [10:39] so someone advised me to post it here on this chat [10:51] junaidali : i think you need to update the interfaces to be linked to the $fabric you want using :maas $maasadmin interface update ..... [10:51] but i am not sure i cannot test it right know. [10:51] if you are interested, [10:51] recently i have written a bunch of shell functions to automate these things: [10:52] https://github.com/hamzaachi/maas_scripts [10:52] i will add a README file later on on how to use them [11:04] the powers keep turning off for some reason [11:04] but thanks hamza [11:04] I will try that and tell you [11:07] but what do I do after updating the interfaces ? where am I going to find the debian image ? [11:11] myra: i am sorry i don't now much about MAAS images, iam familiar with MAAS CLI. [11:11] i just use the default images for now [11:11] :) [11:23] can't I import a Debian image with that sstreams option ? [12:45] thanks hachi for the script, it is indeed very helpful. Sorry for late reply, I had to offline for a while. === coreycb` is now known as coreycb [13:01] Hello again [14:33] Bug #1664987 opened: Documentation Link Broken [15:03] Bug #1664996 opened: MaaS Install Rack Controller: Instructions Unclear [15:03] Bug #1665000 opened: Column Sort on Nodes page is broken === frankban is now known as frankban|afk [16:30] Bug #1663324 changed: Maas Region Controller fails to install using external postgres via debconf [16:30] Bug #1663324 opened: Maas Region Controller fails to install using external postgres via debconf [17:00] Bug #1665038 opened: [2.2] Moving a subnet from one fabric/vlan to another, did not automatically update the rack controller [18:00] Bug #1665057 opened: No Save button on fabric/vlan/subnets [18:06] Bug #1665057 changed: No Save button on fabric/vlan/subnets [19:57] is there a way to turn off the intro stuff in MAAS 2.1.3 [20:00] got it [20:02] nope [20:13] Bug #1635069 changed: [web UI] subnet settings are dangerously easy to change [20:13] Bug #1665104 opened: ARM64 Gigabyte server sometimes fails to enlist in CI [20:23] spaok, what intro stuff? [20:24] some of my servers expose serial-over-lan over ttyS1 serial interface, how can I modify curtin to create /etc/init/ttyS1.conf (just like uncloud-init creates /etc/init/ttyS0.conf) [20:24] or should I just edit the image itself and put all logic inside? [20:25] does https://maas.ubuntu.com/docs1.7/development/preseeds.html#user-provided-preseeds still apply to 2.1.x release? [20:45] pmatulis: on first login to the MAAS webui in 2.1.3 you get prompted by a intro page [20:45] maas maas maas set-config name=completed_intro value=true [20:45] turns off the first page, but there's a second one [20:53] spaok, ohh the config journey. ok [20:54] ya, just don't need that page showing up :) [20:54] interesting that the API call only turns off the first page. i consider that a bug [20:54] consider filing a bug on it [20:54] kk [20:55] I'll try a container rebuild with the option set and see if I get it [20:55] when I tried setting if after I still saw the user intro [20:55] thanks. i didn't know about this API call === frankban|afk is now known as frankban [21:43] Bug #1665143 opened: commissioning does not discover block devices on HP ProLiant DL360 Gen9 servers === frankban is now known as frankban|afk === mwhudson_ is now known as mwhudson === mwhudson is now known as Guest32650 === mwhudson_ is now known as mwhudson