Re: Redirecting and testing the new fedocal in openshift

2021-04-06 Thread Jan K
+1 looks good


From: Pierre-Yves Chibon 
Sent: Tuesday, April 6, 2021 10:32 PM
To: infrastructure@lists.fedoraproject.org 

Subject: Redirecting and testing the new fedocal in openshift

This is both a call for more testing as well as the first FBR of this
new freeze.

I have deployed fedocal in openshift, using OIDC and fedora-messaging,
running on python 3 at: https://calendar.fedoraproject.org
I have done some testing and for what I looked at and for everything
seems to work (including the sending of the reminder email).

If you have a little time, please have a look at it.
Do note that this instances uses the prod database so be reasonable, if
you want to do more testing feel free to poke at the staging instance
at: https://calendar.stg.fedoraproject.org.

Unless I hear otherwise, I would like to redirect the current (VM-based)
fedocal over to its new location (openshift) using the attached patch.

+1?

Thanks,

Pierre

___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [PATCH] proxies: redirect apps.fp.o/calendar to calendar.fp.o in openshift

2021-04-06 Thread Kevin Fenzi
On Tue, Apr 06, 2021 at 09:42:35PM +0200, Pierre-Yves Chibon wrote:
> Signed-off-by: Pierre-Yves Chibon 
> ---
>  playbooks/include/proxies-redirects.yml | 6 ++
>  1 file changed, 6 insertions(+)
> 
> diff --git a/playbooks/include/proxies-redirects.yml 
> b/playbooks/include/proxies-redirects.yml
> index 17a536149..49f2bb418 100644
> --- a/playbooks/include/proxies-redirects.yml
> +++ b/playbooks/include/proxies-redirects.yml
> @@ -111,6 +111,12 @@
>  regex: /voting
>  target: https://elections.fedoraproject.org/
>  
> +  - role: httpd/redirectmatch
> +shortname: calendar
> +website: apps.fedoraproject.org
> +regex: /calendar
> +target: https://calendar.fedoraproject.org/
> +
>- role: httpd/redirectmatch
>  shortname: mailman
>  website: admin.fedoraproject.org
> -- 
> 2.30.2

Looks ok to me. +1

kevin


signature.asc
Description: PGP signature
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Redirecting and testing the new fedocal in openshift

2021-04-06 Thread Ben Cotton
On Tue, Apr 6, 2021 at 3:39 PM Pierre-Yves Chibon  wrote:
>
> This is both a call for more testing as well as the first FBR of this
> new freeze.
>
> I have deployed fedocal in openshift, using OIDC and fedora-messaging,
> running on python 3 at: https://calendar.fedoraproject.org
> I have done some testing and for what I looked at and for everything
> seems to work (including the sending of the reminder email).
>
In my limited testing so far, it seems to work as expected.


--
Ben Cotton
He / Him / His
Senior Program Manager, Fedora & CentOS Stream
Red Hat
TZ=America/Indiana/Indianapolis
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: [PATCH] proxies: redirect apps.fp.o/calendar to calendar.fp.o in openshift

2021-04-06 Thread Nick Bebout
This looks good to me.  +1

On Tue, Apr 6, 2021 at 2:43 PM Pierre-Yves Chibon 
wrote:

> Signed-off-by: Pierre-Yves Chibon 
> ---
>  playbooks/include/proxies-redirects.yml | 6 ++
>  1 file changed, 6 insertions(+)
>
> diff --git a/playbooks/include/proxies-redirects.yml
> b/playbooks/include/proxies-redirects.yml
> index 17a536149..49f2bb418 100644
> --- a/playbooks/include/proxies-redirects.yml
> +++ b/playbooks/include/proxies-redirects.yml
> @@ -111,6 +111,12 @@
>  regex: /voting
>  target: https://elections.fedoraproject.org/
>
> +  - role: httpd/redirectmatch
> +shortname: calendar
> +website: apps.fedoraproject.org
> +regex: /calendar
> +target: https://calendar.fedoraproject.org/
> +
>- role: httpd/redirectmatch
>  shortname: mailman
>  website: admin.fedoraproject.org
> --
> 2.30.2
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to
> infrastructure-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
> Do not reply to spam on the list, report it:
> https://pagure.io/fedora-infrastructure
>
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[PATCH] proxies: redirect apps.fp.o/calendar to calendar.fp.o in openshift

2021-04-06 Thread Pierre-Yves Chibon
Signed-off-by: Pierre-Yves Chibon 
---
 playbooks/include/proxies-redirects.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/playbooks/include/proxies-redirects.yml 
b/playbooks/include/proxies-redirects.yml
index 17a536149..49f2bb418 100644
--- a/playbooks/include/proxies-redirects.yml
+++ b/playbooks/include/proxies-redirects.yml
@@ -111,6 +111,12 @@
 regex: /voting
 target: https://elections.fedoraproject.org/
 
+  - role: httpd/redirectmatch
+shortname: calendar
+website: apps.fedoraproject.org
+regex: /calendar
+target: https://calendar.fedoraproject.org/
+
   - role: httpd/redirectmatch
 shortname: mailman
 website: admin.fedoraproject.org
-- 
2.30.2
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


[PATCH] proxies: redirect apps.fp.o/calendar to calendar.fp.o in openshift

2021-04-06 Thread Pierre-Yves Chibon
Signed-off-by: Pierre-Yves Chibon 
---
 playbooks/include/proxies-redirects.yml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/playbooks/include/proxies-redirects.yml 
b/playbooks/include/proxies-redirects.yml
index 17a536149..4d5223ad5 100644
--- a/playbooks/include/proxies-redirects.yml
+++ b/playbooks/include/proxies-redirects.yml
@@ -111,6 +111,12 @@
 regex: /voting
 target: https://elections.fedoraproject.org/
 
+  - role: httpd/redirectmatch
+shortname: calendar
+website: admin.fedoraproject.org
+regex: /calendar
+target: https://calendar.fedoraproject.org/
+
   - role: httpd/redirectmatch
 shortname: mailman
 website: admin.fedoraproject.org
-- 
2.30.2
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Redirecting and testing the new fedocal in openshift

2021-04-06 Thread Pierre-Yves Chibon
This is both a call for more testing as well as the first FBR of this
new freeze.

I have deployed fedocal in openshift, using OIDC and fedora-messaging,
running on python 3 at: https://calendar.fedoraproject.org
I have done some testing and for what I looked at and for everything
seems to work (including the sending of the reminder email).

If you have a little time, please have a look at it.
Do note that this instances uses the prod database so be reasonable, if
you want to do more testing feel free to poke at the staging instance
at: https://calendar.stg.fedoraproject.org.

Unless I hear otherwise, I would like to redirect the current (VM-based)
fedocal over to its new location (openshift) using the attached patch.

+1?

Thanks,

Pierre

___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Fedora 34 Final freeze now in effect!

2021-04-06 Thread Kevin Fenzi
Greetings.

we are now in the infrastructure freeze leading up to the Fedora 34
Final release. This is a final release freeze.

We do this to ensure that our infrastructure is stable and ready to
release Fedora 34 when it's available.

You can see a list of hosts that do not freeze by checking out the
ansible repo and running the freezelist script:

git clone
https://infrastructure.fedoraproject.org/infra/ansible.git
ansible/scripts/freezelist -i inventory

Any hosts listed as freezes is frozen until 2021-04-20 (or later if
release slips). Frozen hosts should have no changes made to them without
a sign-off on the change from at least 2 sysadmin-main or rel-eng
members, along with (in most cases) a patch of the exact change to be
made to this list.

Thanks,

kevin


signature.asc
Description: PGP signature
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Congrats to Nick Bebout

2021-04-06 Thread Clement Verna
On Mon, 5 Apr 2021 at 17:48, Kevin Fenzi  wrote:

> Greetings.
>
> I'm happy to announce that Nick Bebout(fas: nb, irc: nb)
> has been added to our sysadmin-main group.
>
> This is the core group of trusted folks that high level access to most
> everything in fedora infrastructure.
>
> Nick has been doing infrastructure tasks for various groups for many
> years in sysadmin-noc, sysadmin-web, and too many other groups to list.
>
> He's proved his dedication, trustworthiness, and ability.
>
> Congrats!
>

Congrats Nick :)


> Use your powers for good! :)
>
> kevin
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to
> infrastructure-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
> Do not reply to spam on the list, report it:
> https://pagure.io/fedora-infrastructure
>
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Congrats to Nick Bebout

2021-04-06 Thread Pierre-Yves Chibon
On Mon, Apr 05, 2021 at 08:47:54AM -0700, Kevin Fenzi wrote:
> Greetings.
> 
> I'm happy to announce that Nick Bebout(fas: nb, irc: nb)
> has been added to our sysadmin-main group.
> 
> This is the core group of trusted folks that high level access to most
> everything in fedora infrastructure.
> 
> Nick has been doing infrastructure tasks for various groups for many
> years in sysadmin-noc, sysadmin-web, and too many other groups to list.
> 
> He's proved his dedication, trustworthiness, and ability.
> 
> Congrats!

Congrats and welcome aboard ;-)


Pierre
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: Congrats to Nick Bebout

2021-04-06 Thread Mark O'Brien
Congrats Nick

On Mon, Apr 5, 2021 at 5:52 PM Matthew Miller 
wrote:

> On Mon, Apr 05, 2021 at 08:47:54AM -0700, Kevin Fenzi wrote:
> > I'm happy to announce that Nick Bebout(fas: nb, irc: nb)
> > has been added to our sysadmin-main group.
>
> Awesome! Congratulations Nick. I really appreciate your helpfulness in many
> things all across the project. In fact, I didn't know you weren't in
> sysadmin-main already. :)
>
>
> --
> Matthew Miller
> 
> Fedora Project Leader
> ___
> infrastructure mailing list -- infrastructure@lists.fedoraproject.org
> To unsubscribe send an email to
> infrastructure-le...@lists.fedoraproject.org
> Fedora Code of Conduct:
> https://docs.fedoraproject.org/en-US/project/code-of-conduct/
> List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
> List Archives:
> https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
> Do not reply to spam on the list, report it:
> https://pagure.io/fedora-infrastructure
>
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


Re: About JS framework

2021-04-06 Thread Mark Smith
Before you choose the very right framework for your project, don't rely just on 
your experience and peculiarity of the following project. Choose frameworks 
according to the audience they are targeted and the goal you want to achieve. 
More details about this are here 
https://www.visartech.com/blog/save-costs-on-web-app-development/
Hope you will come up with a bright decision! 
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure