[00:19] sentinel-prime: i'm on US EST [00:19] sentinel-prime: so usually EST [00:42] sentinel-prime: although I sometimes lurk at night [00:46] Bug #1767137 changed: [2.3] Default install is now importing bionic by default instead of xenial. [03:25] roaksoak are you lurking now? === jhebden-afk is now known as jhebden === frankban|afk is now known as frankban === disposable3 is now known as disposable2 [08:50] Good morning. I've tried to find out if I can integrate external user directories into MaaS.io without finding anything useful. Could someone in here tell me if that is possible? LDAP, AD, etc. [08:51] Thank you [11:53] coud any help me with problem with Failed deployment (Ubuntu 16.04 LTS "Xenial Xerus") node. the error is related to apt-get and result Packages Hash Sum mismatch [11:54] any idea ? [11:55] sat01: seems that the images are newer than your package repository / mirror [12:05] Ind what can i do for eliminate errors. because i have selected image 16.04 TLS from maas.io and package repository is http://archive.ubuntu.com/ubuntu [12:11] Bug #1772010 opened: [SRU] MAAS 2.3.3 === frankban is now known as frankban|afk [18:36] Bug # changed: 1604702, 1701054, 1701055, 1701057, 1740925, 1742270, 1755060, 1756292, 1758476, 1760715, 1763835, 1764560, 1764561, 1767032, 1767033, 1767035, 1767038, 1767979, [18:36] 1768034, 1768131, 1768323, 1768534, 1768575, 1768659, 1768796, 1768832, 1768911, 1769099, 1769716, 1769929, 1770091, 1770273, 1770436, 1770616, 1771129, 1771658 [19:21] Bug #1772099 opened: Cannot overcommit storage for KVM pods, silent failure [21:35] Question. Can i integrate maas.io with any user directory backend instead of having local users? [21:37] bad2da: you will be able to do so with LDAP very soon [21:38] Great news. Is there any roadmap (maybe an obvious question but i haven't found any) [21:39] roaksoax if i configure nat in the maas server would it auto configure machines to connect internet [21:42] sentinel-prime: yes [21:42] next question how [21:42] bad2da: well, 2.4 already has some ldap support embedded *but* its not prime time yet [21:43] roaksoax: got'cha. Thanks for your help. [21:43] bad2da: but it is coming [21:44] ok, i'm creating a solution design followed by an HLD/DLD and RBAC/LDAP integration seems to be a must in this project.. Wanted to make sure that I can tick it off [21:45] bad2da: yeah 2.4 will have ldap but not rbac [21:45] sentinel-prime: i use this script: https://pastebin.ubuntu.com/p/t6Yc6dvBxb/ [21:46] Any plans to incorporate RBAC and more of a self-service portal for end users? [21:47] roaksoax would i put that under commisioning scripts on the maas controlor or what [21:47] sort of what was asked in https://blog.ubuntu.com/2017/12/20/machine-reservation-and-multi-tenancy-in-maas [21:49] sentinel-prime: no, on the same machine of maas you could run that [21:49] sentinel-prime: those are commands that run on a machine [21:50] bad2da: right, so soon you'll have it in the news [22:31] roaksoax it created the virbro on the controlor but the machine still failes to get out to the internet https://imgur.com/a/AblTCHk [23:49] sentinel-prime: what is the name of the interface where you have internet on your MAAS server? [23:49] sentinel-prime: and what is the ineerface name that the machines communicate to? [23:51] eno1 [23:51] eno2 is the maas pxe [23:51] eno1 is to the intenet [23:52] https://imgur.com/a/QC6PoL4 [23:53] sorry it took so long i was reseting the smart switch admin password [23:56] sentinel-prime: ok, so you know how to use vim or nano right ? [23:57] sentinel-prime: do this on your MAAS server: [23:57] sudo su [23:57] sudo vim nat.sh # or your favorite text editor [23:58] sentinel-prime: copy the contents fo this pastebin: https://pastebin.ubuntu.com/p/Z8bd3TdGdM/ [23:58] sentinel-prime: save your file [23:58] then: [23:58] chmod u+x nat.sh [23:59] and finally [23:59] ./nat.sh [23:59] and that should setup nat for you