feat(providers): add DigitalOcean autoscaler support#537
Closed
sangokp wants to merge 1 commit into
Closed
Conversation
Implements DigitalOcean Droplets provider following the existing pattern (Hetzner, Vultr, Linode, etc.). Features: - Create/delete droplets via DigitalOcean API (godo SDK) - SSH key auto-detection (woodpecker naming convention) - Tag-based filtering for pool management - Support for regions, sizes, images, VPC, IPv6, monitoring - Cloud-init user data for agent provisioning Closes woodpecker-ci#103
Author
|
Friendly ping - this PR is ready for review whenever the CI approval comes through. Happy to address any feedback on the DigitalOcean provider implementation. Thanks! |
Author
|
Hi maintainers, thanks for reviewing this DigitalOcean autoscaler feature. The pre-commit.ci checks passed, but the Woodpecker CI workflow run has been pending approval since Feb 9. Could you approve the CI workflow so we can get this across the finish line? Happy to make any adjustments if needed. |
Member
|
please resolve conflicts |
Member
|
Closing in favor of #580 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements DigitalOcean Droplets provider following the existing pattern (Hetzner, Vultr, Linode, etc.).
Features
Configuration Options
--digitalocean-api-token--digitalocean-regionnyc1--digitalocean-sizes-1vcpu-1gb--digitalocean-imageubuntu-22-04-x64--digitalocean-ssh-keys--digitalocean-tags--digitalocean-ipv6false--digitalocean-monitoringtrue--digitalocean-vpc-uuidTest Plan
Closes #103
/claim #103