-
Notifications
You must be signed in to change notification settings - Fork 58
feat: add Linode instance template with persistent storageLinode template bounty #270
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
Conversation
- Add Terraform template for Linode instances with networking and volume configuration - Support for multiple regions (US, EU, AP) - Configurable instance types from Nanode 1GB to 32GB - Multiple OS images (Ubuntu, Debian, CentOS, Fedora, AlmaLinux, Rocky Linux) - Persistent home volume with configurable size (10GB-1TB) - Integrated with Coder agent, code-server, and JetBrains Gateway - Cloud-init configuration for user setup Closes coder#210
- Move Linode template from coder/ to toti85/ namespace as required by bounty guidelines - Add toti85 namespace README.md - Template now correctly follows contribution guidelines
- Linode provider doesn't support linode_volume_attachment resource - Volume attachment will be handled via cloud-init or manual mount - Terraform validation now passes successfully - Template ready for review
Please add a video demo of the template working in Coder.
matifali Demo video ready! 🎬
YouTube: https://youtu.be/kZG6YzoMjSg
Linode template features demonstrated:
✅ 11 Global Regions (US, EU, APAC)
✅ 6 Instance Types (1GB-32GB)
✅ 9 OS Images (Ubuntu, Debian, CentOS...)
✅ Persistent Storage (10GB-1TB)
✅ Terraform validation passed
✅ Complete template implementation
matifali Demo video ready! 🎬
YouTube: https://youtu.be/kZG6YzoMjSg
Linode template features demonstrated: ✅ 11 Global Regions (US, EU, APAC) ✅ 6 Instance Types (1GB-32GB) ✅ 9 OS Images (Ubuntu, Debian, CentOS...) ✅ Persistent Storage (10GB-1TB) ✅ Terraform validation passed ✅ Complete template implementation
Good Morning @toti85
The video we are looking for is a video that shows this template being used to create a workspace demonstrating the features and that the template does what it says as outlined in the Bounty Issue. #213
You must attach a video demonstrating the module or template working in Coder, i.e., a successful workspace creation that shows the added functionality.
@toti85 I just wanted to double check and see if there was any update on this?
Linode Instance Template for Coder
This PR adds a comprehensive Terraform template for provisioning Linode instances as Coder workspaces.
🎯 Features
🔧 Technical Improvements
linode_volume_attachment
resource📍 Template Location
registry/toti85/templates/linode-linux/
✅ Testing
/claim #210