Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Attempt fixing Readme writer (responsible for updating the VM list) #404

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/readme-writer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Commit README.md
uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: develop
branch: readme-writer
repository: .
file_pattern: README.md
commit_message: Update README.md
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,7 @@ Also look at all install and post-mortem reports in [docs/reports](./docs/report
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/159>Monitoring - VM (QEMU host for docker) [#159]</a> |open |Debian |* 4 CPUs |* 12G for we have influxdb and elastic-search that needs memory|* 30 Go disk (it is currently around 14G, but this will grow because we want to harvest more logs and more metrics)|* 50Go for ES backups|Docker, docker-compose |
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/80>CT for new blog engine [#80]</a> |open |Debian stable. |3 CPU. |2 GB. |10 GB |-- |LAMP + wordpress. |
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/76>CT for Folksonomy Engine API dev [#76]</a> |open |Default to Debian last Stable.|2 |1 GB |12 GB. |- |PostgreSQL, Python3. |
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/37> Wild School Eco-Score project [#37]</a> |open |Debian 10 |4 |16 Gb |30 Gb |0 |MongoDB |
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/36> slack-org [#36]</a> |open |Debian 10 |1 |1 Gb |10 Gb |None |Node.js |
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/29> adminer-org [#29]</a> |open |Debian 10 |2 |512 Mb. |4 Gb or even less. |0 |Nginx, PHP, Adminer. |
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/28>Containers (x2) to build a replica set for OFF database [#28]</a>|open |Debian 10 |4 |32 GB |50 GB (DB = 20 GB). |0 |Mongodb. |
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/27> feedme-org [#27]</a> |open |Debian 10 |3 |3 Gb. |15 Gb. |0 |PostgreSQL, Node.js, Nginx. |
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/21> off-wiki-org [#21]</a> |open |Debian 10 |2 |3 Gb |14 Gb. |14 Gb |Apache, PHP, MySQL, Mediawiki. |
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/124>VM for the Community Portal [#124]</a> |closed|Debian last Stable. |[Explain if > 4.]|[Explain if > 4 Gb.] |[Explain if > 32 Gb.] |[Explain if > 1 Tb.] |Python/Django, probably PostgreSQL, probably Apache and all Dockerized |
Expand All @@ -108,6 +105,9 @@ Also look at all install and post-mortem reports in [docs/reports](./docs/report
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/45> mongo-dev [#45]</a> |closed|Debian 10 |2 |16GB |40GB | |MongoDB running in Docker |
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/41> off-net [#41]</a> |closed|Debian 10 |4 |16GB (PO needs > 6GB) |192GB |0GB |ProductOpener frontend + backend, MongoDB, PostgreSQL, Memcached |
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/40> robotoff-dev [#40]</a> |closed|Debian 10 |4 |8 Gb |32 Gb |100 Gb |robotoff, elastic search, tensorflow, postgresql |
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/37> Wild School Eco-Score project [#37]</a> |closed|Debian 10 |4 |16 Gb |30 Gb |0 |MongoDB |
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/36> slack-org [#36]</a> |closed|Debian 10 |1 |1 Gb |10 Gb |None |Node.js |
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/28>Containers (x2) to build a replica set for OFF database [#28]</a>|closed|Debian 10 |4 |32 GB |50 GB (DB = 20 GB). |0 |Mongodb. |
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/24> Matomo [#24]</a> |closed|Debian 10 |No idea. |No idea. |No idea. |No idea. |LAMP |
|<a href=https://github.com/openfoodfacts/openfoodfacts-infrastructure/issues/20> robotoff-org [#20]</a> |closed|Debian 10 |4 |8 Gb |32 Gb |100 Gb |robotoff, elastic search, tensorflow, postgresql |
<!-- VM table -->
Expand Down
Loading