aem_curator
Version information
This version is compatible with:
- Puppet Enterprise 2023.8.x, 2023.7.x, 2023.6.x, 2023.5.x, 2023.4.x, 2023.3.x, 2023.2.x, 2023.1.x, 2023.0.x, 2021.7.x, 2021.6.x, 2021.5.x, 2021.4.x, 2021.3.x, 2021.2.x, 2021.1.x, 2021.0.x
- Puppet >= 7.0.0
- ,
Start using this module
Add this module to your Puppetfile:
mod 'shinesolutions-aem_curator', '4.1.7'
Learn more about managing modules with a PuppetfileDocumentation
Puppet AEM Curator
A Puppet module for installing and configuring a curated set of Adobe Experience Manager (AEM) components.
This module supports AEM installation for various versions along with a combination of Service Packs, Cumulative Fix Packs, and hotfixes. Those combinations are bundled into what this module calls AEM Profiles.
Other than AEM installation, it also supports some common AEM management events:
- Deployment of a single AEM package or a single Dispatcher package
- Deployment of multiple AEM packages and Dispatcher packages declared in a descriptor file
- Enable and disable CRXDE
- Promote an AEM Author Standby to AEM Author Primary
- Flush AEM Dispatcher cache
- Export a single AEM package for backup
- Export multiple AEM packages for backup, declared in a descriptor file
- Import a single backup AEM package
- List AEM packages
- AEM Upgrade automation
Puppet AEM Curator is designed to provision an AEM environment in two phases:
- Installation of AEM
- Configuration and running of AEM
Phase 1: Installation of AEM
A single AEM installation can take quite a while. Rough timing of an AEM installation (on AWS EC2 instance type m4.2xlarge) which includes variation of service packs, cumulative fix packs, and hotfixes, can take about half an hour plus.
Due to the above, the desire is to take a machine image of this AEM installation, so we don't have to reinstall AEM every time a new AEM environment is created. This AEM installation can then be used across multiple environments, hence the installation cost is only once per AEM / service pack / cumulative fix version for a given machine image.
The installation is implemented in the following manifests:
The above manifests result in AEM being gracefully stopped in order to ensure the correctness of the repository.
Phase 2: Configuration and running of AEM
The configuration and running of AEM ends up with the AEM instance being provisioned with environment-specific details (e.g. an admin password that is unique to that environment, a configuration file that uses the ip address of the server, etc). The idea here is that we can stand up dozens of AEM environments without installing AEM each and every time. It simply uses the machine image taken on step one above (Installation of AEM).
The configuration and running are implemented in the following manifests:
The above manifests result in AEM being configured, up and running, ready to accept incoming requests.
Learn more about Puppet AEM Curator:
Puppet AEM Curator is part of AEM OpenCloud platform but it can be used as a stand-alone.
Installation
puppet module install shinesolutions-aem_curator
Or via a Puppetfile:
mod 'shinesolutions/aem_curator'
If you want to use the master version:
mod 'shinesolutions/aem_curator', :git => 'https://github.com/shinesolutions/puppet-aem-curator'
Usage
TODO: example class/definition calls
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
4.1.7 - 2024-09-11
Added
- Added new AEM profile: aem65_sp17
- Added new AEM profile: aem65_sp18 #RS-193
- Added new AEM profile: aem65_sp19
- Added new AEM profile: aem65_sp20
- Added new AEM profile: aem65_sp21
Changed
- Update Github Action Publish Docker image to
shinesolutions/aem-platform-buildenv:4.0.1
- Updated syntax in rtk config
Fixed
- Fix intermittent reset password failure #283
4.1.6 - 2023-10-23
Fixed
- Made exclude_parameter optional for content-sync script #RS-179
- Fixes retrieval of content sync sg in attach sg script #RS-179
4.1.5 - 2023-10-12
Changed
- Disabled debug mode in content-sync, write output in a log file
4.1.4 - 2023-10-12
Changed
- Fixed attach - detach security group, fixed syntax errors
4.1.3 - 2023-10-12
Changed
- Content Sync: Usage details updated to match number of params
- Content Sync: Fixed attach detach sg script with correct params
4.1.2 - 2023-10-11
Changed
- Replaced port params with component conditions
- Updated aem-config-tools to copy content-sync-vlt puppet template
4.1.1 - 2023-10-11
4.1.0 - 2023-10-10
Added
- Added attach, detach security group for content sync
- Added content sync manifest for executing vault cli tool
- Added steps to download vault cli tool
4.0.1 - 2023-08-17
Changed
- Upgrade Puppet module shinesolutions/aem_resources to 7.10.2
4.0.0 - 2023-07-28
Changed
- Update action deploy artifacts to support preview architecture #RS-160
3.41.0 - 2023-07-25
Added
- Add etc.clientlibs to cache flush dirs list #RS-166
3.40.3 - 2023-06-26
Fixed
- Fixing /usr/java directory permissions
3.40.2 - 2023-06-24
3.40.1 - 2023-06-23
Fixed
- Corrects java_home_path for jdk 8_371 #RS-146
3.40.1 - 2023-06-23
Fixed
- Fixed missing /usr/java directory when adding Java symlink #RS-146
3.40.0 - 2023-06-22
Added
- Add Java symlink for JDK 371 support RS-146
3.39.0 - 2023-06-22
Added
- JDK 371 Support Added #RS-146
3.38.0 - 2023-06-07
Changed
- Upgrade Puppet module shinesolutions/aem_resources to 7.10.1
3.37.0 - 2023-06-07
Changed
- Upgrade Puppet module
shinesolutions/aem_resources
to7.10.0
3.36.0 - 2023-06-03
Changed
- Upgrade Puppet module
shinesolutions/aem_resources
to7.9.0
3.35.0 - 2023-04-20
Added
- Added new AEM profile: aem65_sp16 #RS-142
3.34.0 - 2023-03-03
Changed
- Changed aem service management to systemd #RS-40
3.33.2 - 2023-03-01
Fixed
- Fixed issue with restart of aem author service during author promotion on Amazon Linux 2 #RS-40
3.33.1 - 2023-02-17
Fixed
- Fixed syntax error in
action_promote_author_standby_to_primary
manifest #RS-125
3.33.0 - 2023-02-15
Added
- Added feature to enable authentication for JMX #RS-125
- Added feature to connect to JMX using username & password #RS-125
- Added new Class to configure JMX for AEM #RS-125
- Added execution of
config_collectd
manifest to action_promote_author_standby_to_primary manifest, to ensure collectd is properly configured if authentication is enabled #RS-125
Changed
- Changed component configuration manifest to use new Class
config_aem_jmx
to configure JMX for EM #RS-125
3.32.0 - 2023-02-10
Added
- Added feature to enable SSL for JMX #RS-124
Changed
- Lockdown version of
concurrent-ruby
to1.1.9
#RS-126
3.31.0 - 2022-11-29
Changed
- Upgrade Puppet module
shinesolutions/aem_resources
to7.8.0
3.30.0 - 2022-11-08
Added
- Add new AEM profile: aem65_sp14
3.29.0 - 2022-08-31
Changed
- Upgrade Puppet module
puppet/archive
to6.0.2
- Upgrade Puppet module
puppetlabs/apache
to8.1.0
- Upgrade Puppet module
puppet-collectd
to13.0.0
- Upgrade Puppet module
puppetlabs/concat
to7.2.0
- Upgrade Puppet module
puppet-healthcheck
to1.0.1
- Upgrade Puppet module
puppetlabs/java
to8.2.0
- Upgrade Puppet module
puppetlabs/java_ks
to4.3.1
- Upgrade Puppet module
puppet-logrotate
to6.1.0
- Upgrade Puppet module
puppetlabs/selinux_core
to1.2.0
- Upgrade Puppet module
puppetlabs/stdlib
to8.4.0
- Upgrade Puppet module
puppet-yum
to6.0.0
- Upgrade Puppet module
shinesolutions/aem_resources
to7.6.1
- Upgrade ruby dependencies to most recent working version
- Update Github Action Publish Docker image to
shinesolutions/aem-platform-buildenv:3.1.0
3.28.1 - 2022-08-03
Fixed
- Corrected aem65_sp13 profile with version 6.5.13.0
3.28.0 - 2022-06-21
Added
- Add new AEM profile: aem65_sp13
Removed
- Remove install_java's jdk_version, jdk_version_update, jdk_version_build, jdk_format
Fixed
- Fix jdk11 installation to work with the standard rpm filename
3.27.0 - 2022-03-10
Changed
- Removed Puppet File->backup explicit parameter as it is now defaulted to 'false' since Puppet 7.0.0
- Added support for Puppet 7, removed support for Puppet 5, 6
- Split out deploy and download functions with their own manifest files to work with Puppet 7
3.26.0 - 2022-03-01
Removed
- Reverse the removal of Puppet File->backup explicit parameter, see note in previous version below
3.25.0 - 2022-02-25
Changed
- Removed Puppet File->backup explicit parameter as it is now defaulted to 'false' since Puppet 7.0.0
- Added support for Puppet 7, removed support for Puppet 5, 6
3.24.0 - 2021-12-22
Added
- Add new AEM profile: aem65_sp11
3.23.0 - 2021-11-22
Changed
- Upgrade aem_resources to 7.5.0
3.22.0 - 2021-10-26
Added
- Add Apache hard restart option for deploying Dispatcher Artifacts #238
Removed
- Remove '-k' parameter for Apache graceful restart command since it's no longer necessary #239
3.21.0 - 2021-10-25
Added
- Add development bundles configuration enable/disable option
enable_development_bundles
on config author primary, author standby, and publish - Add new AEM profile: aem65_sp10
- Add publish and release-* GitHub Actions
Changed
- Upgrade aem_resources to 7.4.0
- Upgrade inspec-aem to 1.4.0
Fixed
- Fix incorrect class install_aem65_sp8 for aem65_sp9 profile
3.20.0 - 2021-06-18
Added
- Add new AEM profile: aem65_sp9 #235
Changed
- Add
com.adobe.granite.crxde-support
,com.adobe.granite.crx-explorer
,com.adobe.granite.crxde-lite
bundles to health check ignore list #208
3.19.0 - 2021-04-29
Added
- Add new AEM profile: aem65_sp7
- Add new AEM profile: aem65_sp8
3.18.1 - 2020-11-27
Changed
- Upgrade puppet to 5.5.22
- Upgrade aem_resources to 7.2.1
3.18.0 - 2020-11-24
Added
- Add new puppet module adobeinc/dispatcher for installing AEM Dispatcher #174
Changed
- Update class
aem_curator::install_dispatcher
to support new puppet module adobeinc/dispatcher #174
3.17.0 - 2020-11-19
Changed
- Lockdown version of ruby library
parallel
to1.19.2
#229 - Update Java installation manifests to support all Oracle Java JDK8 versions #226
Fixed
- Fixed cacert path to Oracle JDK11
- Fixed libjvm path to Oracle JDK11
3.16.0 - 2020-09-27
Added
- Add new AEM profile: aem65_sp6
Changed
- Update configuration & reconfiguration process to work with enabled option
enable_clean_directories
- Upgrade aem_resources to 7.2.0
- Upgrade puppet to 5.5.21
3.15.0 - 2020-09-11
Added
- Add new manifest
install_aem_java
to install Java for AEM Component - Add new manifest
config_aem_ssl
for configuring SSL on AEM - Add missing
puppet/archive
module to Puppetfile
Changed
- Replaced
aco/oracle_java
module withpuppetlabs/java
- Update
install_java
manifest to use the newpuppetlabs/java
module for installing Java - Update
config_aem
manifest to use newconfig_aem_ssl
manifest for configuring SSL on AEM
3.14.0 - 2020-09-10
Added
- Add new AEM profile: aem65_sp5
Changed
- Upgrade aem_resources to 7.1.0
- Add new manifest
config_aem_ssl
for configuring SSL on AEM - Update
config_aem
manifest to use newconfig_aem_ssl
manifest for configuring SSL on AEM - Add post AEM installation wait timer
3.13.2 - 2020-05-13
Changed
- Upgrade aem_resources to 7.0.1
Fixed
- Fixed class
aem_curator::action_promote_author_standby_to_primary
3.13.1 - 2020-05-12
Fixed
- Fixed syntax error in manifest
config_author_standby
3.13.0 - 2020-05-12
Changed
- Update reconfiguration process to remove AEM config files in
crx-quickstart/install
as part of the reconfiguration pre-tasks - Update reconfiguration process to remove AEM
.zip
packages incrx-quickstart/install
as part of the main reconfiguration process - Upgrade aem_resources to 7.0.0
Fixed
- Fixed error in reconfiguration process
3.12.0 - 2020-05-12
Added
- Add additional process to
config_author_primary
,config_author_standby
&config_publish
for resetting AEM binaries - Add support to inject own AEM OSGI configuration to configure AEM #217
- Add new AEM installation profiles: aem64_sp5, aem64_sp6, aem64_sp7 & aem64_sp8 #204
- Add new AEM profile: aem65_sp4 #203
Changed
- Upgrade aem_resources to 6.0.0
- Update
config_author_primary
&config_author_standby
manifests to support aem_resources 6.0.0 - SegmentNodeStoreService.config does not get deleted anymore as part of manifest author_primary_set_config #200
- AEM does not restart anymore when setting JVM_OPTS, JVM_MEM_OPTS or enabling JMXRemote #193
Removed
- Removed reset of AEM binaries as part of the pre-tasks for the reconfiguration
3.11.0 - 2020-04-05
Added
- Add service notify when configuring
jvm_mem_opts
for author-standby & publish #173
Changed
- Update default error description for certificate handling with more options http, https, and file #166
- Upgrade aem_resources to 5.5.0
Fixed
- Fix
install_dispatcher
manifest re data volume device and mount point should be optional and also data directory should be linked to data volume #183
3.10.1 - 2020-03-19
Fixed
- Fix missing commas on config_aem_tools.pp
3.10.0 - 2020-03-18
Added
- Add variable
aem_curator::config_aem_tools::aem_compaction_jvm_mem_opts
to configure JVM memory options for offline compaction script
Changed
- Update faraday from 1.12 to 1.12.0.1 to fix checksum failure on Travis CI
3.9.0 - 2020-03-01
Added
- Added new parameter to control directory cleanup while executing
config_author_primary
,config_author_standby
,config_publish
#179 - Add missing healthcheck installation paramter for manifest
install_aem65_sp3
- Lockdown Gem dependency 'faraday
to version
0.12.0`
3.8.0 - 2020-01-27
Added
- Added condition for create dispatcher data volume
- Add new AEM profile: aem65_sp3 #186
- Add initial OSGI configurations support #178
- Add AEM debug port support on configuration manifests #184
- Add additional Apache modules support for Dispatcher installation #177
Changed
- Upgrade puppet to 5.5.18
3.7.0 - 2020-01-16
Added
- Add parameter to define source URL for aem-healthcheck-content package when installing AEM #181
Changed
- Upgrade puppet to 5.5.17
- Change default health check Maven Central URL from central.maven.org to repo.maven.apache.org
Fixed
- Fixed Maven URL for aem-healthcheck-content package #181
3.6.0 - 2019-12-18
Added
- Created separate variable to configure
enable_aem_installation_migration
inconfig_author_primary
andconfig_publish
3.5.0 - 2019-12-14
Changed
- Upgrade aem_resources to 5.3.0
3.4.0 - 2019-12-01
Changed
- Dispatcher artifacts deployment allows both symlink and directory by copying static assets using exec type
3.3.0 - 2019-11-26
Added
- Add new data_volume for Author-Dispatcher , Publish-Dispatcher and Author-Publish-Dispatcher
Changed
- Upgrade aem_resources to 5.1.0
3.2.0 - 2019-11-05
Added
- Added new manifest to configure AEM agents #149
- Added new parameter
enable_remove_all_agents
to enable removal of all AEM agents when configuring author-primary & publish #149 - Added new parameter
enable_create_flush_agents
to enable creation of flush agent when configuring publish #149 - Added new parameter
enable_create_outbox_replication_agents
to enable creation of outbox replication agent when configuring publish #149
Changed
- Force password reset of the AEM System Users #164
Removed
- Removed all agents configurations from the config author-primary & publish manifest #149
3.1.0 - 2019-10-31
Added
- Enable mod_proxy, mod_proxy_http, and mod_proxy_connect to AEM Dispatcher installation
Changed
- Enforce java alternative setting after Oracle JDK installation
- Change install_java manifest to download a custom jdk file instead of from oracle.com via Oracle SSO
3.0.1 - 2019-10-17
Fixed
- Fixed dependency issue during reconfiguration process #156
3.0.0 - 2019-10-16
Added
- Add new InSpec test for repo migration #147
- Add AEM admin user credentials to the AEM Upgrade tool unpack AEM jar #139
- Enforced translation of boolean parameters in various manifests shinesolutions/aem-aws-stack-builder#332
- Added boolean validation in various manifests shinesolutions/aem-aws-stack-builder#332
- Added new step to reconfiguration to reset
start-env
&start
binaries of AEM - Extend certificate download support for AEM reconfiguration
- Added http, https and file support for archiving certificate/private-key
Changed
- Upgrade aem_resources to 5.0.0
- Upgrade inspec-aem to 1.2.0
- Separated offline and online activities of reconfiguration
- Set
enable_aem_installation_migration
default tofalse
Removed
- Removed deprecated reconfiguration parameter enable_create_system_users
- Removed unnecessary parameter for action aem upgrade manifest
Fixed
- Fixed error in reconfiguration logic
2.11.0 - 2019-10-07
Added
- Add new AEM profile: aem65_sp2
2.10.0 - 2019-09-09
Changed
- [author-standby] Update permissions of the mount point #141
Removed
- Removed AEM login page check after runing the AEM In-Place upgrade #138
- Remove unused reference of include ::config::base in install dispatcher manifest
2.9.0 - 2019-08-16
Added
- Add installation of package aem-healthcheck-content to the provisioning process #181
2.8.0 - 2019-08-15
Added
- Added proxy_enabled parameter for collectd configuration #134
Changed
- Changed condition from proxy_host to proxy_anabled #134
2.7.0 - 2019-07-31
Added
- Add aem_debug_port parameter to all AEM installation manifests #132
2.6.0 - 2019-07-23
Removed
- Remove start_opts param following upgrade to puppet-aem 3.0.0 #131
2.5.0 - 2019-07-23
Changed
- Upgrade inspec-aem to 1.1.0
- Upgrade puppet-aem to 3.0.0, reverting back to origin bstopp/puppet-aem #131
- Change default package installation force to not re-install package when it already exists #130
- Changed reconfiguration process to cleanup
install
dir - Changed reconfiguration process to install aem-healthcheck package
Fixed
- Fix metadata puppet-aem-resources dep version to 4.1.0
2.4.0 - 2019-07-19
Added
- Add new AEM profile: aem65_sp1
- Add new aem-tool enable-saml.sh
- Add new aem-tool disable-saml.sh
Changed
- Disable Puppet file backup on package export backup
- Changed default aem_id to
author
in manifest config_saml
Fixed
- Fixed error in manifest action_enable_saml
2.3.0 - 2019-06-28
Fixed
- Fix publish installation default AEM type to 'publish'
2.2.0 - 2019-06-20
2.1.0 - 2019-06-19
Added
- Add new AEM profile: aem62_sp1_cfp20
Fixed
- Fix AEM type incorrect use of AEM ID #114
- Fix author_secure and publish_secure parameters passing on config_author_dispatcher and config_publish_dispatcher
2.0.0 - 2019-06-06
Changed
- Upgrade aem_resources to 4.0.0
- Upgrade inspec-aem to 1.0.0
1.25.0 - 2019-05-22
Changed
- Package aem-healthcheck-content is no longer removed at the end of AEM installation
- Install directory is no longer cleaned up at the beginning of AEM configuration
- Package aem-healthcheck-content is no longer installed at the beginning of AEM configuration
1.24.1 - 2019-05-20
Fixed
- Fix incorrect 1.24.0 artifact published to Puppet Forge
1.24.0 - 2019-05-20
Added
- Add new AEM profile: aem64_sp4 #117
Changed
- Upgrade inspec-aem to 0.11.1
- Upgrade aem_resources to 3.10.1
- Lock down dependencies version
Fixed
- Fixed issue in the AEM upgrade automation script shinesolutions/aem-aws-stack-builder#283
- Fixed bug in repository migration script #119
- Fixed version number in AEM 6.5 installation profile
1.23.0 - 2019-05-02
Changed
- Upgrade inspec-aem to 0.11.0
1.22.1 - 2019-05-02
Changed
- Reverted default values for run_mode #113
1.22.0 - 2019-04-17
Changed
- Upgrade aem_resources to 3.10.0
Fixed
- Fixed syntax error promote author-standby to primary script
- Fixed error in the reconfiguration logic #109
1.21.0 - 2019-04-06
1.20.0 - 2019-04-02
Added
- Add owner and group to directories purged by flush dispatcher cache action
Changed
- Upgrade aem_resources to 3.9.0
- Upgrade inspec-aem to 0.10.1
1.19.0 - 2019-04-01
Added
- Cleanup install, logs & threaddumps directories before AEM start
- Add migration of old repository volume structure to new data volume structure for reconfiguration
Changed
- Add improvements to author-standby promotion script shinesolutions/aem-aws-stack-provisioner#155
- Changed repository volume to data volume as with AEM 6.4 AEM installation directory needs to be consistent with the repository
Fixed
- Fixed syntax error in action_export_backups manifest shinesolutions/aem-aws-stack-builder#263
- Fixed syntax error in action_import_backup manifest shinesolutions/aem-aws-stack-builder#263
1.18.0 - 2019-03-21
Changed
- Fix archive-downloaded files' permissions and ownership setting
1.17.0 - 2019-03-20
Changed
- Set service user ownership and mode 0644 to both AEM Password Reset and AEM Health Check packages prior to starting AEM
1.16.0 - 2019-03-18
Changed
- Set mode 0755 for Oak Run jar file shinesolutions/aem-aws-stack-builder#265
- Remove group write permission from AEM Tools resources
1.15.0 - 2019-03-16
Changed
- Ensure provisioned Java keystore is owned by the AEM service user shinesolutions/packer-aem#129
1.14.0 - 2019-03-14
Added
- Enforce AEM Health Check installation during AEM Author and Publish configuration
Changed
- Clean up AEM Health Check package from install directory only after AEM is stopped during AEM installation
1.13.0 - 2019-03-11
Added
- Add file copy to whitelist aem-password-bundle during AEM Startup shinesolutions/aem-aws-stack-builder#260
1.12.0 - 2019-02-28
Fixed
- Fix aem-healthcheck package clean up due to aem::crx::package installing via install dir and not package manager
1.11.0 - 2019-02-15
Added
- Upgrade aem_resources to 3.8.0
Changed
- Add fix to only download artifacts if package state in the deployment descriptor files are set to present
- Pass AEM Username & Password to checks if CRX Package Manager is ready while deploying packages
1.10.0 - 2019-02-06
Added
- Add AEM Package Manager readiness check for reconfiguration
- Add new feature to remove AEM Global truststore during reconfiguration
Changed
- Add parameter to force removal of the AEM Global Truststore for reconfiguration & truststore migration
- Add credentials to last aem_health_check
1.9.1 - 2019-02-03
Fixed
- Fix aem62_sp1_cfp18 package_version property
1.9.0 - 2019-02-03
Added
- Add new check for AEM Package Manager readiness shinesolutions/aem-aws-stack-builder#214
1.8.0 - 2019-02-03
Added
- Add new AEM profile: aem62_sp1_cfp18
- Upgrade aem_resources to 3.6.0
1.7.0 - 2019-01-28
Added
- Add new AEM profile: aem64_sp3
- Add post start sleep timer to give the AEM service more time to start before configuring AEM shinesolutions/aem-aws-stack-builder#214
1.6.0 - 2019-01-23
Added
- Add
aem_license_base
variable which specifies the location of the license file
1.5.0 - 2019-01-08
Added
- New manifest for configuring AEM Bundles
- New bundle configuration for Apache HTTP Components Proxy Configuration shinesolutions/aem-aws-stack-builder#235
- Add feature for AEM Global Truststore migration shinesolutions/aem-aws-stack-builder#229
Changed
- Upgrade aem_resources to 3.5.0
- Improved provisioning process for Author & Publish shinesolutions/aem-aws-stack-builder#214
1.4.0 - 2018-12-17
Added
- Add feature for automating AEM Upgrade
- Add new AEM profile: aem65
Changed
- Fixed logic error in config_saml manifest
- Upgrade aem_resources to 3.4.0
1.3.0 - 2018-11-25
Added
- Add feature to configure SAML
- Add feature to configure AEM Trusttore
- Add feature to configure AEM Authorizable Keystore
- Add feature to manage AEM Truststore certificates
- Add feature to manage AEM Authorizable Keystore certificates
- Add action manifests for enabling/disabling SAML
1.2.4 - 2018-11-05
Added
- Add Amazon Linux 2 to supported OS list in Puppet metadata
Changed
- Fix parameters for "Wait until login page is ready" to consume parameters from aem-aws-stack-provisioner for all checks #76
1.2.3 - 2018-10-19
Added
- Add wait until AEM Author Standby port is listening #75
- Add Puppet resource stopped status check for AEM services at the end of installation
Changed
- Change default JMX ports to 5982 for AEM Author and 5983 for AEM Publish
- Disable collectd repo management to avoid any outbound connection #71
- Upgrade aem_resources to 3.2.1
1.2.2 - 2018-10-05
Removed
- Remove collectd installation due to collectd provisioning already exists on Packer AEM #71
1.2.1 - 2018-10-05
Added
- Add parameter to enable/disable installation of collectd #68
- Add step to install collectd after installation of AEM for Author & Publish #71
Changed
- Upgrade InSpec to 2.3.10 with new vendoring structure #60
1.2.0 - 2018-10-05
Added
- Add additional checks during configuring AEM Author & AEM Publisher #63
- Add parameter deployment_sleep_seconds for resource deploy_packages
- Add feature to delete old bak files from the repository during offline-compaction
- Add install AEM profile action
- Introduce pdk as Puppet module build
- Add new AEM profile: aem64_sp2
Changed
- Updated parameters for "Wait until login page is ready" to consume parameters from aem-aws-stack-provisioner
- Lock inspec version to 2.2.78 #60
- Simplify AEM profile installation logic #7
- Drop Puppet 4 support, add Puppet 6 support
- Upgrade aem_resources to 3.2.0
Removed
- Remove support for Ruby 2.1 & 2.2 due to dependency issues
1.1.2 - 2018-08-09
Changed
- Upgrade aem_resources to 3.1.1 for aem_user_alias support
1.1.1 - 2018-08-08
Changed
- Fix pre-6.4 incorrect config path for AEM Password Reset and AEM Health Check
1.1.0 - 2018-08-02
Added
- Add support for reconfiguring existing AEM installations
- Add feature to change existing system users passwords
Changed
- Place AEM Healthcheck installation to own manifest
- Place AEM Configuration to own manifest
- Improved credentials handling for system users
1.0.3 - 2018-07-23
Changed
- Fix temp directory clean up at the end of artifacts deployment
1.0.2 - 2018-07-17
Changed
- Set repository ownership when configuring AEM Author Primary, Author Standby, and Publish
1.0.1 - 2018-07-11
Added
- Add 1.x.x AEM profiles: aem62_sp1_cfp15, aem63_sp2_cfp2, aem64_sp1
1.0.0 - 2018-06-25
Changed
- Modify config path to /apps/system/config for AEM 6.4 support
0.10.2 - 2018-06-02
Added
- Add log rotation to author standby promotion
0.10.1 - 2018-05-31
Changed
- Rename AEM 6.3 SP2 asset name to be identical to Adobe Package Share's
0.10.0 - 2018-05-30
Added
- Add manifest for logrotation configuration
- Add AEM profiles: aem63_sp2, aem63_sp2_cfp1
Changed
- Switch InSpec deps to released versions
0.9.30 - 2018-05-18
Added
- Add retries setting for deploying a single artifact #28
0.9.29 - 2018-05-10
Added
- Add AEM start opts support to AEM instance installation
Changed
- Backup import no longer fails when the package already exists
0.9.28 - 2018-05-04
Changed
- Extract all scheduled jobs provisioning to config_aem_scheduled_jobs
- Fix missing Puppet exit code translation on all aem-tools
Removed
- Move snapshot attachment step to aem-aws-stack-provisioner
0.9.27 - 2018-04-25
Changed
- Fix path conflict on flush dispatcher cache action
0.9.26 - 2018-04-24
Added
- Add timeout setting to author and publish configuration manifests
Changed
- Modify flush dispatcher cache action to remove only JCR sub-directories under docroot
0.9.25 - 2018-04-23
Added
- Add parameter allowing additional java opts settings for author and publish
Changed
- Clean up temp directory at the end of deploy artifacts
0.9.24 - 2018-04-20
Changed
- Fix parameter passing on deploy artifact and export backups
0.9.23 - 2018-04-19
Added
- Add log_dir parameter to deploy artifact templates processing
- Add list packages support to aem-tools
0.9.22 - 2018-04-16
Changed
- Fix incorrect match regex for Collectd CloudWatch config #25
0.9.21 - 2018-04-13
Added
- Add new AEM profile: aem64
Changed
- Set retry settings to AEM package deployment actions #28
Removed
- Move stack prefix and component details as a constant value dimension for Collectd CloudWatch config #25
0.9.20 - 2018-04-11
Added
- Add aem_id parameter to actions with on-demand AEM target
0.9.19 - 2018-04-10
Added
- Add InSpec testing for aem-tools actions
Changed
- Fix injection of aem_username & aem_password to action manifests #26
- Fix incorrect artifact name for aem63_sp1_cfp13
Removed
- Move export backup and import backup scripts provisioning to aem-aws-stack-provisioner
- Move AEM Author standby promotion instance rename to aem-aws-stack-provisioner
0.9.18 - 2018-04-01
Changed
- Allow default aem_id via Hiera configuration for action manifests
0.9.17 - 2018-03-26
Added
- Add new AEM profile: aem63_sp1_cfp13 #21
- Add ssl_cert parameter to dispatcher templates
Removed
- Move aem_resources-generated virtual hosts config to virtual hosts directory
0.9.16 - 2018-03-20
Added
- Add complete dispatcher template parameters to all dispatcher template processing #19
0.9.15 - 2018-03-15
Removed
- Move AEM Tools directory ensure to aem-aws-stack-provisioner
- Remove flush dispatcher cache script from config_aem_tools
0.9.14 - 2018-03-08
Added
- Add new manifest for Dispatcher aem-tools
- Add new aem-tool flush-dispatcher-cache
0.9.13 - 2018-02-27
Added
- Add integrated export-package,export-packages and import-packages from aem-aws-stack-provisioner to aem-curator
Changed
- Fix incorrect manifest for deploy-artifact aem-tools script
0.9.12 - 2018-02-01
Added
- Add multi AEM instances support to collectd config
- Add Author Standby component bean whitelisting
Changed
- Fix aem63_sp1_cfp2 artifact file name and package name #6
0.9.11 - 2018-01-30
Added
- Add new AEM profile: aem63_sp1_cfp2 #6
- Add aem_version to Author Standby and Author Primary OSGI configuration
0.9.10 - 2018-01-29
Added
- Add feature enable jmxremote at AEM Author and Publish java instances
- Add disable-crxde to aem-tools
Changed
- Configure CloudWatch collectd plugin's proxy support only if proxy fact is set
- Drop Ruby 2.0 support
Removed
- Migrate artifacts deployment tools from aem-aws-stack-provisioner to aem_curator
0.9.9 - 2018-01-07
Added
- Add multi AEM instances support to offline compaction and enable CRXDE
Changed
- Parameterise all references to AWS S3
- Extract deployment support to config_aem_deployer manifest
Removed
- Migrate all AEM Tools files and templates from aem-aws-stack-provisioner to aem_curator
- Migrate AWS-related scripts from aem_curator to aem-aws-stack-provisioner
0.9.8 - 2018-01-03
Changed
- Localise global facts aem_password_reset_version, oak_run_version
0.9.7 - 2017-12-29
Added
- Add config_author_dispatcher class
- Add config_author_standby class
Removed
- Remove publish_dispatcher_allowed_client, pairinstanceid, and publishdispatcherhost global facts
0.9.6 - 2017-12-20
Added
- Add readiness checks during installation and configuration of AEM Dispatcher
- Added variable jvm_mem_opts to configure JVM Memory for AEM Author and Publisher
0.9.5 - 2017-12-11
Changed
- config_publish_dispatcher no longer deploys artifacts (moved to aem-aws-stack-provisioner) due to AWS-specific check
- Fix Dispatcher artifacts descriptor generator script name
0.9.4 - 2017-12-04
Added
- Add enable_default_password flag for creating system users password with default value (i.e. same as username)
- Add enable_crxde flag for enabling CRXDE access
0.9.3 - 2017-11-27
Added
- Add new AEM profiles: aem62_sp1_cfp2, aem62_sp1_cfp9, aem63_sp1
Changed
- Rename jvm_opts param to aem_jvm_opts
0.9.2 - 2017-11-13
Added
- Introduce AEM profile concept which defines AEM base installation along with extra packages (hotfixes, service packs, cumulative fix packs)
- Add aem63 profile for vanilla AEM 6.3 base installation
Changed
- AEM and license files now have predetermined names, consistent with extra packages
0.9.1 - 2017-11-10
Added
- Add dependencies to metadata
0.9.0 - 2017-11-08
Added
- Initial version
- Add multi AEM instances support at manifests level by replacing classes with definitions and by introducing aem_id attributes
- Introduce vanilla AEM 6.2 option without hotfix, service pack, and cumulative fix pack packages
Changed
- config_publish_dispatcher: Publisher Host definitions replaced: $publish_host class variable replaced $::publishhost
- config_publish: Flush agent definitions replaced: $publishdispatcherhost, $pairinstanceid class variable replaced $::publishdispatcherhost, $::pairinstanceid
- Each AEM installation has its own user and group named aem-<aem_id>
Removed
- Move AEM Tools into its own manifest config_aem_tools.pp
- Migrate AEM installation manifests from packer-aem
- Move collectd into its own manifest config_collectd.pp
Dependencies
- puppetlabs/apache (8.1.0)
- puppet/archive (6.0.2)
- puppetlabs/collectd (13.0.0)
- puppetlabs/concat (7.2.0)
- puppet-healthcheck (1.0.1)
- puppetlabs/java (8.2.0)
- puppetlabs/java_ks (4.3.1)
- puppet-logrotate (6.1.0)
- puppetlabs/selinux_core (1.2.0)
- puppetlabs/stdlib (8.4.0)
- adobeinc/dispatcher (1.0.0)
- shinesolutions/aem_resources (7.10.2)
- bstopp/aem (3.0.0)
Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION 1. Definitions. "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and (b) You must cause any modified files to carry prominent notices stating that You changed the files; and (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. END OF TERMS AND CONDITIONS APPENDIX: How to apply the Apache License to your work. To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives. Copyright 2021 Shine Solutions Group Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.