make Openstack security group configurable #59
Replies: 2 comments 4 replies
-
I think that's a great idea. The sample external providers in the garm repo are mostly meant as examples of how to build a provider. External providers can be extended and can implement whatever functionality they wish. They can even have their own separate state if they want. As long as they implement the expected interface, the sky is the limit. When I get some time, I was thinking of adding something like "Extra Specs" to the pools. An opaque blob, which means nothing to garm but which may be interpreted by the external provider. This can be used as a way to pass per-pool (non-sensitive - ie: no credentials/secrets of any kind) configuration options to the provider in whatever format makes sense to the provider itself (json, base64, etc). |
Beta Was this translation helpful? Give feedback.
-
We have a new external OpenStack provider here: https://github.com/cloudbase/garm-provider-openstack This provider supports customizing security groups via |
Beta Was this translation helpful? Give feedback.
-
What do you think about making the
security group
of a runner instance configurable analogously toOPENSTACK_PRIVATE_NETWORK
in the OpenStack provider?Beta Was this translation helpful? Give feedback.
All reactions