neptune-networks / feedback

A public repository to track interest in features for Neptune Networks
5 stars 0 forks source link

Add an API for managing VM and Transit resources #35

Open DragonStuff opened 4 years ago

DragonStuff commented 4 years ago

Is your feature request related to a problem? Please describe. For repeatable infrastructure, where both automated scaling and short lived machines are important factors, an API will greatly improve these pain points.

Describe the solution you'd like Create an API to programmatically allow listing, creating, editing and deleting resources.

Describe alternatives you've considered Static host allocation with containers on those hosts. But there’s no “scale up/down automatically” option with that alternative.

Additional context This may be more useful after Cloud Init is available for automated deployments.