=== frankban|afk is now known as frankban [08:59] Hello #maas, my usecase calls for a mix of kvms and metals, both carrying lxd containers. I'm wondering about network spaces and vlans; I need to handle all tagging/untagging on the metal and plug vnet ifaces from kvm into the metal bridge. [09:01] How can I configure subnets on the kvm? Afaict if I can configure subnets to be part of a tagged vlan on the metal it's not possible to also have that subnet on the kvm, is that right? [09:03] In other words, can I tell maas to configure subnet-x in a tagged vlan on the metal and a plain interface in a kvm (which gets it's vlan handling by the metal)? [09:05] *Same subnet and same network space, I should add [10:22] Bug #1700494 opened: Import SSH keys [] (lp:user-id or gh:user-id): [12:05] Hi there, can someone let me know when Ubuntu MAAS 2.2 will be available via PPA / Stable? [12:06] Due to the release documentation (https://launchpad.net/maas/+series) it should already be stable; My apt-get update / upgrade / dist-upgrade just returns no new package for MAAS (MAAS Version 2.1.5+bzr5596-0ubuntu1 (16.04.1)) [12:30] Hmm looks like it is still just available at >> sudo add-apt-repository ppa:maas/next << and not within >> sudo add-apt-repository ppa:maas/stable << [12:31] So the documentation of https://launchpad.net/~maas/+archive/ubuntu/stable is incorrect as 2.2 is not included but 2.1.5 [14:42] Hey I can't seem to add an untagged vlan to some of my fabrics. I tried adding a vlan with tag 0, but that doesn't work. Anyone have suggestions? [16:15] FTR., I _think_ my question from ^^^ -- Hello #maas, my usecase calls for a mix of kvms and metals, both carrying lxd containers. I'm wondering about network spaces and vlans; I need to handle all tagging/untagging on the metal and plug vnet ifaces from kvm into the metal bridge. [16:15] -- is answered by lp:1678339 [16:16] Bug #1700592 opened: [Debugability] Detect/hint that user may have booted from disk [16:16] The fix for that bug should allow me to configure subnets/spaces on existing interfaces === frankban is now known as frankban|afk [17:27] hey guys, I'm trying to create a bond with the API, but I'm stuck on param parents.. whats the expected input here? I tried with both the interface name and id but it doesnt work [19:29] where are the settings for ntp server in maas? I can't seem to find them [19:31] nevermind, I think I found it under settings. [19:31] :-( [20:01] Say I have a lot of nodes with static-set IPMI interfaces. I want to statically assign their eth0 as a matched network IP (etc ipmi 10.0.0.15 = eth0 172.0.015). What's a good way to do that? [20:01] I'm guessing through API calls.. would be nice if I could template it somehow [20:19] I did it all manually :-( [20:20] but a script would probably be a good idea :-) [20:38] hundreds of nodes makes manual very unappealing. During commissioning it is also allocating the IP addresses to nodes, which sucks.. becuase now I have overlap [20:39] I suppose I could make the subnet larger and move the commissioning to a different scope maybe? [21:32] gimmic: yeah, I have an internal/pxe network and a public network then my impi is on it's own. so 3 subnets, but only 2 really usable (internal and public)