cookbook 'aem', '= 2.2.0'
aem
(27) Versions
2.2.0
-
Follow15
Installs/Configures Adobe AEM
cookbook 'aem', '= 2.2.0', :supermarket
knife supermarket install aem
knife supermarket download aem
aem-cookbook
This cookbook installs and configures Adobe Experience Manager (AEM). (NOTE: CQ versions 5.4 and 5.5 should work as well -- CQ was renamed to AEM as of version 5.6). Included are recipes to install an author or publish instance as well as the dispatcher module for Apache HTTP server.
Supported Platforms
- CentOS
Supported Versions
- AEM 6.0.0
- AEM 5.6.1
- AEM 5.6.0
- CQ 5.5.0
Featured Functionality
- Unattended installation of aem author, publish, and dispatcher nodes.
- Automatically search for and configure aem cluster members (dispatcher, author, publish) using chef searches.
- Configure replication agents using the replicator provider.
- Configure dispatcher farms with the farm provider.
- Deploy and remove aem packages with the package provider (recommended for development purposes only).
Attributes
<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['aem']['version']</tt></td>
<td>String</td>
<td>AEM version</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['aem']['download_url']</tt></td>
<td>String</td>
<td>URL to AEM jar file</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['aem']['license_url']</tt></td>
<td>String</td>
<td>URL to AEM license file</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['aem']['dispatcher']['mod_dispatcher_url']</tt></td>
<td>String</td>
<td>URL to AEM dispatcher (.tar.gz or .so)</td>
<td><tt>nil</tt></td>
</tr>
<tr>
<td><tt>['aem']['dispatcher']['version']</tt></td>
<td>String</td>
<td>dispatcher module version</td>
<td><tt>nil</tt></td>
</tr>
</table>
Usage
aem::author
Include aem::author
in your node's run_list
:
{ "run_list": [ "recipe[aem::author]" ] }
aem::publish
Include aem::publish
in your node's run_list
:
{ "run_list": [ "recipe[aem::publish]" ] }
aem::dispatcher
Include aem::dispatcher
in your node's run_list
:
{ "run_list": [ "recipe[aem::dispatcher]" ] }
Contributing
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
License and Authors
- Author:: Bryce Lynn (bryce@tacitknowledge.com)
- Author:: Alex Dunn (adunn@tacitknowledge.com)
- Author:: Paul Dunnavant (pdunnavant@tacitknowledge.com)
Copyright 2012-2014, Tacit Knowledge, Inc. 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.
Dependent cookbooks
apache2 >= 0.0.0 |
ark ~> 0.8.2 |
iptables >= 0.0.0 |
java >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
2.2.0
- Enhancements
- Add new group provider.
- For AEM 6.1+, use group provider within user provider to add user to a group (if provided).
2.1.0
- Refactor
- Rubocop and other minor improvements
2.0.0
- Refactor
- Refactor node[:aem][:commands] and providers to allow commands for various AEM versions to be driven by attributes.
1.1.17
- Enhancements
- Allow cluster search to be more flexible. Defaults to existing role search, but allows for search via recipes/roles within a nodes run_list.
1.1.16
- Fixes
- Revert back to old mechanism of updating admin password, since the existing way does not converge on the first Chef run.
1.1.15
- Fixes
- Fix agent removal curl command.
1.1.14
- Fixes
- Fix the curl command for setting user password in AEM 5.6
1.1.13
- Enhancements
- Add support for changing user passwords in AEM 5.6
1.1.12
- Fixes
- Modified apache_libexecdir dispatcher resource to support both new and old attribute name
1.1.11
- Enhancements
- Add support for changing user passwords in AEM 6.1
- Add AEM 6.1 test kitchen configuration
1.1.10
- Enhancements
- Run and store admin password if new_admin_password is set and does not match the current admin password
1.1.9
- Enhancements
- Fixed issue with curb gem failing to be included during compile time
1.1.8
- Enhancements
- Mark license.properties file as sensitive
- Fixes
- Fix deprecation warning for chef_gem
1.1.7
- Enhancements
- Add support for Ignore URL Params for farm.any configuration template
1.1.6
- Enhancements
- parameterized jar unpack path
1.1.5
- Enhancements
- Adding support for Header derictive in Apache
1.1.4
- Fixes
- fix for aem_jcr_node provider - check for 201 on node creation, check for content of binary instead of path
1.1.3
- Fixes
- add support to change password in AEM6
1.1.2
- Fixes
- replicator provider now creates cache flush agents
- default dispatcher vhost now handles mime-types
1.1.1
- Fixes
- Updated changelog.
1.1.0
- Enhancements
- #13 Added aem_jcr_node provider.
1.0.3
- Enhancements
- #9 Updated build dependencies.
1.0.2
- Fixes
- #7 Update jar_installer provider to significantly reduce memory utilization.
1.0.1
- Enhancements
- #4 Added support for AEM 6.0.0.
1.0.0
- Initial release to Github.
Collaborator Number Metric
2.2.0 passed this metric
Contributing File Metric
2.2.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
2.2.0 failed this metric
FC009: Resource attribute not recognised: aem/recipes/_base_aem_setup.rb:57
FC016: LWRP does not declare a default action: aem/resources/dispatcher.rb:1
FC016: LWRP does not declare a default action: aem/resources/farm.rb:1
FC016: LWRP does not declare a default action: aem/resources/group.rb:1
FC016: LWRP does not declare a default action: aem/resources/init.rb:1
FC016: LWRP does not declare a default action: aem/resources/jar_installer.rb:1
FC016: LWRP does not declare a default action: aem/resources/ldap.rb:1
FC016: LWRP does not declare a default action: aem/resources/package.rb:1
FC016: LWRP does not declare a default action: aem/resources/port_watcher.rb:1
FC016: LWRP does not declare a default action: aem/resources/replicator.rb:1
FC016: LWRP does not declare a default action: aem/resources/url_watcher.rb:1
FC016: LWRP does not declare a default action: aem/resources/user.rb:1
FC016: LWRP does not declare a default action: aem/resources/website.rb:1
FC043: Prefer new notification syntax: aem/providers/farm.rb:80
FC043: Prefer new notification syntax: aem/providers/farm.rb:93
FC043: Prefer new notification syntax: aem/providers/init.rb:32
FC043: Prefer new notification syntax: aem/providers/ldap.rb:39
FC064: Ensure issues_url is set in metadata: aem/metadata.rb:1
FC065: Ensure source_url is set in metadata: aem/metadata.rb:1
FC066: Ensure chef_version is set in metadata: aem/metadata.rb:1
FC069: Ensure standardized license defined in metadata: aem/metadata.rb:1
Run with Foodcritic Version 13.0.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
License Metric
2.2.0 passed this metric
No Binaries Metric
2.2.0 passed this metric
Testing File Metric
2.2.0 passed this metric
Version Tag Metric
2.2.0 passed this metric
2.2.0 passed this metric
2.2.0 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Foodcritic Metric
2.2.0 failed this metric
FC009: Resource attribute not recognised: aem/recipes/_base_aem_setup.rb:57
FC016: LWRP does not declare a default action: aem/resources/dispatcher.rb:1
FC016: LWRP does not declare a default action: aem/resources/farm.rb:1
FC016: LWRP does not declare a default action: aem/resources/group.rb:1
FC016: LWRP does not declare a default action: aem/resources/init.rb:1
FC016: LWRP does not declare a default action: aem/resources/jar_installer.rb:1
FC016: LWRP does not declare a default action: aem/resources/ldap.rb:1
FC016: LWRP does not declare a default action: aem/resources/package.rb:1
FC016: LWRP does not declare a default action: aem/resources/port_watcher.rb:1
FC016: LWRP does not declare a default action: aem/resources/replicator.rb:1
FC016: LWRP does not declare a default action: aem/resources/url_watcher.rb:1
FC016: LWRP does not declare a default action: aem/resources/user.rb:1
FC016: LWRP does not declare a default action: aem/resources/website.rb:1
FC043: Prefer new notification syntax: aem/providers/farm.rb:80
FC043: Prefer new notification syntax: aem/providers/farm.rb:93
FC043: Prefer new notification syntax: aem/providers/init.rb:32
FC043: Prefer new notification syntax: aem/providers/ldap.rb:39
FC064: Ensure issues_url is set in metadata: aem/metadata.rb:1
FC065: Ensure source_url is set in metadata: aem/metadata.rb:1
FC066: Ensure chef_version is set in metadata: aem/metadata.rb:1
FC069: Ensure standardized license defined in metadata: aem/metadata.rb:1
Run with Foodcritic Version 13.0.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
License Metric
2.2.0 passed this metric
No Binaries Metric
2.2.0 passed this metric
Testing File Metric
2.2.0 passed this metric
Version Tag Metric
2.2.0 passed this metric
2.2.0 failed this metric
FC016: LWRP does not declare a default action: aem/resources/dispatcher.rb:1
FC016: LWRP does not declare a default action: aem/resources/farm.rb:1
FC016: LWRP does not declare a default action: aem/resources/group.rb:1
FC016: LWRP does not declare a default action: aem/resources/init.rb:1
FC016: LWRP does not declare a default action: aem/resources/jar_installer.rb:1
FC016: LWRP does not declare a default action: aem/resources/ldap.rb:1
FC016: LWRP does not declare a default action: aem/resources/package.rb:1
FC016: LWRP does not declare a default action: aem/resources/port_watcher.rb:1
FC016: LWRP does not declare a default action: aem/resources/replicator.rb:1
FC016: LWRP does not declare a default action: aem/resources/url_watcher.rb:1
FC016: LWRP does not declare a default action: aem/resources/user.rb:1
FC016: LWRP does not declare a default action: aem/resources/website.rb:1
FC043: Prefer new notification syntax: aem/providers/farm.rb:80
FC043: Prefer new notification syntax: aem/providers/farm.rb:93
FC043: Prefer new notification syntax: aem/providers/init.rb:32
FC043: Prefer new notification syntax: aem/providers/ldap.rb:39
FC064: Ensure issues_url is set in metadata: aem/metadata.rb:1
FC065: Ensure source_url is set in metadata: aem/metadata.rb:1
FC066: Ensure chef_version is set in metadata: aem/metadata.rb:1
FC069: Ensure standardized license defined in metadata: aem/metadata.rb:1
Run with Foodcritic Version 13.0.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
2.2.0 passed this metric
No Binaries Metric
2.2.0 passed this metric
Testing File Metric
2.2.0 passed this metric
Version Tag Metric
2.2.0 passed this metric
2.2.0 passed this metric
2.2.0 passed this metric
Version Tag Metric
2.2.0 passed this metric
2.2.0 passed this metric