[00:17] I am trying to understand how can I set a maas server [00:17] First time [00:17] ?? [00:17] Bye [00:17] Anybody?? [00:46] Is there a usable guide for creating your own images for use in maas 2.1? [02:15] bluis8... [02:15] bw__... === frankban|afk is now known as frankban [12:03] Bug #1465732 changed: 1.8.0 Incorrect interaction on actions button [12:03] Bug #1477614 changed: 1.8 Re-align two column tables [12:03] Bug #1605253 changed: [doc] maas.io/get-started refers to 1.9 and not 2.0 [13:40] Any MAAS Dev on yet ? === GMR_Master is now known as teranet [13:44] teranet, yes - what's up? [13:44] are you working on the latest code of MAAs right now too ? [13:45] teranet, yes [13:46] Andres closed a ticket which is a bug and needs to be addresses with the latest packages the DHCP Server fails to work within maas : https://bugs.launchpad.net/maas/+bug/1649397 [13:46] The issue there is that a file in this bug is removed on restart which should never ever been removed. [13:46] ConditionPathExists=/var/lib/maas/dhcpd.conf was not met [13:47] Each time you reboot the MAAS Rack Controller it for some odd reason remove this file [13:47] this only happens with the latest in 16.04 LTS [13:48] teranet, that file is owned by maas, so what makes you say it should never be removed? [13:48] even if there isn't a need for MAAS-DHCP the file has to exist otherwise when MAAS decided to use it it fails. [13:49] in MAAS 1.9 and 2.0 it always existed now all of the sudden in 2.1.1 it's gone [13:49] as soon you manually touch the file the DHCP server of MAAS is kicked in and works ... still missing it's config because it's blank [13:51] I troubleshoot this issue now since a week and it boils down to the same result. Also bdx stood up the same box completly indipendant from me and ran into the exact same issue [13:51] I do have MAAS DHCP configured in the MAAS GUI but it still won't create the file listed above [13:52] teranet, what are you actually doing in maas itself? are you trying to enable dhcp and that's failing? [13:53] teranet, starting maas-dhcpd independently of maas itself is not a workflow that is supported [13:53] Yes but as you might know you can't enable DHCP in the latest Version anymore the way it was like in 1.9 or 2.0 [13:53] stay on the point brendand [13:54] teranet, it's not known to be broken, so there's something about your environment that stops it from working, let's figure out what that is [13:54] when you setup MAAS and let maas manage DHCP it has to start DHCP no matter what [13:58] teranet, let's start from step one, i guess you are able to reproduce this after installing maas freshly (not upgrading an existing one) [13:58] correct as stated even bdx came to the same result [13:59] teranet, by the way, i am not assuming you are not having a real issue, but you shouldn't also assume maas is generally broken. we do test it quite a bit, but cannot test everything. obviously there is something special about your environment that makes it not work [13:59] teranet, so that's a helpful data point [14:00] teranet, now when do you first see an issue? when enabling dhcp? [14:02] that is, in the ui [15:48] bdx: I think the issue you are having is that your rack controller doesn't know how to create the dhcpd config file [15:48] bdx: the "flat" network scenario would be that you have an interface on an "untagged" vlan [15:50] that's what we have just fyi roaksoax [15:56] Hello everyone: I'm trying to use maas to push some routes out to hosts and /etc/network/interfaces is being mangled a bit preventing some of the routes from working. http://pastebin.com/Ne7HCHEx shows what I mean. Notice the lack of a newline after the first route. This seems like a bug, anyone have idea why it's happening? [15:57] brandor5: what do you mean by mangled ? [15:57] brandor5: are you adding the routes via preseeds ? [15:57] roaksoax: it's not inserting newlines, look at the link I posted [15:57] roaksoax: I'm setting these routes in maas itself under the subnet definition [15:58] brandor5: for the machine you are deploying/deployed, can you get the maas machine get-curtin-config ? [15:58] brandor5: that should show me the config MAAS is sending to curtin, and curtin parses that and creates e/n/i [15:58] roaksoax: ok, hold on a second, i'll try to grab that info [16:15] roaksoax: Here is that info: http://pastebin.com/t4ksnaSP [16:25] Bug #1649626 opened: Failed deployment on Proliant DL 380 Gen9 [16:35] brandor5: does that include all the routes you are expecting ? [16:36] roaksoax: yes [16:42] brandor5: seems like a bug then. Can you please file a bug against launchpad.net/maas and attach your e/n/i and the output of get-curtin-config ? [16:42] roaksoax: sure thing [16:43] brandor5: the bug doens't seem to be in MAAS, but it will be a curtin bug for sure, but we will track it in MAAS too [16:57] roaksoax: true, see my latest comment/question on https://bugs.launchpad.net/maas/+bug/1649397 [17:01] Looking for image creation guide for maas 2.1+... any pointers? [17:02] maas-image-builder is deprecated? [17:05] bdx: "maas sysadmin vlan update fabric-0 untagged dhcp_on=True primary_rack=sf2-maas00" -> this is not a fix, this is how you enable DHCP on MAAS 2.0+ [17:06] bdx: or, you go to the WebUI, you chose a VLAN (i.e. 'untagged' VLAN on fabric-0), and "Take Action -> Provide DHCP" [17:13] bdx: and the flat network case, that means you, in MAAS, have at least [17:13] 1. One fabric, One "VLAN", One subnet [17:13] bdx: so that would be: [17:13] fabric-0 - 'untagged' - X.X.X.X/24 [17:14] bdx: and you need a rack controller connected to the 'untagged' VLAN of fabric-0 === frankban is now known as frankban|afk [17:16] roaksoax: so possibly the scenario is different when you only have a single interface, with a single flat subnet upon which you are trying to provide DHCP [17:17] because the option to provide DHCP just doesn't exist in the gui without first applying "maas sysadmin vlan update fabric-0 untagged dhcp_on=True primary_rack=sf2-maas00" [17:20] bdx: go to the VLAN (i.e. untagged) [17:20] bdx: click on "Take Action" [17:20] bdx: and you will see "Provide DHCP" [17:21] roaksoax: spinning up a fresh instance now to go through this step by step [17:24] bdx: http://people.canonical.com/~andreserl/vlan-provide-dhcp.png [17:25] bdx: that's a freshly installed 2.1.1 [17:25] * roaksoax reproduces with 2.1.2 [17:27] same behavior with 2.1.2 [17:28] roaksoax: yea ... I'm not hitting the issue anymore .... not sure why I can't reproduce it now [17:29] roaksoax: thanks for looking into this [17:29] bdx: no worries, glad I can help [18:10] roaksoax: bug added (1649652) [18:13] Bug #1649652 opened: [MAAS 2.1.2] Issue with adding routes to hosts via maas [19:00] is there a way to have maas run a script at the end of provisioning a system? === frankban|afk is now known as frankban === frankban is now known as frankban|afk