Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

typo3_solr (2) Versions 1.1.3

Installs/Configures TYPO3 EXT:solr

Policyfile
Berkshelf
Knife
cookbook 'typo3_solr', '~> 1.1.3', :supermarket
cookbook 'typo3_solr', '~> 1.1.3'
knife supermarket install typo3_solr
knife supermarket download typo3_solr
README
Dependencies
Quality 17%

Description

This is alpha software! It is used in production, but it is not guaranteed to work with your setup!*

This chef cookbook is based on the shell-scripts which are distributed with the EXT:solr (thank you Ingo Renner!). The
cookbook offers two LWRPs which should be enough to setup a solr app with unlimited solr cores.

Requirements

Platform:

  • Debian, Ubuntu

The following Opscode cookbooks are dependencies:

  • tomcat

Attributes

  • node[:typo3_solr][:solr][:solr_home] - Path to the directory in which the apps should be located

Usage

The following LWRPs are included:

typo3_solr_app is used to create a new webapp with the given configuration

For instances requiring Apache Solr < 4

typo3_solr_app "MySolrAppName" do
  solr '3.5.0'
  extension '2.2'
  plugin '1.2.0'
  languages %w{ german english french italian generic hungarian }
end

For instances requiring Apache Solr > 4

typo3_solr_app "MySolrAppName" do
  solr '4.7.1'
  extension '3.0'
  plugin_access '2.0'
  plugin_utils '1.1'
  plugin_lang '3.1'
  languages %w{ german english french italian generic hungarian }
end

typo3_solr_core is used to attach cores to a already created webapp

typo3_solr_core "de-TestWeb-123-de_DE" do
  language 'german'
  app 'MySolrAppName'
  action :add
end

License and Author

Author: Philipp Bergsmann (p.bergsmann@opendo.at)

Copyright: 2014 opendo GmbH (http://opendo.at)

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

tomcat >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Collaborator Number Metric
            

1.1.3 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

1.1.3 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
            

1.1.3 failed this metric

FC021: Resource condition in provider may not behave as expected: typo3_solr/providers/app.rb:66
FC021: Resource condition in provider may not behave as expected: typo3_solr/providers/app.rb:76
FC043: Prefer new notification syntax: typo3_solr/providers/app.rb:191
FC043: Prefer new notification syntax: typo3_solr/providers/app.rb:200
FC043: Prefer new notification syntax: typo3_solr/providers/app.rb:207
FC043: Prefer new notification syntax: typo3_solr/providers/app.rb:214
FC043: Prefer new notification syntax: typo3_solr/providers/app.rb:249
FC064: Ensure issues_url is set in metadata: typo3_solr/metadata.rb:1
FC065: Ensure source_url is set in metadata: typo3_solr/metadata.rb:1
FC066: Ensure chef_version is set in metadata: typo3_solr/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: typo3_solr/metadata.rb:1
FC074: LWRP should use DSL to define resource's default action: typo3_solr/resources/app.rb:1
FC074: LWRP should use DSL to define resource's default action: typo3_solr/resources/core.rb:1
FC085: Resource using new_resource.updated_by_last_action to converge resource: typo3_solr/providers/app.rb:227
FC085: Resource using new_resource.updated_by_last_action to converge resource: typo3_solr/providers/core.rb:2
FC085: Resource using new_resource.updated_by_last_action to converge resource: typo3_solr/providers/core.rb:14
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

1.1.3 passed this metric

Testing File Metric
            

1.1.3 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 TESTING.md file

Version Tag Metric
            

1.1.3 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 include a tag that matches this cookbook version number