*** LinuxMe has joined #kata-dev | 00:21 | |
*** LinuxMe has quit IRC | 00:26 | |
*** eernst has joined #kata-dev | 00:41 | |
*** eernst has quit IRC | 00:44 | |
*** eernst_ has joined #kata-dev | 00:44 | |
*** eernst_ has quit IRC | 00:45 | |
*** eernst has joined #kata-dev | 00:45 | |
*** eernst has quit IRC | 00:49 | |
*** LinuxMe has joined #kata-dev | 01:21 | |
*** LinuxMe has quit IRC | 01:26 | |
*** LinuxMe has joined #kata-dev | 02:17 | |
*** stackedsax has joined #kata-dev | 02:21 | |
*** LinuxMe has quit IRC | 02:22 | |
*** LinuxMe has joined #kata-dev | 04:18 | |
*** LinuxMe has quit IRC | 04:23 | |
*** lpetrut has joined #kata-dev | 04:39 | |
*** LinuxMe has joined #kata-dev | 04:50 | |
*** LinuxMe has quit IRC | 04:55 | |
*** lpetrut has quit IRC | 05:08 | |
*** LinuxMe has joined #kata-dev | 06:49 | |
*** LinuxMe has quit IRC | 06:53 | |
*** LinuxMe has joined #kata-dev | 07:28 | |
*** LinuxMe has quit IRC | 07:33 | |
*** sameo has joined #kata-dev | 08:09 | |
*** jodh has joined #kata-dev | 08:26 | |
*** davidgiluk has joined #kata-dev | 09:02 | |
*** gwhaley has joined #kata-dev | 09:32 | |
*** stefanha has joined #kata-dev | 10:41 | |
stefanha | gwhaley jodh sameo: Are you attending KubeCon Europe (Barcelona May 20-23) or Open Infrastructure Summit (Denver, CO April 29-May 1)? I can probably make one of them. | 10:43 |
---|---|---|
sameo | stefanha: I hope I can do both. Kubecon EU is likely. | 10:44 |
stefanha | I'll submit a virtio-fs presentation and be around to discuss hypervisor topics. | 10:44 |
sameo | stefanha: Oh, great. I was planning to send a submission for a presentation around how different hypervisors map to different k8s use cases. | 10:47 |
gwhaley | hi stefanha: I don't think I'll be at either of those. Likely will present and maybe a kata workshop at OpenInfra days in London, beginning of April though | 10:48 |
gwhaley | I guess I should tickle davidgiluk for that one as well ^^ ;-) | 10:49 |
davidgiluk | hmm not impossible; a day out in the smoke | 10:50 |
stefanha | That would be cool. London is <1 hour for me. | 10:50 |
gwhaley | probably easier for you to get to London than for david and I :-) | 10:51 |
gwhaley | jodh, maybe you can try to plan ahead for a day out... | 10:51 |
stefanha | gwhaley: Hmm...not much detail on your to register and the cost for OpenInfra Days | 10:53 |
stefanha | s/your/how/ | 10:53 |
stefanha | https://openinfradays.co.uk/ | 10:53 |
gwhaley | stefanha - yeah, i think details maybe are still being worked out - but, dabukalam will know I think... | 10:54 |
stefanha | I see that there was coffee and cake at OpenStack Days 2017, so that's a good thing | 10:55 |
stefanha | "Ticket sales open on the 1st May 2017 for early bird ticket pricing, which is only £30 per attendee ticket. The price rises to £50 after the 1st July 2017." | 10:56 |
stefanha | That was quite reasonable | 10:56 |
dabukalam | stefanha: coming very soon | 10:57 |
dabukalam | there will be coffee and cake, and much more info on website in coming weeks | 10:57 |
stefanha | :D | 10:57 |
davidgiluk | hmm cake | 11:00 |
*** dims has quit IRC | 11:21 | |
*** lpetrut has joined #kata-dev | 11:43 | |
*** dims has joined #kata-dev | 13:01 | |
*** dims has quit IRC | 13:07 | |
*** dims has joined #kata-dev | 13:07 | |
*** jugs has quit IRC | 13:33 | |
*** jugs has joined #kata-dev | 13:34 | |
*** stackedsax has quit IRC | 13:38 | |
*** LinuxMe has joined #kata-dev | 14:12 | |
*** lpetrut has quit IRC | 15:10 | |
*** LinuxMe has quit IRC | 15:37 | |
*** LinuxMe has joined #kata-dev | 16:04 | |
fungi | gwhaley: https://review.openstack.org/630302 has also been proposed to add a job named "dco-license" to the zuul-jobs standard library, so that can slightly simplify https://review.openstack.org/630294 once it merges | 16:17 |
kata-irc-bot | <claire> Hi everyone - the poll resulted in a tie, so the Arch Committee agreed to a coin flip to make the decision. Starting next week the weekly AC calls will move to be held on *Tuesdays at 8:00am PT*. The Zoom link and etherpad remain the same: - https://zoom.us/j/837139405 - https://etherpad.openstack.org/p/katacontainers-2019-architecture-committee-mtgs | 16:39 |
kata-irc-bot | <graham.whaley> @fungi - ah, thx for the ref. I saw there was a comment on the original noting that could be done, but had not seen the review submission | 16:50 |
fungi | and looks like it's probably on track to merge today | 16:51 |
kata-irc-bot | <graham.whaley> I absolutely would intend to move to the zuul stdlib items if/when they merge and as long as we have not added extra functionality for kata (like... pullapprove used to check that the SignedOff email matched the commit author email - which, I'm not sure is strictly necessary for the DCO ;) ). Every time it tripped on that it confused the submitters no end to figure out what it was complaining about.. | 16:52 |
kata-irc-bot | <graham.whaley> OK - np - if they merge then I'll obviously rework my submission to make use. | 16:52 |
fungi | well, also zuul allows you to write jobs which inherit from other job definitions and also create job variants which just override specific parameter defaults, so it's not a mutually exclusive choice either | 17:15 |
fungi | as for dco specifics, the best example is likely the linux kernel where there are multiple layers of committers as you traverse the heirarchy of maintainers' repositories, so commits tend to accumulate additional signed-off-by footers as they move closer and closer to mainline | 17:17 |
davidgiluk | you also get signed-off-by's where people have picked up an old series and added some changes to it and added their own sign offs | 17:50 |
gwhaley | davidgiluk, fungi - indeed, in kata we have had a couple of PRs with multiple SoB's in them. First we'll get just basic SoB checks going (does each commit have 'Signed-of-by' in it), and then maybe we can expand to cover 'is the email well formed' and possibly 'does one SoB email match the commit author email', but I actually think that is not needed and would cause more problems than good. | 17:53 |
davidgiluk | gwhaley: Nod, especially if you have a team and one person scrapes all the commits together from the team and sends it out as a patch series | 17:54 |
fungi | sure, the distinction between "committer" and "author" varies across communities too, especially depending on whether there's a culture of git-format-patch/git-am (lkml style) vs people sharing git repositories directly | 17:57 |
*** jodh has quit IRC | 18:02 | |
*** gwhaley has quit IRC | 18:05 | |
*** eernst has joined #kata-dev | 18:10 | |
*** sameo has quit IRC | 19:35 | |
*** eernst has quit IRC | 20:12 | |
*** openstack has joined #kata-dev | 20:14 | |
*** ChanServ sets mode: +o openstack | 20:14 | |
*** stackedsax has joined #kata-dev | 20:30 | |
*** davidgiluk has quit IRC | 20:45 | |
*** LinuxMe has quit IRC | 20:54 | |
*** PrinzElvis has joined #kata-dev | 21:30 | |
kata-irc-bot | <salvador.fuentes> @mnaser hi, seems like we are having connectivity issues between the jenkins instance and the vexxhost and azure cloud, any idea? | 22:13 |
kata-irc-bot | <salvador.fuentes> I see this errors: | 22:13 |
kata-irc-bot | <salvador.fuentes> ```jenkins.plugins.openstack.compute.internal.Openstack$ActionFailed: Failed to boot server centos-7-8927: status=ERROR vmState=error fault=500: No valid host was found. There are not enough hosts available. (null) ``` | 22:13 |
kata-irc-bot | <mnaser> that looks like an openstack error | 22:14 |
kata-irc-bot | <mnaser> not an azure error? | 22:14 |
kata-irc-bot | <salvador.fuentes> and ```AzureVMAgentSSHLauncher: getRemoteSession: Got exception while connecting to remote host ubuntu1604-azure482230.eastus2.cloudapp.azure.com:22 java.net.SocketException: Network is unreachable (connect failed) Jan 10, 2019 2:11:05 AM SEVERE com.microsoft.azure.vmagent.remote.AzureVMAgentSSHLauncher connectToSsh AzureVMAgentSSHLauncher: connectToSsh: Got exception while connecting to remote host. Will be trying again after 1 | 22:14 |
kata-irc-bot | minute java.net.SocketException: Network is unreachable (connect failed)``` | 22:14 |
kata-irc-bot | <salvador.fuentes> yes, we have errors for both clouds | 22:14 |
kata-irc-bot | <mnaser> i might know what is the issue with ours | 22:14 |
kata-irc-bot | <mnaser> i wouldn't know whats the deal with the azure stuff, looks like there's no proper routes or its getting the wrong ip | 22:15 |
kata-irc-bot | <salvador.fuentes> ok, thanks. I'll try to look further what is going on with azure | 22:16 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!