=== jam1 is now known as jam [05:01] anyone around fam with maas-enlist error codes? I am getting return code 8 [06:31] @pmatulis: better docs for networking side (fabrics, spaces, subnets, vlans) and how it all fits together; better docs on image customization - both with curtin (late and early commands), as well as preparing own images; actually, going back to networking, I think I've configured bonding using some random blog post; I haven't even touched more advanced partitioning, but at this point I'm assuming it's also going to be underdocumented. [10:56] morning [10:56] anyone around that can help me underatand the network requirements etc for maas? [10:58] cnf, do you have any specific questions? [10:59] brendand: well, maybe, i'm trying to understand what is needed to get maas working [10:59] i have machines that are connected with a 2 x 10G LAG [10:59] and i'm not sure how to get PXE on that, and what management connectivity is needed to machines after pxe boot etc [11:00] a point to documentation that explains this would help, for now [11:01] cnf, try reading https://docs.ubuntu.com/maas/2.0/en/ thoroughly [11:02] yes, i have that open [11:02] have had for a while [11:02] cnf, for the nodes, the pxe boot config is really hw dependent [11:03] cnf, so you'll have to consult the machines documentation for that [11:03] cnf, and the power management is again machine dependent, so it really depends what kind of hw it is [11:06] power management? [11:06] cnf, if you make the machines pxe boot then maas might auto-detect the power parameters [11:06] cnf, so start there [11:07] i don't understand, where does power management come in? [11:07] cnf, so maas can turn the machine on and off [11:07] but that doesn't explain how to do the pxe booting on my network [11:08] or what connectivity is required on a network level [11:09] cnf, one machine needs to function as the rack/region controller. other ones can be nodes. they must all be on the same vlan [11:09] cnf, maas does assume good familiarity with configuring a network [11:10] yes, but i don't know what is required [11:12] and I can't find the requirements documented [11:55] hmz [12:03] cnf: once you install and configure the rack controller it supplies and pxe. there isn't much of a network requirement for that part, chuck them all on a switch and you're good [12:03] DesktopMan: well, i'm not good [12:03] it's a switch that's already in use for a LOT of other things [12:03] the rack controller also does nat for you so the nodes get wan access through it [12:03] then you should pxe boot on a vlan [12:03] to isolate it [12:03] and how do i do that on a LAG link? [12:04] server bios, under boot settings [12:04] choose the nic for pxe there, and you can also set a vlan (if it's supported) [12:04] yes, but no LACP, afaik [12:04] anyway, i'm looking into getting that sorted on the juniper side [12:05] DesktopMan: so MAAS needs the servers to be in an untagged vlan, a single one for pxe and management? [12:05] no, you can set the dhcp / pxe server for a vlan if you want [12:05] so how do you configure the vlan in the os once it is booted? [12:05] well, s/do you/does maas/ ? [12:06] I've only used the maas web interface for that, but you go to subnets and click the vlan you want pxe on [12:06] then configure the dhcp server for that vlan [12:06] DesktopMan: right, that's on the management side [12:06] that makes sense [12:07] on the metal side, maas needs to first pxe boot, and then login to the installed OS to change config, right? [12:08] after your machines have booted from pxe you commision them (get them ready for use), then deploy them. after deployment (os install) you can configure the rest of the network interfaces from maas [12:08] or you can log in and do it yourself manually [12:09] when you commision you can select to allow ssh access, if you do it installs the ssh keys for the current maas user. [12:10] well, to commission them, maas needs network connectivity to them, right? [12:11] yes, but it uses the pxe network for that [12:11] but that means that to the metal, the MAAS vlan needs to be untagged [12:12] k, so my biggest problem is getting pxe to work on a LACP bond [12:13] yeah that part I'm not sure about. is the lacp bond hardware configured? [12:13] or is it done at the OS level [12:14] well, on the metal on an OS level [12:14] so during boot, there is no LACP yet [12:14] but the switch does expect it [12:16] we found something that might work on the qfabrics [12:16] where you can force one of the members to be up, even without lacp [12:16] going to test if that works [13:43] kklimonda, thanks for the feedback [14:05] does maas work on a V6 network? [14:07] cnf: yes [14:07] it does [14:07] latest version of MAAS for better support though [14:08] kklimonda, any more specific info can be put here: https://github.com/CanonicalLtd/maas-docs/issues/new [14:23] roaksoax: hmm, docs seem to indicate you still need ipv4 present, though? [14:23] https://docs.ubuntu.com/maas/2.1/en/installconfig-network-ipv6 [14:25] cnf: not really, no [16:03] Bug #1408820 changed: [docs] configure.html#preseed has out of date link [16:03] Bug #1666852 changed: apt IGN messages timeout very high causes failed commissioning and deployment [16:03] Bug #1668315 opened: [2.1+] Missing documentation about preseeds in new documentation [16:03] hmz [16:07] damn thing won't pxe boot [16:13] how do people use MAAS on machines on a LAG? [16:14] my machines have separate management interface that I use to PXE them [16:16] anyway, is it LAG or LACP? [16:18] LACP [16:18] 2 x 10G [16:20] ok, that's tricky - some switches allow you to configure LACP interface to bring the link up as a normal interface until LACP control packet is received [16:20] but IIRC that's not part of a standard [16:21] trying to find how to do that on a juniper [16:22] I was hoping http://www.juniper.net/techpubs/en_US/junos10.3/topics/reference/configuration-statement/force-up-edit-interfaces-ex-series.html would help, but it doesn't seem to [16:22] hmm, afaik force-up should do the trick [16:23] doesn't seem to [16:23] it can be configured only on a single interface from bundle afair, are you sure you are configuring the correct one? [16:27] it was set on 1 interface, and both of them are set to PXE boot on the DL380 [16:28] those are 10gig interfaces, are you sure your machine is booting from 10gig and not 1gig only? just checking, I've seen servers which had to have 10gig PXE enabled in BIOS [16:29] yep [16:29] checked the bios, made sure the 10G ones are at the top [16:29] made sure it where the ipv4 ones, as well [16:35] I'm testing MAAS 2.2 beta (from ppa:maas/next) and it's throwing a lot of >>django.db.utils.IntegrityError: duplicate key value violates unique constraint "maasserver_staticipaddress_ip_key"<< in logs, any idea if that has been reported? [16:35] is there a way in MAAS to have it load BTRFS instead of ext4 when a machine is deployed? [16:36] perhaps a custom image? [16:36] it strikes me as a custom storage layout [16:36] hmm, dammit :/ [16:37] good point [16:37] cnf: you don't have a separate 1gbe interface? [16:37] plenty of interfaces [16:38] none connected? ;) [16:38] not really switches to connect them to, though [16:38] everything is 10G LACP here [16:38] i could add a switch, but then that switch would not have the right vlan [16:39] and then i'd have 1G for a few machines, at best [16:47] hmm, all searches do indeed point to force-up [16:47] but that isn't working, it seems [16:47] what switch model do you have? [16:48] juniper QFX3500 [16:54] so if I enable dhcp in MAAS, do i need to start the service manually on the linux machine it is on? [16:55] cnf: No. MAAS will configure / start dhcp. We dont use the "systems" daemon. MAAS runs its own isc-dhcp daemon [16:55] roaksoax: ok, but i should see a dhcpd process, right? [16:56] or is it called something else? [17:01] yeah, maas didn't start the dhcpd it seems... [17:01] wow [17:01] roaksoax: is it running actual isc-dhcp-server, or does it have its own DHCP implementation? [17:01] roaksoax: at least on 2.2 port 69 is boung to by some python3 process [17:02] ok, my bad [17:02] hi. what's the recommended method replacing preseed scripts in maas 2.1? I need to modify the rt_tables/ip routes during deployment. [17:03] Bug #1668329 opened: [2.2, 2.1] ssh key comment contains unicode character - node deployment fails [17:04] kklimonda: it is running isc-dhcp [17:04] kklimonda: as maas-dhcp [17:04] dhcpd 2364 0.0 0.1 35848 13520 ? Ss 18:00 0:00 dhcpd -user dhcpd -group dhcpd -f -q -4 -pf /run/maas/dhcp/dhcpd.pid -cf /var/lib/maas/dhcpd.conf -lf /var/lib/maas/dhcp/dhcpd.leases ens192 [17:04] for me [17:04] that's the one [17:04] which wasn't started when I enabled dhcp in the UI [17:05] yeah, sorry - I've done off-by-one mistake - 67/68 is dhcp, 69 is tftp [17:10] should MAAS be creating DNS entries for machines' BMC IP addresses? [17:11] kklimonda: not for BMC's [17:14] roaksoax, we had troubles before with bmc addresses being used for maas - in the ci we create an ip range to cover the bmc addresses [17:14] brendand: was that the source of the issue really ? [17:15] roaksoax, creating the range was the solution, not the cause [17:16] roaksoax, just wondering if it's relevant to what kklimonda said [17:18] brendand: in our case because we do a bad design thing to share the subnet of the bmc's [17:18] it's not a bad design if it works! [17:20] @brendand: could this be the cause of MAAS throwing IntegrityErrors? [17:20] roaksoax, i thought the bmcs were on a different subnet? 10.245.143.0/21 as opposed to 10.245.136.0/21? [17:22] * roaksoax is distracted, otp [17:42] anyone on my question regarding modifying the /etc/ip/rt_tables and ip routes during deployment? where can I customized provisioning scripts? It seems preseed is not the recommended way anymore in maas 2.1 [17:59] ok, i see dhcp requests coming in [17:59] but maas isn't responding [18:02] is there still the concept of curtin user_data/custom scripts in maas 2.1? anyone has a pointer to some documentation by any chance? [18:13] hmm, and ilo4 support seems broken [18:15] it runs the wrong IPMI command [18:19] so I have been trying to use maas-enlist but it doesn't appear to be working for 2.1, but I am not getting any useful errors to be able to share :-/ [18:20] when I hit enter it hangs for a second and then the prompt returns with zero other output [19:13] any familiar with the /etc/maas/preseeds/curtinXXXXX files? I would like to add a few customization in there. [19:25] mimizone, this will soon be documented better. lemme know if this is sufficient for your use case. https://goo.gl/tqZiKB [19:26] pmatulis: thanks. I'll check it out and come back to you in a bit [19:27] mimizone, thanks [19:28] pmatulis: it is very similar to the document for 1.9 basically, right? [19:28] mimizone, yeah [19:29] mimizone, it would be great if you could add any deficiencies as a docs bug - https://github.com/CanonicalLtd/maas-docs/issues/new [19:30] pmatulis: sure. I'll see what I can express clearly that would be useful to all. [19:31] perfect [19:31] pmatulis: now I am hacking the curtin_userdata file until I get my commands right. but so far, I break the deployment. [19:32] I am trying to run a "sed" command on the /etc/network/interfaces to fix a bug in the file that was generated. [19:32] would you know anything in how I can add a command properly in the curtin_userdata? [19:32] here what I do so far [19:32] network_commands: [19:32] maas_fix_00: ["bash","-c", "sed s/'|| truepost-up route add'/'|| true\npost-up route add'/g", $OUTPUT_INTERFACES] [19:34] hmmm I am trying to use maas-enlist to enlist some virtual nodes into maas but I keep getting failures [19:36] I keep getting return code 8 but I don't know what that means and there isn't any other visible error, any suggestions on what logs might provide some insight into what is going on? [19:57] it is weird, even pxe booting the machine is failing to enlist :-/ [20:08] stormmore: how is it failing ? [20:08] stormmore: try /var/log/maas/rsyslog/maas-enlist* [20:10] I am having a hard time seeing why it is failing, scrolls off screen way too fast. Trying to get in didn't work before the system shutdown :-/ [20:14] I don't see that log roaksoax :-/ [20:15] stormmore: ok, try this, is /etc/maas/rackd.conf point to an IP address or localhost ? [20:15] on the maas server? [20:16] if so, then yeah it is pointing to the right IP [20:17] stormmore: any error logs in /var/log/maas/*.log ? [20:23] roaksoax, https://gist.github.com/cm-graham/62ed001b9158f8dddbc1a521cce8abc4 is what I am seeing in rackd.log [20:23] Hi [20:23] am I seeing what I think is a dns issue? [20:23] I installed a VM to be managed by MAAS [20:24] stormmore: could be. seems MAAS is trying to contact the region and it is failing [20:24] After adding the 'Power address' like qemu+ssh://you@/system [20:25] starting to look like it :-/ need to update the nameservers on the maas server :-/ [20:26] When I click the 'check now' for Power.. i get the following error [20:26] No rack controllers can access the BMC of node: juju-controller [20:26] maas log shows this : Feb 27 19:27:31 localhost maas.power: [error] juju-controller: Power state could not be queried: Failed to login to virsh console [20:26] Any help on this is much appreciated [20:26] Siva_: seems like the rack controller cannot resolve [20:27] @roaksoax, what does that mean? Not clear [20:27] Siva_: that the rack controller in maas cannnot resolve a node called [20:28] Siva_: yseems you are doing qemu+ssh://you@juju-controller/system [20:28] I my case, I explicitly sepcify the ipaddress as qemu+ssh://contrail@10.84.33.1/system [20:28] Siva_: ah gotcha now [20:28] Siva_: can you ping 10.84.33.1 from where the rack controller is running ? [20:28] yes [20:28] Siva_: seems that no rack controller can contact that IP address [20:29] I am able to ping it [20:29] bladernr: ^^ [20:29] err [20:29] blake_r: ^^ [20:30] blake_r: seems that the rack cannot reach a BMC that's pingable [20:30] the ip address 10.84.33.1 is the bastion host ipaddress where the vm is launched [20:31] can you ssh to the IP? [20:31] @stormmore, yes I am able ssh into that from my desktop [20:32] Siva_: but from the MAAS server ? [20:33] yes, from the maas server. It ask for a password ... when entered it goes through [20:35] @roaksoax, does the maas log error give you any clue? [20:35] @roaksoax, does the maas log error pasted above give you any clue? [20:36] wondering if it is cause it asks for a password or the maas server isn't using the right key [20:38] @stormore, the ipaddress is the management ip address of the bastion host [20:38] How do I verify if maas server is using the correct key? [20:40] Siva_: how is the SSH handled? [20:40] Siva_: using ssh keys or password? [20:40] Siva_: it its by SSH key then you need to add the SSH key to the maas user [20:41] Siva_: if the private is under the MAAS user then it cannot authenticate [20:41] Siva_: using password is much easier to setup [20:43] @blake_r, I am using the same 'username' and 'password' here in the 'Power address' field here as I would when 'ssh'ing into the bastion host from my desktop [20:43] Does that answer your question? [20:43] Siva_: did you place the password in the Power pass field? [20:44] @blake_r, nope [20:44] Siva_: the password must go into that field [20:45] @blake_r, I am trying it now [20:47] looks like blake_r is taking you down the path that I was thinking... if you are using user/pass then you need to provide both for it to work [20:53] @blake_r, that worked [20:53] Siva_: great! [20:53] Pls help me understand, why do we need this optional field. I remember setting this up around 6 months back without the password field [20:53] What should be done to make this work without the password field [20:54] @blake_r, thanks for your help. Kindly let me know your input on the above question [20:55] Siva_: if you don't want a password field, then you need to create a ssh key in the "maas" user account [20:55] Siva_: then push the public key to the virsh server [20:55] Siva_: or copy your private ssh key to the maas user [20:56] Siva_: all MAAS services run as the "maas" user, it needs access to the SSH key to authenticate [20:59] Siva_, basically what blake_r said. it is worth noting that those are the common options (password or ssh key) and if you want passwordless that leaves ssh keys [21:06] @blake_r, I do have the maas key and they maas key is present in the bastion host (where the vm is launched) [21:06] so passwordless should have worked [21:06] Siva_: you need to make sure [21:07] Siva_: you can try "sudo -u maas -H virsh -c {your-connection-string} list --all" [21:07] yes, I tried that and it worked [21:07] so passwordless should have worked. That's why it is confusing for me [21:09] @blake_r, from which machine, do you want me to issue the command 'sudo -u maas -H virsh -c {your-connection-string} list --all' [21:09] I tried from the maas container [21:19] which every machine is running the rack controller [21:43] Siva_: /win 3 [21:43] err [21:43] sry [21:49] still no idea why I can't get this to enlist :-/ [21:52] all I do know is I keep getting return code 8 but that doesn't tell me anything about what is going on [21:52] stormmore: please pastebin your logs /var/log/maas/*.log [21:52] stormmore: if you can get a console log, that would also be helpful [21:53] do you mean /var/log/syslog when you say console?? [21:54] stormmore: console as in the server outputs logs to the serial console [21:55] roaksoax, that might be easier said that done [21:59] roaksoax, regiond.log - http://paste.ubuntu.com/24080653/ [21:59] sorry that is the rackd.log [22:01] Bug #1660860 changed: [1.9] mdadm error message during 14.04 deploy [22:02] roaksoax, here is the correct regiond.log - http://paste.ubuntu.com/24080662/ [22:02] roaksoax, I suspect dns being the problem [22:03] roaksoax, I suspect that I am running into a race condition since the maas server is using a different dns to get it setup but the node is using the same which isn't pointing back to the maas server [22:07] stormmore: this is the issue: [22:07] 2017-02-27 21:51:06 provisioningserver.rackdservices.tftp: [critical] TFTP back-end failed. [22:07] Traceback (most recent call last): [22:07] Failure: twisted.protocols.amp.UnhandledCommand: (b'UNHANDLED', 'Unknown Error [maas:pid=13020:cmd=GetBootConfig:ask=18]') [22:08] stormmore: tail -f /var/log/maas/*.log and capture the moment that the machine is pxe booting and share the output of logs with us [22:08] stormmore: if you can also provide a console log of the PXE process it would be good as well [22:09] stormmore: /win [22:09] err [22:10] roaksoax, that is part of my problem, I don't see enough of the console log to determine the issue or have a way of getting the console log off the machine :-/ I do know that maas system is unable to look itself up because it is using a dns server that doesn't have the record [22:16] stormmore: but ht eproblem seems to be in the pxe boot [22:16] stormmore: at least from the logs above [22:16] stormmore: and it doesn't seem that you are pointin rackd.conf to a dns record [22:17] roaksoax, well pxe seems to be partially working, it is when it goes to enlist the machine that it doesn't work [22:17] I am waiting for my freshly installed maas server to finish syncing an image so that I can try again [22:18] roaksoax, it is worth noting that manually trying to enlist from a freshly installed system doesn't work either :-/ [22:19] Bug #1660860 opened: [1.9] mdadm error message during 14.04 deploy [22:20] stormmore: you mean, you try to add a machine via the webui or API and it also fails ? [22:21] roaksoax, http://paste.ubuntu.com/24080751/ [22:21] roaksoax, using maas-enlist [22:23] roaksoax, that is literally the totality of output from running that command :-/ [22:25] Bug #1660860 changed: [1.9] mdadm error message during 14.04 deploy [22:39] roaksoax, http://paste.ubuntu.com/24080847/ is all the maas logs during a pxe boot attempt [22:41] pmatulis: are you still around? I am trying to find the right naming convention for the files in /etc/maas/preseeds/ [22:41] pmatulis: so far curtin_ubuntu_amad64_generic_nodename doesn't seem to work. [22:41] amd64 [22:42] @blake_r, the command sudo -u maas -H virsh -c {your-connection-string} list --all works form the maas container but passwordless acess is not working [22:42] any clue? [22:42] Siva_, whats the output from ssh-add -l? [22:44] @stormore, ubuntu@xenial-maas:~$ ssh-add -l Could not open a connection to your authentication agent. [22:44] that will be your problem [22:44] @stormmore, not clear, what am I missing here? [22:45] @stormmore, from which machine should I run that command? [22:45] Siva_, that tells me that you don't have the key loaded and there for passwordless login won't work [22:45] Siva_, maas controller [22:46] actually it should probably be sudo -u maas ssh-add -l unless you are already logged in as the maas user [22:47] stormmore: seems the the machine pxe booted into the image [22:47] mimizone, i'm sorry i haven't looked at that stuff in a long time. i don't know [22:48] stormmore: and the image is trying to access the metadata, which seems to be successful [22:48] stormmore: 2017-02-27 22:36:48 twisted.python.log: [info] ::ffff:10.255.255.4 - - [27/Feb/2017:22:36:48 +0000] "GET /MAAS/metadata/enlist/2012-03-01/user-data HTTP/1.1" 200 8272 "-" "python-requests/2.9.1" [22:48] roaksoax, yeah just doesn't enlist! [22:48] @stormmore, ubuntu@xenial-maas:~$ sudo -u maas ssh-add -l Could not open a connection to your authentication agent. [22:48] same error [22:48] pmatulis: first of all, I forgot the release number... but I am digging into it. Do you know if the code is in maas basically? [22:48] roaksoax, and trying to load into the image that is already installed, installing maas-enlist, and trying doesn't help me figure out why it isn't enlisting [22:49] mimizone, it should work, yes [22:49] mimizone, if you could include a reproducer in a docs bug then i would have something to go by [22:49] stormmore: so have you ssh'd into the image itself ? [22:49] Siva_, well that will explain why it will ask for a password using the command roaksoax gave you, you don't have the key loaded into an agent thus it doesn't know it has a key to use [22:50] roaksoax, correct, I have an image on the machine that I am trying to enlist [22:50] @stormore, the following command works though..... sudo -u maas -H virsh -c {your-connection-string} list --all [22:51] @stormore, the following command works though..... sudo -u maas -H virsh -c {your-connection-string} list --all.... it does not ask for a password [22:52] ok tryin sudo -u maas -H virst -c ssh-add -l [22:52] argh! [22:52] ok tryin sudo -u maas -H virsh -c ssh-add -l [22:53] Siva_, the problem when it asks you for a password is caused by the fact that the command you are trying to run doesn't know where the private key is [22:56] stormmore: so the enlistment process is: [22:56] 1. machine PXE boots [22:56] 2. loads the image from MAAS' iscsi [22:56] 3. image (cloud-init) access maas metadata server [22:56] 3. cloud-init runs metadata, and contacts maas to "create" a "new" machine [22:56] stormmore: from the last log, I see that 1, 2 and 3 went ahead successfully [22:57] 4 is what may be failing [22:57] yeah and then nothing to show that it is even trying to enlist [22:58] (on a side note, I really wish the return codes from maas-enlist were documented cause that might give some indication) [23:00] pmatulis: sorry to bug, but what is the the typical value of "release" in the preseed.py? it's not 16.04. Would it be xenial, or the entire name Ubuntu 16.04 LTS "Xenial Xerus"? [23:00] it is the value release=Config.objects.get_config('commissioning_distro_series')) [23:00] or release=node.get_distro_series()) [23:01] stormmore: is there no output in the console ? [23:01] roaksoax, not that I can get to a place that I can cut and paste :-/ [23:02] roaksoax, can you answer mimizone's query? [23:02] stormmore: and you said nothing here either right ? /var/log/maas/rsyslog/maas-enlisting-node/ [23:03] mimizone: can you pint me to where you are looking exactly ? [23:03] roaksoax: in maasserver/preseed.py [23:04] trying to find out how the preseed file is picked, based on the release/node name etc... [23:04] mimizone: what do you mean ? [23:04] see the function get_preseed(node) [23:05] my understanding is that the preseed file is picked using that naming "{prefix}_{osystem}_{node_arch}_{node_subarch}_{release}_{node_name}" [23:05] mimizone: release should be like 'xenial', 'trusty' etc [23:05] roaksoax, ok we might be making a little progress. found those /var/logs/maas/rsyslogs [23:05] prefix = curtin during the installation deployment [23:06] roaksoax: ok thanks. let me try. [23:07] mimizone: curtin_userdata_ubuntu_amd64_generic_trusty_node01 [23:07] mimizone: it should be something along those lines [23:07] still need the userdata? [23:07] mimizone: for ubuntu you can avoid specifying ubuntu [23:08] roaksoax, those logs were all messy so I have deleted them and trying again to get a clean run [23:08] now it didn't recreate the log :-/ [23:09] looks like curtin_ubuntu_amd64_generic_xenial_nodename does the trick. It crasehd my deployment = good sign since my curting yaml file is most likely invalid :) [23:09] mimizone: hehe, just cp curtin_userdata to yours and modify accordingly [23:09] stormmore: restart rsyslog [23:09] ? [23:10] roaksoax, hmmm knew there was something I forgot to do ;-) [23:14] roaksoax, I think I found the problem http://paste.ubuntu.com/24081111/ [23:14] roaksoax, specifically curl: (22) The requested URL returned error: 400 BAD REQUEST [23:20] roaksoax, think I am on the right track? [23:21] mimizone, sweet, you got punted ahead :) [23:24] pmatulis: :) there must be more to it now, because just copying the curtin_userdata to the other config for specifically that node breaks the deployment [23:26] mimizone, like i said, i haven't looked at that stuff in donkey's years [23:27] * pmatulis needs to make some ravioli for some small people [23:27] seeing stuff like this in the maas logs NameError: name 'curtin_preseed' is not defined at line 4 column 5 in file /etc/maas/preseeds/curtin_ubuntu_amd64_generic_xenial_osv16ocp3b [23:28] trying again with a 2 liner config file instead of an entire copy of the curtin_userdata... [23:32] how can I make the same GET /MAAS/metadata/latest/by-id/agqa6n/?op=get_preseed from the command line to see what's returned? [23:33] because whatever it sends stops the deployment... [23:35] ok got it [23:35] curl -X GET http://172.30.72.130/MAAS/metadata/latest/by-id/agqa6n/?op=get_preseed [23:39] OK I am going to take a break for a bit and try again when I get home [23:45] What I am noticing is that if I remove the specific configuration file for my node, the metdata/getpreseed call returns something completely different from the curtin_userdata [23:46] it returns all the necessary stuff for apt, datasource, syslog etc... [23:47] otherwise it returns my file, that misses all that info. which I assume explains the deployment aborts the process [23:48] got it. [23:49] the file to copy is the /etc/maas/preseeds/curtin [23:49] not the curtin_userdata [23:49] basically I need to add {{preseed_data}} at the top of my own file