You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the initial version of Andaime, all of the code (not including bundled shell scripts) is in one file: andaime.go.
This made sense for the proof of concept, as we were only targeting one cloud platform at the time (AWS), but as we expand to support other cloud providers (Azure, GCP, etc.), it would make sense to have platform specific code in its own file/module that can be called from andaime.go with something like a "standard" set of configuration options, and vendor-specific ones.
The text was updated successfully, but these errors were encountered:
seanmtracey
changed the title
Break out orchestration code into standardises interface
Break out orchestration code into standardised interface
Jul 24, 2024
For the initial version of Andaime, all of the code (not including bundled shell scripts) is in one file:
andaime.go
.This made sense for the proof of concept, as we were only targeting one cloud platform at the time (AWS), but as we expand to support other cloud providers (Azure, GCP, etc.), it would make sense to have platform specific code in its own file/module that can be called from
andaime.go
with something like a "standard" set of configuration options, and vendor-specific ones.The text was updated successfully, but these errors were encountered: