Re: Freeze Break request: Add custom robots.txt for Koschei

2024-09-16 Thread Mikolaj Izdebski
Thank you all for your +1s. The change is live now. -- Mikolaj On Fri, Sep 13, 2024 at 10:07 PM Mikolaj Izdebski wrote: > > Hi, > > Koschei has issues due to increased robots activity. In particular the > slow "affected-by" query seems to be problematic. > This cause

Freeze Break request: Add custom robots.txt for Koschei

2024-09-13 Thread Mikolaj Izdebski
ay: 2 +Disallow: /login +Disallow: /bugreport +Disallow: /affected-by And deploy the changes to proxies by running: # ansible-playbook /srv/web/infra/ansible/playbooks/groups/proxies.yml -t robots +1s to this FBR? -- Mikolaj Izdebski -- ___ infrastructu

Re: Freeze Break request: koji patch for use_buildroot_repo

2024-09-11 Thread Mikolaj Izdebski
On Wed, Sep 11, 2024 at 11:16 PM Kevin Fenzi wrote: > > Our containers are built in koji via the kiwi plugins. > At first, koji included the buildroot repo in building these, but this > has a unintended problem: the rpms in the buildroot are not signed, so > this causes the packages in the produce

Re: Freeze break request: nightly EPEL 10 compose

2024-09-06 Thread Mikolaj Izdebski
On Fri, Sep 6, 2024 at 7:54 PM Carl George wrote: > > EPEL 10 hasn't launched yet, but we're already working on getting > parts of it working. Builds work, and the intention is to have those > builds go straight to a "stable" repo similar to Rawhide, until we > officially launch EPEL 10 and enabl

Re: Freeze Break request: buildvm-ppc64le-33 tweaking

2024-09-06 Thread Mikolaj Izdebski
On Thu, Sep 5, 2024 at 11:21 PM Kevin Fenzi wrote: > > Greetings. > > webkitgtk is having build problems on ppc64le hitting OOM. ;( > See: https://pagure.io/fedora-infrastructure/issue/11839 > > So, for now, I would like to tweak buildvm-ppc64le-33 and bump it's > memory to 64gb and then take the

Re: Freeze Break Request: Increase mailman to 8 CPU

2022-09-01 Thread Mikolaj Izdebski
On Thu, Sep 1, 2022 at 8:16 PM Stephen Smoogen wrote: > > > I am trying to deal with some crashing issues with the mailman. It is > currently at 100% CPU usage with 4 cpus and about 12-16 waiting services at > all times. I would like to increase the number of CPUs to 8. There does not > look to

Re: Freeze break request: kernel builders

2022-09-01 Thread Mikolaj Izdebski
On Thu, Sep 1, 2022 at 8:55 PM Kevin Fenzi wrote: > > So, last week I managed to break bkernel01 kernel builder (and we have > been using just 02 since then). There were 2 issues: > > 1. I switched rawhide to use systemd-nspawn for isolation instead of > chroot and this broke kernel builds due to

Re: FBR: run batcave playbook for rbac

2021-09-21 Thread Mikolaj Izdebski
+1 On Tue, Sep 21, 2021 at 4:10 PM Mark O'Brien wrote: > > Hi All, > > I am requesting permissions to run the batcave > playbook to update rbac permissions to allow the > sysadmin-analysis group run the logserver playbook > as requested in this ticket: > > https://pagure.io/fedora-infrastructure/

Re: Freeze break request: pagure.fedoraproject.org

2020-09-24 Thread Mikolaj Izdebski
+1 On Thu, Sep 24, 2020 at 9:10 PM Kevin Fenzi wrote: > > Greetings. > > We have been wanting to upgrade pagure01 from rhel7 to rhel8 for a > while. Additionally, the disk we have defined for it is getting too > small, so we would need to add space. > > To deal with both issues, I have created a

Re: The packages app has a short runway

2019-10-25 Thread Mikolaj Izdebski
: the table of which versions of a > package are in which versions of Fedora/EPEL. I am planning to deploy Package Version Matrix in communishift [1]. Example how it can look like: [2] [1] https://pagure.io/fedora-infrastructure/issue/8314 [2] https://koji.kjnet.xyz/kojifiles/version

Re: FBR: Update releases.json to make f31 active and no retirement

2019-10-24 Thread Mikolaj Izdebski
+1 On Thu, Oct 24, 2019 at 10:53 PM Mohan Boddu wrote: > > Hi, > > Another FBR to update releases.json to make sure retirement is not allowed > > diff --git a/roles/pkgdb-proxy/files/pkgdb-gnome-software-collections.json > b/roles/pkgdb-proxy/files/pkgdb-gnome-software-collections > index aac977e

Re: FBR: F31 Final is GO, bodhi config changes

2019-10-24 Thread Mikolaj Izdebski
ompose will have the same content. > > Once the run is done, I will push all these changes and then either > run full updates push or let the automated pushes take care of it > based on the timing. > > I cannot run f31 stable updates push yet, since it might screw up the &

Re: FBR: F31 Final is GO, bodhi config changes

2019-10-24 Thread Mikolaj Izdebski
+1 On Thu, Oct 24, 2019 at 7:51 PM Mohan Boddu wrote: > > Hi, > > Now that F31 is GO, I would like the make the necessary changes to > bodhi configs. > > "vars/all/Frozen.yaml" 1L, 15C written > [mohanboddu@batcave01 ansible][PROD]$ git diff > diff --git a/vars/all/00-FedoraCycleNumber.yaml > b/v

FBR: Update koji-sidetag-plugin on Koji hub

2019-10-24 Thread Mikolaj Izdebski
In order to fix issue 8322 [1] python2-koji-sidetag-plugin-hub needs to be updated. This would be done with the following commands: $ koji move epel7-infra-stg epel7-infra koji-sidetag-plugin-0.1-2.el7.infra [root@batcave01]# ansible koji -m package -a 'name=python2-koji-sidetag-plugin-hub state=

[FBR] bastion: Add sysadmin-odcs to fas_client_groups

2019-10-22 Thread Mikolaj Izdebski
--- inventory/group_vars/bastion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/bastion b/inventory/group_vars/bastion index aeacc87e4..8e63d1a11 100644 --- a/inventory/group_vars/bastion +++ b/inventory/group_vars/bastion @@ -23,7 +23,7 @@ custom_rules: [

FBR: Allow sysadmin-osbs to SSH into bastion and batcave

2019-09-09 Thread Mikolaj Izdebski
Resolves https://pagure.io/fedora-infrastructure/issue/8182 --- inventory/group_vars/bastion | 2 +- inventory/group_vars/batcave | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inventory/group_vars/bastion b/inventory/group_vars/bastion index 37b6d3e85..aeacc87e4 100644 ---

Re: FBR: update python-tag2distrepo on bodhi-backend02

2019-04-26 Thread Mikolaj Izdebski
+1 > > On Thu, 25 Apr 2019 at 23:51, Dusty Mabe wrote: >> >> bump - can we get some votes on this? I would vote but my vote doesn't count >> :) >> >> On 4/16/19 5:10 PM, Mikolaj Izdebski wrote: >> > Problem: tag2distrepo fails to generate dis

FBR: update python-tag2distrepo on bodhi-backend02

2019-04-16 Thread Mikolaj Izdebski
Problem: tag2distrepo fails to generate dist-repo for CoreOS continuous builds [1] bacause CoreOS tags contain unsigned packages and tag2distrepo can't handle them. Fix: to fix the problem I would like to install python-tag2distrepo-1-0.10.fc29 [2] on bodhi-backend02.phx2.fedoraproject.org and res

Re: [PATCH] tag2distrepo: also regen f*-coreos-continuous repos

2019-04-12 Thread Mikolaj Izdebski
I've applied the patch and deployed it. Dist repos failed to generate due to missing signatures, but I'll try to fix that. On Thu, Apr 11, 2019 at 9:05 PM Jonathan Lebon wrote: > > We want to be able to get automatically regenerated yum repos whenever > we build into the continuous tags. This wil

Re: modules/ruby - private-jaruga-master branch wrongly released on f30.

2019-04-11 Thread Mikolaj Izdebski
f29 branch > from below repository? > https://src.fedoraproject.org/modules/ruby/branches > I am a main admin of the modules/ruby repository, but I do not have > the permission to do it. Sorry, but no. We don't remove dist-git branches by policy. Especially branches from which bui

Re: FBR: Unfreeze RelEng to push updates

2019-04-01 Thread Mikolaj Izdebski
+1 On Thu, Mar 28, 2019 at 10:51 PM Mohan Boddu wrote: > > Hello, > > I dont know if this FBR is needed or not, but now that we have a GOLD compose > for F30 Beta and all the requested f30 builds pushed stable and I cloned > f30-Beta tag from f30, now we can start pushing updates to F30 stable

Re: Need someone to run Thursday meeting

2019-03-28 Thread Mikolaj Izdebski
nce to get > involved and it's kinda fun the first few times. ;) > > Any takers? I'll do it. -- Mikolaj Izdebski ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-le...@li

Re: FBR: Apply MBS PR#1185 to fix Module Stream Expansion with new platform streams

2019-03-27 Thread Mikolaj Izdebski
+1 On Wed, Mar 27, 2019 at 7:02 AM Jan Kaluža wrote: > > Hi, > > Mohan filled MBS issue https://pagure.io/fm-orchestrator/issue/1184 and asked > us to fix and deploy that during the freeze to unblock him. I therefore want > to ask for +1 to deploy this small patch (already merged upstream): >

Re: [FBR] Adjust #fedora-diversity fedmsg IRC bot topics

2019-03-25 Thread Mikolaj Izdebski
+1 On Tue, Mar 19, 2019 at 10:54 PM Justin W. Flory wrote: > > Hi, the attached patch makes a small change to ircbot.py to change the > #fedora-diversity IRC bot to only listen for new Pagure tickets, pull > requests, and comments. This helps reduce the noise in the IRC channel > and hopefully ma

FBR: Renew TLS certificate for whatcanidoforfedora.org

2019-03-13 Thread Mikolaj Izdebski
is on staging and it worked. Expiry date is after expected Fedora 30 beta release, but I would still like to renew this certificate to prevent future outage if we forget to renew it after freeze is lifted, and to clear Nagios alerts. -- Mikolaj Izd

Re: FBR to add host to mirrors tier1

2019-03-12 Thread Mikolaj Izdebski
Like Kevin, I think that the patch may contain unrelated change. +1 to the part changing inventory/group_vars/download +0 to the part changing roles/rsyncd On Mon, Mar 11, 2019 at 11:44 PM Stephen John Smoogen wrote: > > I tried to make format-patch work but I have some problems in places > stil

Re: [FBR] Adding f30 key to bodhi modular pungi config

2019-03-11 Thread Mikolaj Izdebski
+1 On Mon, Mar 11, 2019 at 4:22 PM Mohan Boddu wrote: > > This patch will add fedora-30 key to bodhi modular pungi config. > > diff --git a/roles/bodhi2/backend/templates/pungi.module.conf.j2 > b/roles/bodhi2/backend/templates/pungi.module.conf.j2 > index bb021eb..43c6a7e 100644 > --- a/roles/bo

Re: FBR: Rebuild Bodhi frontend containers

2019-03-11 Thread Mikolaj Izdebski
+1 On Mon, Mar 11, 2019 at 3:45 PM Randy Barlow wrote: > > Greetings! > > The Bodhi frontend container was not rebuilt when the Fedora 30 > configurations were added to production.ini. This means that the > frontend is not aware of the policy of 3 days to stable, while the > backend is aware. Thi

Re: Proposal to increase number of concurrent MBS builds

2019-03-11 Thread Mikolaj Izdebski
On Mon, Mar 11, 2019 at 12:41 PM Stephen John Smoogen wrote: > > On Mon, 11 Mar 2019 at 06:55, Mikolaj Izdebski wrote: > > > > On Mon, Mar 11, 2019 at 10:43 AM Stephen John Smoogen > > wrote: > > > > > > On Mon, 11 Mar 2019 at 04:52, Mikolaj Izdebski

Re: Proposal to increase number of concurrent MBS builds

2019-03-11 Thread Mikolaj Izdebski
On Mon, Mar 11, 2019 at 10:43 AM Stephen John Smoogen wrote: > > On Mon, 11 Mar 2019 at 04:52, Mikolaj Izdebski wrote: > > > > I would like to propose increasing NUM_CONCURRENT_BUILDS for MBS to > > value 100 after beta freeze is over. > > > > The above MB

Proposal to increase number of concurrent MBS builds

2019-03-11 Thread Mikolaj Izdebski
builds submitted by MBS have lower priority than default for non-modular component builds submitted by packagers, so packager-submitted builds will take precedence over builds submitted by MBS. -- Mikolaj Izdebski ___ infrastructure mailing list

Re: [PATCH] Add zchunk support to updates and updates-testing repositories

2019-03-10 Thread Mikolaj Izdebski
docs.io/en/latest/sysadmin-guide/sops/fedora-releases.html#change-freeze -- Mikolaj Izdebski On Sun, Mar 10, 2019 at 6:24 PM Jonathan Dieter wrote: > > This adds zchunk support for the updates and updates-testing repositories > for both rpms and modularity > > Signed-off-by: Jonath

Re: How do we turn zchunk on for updates-testing for F30?

2019-03-09 Thread Mikolaj Izdebski
/backend/templates/pungi.rpm.conf.j2 in ansible.git. Similarly, for modular equivalent, pungi config is located at roles/bodhi2/backend/templates/pungi.module.conf.j2 -- Mikolaj Izdebski ___ infrastructure mailing list -- infrastructure@lists.fedoraproject

Re: [Freeze Break Request ] infrastructure.fedoraproject.org: Allow new cloud network access to repos and resources

2019-03-07 Thread Mikolaj Izdebski
+1 On Thu, Mar 7, 2019 at 10:18 PM wrote: > > From: Kevin Fenzi > > Signed-off-by: Kevin Fenzi > --- > roles/batcave/files/allows | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/roles/batcave/files/allows b/roles/batcave/files/allows > index 33592e1..5439b2a 100644 > --- a/roles/batca

Re: [Freeze Break Request: ] pagure.io: Increase upload size from 60MB to 100MB for virt-viewer

2019-03-06 Thread Mikolaj Izdebski
+1 On Wed, Mar 6, 2019 at 2:46 AM wrote: > > From: Kevin Fenzi > > See ticket https://pagure.io/fedora-infrastructure/issue/7612 > virt-viewer folks need to upload larger than 60MB content. > > Signed-off-by: Kevin Fenzi > --- > roles/pagure/frontend/templates/pagure.cfg | 2 +- > 1 file chang

Re: Future of fedora-packages

2019-02-27 Thread Mikolaj Izdebski
earch has been packaged [1] in Fedora for more than 4 years. https://src.fedoraproject.org/rpms/elasticsearch -- Mikolaj Izdebski ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastr

Re: RFR: Message-Tagging-Service

2019-02-25 Thread Mikolaj Izdebski
On Thu, Feb 21, 2019 at 6:42 AM Chenxiong Qi wrote: > This mail is for a new micro-service called Message-Tagging-Service (aka > MTS). It serves to tag module build triggered by specific MBS event. > More detailed information is provided inside RFR ticket[1]. Thanks for working on this. In the ti

Future plans about fedmsg

2019-02-07 Thread Mikolaj Izdebski
Hello, Today I've looked into porting Koschei from fedmsg to fedora-messaging. Unfortunately I've encountered problems that prevent me from progressing. Most importantly our RabbitMQ servers are not accessible from outsides of Fedora infrastructure VPN. Moreover, all clients must authenticate with

Re: MBI (Playground 2.0)

2019-01-31 Thread Mikolaj Izdebski
On Thu, Jan 31, 2019 at 1:36 PM Josh Boyer wrote: > Why does this need to be deployed in the fedora infrastructure cloud? > Seems like you could stand it up in AWS or somewhere else. Because we (Fedora contributors) don't have budget to pay AWS bills. If someone is willing to sponsor this then AW

Re: [PATCH] Add CDN testing cloudfront redirect for atomic repo

2019-01-04 Thread Mikolaj Izdebski
I've applied the patch and deployed it in production. On Thu, Jan 3, 2019 at 4:55 PM Sinny Kumari wrote: > > > > On Thu, Jan 3, 2019 at 9:16 PM Dusty Mabe wrote: >> >> >> >> On 1/3/19 10:40 AM, Sinny Kumari wrote: >> > Hi, >> > >> > Currently, we are using two different cloudfront distributions

Re: wrong description of java-openjdk in bugzilla

2019-01-03 Thread Mikolaj Izdebski
On Thu, Jan 3, 2019 at 9:25 AM jiri vanek wrote: > > Please see: https://bugzilla.redhat.com/show_bug.cgi?id=1661697 ; > > Description of component (here, in BZ) is wrong: OpenJDK Runtime Environment > 11 > Should be: OpenJDK rolling package for latest JDK > > Can you please manage to fix it? Co

Re: Koji / epel-7 - What's going on?

2019-01-02 Thread Mikolaj Izdebski
On Mon, Nov 26, 2018 at 11:37 PM Mikolaj Izdebski wrote: > > On Mon, Nov 26, 2018 at 8:17 PM Kevin Fenzi wrote: > > > > On 11/26/18 1:59 AM, Mikolaj Izdebski wrote: > > > "ExclusiveArch: aarch64" works while "ExclusiveArch: x86_64" does not.

Re: Patch for issue 7378

2018-12-09 Thread Mikolaj Izdebski
On Fri, Dec 7, 2018 at 11:33 PM Zach Villers wrote: > I looked at the original ticket and inferred too much possibly. Or > perhaps I'm just not clear on how this redirect works. I see now this a > for an apache mod_proxy config? Maybe I was thinking this was for a > mod_rewrite? It is httpd/redir

Re: Patch for issue 7378

2018-12-07 Thread Mikolaj Izdebski
It's almost good, but the patch is not entirely correct. On Thu, Dec 6, 2018 at 5:08 PM Zach Villers wrote: >- role: httpd/redirect > shortname: jenkins > website: jenkins.fedorainfracloud.org > -target: https://jenkins-fedora-infra.apps.ci.centos.org > +target: https://jenk

Re: Koji / epel-7 - What's going on?

2018-11-26 Thread Mikolaj Izdebski
On Mon, Nov 26, 2018 at 8:17 PM Kevin Fenzi wrote: > > On 11/26/18 1:59 AM, Mikolaj Izdebski wrote: > > "ExclusiveArch: aarch64" works while "ExclusiveArch: x86_64" does not. > > The problem is that Koji may try to build packages with > > "Exclusi

Re: Koji / epel-7 - What's going on?

2018-11-26 Thread Mikolaj Izdebski
On Sat, Nov 24, 2018 at 8:08 PM Kevin Fenzi wrote: > > On 11/21/18 3:11 AM, Vít Ondruch wrote: > > > > Dne 20. 11. 18 v 23:52 Kevin Fenzi napsal(a): > > Was this resolved? > > > > https://pagure.io/releng/issue/7671 > > I thought so, but the builds there have their logs cleaned up and the > devel

Re: FBR: Disable F29 branched compose

2018-10-27 Thread Mikolaj Izdebski
+1 - Original Message - > This is to disable F29 branched composes since we got F29 GA gold compose > > diff --git a/roles/releng/files/branched b/roles/releng/files/branched > index 561b8e0..cbcafff 100644 > --- a/roles/releng/files/branched > +++ b/roles/releng/files/branched > @@ -1,3

FBR: Fix regeneration of dist-repos

2018-10-26 Thread Mikolaj Izdebski
This fixes issue with regenerating dist-repos: https://pagure.io/fedora-infrastructure/issue/7332 Works around Koji bug: https://pagure.io/koji/issue/1114 From 50d1c0ac60d39abfd194675ee40f8b5bc1c0dec5 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Fri, 26 Oct 2018 22:03:21 +0200 Subject

Staging Koji maintenance

2018-10-25 Thread Mikolaj Izdebski
ansiblized, otherwise it will be lost during sync. -- Mikolaj Izdebski ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org Fedora Code of Conduct: https

Re: [Freeze Break Request: ] More logging on pkgs02

2018-10-17 Thread Mikolaj Izdebski
+1 - Original Message - > Good Morning, > > While applying this FBR, I think I found the root cause for the emailing on > commits in dist-git, here is, I suspect this is the patch needed to fix this: > > > From 1b661f2c5f217470111aa91fb502b21255f9fa37 Mon Sep 17 00:00:00 2001 > From

Re: Freeze Break Request: fix up registry

2018-10-16 Thread Mikolaj Izdebski
+1 - Original Message - > Greetings. > > I would like to do the following: > > * Apply the attached ansible diff. This changes things to run the new > 'reg' (which just has a 'server' subcommand, not a reg-server binary), > and also fixes varnish to not eat the requests to show more than

Re: [Freeze Break Request: ] Switch anitya backups to use --exclude-table-data rather than excluding entire tables

2018-10-09 Thread Mikolaj Izdebski
te +%F).dump.xz > > # Also, delete the backup from a few days ago. > rm -f /backups/$DB-public-$(date --date="1 days ago" +%F).dump.xz > -- Mikolaj Izdebski Senior Software Engineer, Red Hat IRC: mizdebsk ___

Re: fedora-infrastructure#7267: "fedora-packager and statscache sunset" patch review.

2018-10-02 Thread Mikolaj Izdebski
d an email to infrastructure-le...@lists.fedoraproject.org > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/infrastructure@lists.fe

Re: The trouble with torrents

2018-09-29 Thread Mikolaj Izdebski
aemon state=stopped when: settings_j2.changed - name: Copy transmission config file again template: src=settings.json.j2 dest=/var/lib/transmission/.config/transmission-daemon/settings.json when: settings_j2.changed - name: Start and enable transmission-daemon service: name=transmission-d

Re: epel7-infra and epel7 conflicts wrt pagure updates (or, can we have an epel7-infra DistTag?)

2018-09-29 Thread Mikolaj Izdebski
On 09/29/2018 01:16 AM, Kevin Fenzi wrote: > On 09/27/2018 01:50 PM, Mikolaj Izdebski wrote: >> On 09/27/2018 10:39 PM, Neal Gompa wrote: >>> I'd like to propose that we change epel7-infra so that the DistTag >>> defined in %dist is ".el7.infra" in

Re: epel7-infra and epel7 conflicts wrt pagure updates (or, can we have an epel7-infra DistTag?)

2018-09-27 Thread Mikolaj Izdebski
ault. +1 to use custom dist tags for infra builds. But I would like to see this implemented for all infra repos, not only epel7-infra. -- Mikolaj Izdebski Senior Software Engineer, Red Hat IRC: mizdebsk ___ infrastructure mailing list -- infrastructure@l

Re: FBR: Add proxy101/proxy110 to the OSBS whitelsit

2018-09-25 Thread Mikolaj Izdebski
___ > infrastructure mailing list -- infrastructure@lists.fedoraproject.org > To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidel

Re: FBR: upgrading pagure to 5.0

2018-09-25 Thread Mikolaj Izdebski
t; infra team may be good. > > What do you think? I'm sceptical about this upgrade on a release day. But on the other hand it's only beta release. I'm +1 to try it. -- Mikolaj Izdebski Senior Software Engineer, Red Hat IRC: mizdebsk

Re: FBR: Add key for f29 modular

2018-09-21 Thread Mikolaj Izdebski
ture@lists.fedoraproject.org > To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > htt

Re: Freeze break request: backup pagure / src.fedoraproject.org db

2018-09-21 Thread Mikolaj Izdebski
edoraproject.org > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org > -- Mikolaj

Re: Freeze break request: upgrade qemu on buildvm-ppc64le-01/02

2018-08-30 Thread Mikolaj Izdebski
tails and > https://pagure.io/releng/issue/7703 has information on all the images > that haven't been building. > > +1s? +1. It should be easy to revert if necessary. -- Mikolaj Izdebski Senior Software Engineer, Red Hat IRC: mizdebsk ___ i

Re: FBR Add OSBS to aarch64.

2018-08-30 Thread Mikolaj Izdebski
/Mailing_list_guidelines >> List Archives: >> https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org > > > > > > ___ > infrastructure mailing list -- infrastructure@lists.fedoraproject.org &

Re: FBR: Set up docs.teamsilverblue.org

2018-08-28 Thread Mikolaj Izdebski
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org > To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org > Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html > List Guid

Re: libravatar in Fedora OpenShift

2018-08-18 Thread Mikolaj Izdebski
shiftapps.com/. If I remember correctly I read somewhere that libravatar is not being decommissioned after all. Is this RFR still relevant then? If yes then I can probably sponsor it. -- Mikolaj Izdebski Senior Software Engineer, Red Hat IRC: mizdebsk _

Staging Koji sync

2018-08-16 Thread Mikolaj Izdebski
Tomorrow (Friday August 17) around 16:00 UTC I would like to start sync staging Koji with production to fix issues like [1]. Does anyone have any objections? [1] https://pagure.io/fedora-infrastructure/issue/7136 -- Mikolaj Izdebski Senior Software Engineer, Red Hat IRC: mizdebsk

Re: [PATCH] mbs: remove gcc/gcc-c++ from buildroot

2018-07-10 Thread Mikolaj Izdebski
ow-utils, > +tar, unzip, util-linux, which, xz] > srpm-buildroot: >rpms: [bash, fedora-release, fedpkg-minimal, gnupg2, > redhat-rpm-config, rpm-build, > shadow-utils] >stream: f29 >summary: Fedora 29 traditional base >context:

Re: IRC oncall

2018-05-17 Thread Mikolaj Izdebski
this are useful, please let me know. [1] https://pagure.io/fedora-infrastructure/issue/6918#comment-512552 -- Mikolaj Izdebski Senior Software Engineer, Red Hat IRC: mizdebsk ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org

Re: [PATCH] Add version 1.2.0 of Fedora Bootstrap

2018-05-07 Thread Mikolaj Izdebski
> > Applied. :) And I've just ran proxies playbook to have it deployed in production. -- Mikolaj Izdebski Senior Software Engineer, Red Hat IRC: mizdebsk ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscr

Re: FBR - Fixing OSBS build

2018-04-27 Thread Mikolaj Izdebski
t; +dest: "/etc/osbs/buildroot/krb5.conf" > +mode: 0644 > + notify: > +- buildroot container > + > - name: Upload internal CA for buildroot >copy: > src: "{{private}}/files/osbs/{{env}}/osbs-internal.pem" &g

Re: Freeze Break Request: more new sync changes

2018-04-26 Thread Mikolaj Izdebski
'ppc64le', >> 's390x'], >> -'dest': os.path.join(FEDORAALTDEST, '28')} >> +'dest': os.path.join(FEDORAALTDEST, '28', >> 'Everything')} >>

Re: FBR MBS: Fix traceback when reusing components from module build with different buildrequires.

2018-04-20 Thread Mikolaj Izdebski
uza > _______ > infrastructure mailing list -- infrastructure@lists.fedoraproject.org > To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org > -- Mikolaj Izdebski Senior Software Engineer, Red Hat IRC: mizdebsk ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org

Re: [PATCH] change FAW redirects to point to new unified repo

2018-03-07 Thread Mikolaj Izdebski
> -Redirect 302 "/pub/ostree/27" > "https://kojipkgs.fedoraproject.org/atomic/workstation"; > +Redirect 302 "/ostree/27" "https://kojipkgs.fedoraproject.org/atomic/repo"; > +Redirect 302 "/pub/ostree/27

Re: congrats to Mikolaj Izdebski

2018-02-09 Thread Mikolaj Izdebski
> jenkins and java things and koji. > > Congrats and use your powers for good! Thank you. I appreciate the trust I've been given and I'll try to be a valuable contributor. -- Mikolaj Izdebski Senior Software Engineer, Red Hat IRC: mizdebsk ___

Re: The future of pkgdb

2017-04-25 Thread Mikolaj Izdebski
On 04/25/2017 08:16 PM, Ralph Bean wrote: > On Tue, Apr 25, 2017 at 07:59:46PM +0200, Mikolaj Izdebski wrote: >> On 04/25/2017 07:48 PM, Ralph Bean wrote: >>> On Tue, Apr 25, 2017 at 06:46:40PM +0200, Mikolaj Izdebski wrote: >>>> On 04/25/2017 04:23 PM, Pierre-Yv

Re: The future of pkgdb

2017-04-25 Thread Mikolaj Izdebski
On 04/25/2017 07:48 PM, Ralph Bean wrote: > On Tue, Apr 25, 2017 at 06:46:40PM +0200, Mikolaj Izdebski wrote: >> On 04/25/2017 04:23 PM, Pierre-Yves Chibon wrote: >>> - Store koshei integration flag >>> - store this in a yaml/toml file in the dist-git repo >>>

Re: The future of pkgdb

2017-04-25 Thread Mikolaj Izdebski
update a local > cache based on this) Do you mean separate yaml/toml file per package/collection, stored in dist-git branch, right next to spec file? -- Mikolaj Izdebski Software Engineer, Red Hat IRC: mizdebsk ___ infrastructure mailing list

Future of Koschei staging

2016-12-13 Thread Mikolaj Izdebski
on-demand, only when actually needed, and terminated afterwards. Option 2: Use separate db for Koschei staging (possibly on one of existing Koschei hosts) without replication enabled. What should be the preferred course of action? -- Mikolaj Izdebsk

Re: koschei-backend reinstall as Fedora 25

2016-11-29 Thread Mikolaj Izdebski
On 11/28/2016 11:19 PM, Kevin Fenzi wrote: > On Mon, 28 Nov 2016 09:59:18 +0100 > Mikolaj Izdebski wrote: > >> Hello, >> >> I would like to reinstall koschei-backend as Fedora 25 (currently it's >> deployed on Fedora 24). This should hopefully fix Na

Re: Cert penning, Certs and related

2016-11-28 Thread Mikolaj Izdebski
r --keytab param), for other services it should be possible to run "kinit -k" (which can even be ran from startup stripts, cron etc.) -- Mikolaj Izdebski IRC: mizdebsk ___ infrastructure mailing list -- infrastructure@lists.fedorap

koschei-backend reinstall as Fedora 25

2016-11-28 Thread Mikolaj Izdebski
ora-25 could be created with 4 GB of swap. 2. Terminate koschei-backend01.stg VM on virthost11 so that I can recreate it with Ansible? Thanks, -- Mikolaj Izdebski ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To

Re: Memory on koschei-backend01.phx2

2016-11-16 Thread Mikolaj Izdebski
On 11/16/2016 04:17 PM, Kevin Fenzi wrote: > On Wed, 16 Nov 2016 14:17:46 +0100 > Mikolaj Izdebski wrote: > >> Michael Simacek pointed out that koschei-backend01.phx2 has 20 GB of >> physical memory, while Ansible inventory vars specify only 4 GB. >> >> Does

Memory on koschei-backend01.phx2

2016-11-16 Thread Mikolaj Izdebski
? -- Mikolaj Izdebski Software Engineer, Red Hat IRC: mizdebsk ___ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org

Re: About several stage instances

2016-09-22 Thread Mikolaj Izdebski
hat is the dist-git stage instance URL? Yes, these instances should be usable. For dist-git, you can use either of the two following: https://pkgs.stg.fedoraproject.org/cgit/ https://pkgs.stg.fedoraproject.org/pagure/ -- Mikolaj Izdebski Software Engineer, Red Hat IRC: mizdebsk __

Re: How to use fresh module on mock build

2016-07-26 Thread Mikolaj Izdebski
471/root.log > rubygem-execjs.noarch 2.7.0-1.fc25 > > However on mock build, old version still is used. Try mock --enablerepo local ... -- Mikolaj Izdebski Software Engineer, Red Hat IRC: mizdebsk ___ infrastructure mailin

Re: Planned Outage: fedorainfracloud.org - 2016-07-22 02:00 UTC

2016-07-22 Thread Mikolaj Izdebski
ned_outage__scheduled_outage.html -- Mikolaj Izdebski Software Engineer, Red Hat IRC: mizdebsk ___ infrastructure mailing list infrastructure@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/infrastructure@lists.fedoraproject.org

Kickstart for Fedora 24 KVM guest

2016-07-21 Thread Mikolaj Izdebski
otron variants. [1] http://10.5.126.23/repo/rhel/ks/kvm-fedora-23 -- Mikolaj Izdebski Software Engineer, Red Hat IRC: mizdebsk ___ infrastructure mailing list infrastructure@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/infrastru

Planned Outage: Koschei update - 2016-05-12 15:00 UTC

2016-05-12 Thread Mikolaj Izdebski
Planned Outage: Koschei update - 2016-05-12 15:00 UTC There will be an outage starting at 2016-05-12 15:00 UTC, which will last approximately 4 hours. To convert UTC to your local time, take a look at http://fedoraproject.org/wiki/Infrastructure/UTCHowto or run: date -d '2016-05-12 15:00 UTC' R

Re: February status update for Fedora Infrastructure Apprentices

2016-02-15 Thread Mikolaj Izdebski
ve you logged into our Gobby instance and read/seen/added to our > meeting agenda? https://fedoraproject.org/wiki/Gobby Recently no. > 9. What will you spend leap day on this year? (2016-02-29) Work, just like any other ordinary day. -- Mikolaj Izdebski Software Engineer, Red Hat IRC: m

Re: December status update for Fedora Infrastructure Apprentices

2015-12-15 Thread Mikolaj Izdebski
g to be doing a 'technical debt > cleanup' week on 2016-01-06 to 2016-01-09? See: > https://fedoraproject.org/wiki/Infrastructure/Debt > and come join us. Yes, I do - It was discussed on Flock in Rochester. -- Mikolaj Izdebski ___ infr

Re: November status update for Fedora Infrastructure Apprentices

2015-11-05 Thread Mikolaj Izdebski
tice work day on November > 18th? Will you be able to stop by and talk with us then and get more > involved? Yes, but I was hoping for more challenging tasks than updating docs or adding CSI vars :) Maybe some easyfix tickets -- Mikolaj Izdebski Software Engineer, Red Hat IRC:

Re: [PATCH] koji directory cleanup: shorten the time we keep things

2015-10-26 Thread Mikolaj Izdebski
all, which I proposed this as a Koji enhancement long time ago: https://fedorahosted.org/koji/ticket/284 AFAIK this is a problem with lack of i-nodes on NetApp. Has anyone considered increasing available i-node instead of this patch? -- Mikolaj Izdebski Software Engineer,

Re: [release] fedmsg: 0.16.2

2015-10-08 Thread Mikolaj Izdebski
ould like to fix that ASAP by upgrading to fedmsg 0.16.2. -- Mikolaj Izdebski Software Engineer, Red Hat IRC: mizdebsk ___ infrastructure mailing list infrastructure@lists.fedoraproject.org http://lists.fedoraproject.org/admin/infrastructure@lists.fedoraproject.org

Re: October status update for Fedora Infrastructure Apprentices

2015-10-01 Thread Mikolaj Izdebski
visible OR the power to read > minds, which would you choose? Neither :) -- Mikolaj Izdebski Software Engineer, Red Hat IRC: mizdebsk ___ infrastructure mailing list infrastructure@lists.fedoraproject.org http://lists.fedoraproject.org/postorius/infrastructure@lists.fedoraproject.org

Re: [release] pkgdb2: 1.28

2015-09-02 Thread Mikolaj Izdebski
o tracking flag immediately. It is no longer possible to add packages through Koschei's web UI - this must be done through pkgdb now. -- Mikolaj Izdebski Software Engineer, Red Hat IRC: mizdebsk ___ infrastructure mailing list infrastructure@lists

Re: September status update for Fedora Infrastructure Apprentices

2015-09-01 Thread Mikolaj Izdebski
ed to our > meeting agenda? https://fedoraproject.org/wiki/Gobby Yes. -- Mikolaj Izdebski Software Engineer, Red Hat IRC: mizdebsk ___ infrastructure mailing list infrastructure@lists.fedoraproject.org http://lists.fedoraproject.org/postorius/infrastructure@lists.fedoraproject.org

Re: Jenkins migration to new cloud

2015-08-27 Thread Mikolaj Izdebski
-epel-testing: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2015-7687 -- Mikolaj Izdebski Software Engineer, Red Hat IRC: mizdebsk ___ infrastructure mailing list infrastructure@lists.fedoraproject.org http://lists.fedoraproject.org/postorius/infrastructure@lists.fedoraproject.org

Jenkins migration to new cloud

2015-08-25 Thread Mikolaj Izdebski
I'm about to start Jenkins migration to the new cloud. I'll reply with more details after the process is complete. The migration shouldn't take longer than a few hours. During that period Jenkins may be unavailable. Sorry for any inconvenience. -- Mikolaj Izdebski Software Engine

Re: Jenkins in new cloud - status update

2015-07-30 Thread Mikolaj Izdebski
ovement - removing unneeded plugins and slave packages, but I didn't manage to do that yet, give the short deadline. -- Mikolaj Izdebski Software Engineer, Red Hat IRC: mizdebsk ___ infrastructure mailing list infrastructure@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Re: Jenkins in new cloud - status update

2015-07-30 Thread Mikolaj Izdebski
On 07/30/2015 07:46 PM, Joshua hoblitt wrote: > On 07/30/2015 10:39 AM, Mikolaj Izdebski wrote: >> Jenknis runs as unprivileged user, so it can't listen on port 80 - it >> listens on port 8080. Old Jenkins was running httpd proxy, which >> forwarded incoming requests

Jenkins in new cloud - status update

2015-07-30 Thread Mikolaj Izdebski
e persistent storage, but I would like to add it when moving to production. Any questions or comments? -- Mikolaj Izdebski Software Engineer, Red Hat IRC: mizdebsk ___ infrastructure mailing list infrastructure@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/infrastructure

  1   2   >