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
The deploy_packages manifest is checking the AEM healthiness after each package installation.
Instead of checking the AEM healthiness after each apckage we should should check it after all packages of the hashs are installed and not after each package installation.
In a scenario where one package in the deployment descriptor brakes the bundle dependency of an existing installed bundle as it was not updated yet, the healthcheck fails. The package installation will still go ahead and update the bundle later during the deployment process and will solve the dependency error therefore AEM is healthy at the end of the deployment process.
The text was updated successfully, but these errors were encountered:
mbloch1986
changed the title
deploy_packages should check the AEM healthiness after all packges were deployed
deploy_packages should check the AEM healthiness after all packages were deployed
Oct 15, 2019
mbloch1986
added a commit
to mbloch1986/puppet-aem-resources
that referenced
this issue
Nov 14, 2019
### Changed
- Change Package Deployment process to check AEM Healthy after all packages were deployed shinesolutions#75
- Update default parameters for AEM Health checks after all packages were deployed shinesolutions#76
* Change Package deployment process #75#76
### Changed
- Change Package Deployment process to check AEM Healthy after all packages were deployed #75
- Update default parameters for AEM Health checks after all packages were deployed #76
* Minor changelog clarification
The deploy_packages manifest is checking the AEM healthiness after each package installation.
Instead of checking the AEM healthiness after each apckage we should should check it after all packages of the hashs are installed and not after each package installation.
In a scenario where one package in the deployment descriptor brakes the bundle dependency of an existing installed bundle as it was not updated yet, the healthcheck fails. The package installation will still go ahead and update the bundle later during the deployment process and will solve the dependency error therefore AEM is healthy at the end of the deployment process.
The text was updated successfully, but these errors were encountered: