21:00:18 #startmeeting 21:00:18 Meeting started Wed Feb 26 21:00:18 2020 UTC. The chair is serpent. Information about MeetBot at http://wiki.debian.org/MeetBot. 21:00:18 Useful Commands: #action #agreed #help #info #idea #link #topic. 21:00:24 hi o/ 21:00:53 hi 21:01:02 Welcome in New Yaar :-) Our last meeting was in December 2019, so it's 2 months 21:01:10 hi there ! 21:02:00 Looking at our mailing list - Emmanuel is working on Vagrant 21:02:13 Bastian started working on AWS user management 21:02:37 We still don't have official AWS account - process is still stuck at SPI 21:02:56 we have the account, but can't yet publish AMIs to the marketplace. 21:03:15 The account is in use and all the buster AMIs are there and usable by any AWS customer 21:03:21 Yes - we're still missing marketplace and gov aggreemeng 21:03:59 #action I'll ping SPI again, either this week or beginning next week about that 21:04:01 We're *so* close to being able to publish to the marketplace. SPI has given signoff, but apparently they want to actually be the ones to click the Accept button for the agreement, for some unknown reason. 21:04:44 well. in the meantime they are not longer sure who are "they" 21:05:15 afaik it's just tpot. 21:06:10 Regardless - it's long time. I even got question about Buster images in my company, so I assume this is a bit confusing for ordinary people 21:06:11 Anyway, we have had quite a few contacts about this, and it would be *really* nice to finally resolve it. 21:06:46 And as we're so close, it would be nice to finish it 21:07:22 It's a good thing I don't have admin access to the AWS account, I might just go click the button and then beg forgiveness from SPI. ;) 21:07:38 :-) 21:08:16 I also don't have admin access there ;-/ Not sure if it's worrying or safer this way 21:08:35 Should we move to next topic? E.g. Image Finder? 21:08:43 before we move on... 21:08:52 is there anything we actually *can* do to move the process along? 21:09:09 Not except for sending more emails 21:09:19 * noahm sets up a cron job... 21:09:29 Who has acccess to our root account? 21:10:12 waldi and ? 21:10:42 currently me and zobel, as this are the ones i encrypted the files to. we never talked about it 21:11:21 It's not really urgent, but IMO people from SPI and delegates should also have access 21:11:31 Or at least ability to get access 21:11:52 * Mrfai nods 21:12:20 I know that zobel is in SPI, but he was quite absent for last 3 months (which is worrying as he was supposed to drive marketplace agreement) 21:14:15 #topic Delegates 21:14:30 As we're on this topic... 21:14:51 #action I'll send email to Sam reminding him about appointing more delegates. 21:15:13 these are the delegates we agreed on at the MIT cloud sprint? 21:15:40 Yes - me, MrFai and rvandegrift 21:15:46 ok 21:16:05 ok. next topic please 21:16:08 Sam was busy recently, so response for my first email was to sent it later 21:16:15 #topic Image Finder 21:16:38 status? 21:16:43 The most urgent IMO is putting information about images built on Salsa to database 21:16:51 I don't think it's done 21:16:52 Right. 21:17:10 I don't even think we've settled on an approach to doing so. 21:17:28 Not really - the only thing from sprint is that it should be done 21:17:35 We need that, then 1/ make it so that it can work with MySQL 21:17:35 2/ Get the db sync stuff out of manage.py and provide a standalone /usr/bin tool. 21:17:43 Is it going to be push based? Pull based? How are we going to handle auth? 21:18:54 Is anybody actually planning on dedicating time to this in the next month? 21:19:14 There's also still the problem that we need to figure out which image is really new (ie: with one package updated), so we don't pull silly daily images which would make the list of image just huge ! 21:19:47 I don't think we should look at the daily builds at all. 21:20:09 The release builds are generated by a different salsa project, so they should be very easy to distinguish. 21:20:34 Let's focus on the release builds for now 21:20:37 how often does a release build take place ? 21:20:44 every point release 21:20:50 Agreed. Let's start with something smaller and easier to manage 21:20:58 plus usually for things like kernel security updates 21:21:12 (things that require a reboot to take effect) 21:21:22 I see 21:21:59 Will anybody work on importing data? 21:22:13 I will plan on spending some time on this in the next month. 21:22:20 great 21:22:24 I'll post on the mailing list if I get anywhere. 21:22:28 You mean existing data, taken from e.g. marketplace? 21:22:34 I we have all info in the json files on cloud.d.org a simple pull can be used. No auth needed. 21:22:43 serpent: no, salsa is the source of truth 21:22:51 OK 21:23:01 Mrfai: right, if we want to pull from there, we can, and that'll be fine. 21:23:14 I'm still not satisfied on the way the tool is deployed, and this should be reworked, the way I wrote above. 21:23:23 #info We only take image info from Salsa, no other soource is considered official 21:24:06 zigo: I will look at that as well 21:24:12 zigo: agreed, but IMO it does not make sense to make perfect setup for service publishing old data 21:24:33 Unless we can work on this independently 21:24:34 We're not talking about a "perfect setup" here, but something that will just not work. 21:24:34 btw, is the cloud finder currently online? 21:24:56 It runs in a docker, and if it fails, I simply have no idea how to bring it back online. 21:25:16 I want the image finder to be properly packaged and easy to deploy, maybe with some ansible / puppet. 21:25:17 Then I agree this is problem 21:25:23 Otherwise, I don't think it's sustainable. 21:25:24 Mrfai: I don't think so. 21:25:28 Please don't take it lightly. 21:26:10 zigo: I'm not sure I agree. A docker container likely has far fewer moving parts than something managed by ansible or puppet. 21:26:34 noahm: Not really, it's pulling from pypi right now ... 21:26:38 http://image-finder.debian.net/ currently only shows an apache under construction page 21:26:40 It's not reproducible. 21:26:45 zigo: yeah, that's not good 21:26:59 Oh ... 21:27:03 Well, it used to work ! :) 21:27:05 pypi is reproducible 21:27:45 It depends on when it's pulling from pypi, really; if it's during the container image build, then it's probably ok. 21:27:52 If it's during startup... then that would be bad. 21:27:53 waldi: I saw really a lot of hacks based on pypi, I'm sure we can do so many things with it, but that's IMO off topic. 21:28:14 zigo: agreed, let's move on. 21:28:25 For the image-finder being broken right now, well ... I didn't know and just discover it now ! :) 21:28:26 :( 21:28:41 Anyway, since it has old data in it only, it wasn't very valuable. 21:28:43 it's got stale data anyway, right? So it's just a demo more than anything else. 21:29:04 Does anyone know if Arturo has some time available, btw? 21:29:18 noahm: Correct ! 21:29:24 But without at least something running, we cannot work on importing new images to it 21:29:25 And we need to figure out how to make it fetch data. 21:29:30 Right now, I have no idea how ... 21:29:48 Given that we haven't heard or seen anything from him, I'm guessing he has no time. Which is why I am volunteering to work on this. 21:29:52 Accoring to Arthur there is some API to use. 21:30:03 Or we could just insert data into database 21:30:17 serpent: Yeah, but same, we have no idea how, documentation is missing there too. 21:31:05 So anyway, that's the state of things for the image-finder... 21:31:13 Let's move on? :) 21:31:23 #info Arthur sent email with link to some documentation: https://cloud-team.pages.debian.net/image-finder/ 21:31:36 noahm: If you're volunteering, I'd happily work with you on this. 21:32:15 ok. I'll first just spend some time familiarizing myself with the existing implementation. 21:35:35 Should we move to next topic? 21:35:40 yes 21:35:42 yes 21:35:49 if so - which one? AWS user accounts (waldi) or Vagrant? 21:36:13 I can talk about Vagrant 21:36:19 OK 21:36:25 #topic Vagrant 21:37:05 so I have started to move some of the work from the vagrant-boxes repo on salsa to debian-cloud-images, to use FAI instead of packer 21:37:05 So what's the status? Do you have plans or need help? 21:37:41 I think around a third of the work is done 21:37:47 Cool! 21:37:53 I have this open merge request: https://salsa.debian.org/cloud-team/debian-cloud-images/-/merge_requests/186 21:38:43 I can see you're disussing this with waldi 21:38:49 I would prefer if someone can review my work in the beginning and then I can commit directly, as I mostly will touch my own FAI classes 21:39:00 yes waldi is reviewing :) 21:39:06 I'll take a look at that, as well. We should get it into the daily pipeline as well. 21:39:22 noahm: thank you. 21:39:28 i opened issues for the tasks 21:39:36 What is the daily pipeline ? 21:40:01 Salsa job to build daily images 21:40:06 marcello^: https://salsa.debian.org/cloud-admin-team/debian-cloud-images-daily builds cloud images daily using GitLab CI 21:40:17 We discussed it shortly regarding image finder 21:40:21 noahm: thanks. 21:40:21 for buster, bullseye, and sid. 21:40:33 #info issues for vagrant support https://salsa.debian.org/cloud-team/debian-cloud-images/issues/18 21:40:36 Basically it's good way of testing our images 21:41:31 I am not 100% sure of the overlap of Vagrant and cloud images, but I will try :) 21:41:50 other question, what do I have to do to make the Vagrant boxes official ? 21:42:16 the stuff here: https://app.vagrantup.com/debian/ 21:42:17 does someone have a running ubuntu system and can take a look if they still build ssh keys during boot? 21:42:21 marcello^: initial idea was to try also with cd images, so don't worry about scope or overlap :-) 21:43:30 waldi: are you talking about Ubuntu Vagrant box specifically or general Ubuntu ? 21:43:44 general ubuntu 21:44:17 the hashicorp ubuntu vagrant boxes are darn weird, they include multiple kernel version 21:45:11 the hashicorp ubuntu boxes are to be forgotten I think, but Ubuntu has their own, you can download them amount their cloud images IIRC 21:45:37 s/amount/amongst/ 21:46:20 #action waldi continue working with marcello^ on vagrant build 21:46:37 ok I don't have anything more on the topic, noah if you activate the daily build I'd be happy to see it 21:47:06 once we get your MR merged, I'll look at that. 21:47:12 marcello^: If there's anything FAI related, just ask me 21:48:10 Mrfai: I'll sure have some questions, I'll probably ask on Debian cloud ML if that's fine for you 21:48:38 yes, or just write me personally 21:49:32 Should we move to next topic? 21:49:44 marcello^: yes 21:49:50 yep 21:50:07 So - AWS user accounts (via Salsa) or DebConf? 21:50:17 CFP was just announced 21:50:35 Is it too early to discuss it yet? 21:50:56 I think it's reasonably to agree that we should talk about something there. ;) 21:51:03 *reasonable 21:51:46 I hope to attend, and would be interested in presenting something, as well as having a BoF 21:51:50 Yes. It looks like I won't come there (work related conflict) 21:52:10 #topic DebConf 21:53:49 not 100% sure yet, but I probably have a conflict too 21:54:24 I'll try to come 21:54:24 I've attended all debconf since 2011, but wont come this year. 21:54:40 I guess we'll need to return to this closer to registration period 21:55:28 I'd be ok attending a BoF remotely, if that can be setup. 21:56:14 We'll try to do it - a bit like we did during first and second sprint (IRC, maybe something more) 21:56:29 tangentially related: I don't suppose anybody is attending SCALE next week, are they? 21:56:42 #idea Ability for remove BoF attendance 21:56:56 removeā€¦ 21:57:12 Sorry: s/remove/remote/ 21:57:41 It's not Freudian slip :-) 21:58:06 It's almost 1h - should we discuss something more, or finish? 21:58:55 Yeah. 21:58:57 cloud-utils 21:59:10 #topic cloud-utils 21:59:14 noahm: Looks like we have another good candidate for a buster update, no? 21:59:19 yes, we do 21:59:29 Will you take care of it? 21:59:36 though afaik even upstream hasn't added IMDSv2 support there yet. 21:59:42 Yes, I plan on working on it. 21:59:48 I'm also worried that we're getting no reply from the release team for cloud-init. Worried, but kind of not surprised ... :( 22:00:15 yeah, I will prepare a 19.4 upload for stable and test that, then bug the release team again. 22:00:36 IMDSv2 support will likely impact other cloud SDKs (e.g. for Ruby, Go, Python, etc) 22:00:47 zigo: well, you ignored what they said for bug reports: include the diff 22:00:51 I've opened already maybe half a dozen bug for openstack related updates too, so it'd be nice if someone else than me was bugging them indeed. 22:00:58 Oh... 22:01:03 waldi: I just didn't see it. 22:02:06 many of the packages that need updates for IMDSv2 are not owned by the cloud-team. Somebody (probably me) should engage with the maintainers and look at backporting that support to the stable versions. 22:02:08 waldi: There's no such request in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947351 22:02:27 noahm: What packages are we talking about? 22:03:29 python-boto, golang-github-aws-aws-sdk-go-dev, awscli, ruby-aws-sdk 22:03:35 etc 22:03:43 Oh, so quite a bunch ... :/ 22:04:07 it's specifically an AWS feature, so people who don't care about AWS won't be impacted (i.e. OpenStack) 22:04:27 But AWS customers who want to enable that feature will find that a lot of things break in stable today. 22:05:12 If you don't turn on IMDSv2, then everything still works fine, but some people will likely want it. 22:05:28 noahm: how long until it get mandatory? 22:05:37 I don't know that it will ever be mandatory. 22:06:09 I'll send mail to debian-cloud with more details. 22:07:11 noahm thanks, we can discuss it more fully there 22:07:15 Bug #952563 contains some background and links. 22:09:10 serpent: something more? you brought up aws users, do you want to know something about it? 22:09:42 If you have something new (more than what you wrote in email) we could discuss it 22:09:53 Otherwise - let's slowly finish it 22:10:43 noahm: i don't think there are news on those further aws accounts? 22:10:56 davdunc: are you here? ^^^ 22:11:03 I am . 22:11:07 I nagged davdunc about them last week. And again just now. ;) 22:11:30 :D there has been a modification in the way the accounts work. 22:11:48 it has slowed me down because i have some cleanup to do with the business team. 22:12:07 moved from linked to aws organizations. 22:12:21 I will keep you posted. 22:13:06 Thanks. Should we test it a bit? 22:13:22 test what? 22:13:45 https://awsauth.debian.net/ 22:13:56 I haven't yet tried to login using this link 22:14:03 you can try. but you won't get far 22:14:41 ok, then send info to ML when it makes sense to try to login 22:15:27 so noone sees problems with that approach? 22:15:57 it looks good to me. 22:16:14 You mean that we use Salsa as identity provider? I'm OK with that, especially if also 2FA is used 22:16:21 Can we check that? 22:16:59 waldi: to be clear, the ultimate goal is to be able to open up cloud resources to DDs? 22:17:37 it sounded good to me 22:17:49 serpent: I have one more short topic when we're done with AWS/salsa auth stuff 22:18:10 no, the ultimate goal is to allow other teams, for example the qa people, to specify users with access to their resources without our intervention 22:18:32 waldi: that's basically what I meant. :) 22:18:52 noahm your topic? 22:19:11 The AWS CloudFront archive mirror 22:19:21 noahm: ah, i missread you 22:19:28 #topic CloudFront mirror 22:19:49 cdn-aws.deb.debian.org is the default apt source in EC2. 22:20:01 It lives in JEB's account (the legacy AWS account) 22:20:26 I have contacted him about rebuilding it in one of the newer accounts. 22:20:50 He sounds generally supportive of the idea, since he has very little time to devote to it. 22:21:37 There is also some possibility that AWS itself will be willing to offer Debian archive services, and I'll follow up on that internally. 22:21:37 So I guess we need manpower to do it? 22:22:11 well, at the very least, I am sure that I have more time to devote to this than JEB does. 22:22:17 But I don't know how much is involved. 22:22:39 noahm: i really would like to use a separate accounts for the different projects, one of them the mirror stuff. this however is someone in limbo 22:23:01 waldi: agreed. this isn't something that could happen immediately anyway. 22:23:35 waldi: you created many accounts during sprint. Was it for supporting different needs, like those mirrors? 22:23:42 serpent: yes 22:24:12 each part project can get it's own account, so we don't need to share and make sure the resources don't conflict 22:24:40 So we need first to see what needs to be set up, and then decide how to set up 22:26:01 noahm: anything for us to do, or will you send info to ML when more is known 22:26:35 Nothing for us to do now. I'll keep in touch with JEB and the rest of the team 22:26:43 Thanks. 22:26:47 and will send an update when there's something substantial to say 22:26:59 Just wanted to make sure people knew about it. 22:27:08 Really thanks 22:28:19 Unless there is anything urgent, I propose finishing. It's late and I'm getting tired. 22:28:33 And don't want to sleep on keyboard :-) 22:28:38 me too, let's finish 22:28:38 yes, let's finish 22:28:42 I think it's done. 22:28:44 Just one more thing ... 22:28:56 Next meeting will be after dailight saving change, no? 22:29:09 dailight 22:29:12 daylight 22:29:14 grrr... 22:29:30 March? If we do it in last week, probably. If earlier, before daylight saving time 22:29:36 So, should we keep the same time, meaning one hour less for UTC ? 22:29:41 #topic next meeting 22:30:03 You mean - let's keep 22:00 CET/CEST? 22:30:09 And update UTC as needed? 22:30:09 Yeah ! 22:30:17 Any objections? 22:30:19 If everyone agrees ... 22:30:28 No objection here. I am OK with an hour in either direction. 22:30:29 for me it's currently a bit late 22:30:50 but after DST it should fit for now 22:30:58 for me too, I would prefer one hour earlier 22:31:15 either is okay with me 22:31:40 i'm fine with all +1, -1 or stay at same time 22:32:05 zigo - are you open to have meeting one hour earlier? 22:32:20 It's hard for me to be there, because of kids ... 22:32:32 We could do 30 mins earlier though ? :) 22:33:08 OK - let's try 25th of March on 21:30 CET 22:33:16 +1 22:33:19 +1 22:33:25 #action I'll send email about that 22:33:54 And sumary of this meeting - but most probaly at beginning of next week (i.e. 2-4th of March) 22:34:03 #endmeeting