Redeploy the Forgejo Runnerhost VM with latest changes #473
Labels
No labels
Backlog Status
Needs Review
Backlog Status
Ready
Chore
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forge/forge#473
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Redeploy the Forgejo Runnerhost VM with latest changes
Background
As we now have more of the Runnerhost installation/configuration automated, its time to reinstall and test these changes end to end.
Details
As we now have more of the Runnerhost installation/configuration automated, its time to reinstall and test these changes end to end.
Summary
Redeploy the Forgejo Runnerhost VM with latest changes
The VM creation and runner services are now fully automated.
We tested the changes end-to-end tearing down the staging forgejo-runnerhost-vm and deploying it via infra/ansible forgejo playbook.
Confirmed that the VM gets created, podman socket gets set, ansible-pull clones the ansible-role-forgejo-runner and runs it, which installs a watcher service that watches the oc secret with runner configs, fetches them on the VM and runs runner systemd services accordingly.
Related PRs:
infra/ansible@baef7ad4e7infra/ansible@3febfa7233infra/ansible@d11d12061ainfra/ansible@cde0bea197infra/ansible@98625936dcNext step: do the same for production.
Will need to announce outage.
Runners on production are now up and running with the refactored automation.
During the deployment we discovered a discrepancy between the staging and production virtualization setting in openshift => production did not have the volume snapshots available.
We found the problem and fixed that. Volume snapshots are now available for all projects on production openshift, not only forgejo.
This makes it more a 5 point issue than 2 point.