You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running a setup using AWS cloudformation which spins up a Puppet Server with my application pack and accompanied puppet modules to deploy said application creating an instance from a saved AMI (Amazon Machine Image). 2 agent nodes/instances are spun up for the application to be deployed on. Both agent nodes use the same configuration with the only difference where each node is defined as node 1 and node 2, both use the puppet modules in the Puppet Server to deploy the defined application.
Describe the Bug
When deploying the application on both agent 1 and agent 2, where deploying refers to extracting the zipped artifact, Agent 1 fails, where as Agent 2 is able to deploy the application. The puppet manifest script used for the extraction is as follows:
The behaviour we see is that node 1 is unable to unzip the application pack, but node 2 is able to and node 2 carries on with the application deployment however node 1 fails.
Disclaimer:
This deployment has been working for several years and I've not seen such an issue until now. Both nodes were able to unzip and deploy the application until recently.
Expected Behavior
Both Agent Node 1 and 2 are able to unzip the application pack and deploy the application.
Environment
Puppet - 7.34.0 (not PE)
Platform - Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
@Miranlfk I think you'll have better luck getting this resolved by asking in the puppet community slack channel. https://puppetcommunity.slack.com/ Since puppet is behaving correctly on one agent but not another, it sounds like there's some environmental difference between the two. Folks on slack can help you resolve the issue.
Context
I'm running a setup using AWS cloudformation which spins up a Puppet Server with my application pack and accompanied puppet modules to deploy said application creating an instance from a saved AMI (Amazon Machine Image). 2 agent nodes/instances are spun up for the application to be deployed on. Both agent nodes use the same configuration with the only difference where each node is defined as node 1 and node 2, both use the puppet modules in the Puppet Server to deploy the defined application.
Describe the Bug
When deploying the application on both agent 1 and agent 2, where deploying refers to extracting the zipped artifact, Agent 1 fails, where as Agent 2 is able to deploy the application. The puppet manifest script used for the extraction is as follows:
The behaviour we see is that node 1 is unable to unzip the application pack, but node 2 is able to and node 2 carries on with the application deployment however node 1 fails.
Disclaimer:
This deployment has been working for several years and I've not seen such an issue until now. Both nodes were able to unzip and deploy the application until recently.
Expected Behavior
Both Agent Node 1 and 2 are able to unzip the application pack and deploy the application.
Environment
The text was updated successfully, but these errors were encountered: