About JS framework
by Pierre-Yves Chibon
Good Morning Everyone,
Our infrastructure is mostly a python store, meaning almost all our apps are
written in python and most using wsgi.
However in python we are using a number of framework:
* flask for most
* pyramid for some of the biggest (bodhi, FAS3)
* Django (askbot, Hyperkitty)
* TurboGears2 (fedora-packages)
* aiohttp (python3, async app: mdapi)
While this makes sometime things difficult, these are fairly standard framework
and most of our developers are able to help on all.
However, as I see us starting to look at JS for some of our apps (fedora-hubs,
wartaa...), I wonder if we could start the discussion early about the different
framework and eventually see if we can unify around one.
This would also allow those of us not familiar with any JS framework to look at
the recommended one instead of picking one up semi-randomly.
So has anyone experience with one or more JS framework? Do you have one that
would you recommend? Why?
Thanks for your inputs,
Pierre
7 months, 3 weeks
Fedora 27 Beta Freeze now in effect
by Kevin Fenzi
Greetings.
we are now in the infrastructure freeze leading up to the Fedora 27 Beta
release. This is a pre-release freeze.
We do this to ensure that our infrastructure is stable and ready to
release the Fedora 27 Beta 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 2017-09-19 (or later if Beta
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
5 years, 2 months
Deploying JS-based application (Hubs)
by Pierre-Yves Chibon
Good Morning Everyone,
There has been work on fedora-hubs for a while now and there is an objective to
make it live in staging early this year.
However, there is a question about how we want to deploy such application.
So far we have asked that all our application be packaged in RPMs. The main
application may not be in the official Fedora repositories but (for most) we
asked that all of its dependencies are.
For example, pkgdb or pagure aren't in Fedora's repositories themselves, but we
still build them in koji pulling the dependencies from the official repos.
Hubs is the second of our app where this model is almost not workable because it
is written in nodejs where every file is/can be a separate package and semantic
versioning sometime not very well respected.
The other application we have that is in nodejs is the flock registration
application that, iirc, we run in our cloud.
However, hubs is not meant to be run in our cloud.
So how do we want to deploy hub?
Do we allow npm install? Do we want to use container? Should it target
openshift?
How do we want to handle updates? (especially considering the semantic
versioning aspect mentioned above)
What do people think?
Thanks,
Pierre
5 years, 3 months
Meeting Agenda Item: Introduction Jordan Prudhomme
by Jordan Prudhomme
Hello the Team,
I'm looking to join the infrastructure team, you will probably see me on
IRC as Raboliot.
To briefly introduce myself, I'm a French student doing and I'm also
working in an IOT company, I'm studying networks, system administration and
cyber security, but I was originally a developer.
Most of my developments are in Python or JavaScript/NodeJS, but I've used
several other languages (C/C++, Java, recently Perl).
I'm eager to learn anything, whether it is in development or systems
administration.
I'm new to contributing to an open-source project, so I will be happy if
someone can mentor me and guide me through the apprentice process.
Have a nice day,
Jordan Prudhomme
5 years, 4 months
Plan for tomorrow's Fedora Infrastructure meeting 2018-01-18
by Kevin Fenzi
The infrastructure team will be having it's weekly meeting tomorrow,
2018-01-18 at 18:00 UTC in #fedora-meeting on the freenode network.
We have a gobby document
(see: https://fedoraproject.org/wiki/Gobby )
fedora-infrastructure-meeting-next is the document.
Please try and review and edit that document before the meeting and we
will use it to have our agenda of things to discuss. A copy as of today
is included in this email.
If you have something to discuss, add the topic to the discussion area
with your name. If you would like to teach other folks about some
application or setup in our infrastructure, please add that topic and
your name to the learn about section.
--
> This shared document is for the next fedora infrastructure meeting.
> = Preamble =
> The infrastructure team will be having its weekly meeting tomorrow,
> HERE, 2018-01-11 at 18:00 UTC in #fedora-meeting on the freenode network.
>
>
> = Introduction =
> We will use it over the week before the meeting to gather status and info and
> discussion items and so forth, then use it in the irc meeting to transfer
> information to the meetbot logs.
>
> = Meeting start stuff =
>
> #startmeeting Infrastructure (2018-01-18)
> #meetingname infrastructure
> #topic aloha
> #chair smooge relrod nirik dgilmore threebean pingou puiterwijk pbrobinson maxamillion
>
> = Let new people say hello =
>
> #topic New folks introductions
> #info This is a place where people who are interested in Fedora Infrastructure can introduce themselves
>
> = Status / Information / Trivia / Announcements =
>
> (We put things here we want others on the team to know, but don't need to discuss)
> (Please use #info <the thing> - your name)
>
> #topic announcements and information
>
> #info Lots of reboot been and upcoming for various CVEs - puiterwijk/kevin/smooge/relrod
> #info Many old f25 instances moved to f27, a few more to go - kevin
> #info Many folks traveling to devconf/fosdem/configmgmt-camp next week>
> = Things we should discuss =
>
> We use this section to bring up discussion topics. Things we want to talk about
> as a group and come up with some consensus /suor decision or just brainstorm a
> problem or issue. If there are none of these we skip this section.
> (Use #topic your discussion topic - your username)
>
> #topic Ticket cleanup
> #info none this week.
>
> #topic
>
> = Apprentice office hours =
>
> #topic Apprentice Open office hours
>
> Here we will discuss any apprentice questions, try and match up people looking
> for things to do with things to do, progress, testing anything like that.
>
> = Learn about some application or setup in infrastructure =
>
> (This section, each week we get 1 person to talk about an application or setup
> that we have. Just going over what it is, how to contribute, ideas for improvement,
> etc. Whoever would like to do this, just add the i/nfo in this section. In the
> event we don't find someone to teach about something, we skip this section
> and just move on to open floor.)
>
> #topic Learn about:
> #info none this week
>
> = Meeting end stuff =
>
> #topic Open Floor
>
> #endmeeting
5 years, 4 months
[PATCH] stop running f26 atomic runs
by Dusty Mabe
also update it so that when we uncomment it will be for f28.
---
roles/releng/files/twoweek-updates | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/roles/releng/files/twoweek-updates b/roles/releng/files/twoweek-updates
index b44fae7f1..6f4cf9488 100644
--- a/roles/releng/files/twoweek-updates
+++ b/roles/releng/files/twoweek-updates
@@ -1,6 +1,6 @@
-#Fedora 26 two-week updates nightly compose
-MAILTO=releng-cron(a)lists.fedoraproject.org
-15 8 * * * root TMPDIR=`mktemp -d /tmp/twoweekF26.XXXXXX` && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f26 && LANG=en_US.UTF-8 ./twoweek-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
+#Fedora 28 two-week updates nightly compose
+#MAILTO=releng-cron(a)lists.fedoraproject.org
+#15 8 * * * root TMPDIR=`mktemp -d /tmp/twoweekF28.XXXXXX` && pushd $TMPDIR && git clone -n https://pagure.io/pungi-fedora.git && cd pungi-fedora && git checkout f28 && LANG=en_US.UTF-8 ./twoweek-nightly.sh RC-$(date "+\%Y\%m\%d").0 && popd && rm -rf $TMPDIR
#Fedora 27 two-week updates nightly compose
MAILTO=releng-cron(a)lists.fedoraproject.org
--
2.14.3
5 years, 4 months