Changes between Version 14 and Version 15 of WikiStart
- Timestamp:
- 04/29/25 11:38:43 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v14 v15 13 13 == Key Points 14 14 15 Every component of the infrastructure must be fully reproducible.15 * Every component of the infrastructure must be fully reproducible. 16 16 17 All assets are managed under version control.17 * All assets are managed under version control. 18 18 19 Commits must be cryptographically signed.19 * Commits must be cryptographically signed. 20 20 21 Git repositories, wikis, and bug trackers are provided to document all aspects of the system.21 * Git repositories, wikis, and bug trackers are provided to document all aspects of the system. 22 22 23 Wherever possible, processes are automated.23 * Wherever possible, processes are automated. 24 24 25 Regular backups are mandatory.25 * Regular backups are mandatory. 26 26 27 Disaster recovery must be tested — maximum acceptable downtime is 8 hours.27 * Disaster recovery must be tested — maximum acceptable downtime is 8 hours. 28 28 29 29 '''These key points are non-negotiable.''' … … 41 41 == Recommended Hardware 42 42 43 1 server for CI/CD, with 10 TB storage and at least 12 CPU cores43 * 1 server for CI/CD, with 10 TB storage and at least 12 CPU cores 44 44 45 1 mirror server for CI/CD output, with 20 TB storage45 * 1 mirror server for CI/CD output, with 20 TB storage 46 46 47 1 server to host gitolite repositories and the Trac installation47 * 1 server to host gitolite repositories and the Trac installation 48 48 49 1 computer for air-gapped data exchange49 * 1 computer for air-gapped data exchange 50 50 51 51 Multiple developer workstations … … 53 53 == Personnel 54 54 55 Two '''expert-level''' administrators with deep knowledge of Guix, [https://en.wikipedia.org/wiki/DevOps DevSecOps], containerization, and Linux systems55 * Two '''expert-level''' administrators with deep knowledge of Guix, [https://en.wikipedia.org/wiki/DevOps DevSecOps], containerization, and Linux systems 56 56 57 Two additional administrators capable of deploying predeclared systems and writing detailed bug reports57 * Two additional administrators capable of deploying predeclared systems and writing detailed bug reports 58 58 59 59 == Time and Budget 60 60 61 Hardware costs: under €10,000 (excluding developer workstations)61 * Hardware costs: under €10,000 (excluding developer workstations) 62 62 63 Personnel training time: less than 3 months, assuming candidates are already motivated and possess solid administrative skills63 * Personnel training time: less than 3 months, assuming candidates are already motivated and possess solid administrative skills 64 64 65 65 [[Configs]] [[Workflows]] [[Questions and Answers]]