=== frankban is now known as frankban|afk [17:36] is anyone aware of being able to use SSO/LDAP for the MaaS web interface? [17:40] QUESTION on maas cli: How to "Add alias or VLAN" to a bond interface? It is simple using web interface. But having a hard time to do it via CLI [17:54] @channel QUESTION on maas cli: How to "Add alias or VLAN" to a bond interface? It is simple using web interface. But having a hard time to do it via CLI [18:03] @channel is anyone aware of a way to enable SSO/LDAP with the MaaS web interface? [18:04] Heads up, you forgot a comma on the front page. (DevOps integration Integration with devops automation tools like conjure-up, Juju, Chef, Puppet, SALTAnsible and more). [18:04] SATL, Ansible [18:07] tlian, try 'maas $PROFILE interface update -h' [18:07] (providing you're logged in as $PROFILE) [18:08] Test2... thank you :) [18:19] pmatulis, I did look into that... no success [18:19] can you be more specific if you have run the command before to do the job ? thnx [18:20] Bug #1698181 opened: Switch to netplan renderer in Artful [18:20] tlian, please pastebin your exact command and its output [18:22] maas cloginprofile interface update 'hneswp' 157 name="11.11.11.11-Prod" mac_address="xx:xx:xx:xx:xx:xx" [18:22] that command do not update anything [18:23] tlian, error output? [18:23] I assume there should be parameter for the update [18:23] this is from the HELP message [18:23] Fields for bond interface: :param name: Name of the interface. :param mac_address: MAC address of the interface. :param tags: Tags for the interface. :param vlan: Untagged VLAN the interface is connected to. If not set then the interface is considered disconnected. :param parents: Parent interfaces that make this bond. [18:24] not sure how :param vlan is to be used [18:25] is the parameter asking for the current vlan it is associated with ? or Is it the new VLAN I want to add to the interface? [18:26] tlian, the latter (new) [18:26] tlian, the output doesn't say what is wrong with the command? [18:27] pmatulis, just to be on the same page, you understand what I'm trying to accomplish - right? [18:27] If not, I can re- explian :) [18:28] tlian, you want to put a bonded interface in a VLAN? [18:28] no [18:29] I have a bonded interface which is run on "Untagged" VLAN as bond interface are only run on untagged vlan [18:29] What I am trying to accomplish is to add additional VLAN to the bond interface [18:30] from the Web UI, it will say "Add alias or VLAN" [18:31] right, that's what i meant [18:31] Essentially, this is to make the interface associate with 2 VLAN... one being tagged and the other being a specific VLAN [18:31] ok [18:31] so the error is [18:31] {"vlan": ["Select a valid choice. That choice is not one of the available choices."]} [18:32] I verified the vlan does exist... [18:33] ok, but i don't see "vlan" in your command above [18:35] maas cloginprofile interface update 'hneswp' 157 name="11.11.11.11-Prod" mac_address="xx:xx:xx:xx:xx:xx" vlan="SQL" [18:35] pmatulis, that's the full command [18:38] Instead of specifying the vlan by name (vlan="SQL"), specifying it by id (vlan=8) generating a more useful error message [18:38] {"vlan": ["A bond interface can only belong to an untagged VLAN."]} [18:39] It looked like the above command move it to a different VLAN instead of adding an additional VLAN [19:10] pmatulis, figured! So, short answer is (1) First, create an interface of 'VLAN' type (2) Secondly, link the interface to a subnet [19:28] tlian, sweet [19:29] tlian, i recommend a follow up to the m/l post [21:24] Bug #1678339 opened: [2.2] Can't assign a static IP to a physical interface due to incorrect validation [22:10] Hi, I have an SSD drive on a node, how come the 'create bcache' button is grey out on the node page? [22:10] I figured other ways to create the bcache (via global settings and cli), but thought that button is the gui way of doing it on the per node basis. [22:12] maas 2.2 [22:57] Bug #1698240 opened: [MAAS 2.2.0] Creating tag definition with whitespace in XPath applies to all nodes