-
Notifications
You must be signed in to change notification settings - Fork 41
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
puppet: stack output doesn't update value in SSM parameter on puppet account. #719
Comments
This sounds like it could be a caching issue. I will take a look at this today or tomorrow. |
Could you please send me the logs. |
Sure, you only need the whole puppet-deploy codebuild log or more? |
It may be worth sending everything if its not too much trouble.
From: Martina Rath ***@***.***>
Reply-To: awslabs/aws-service-catalog-puppet ***@***.***>
Date: Monday, August 5, 2024 at 9:23 AM
To: awslabs/aws-service-catalog-puppet ***@***.***>
Cc: "Faherty, Eamonn" ***@***.***>, Comment ***@***.***>
Subject: Re: [awslabs/aws-service-catalog-puppet] puppet: stack output doesn't update value in SSM parameter on puppet account. (Issue #719)
Sure, you only need the whole puppet-deploy codebuild log or more?
I'll send that via email.
—
Reply to this email directly, view it on GitHub<#719 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AACCZFROS7ULWSRYIT6ISMTZP54EJAVCNFSM6AAAAABL754RASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRZGA3DSMRVGQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
I sent you everything via email to your company's email address. |
Hey Eamonn, Thanks, |
@eamonnfaherty any news on that? We tried to update all stacks what are using the layer and they have a dependency on this layer resource. Should this update also those stacks? Because there we still see the old lambda layer version and this didn't get update either. Thanks, |
Sorry I have been working on other issues. I have blocked out 2 hours for this on Monday. I have figured out the issue and have designed a solution. It is a caching issue and I need to add cache purging in some combinations of actions. |
Thanks a lot Eamonn!
Highly appreciated! 🙏
…On Fri, 9 Aug 2024, 23:22 Eamonn Faherty, ***@***.***> wrote:
Sorry I have been working on other issues. I have blocked out 2 hours for
this on Monday. I have figured out the issue and have designed a solution.
It is a caching issue and I need to add cache purging in some combinations
of actions.
—
Reply to this email directly, view it on GitHub
<#719 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEJ2KUP2GVJ76WMK27PABPDZQUXJRAVCNFSM6AAAAABL754RASVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZYG43TGMJWGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
resolved in https://github.com/awslabs/aws-service-catalog-puppet/releases/tag/0.249.0 Stack and Product updates were not triggering SSM output updates. There was an undocumented parameter you could use to force an update (that was used in testing). Stack and product updated now trigger SSM output updates. When upgrading to this version you may need to force an update of the stack or product so the SSM output is updated. You can do this by terminating the stack or product of forcing it into update rollback complete by trying to update it with a broken CFN template. |
Thanks a lot Eamonn! |
Hi Eamonn,
Describe the bug
puppet version: v0.247.0
1 year ago we have created this stack where we only deploy a lambda layer and save the output to a SSM parameter.
Now we had to update the layer because of a security issue.
A single action run rolled out the new version v2.
The value in the stack output has changed to layer version *:2 but not in the SSM parameter in the puppet account.
There we still have the lambda version *:1 referenced what would cause issues with all our stacks where this stack is dependent on.
(The sst tag is the puppet account)
Puppet config:
factory_config:
Part of the puppet log:
Expected behavior
I would expect to have also the ssm parameter updated too
I think it's easy to test. I assume it happens with all updates?!
If you need more information Eamonn, just ping me via email and I'll provider more logs/information.
All the best,
Martina
The text was updated successfully, but these errors were encountered: