[00:25] Bug #1777742 opened: POD VM fails deleting on AARCH64 === frankban|afk is now known as frankban === frankban is now known as frankban|afk [19:03] Hi, in https://github.com/maas/maas/blob/master/src/metadataserver/user_data/templates/snippets/maas_enlist.sh, line 239. The sed should transform http://servername/MAAS/api/2.0/machines/ into MAAS/api/2.0/machines/, like in the default, 2 lines above ? In my tests, it looks like it is doing nothing, and uses full serverurl as api_url, making the enlist_node call on the last line fail... Am I missing something ? [19:20] Ok, found the problem. The regex doesn't like our name, because it contains a "-". Looks like the regex should match all valid domain names, and it doesn't. I will report the bug. [19:43] Bug #1777924 opened: maas-enlist regex doesn't match all valid domain names [19:49] Bug #1777924 changed: maas-enlist regex doesn't match all valid domain names [19:51] PatrickD_: http://paste.ubuntu.com/p/Gpn7rN4MR7/ [19:51] PatrickD_: try that ? [20:01] Bug #1777924 opened: maas-enlist regex doesn't match all valid domain names [20:03] That regex works. [20:03] Bug was opened by me :) [20:03] We changed our name to maaslb for now, and it fixed the problem.