Esri / arcgis-gitops

GitHub Actions workflows for ArcGIS Enterprise deployment and operation
Apache License 2.0
5 stars 1 forks source link

Move registration of base OS images to site-core-aws workflow #69

Closed pbobov closed 4 months ago

pbobov commented 4 months ago

Registration of base OS images should be moved from site-automation-chef-aws to site-core-aws workflow.

In the current design, site-automation-chef-aws workflow looks up base OS images using search filters specified by "images" configuration property and saves them in /arcgis/${var.site_id}/images/${os} SSM parameters.

To support configuration management tools other then Chef/Cinc, site-automation-chef-aws workflow should only provision Chef-specific resources. The base OS images are not specific to Chef and will be required with any configuration management tools.