windsource / picus

Connects to Woodpecker CI and dynamically creates an agent in the cloud.
MIT License
40 stars 4 forks source link

OpenStack support #1

Open jacksgt opened 2 years ago

jacksgt commented 2 years ago

Hello, first of all: this is an incredibly cool project and I think it will make Woodpecker-CI generally much more useful!

I'd like to use this autoscaler in a private Openstack cloud. Since the project is implemented in Rust, I probably won't be able to quickly put together a PR for this provider, but I found this Rust library for talking to the Openstack API: https://lib.rs/crates/openstack

windsource commented 2 years ago

@jacksgt Thanks! Unfortunately I have no experience with OpenStack. What would be the best way to setup a local OpenStack environment for testing? Rust is not so difficult to learn. Actually this was my first project in Rust. I have chosen Rust to learn that language and now I really like it. So if you provide a PR I will be happy to review it.