#geodesic (2021-12)

geodesic https://github.com/cloudposse/geodesic

Discussions related to https://github.com/cloudposse/geodesic

Archive: https://archive.sweetops.com/geodesic/

2021-12-21

Andres avatar

Hi guys, does the workflow exist in the new version of atmos (or are there plans to add it back in)?

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

@Andriy Knysh (Cloud Posse) plans to add it back

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

We have not deprecated it but it didn’t make its way into the new version

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Partially because we wanted to make it more powerful

Andriy Knysh (Cloud Posse) avatar
Andriy Knysh (Cloud Posse)

yes, planning to do it in the next week or so

1
1
Andres avatar

Sounds great, thank you!

Andres avatar

@Andriy Knysh (Cloud Posse) in terms of stacks, what would you say would be the “best practise” when it comes to creating stacks?

Should we put all resources in a single stack file or should we break them up into more manageable logical stacks?

If we should break up larger stacks into smaller pieces how to we then orchestrate creating them in the right sequence ? (shell script comes to mind)

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

we break our stacks into logical ones based on region and account

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

e.g. uw2-prod.yaml would be one stack

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

if using gitops, the smaller the stack configs, the easier it is to detect changes to a smaller subset of the stack

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

the larger the stack configuration, the more stacks will need to be planned

Mauricio Wyler avatar
Mauricio Wyler

Hi any update on adding the workflows again? Meanwhile what would be a workaround? To use 0.21.3 version?

THANKS

Andriy Knysh (Cloud Posse) avatar
Andriy Knysh (Cloud Posse)

we are working on it

Andriy Knysh (Cloud Posse) avatar
Andriy Knysh (Cloud Posse)

the workaround would be to create a shell script and call atmos commands one by one - that’s actually what the workflows were doing and the new workflows will be doing as well

Mauricio Wyler avatar
Mauricio Wyler

OK! I imagen I had to do something like that! Thank you.

Andriy Knysh (Cloud Posse) avatar
Andriy Knysh (Cloud Posse)

we’ll try to finish atmos workflows by the next week

1

2021-12-27

2021-12-29

    keyboard_arrow_up