=== frankban|afk is now known as frankban [10:32] Bug #1667267 opened: [RSD] Deleting a machine directly still leaves it composed in the pod === mup_ is now known as mup === mup_ is now known as mup === mup_ is now known as mup === mup_ is now known as mup === mup_ is now known as mup === mup_ is now known as mup === mup_ is now known as mup === mup_ is now known as mup === mup_ is now known as mup === mup_ is now known as mup === mup_ is now known as mup === mup_ is now known as mup === mup_ is now known as mup === frankban is now known as frankban|afk [19:16] Bug #1667426 opened: [2.x] Custom driver support has been broken since the move to Python 3 [19:22] Bug #1667426 changed: [2.x] Custom driver support has been broken since the move to Python 3 [19:31] Bug #1667426 opened: [2.x] Custom driver support has been broken since the move to Python 3 === lamont` is now known as lamont [19:58] Hi all. [19:59] is there a way to provide the tags directly when creating a machine on the CLI? maas xxx machines create [20:08] mimizone, no [21:31] what about not automatically commissioning the node when created? I don't see such an option on the CLi "machines create". They idea is to be able to add specific tag that are needed for the boot. [21:36] mimizone, it shouldn't automatically commission [21:36] it did [21:36] maas ubuntu machines create nodegroup='yes' name=osv16ocp1c architecture=amd64/generic hostname=osv16ocp1c power_type=ipmi power_parameters_power_address=172.30.0.138 power_parameters_power_user=admin power_parameters_power_pass=admin mac_addresses=08:9e:01:ab:fc:f6 [21:37] mimizone, what version? [21:37] MAAS Version 2.1.3+bzr5573-0ubuntu1 (16.04.1) [21:38] roaksoax, have you seen that? maybe crept in with rsd [21:38] but rsd isn't in 2.1 is it? [21:44] brendand: no [21:44] brendand: 'nodegroup' -> that no longer exists in 2.x [21:46] roaksoax, seems it's the case that adding a machine starts commissioning automatically... [21:46] i just tried it [21:54] thanks for confirming [21:55] it might be intentional though - if inconvenient [22:05] would be great to be an option on the CLI to allow me to add the tags to the nodes before commissioning [22:09] roaksoax, ^ what do you think? [22:10] mimizone, i'd say file a bug. personally i'd love that as it would remove a dozen or so lines from some tests i wrote :) [22:10] ahah :) [22:20] brendand: adding a machine does start commissioning automatically [22:20] mimizone: you can add tags at any time IIRC [22:21] brendand: adding a machine without commissioning is useless in MAAS [22:21] roaksoax: so the tags parameter exists for the machines create command I guess [22:22] roaksoax, true, but if the machine requires some tweaks to commission.. [22:26] the "machines create" command didn't take the tags parameter unfortunately [22:31] ah ok, so you would want a machines create XYZ tags=one,two,three [22:48] yep [22:48] oen reason, making sure the console tty are redirected properly on some machines (depending on the biox setup) [22:49] another reason, passing modprobe parameter to make sure the machine reboots properly because of possible bug [22:49] I created 2 tags for those cases [22:50] so far I use the genral boot parameter for all the machines, but I don't like that approach at all