shinesolutions / aem-opencloud-manager

A set of Jenkins pipelines for provisioning and managing AEM OpenCloud environments
Apache License 2.0
6 stars 6 forks source link

GenerateOfflineSnapshot via StackPrefix picks up wrong author snapshot #62

Open mbloch1986 opened 4 years ago

mbloch1986 commented 4 years ago

The automation around generating the offline-snapshot yaml configuration file via source stack prefix isn't working as expected. The problem is that the automation always picks up the snapshot from the author-standby instance for creating the AEM Author components for Full-Set & Consolidated.

This script

https://github.com/shinesolutions/aem-opencloud-manager/blob/master/src/cloud/aws.groovy#L35

needs to be updated to filter out the snapshot of the author-standby instance.

mbloch1986 commented 4 years ago

https://github.com/shinesolutions/aem-opencloud-manager/issues/71 linking this story