Forgejo Installation
Contact Information
- Owner
-
Fedora Infrastructure Team
- Contact
-
#fedora-admin, sysadmin-main
- Purpose
-
Provide basic orientation and introduction to the sysadmin group
Requirements
-
Administration of Forgejo requires group
sysadmin-openshift
access. -
Administration of Forgejo backups requres group
sysadmin-main
access in order to access theos-control
machines.
Troubleshooting Steps
On the batcave01
machine call the playbooks/openshift-apps/forgejo.yml
playbook to install Forgejo.
There is a known issue with the Ansible helm module, it is unable to synchronise and build helm chart dependencies.
If you hit this error referencing dependencies during the installation, you must do the following to resolve:
-
ssh to the ssh
os-control01
for staging or prod
cd /tmp/forgejo-helm_repo/ helm dependency build
Want to help? Learn how to contribute to Fedora Docs ›