Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Break out orchestration code into standardised interface #11

Open
seanmtracey opened this issue Jul 24, 2024 · 0 comments
Open

Break out orchestration code into standardised interface #11

seanmtracey opened this issue Jul 24, 2024 · 0 comments

Comments

@seanmtracey
Copy link
Member

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.

@seanmtracey seanmtracey changed the title Break out orchestration code into standardises interface Break out orchestration code into standardised interface Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant