cookbook 'typo3_solr', '~> 1.1.3', :supermarket
typo3_solr (2) Versions 1.1.3 Follow0
Installs/Configures TYPO3 EXT:solr
cookbook 'typo3_solr', '~> 1.1.3'
knife cookbook site install typo3_solr
knife cookbook site download typo3_solr
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
Run with Foodcritic Version 13.0.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
License Metric
1.1.3 failed this metric
typo3_solr does not have a valid open source license.
Acceptable licenses include Apache-2.0, apachev2, Apache 2.0, MIT, mit, GPL-2.0, gplv2, GNU Public License 2.0, GPL-3.0, gplv3, GNU Public License 3.0.
No Binaries Metric
1.1.3 passed this metric
Publish Metric
1.1.3 passed this metric
Supported Platforms Metric
1.1.3 failed this metric
typo3_solr should declare what platform(s) it supports.
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 passed this metric
1.1.3 failed this 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
Run with Foodcritic Version 13.0.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
License Metric
1.1.3 failed this metric
typo3_solr does not have a valid open source license.
Acceptable licenses include Apache-2.0, apachev2, Apache 2.0, MIT, mit, GPL-2.0, gplv2, GNU Public License 2.0, GPL-3.0, gplv3, GNU Public License 3.0.
No Binaries Metric
1.1.3 passed this metric
Publish Metric
1.1.3 passed this metric
Supported Platforms Metric
1.1.3 failed this metric
typo3_solr should declare what platform(s) it supports.
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 passed this metric
1.1.3 failed this metric
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
Run with Foodcritic Version 13.0.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any
1.1.3 failed this metric
typo3_solr does not have a valid open source license.
Acceptable licenses include Apache-2.0, apachev2, Apache 2.0, MIT, mit, GPL-2.0, gplv2, GNU Public License 2.0, GPL-3.0, gplv3, GNU Public License 3.0.
No Binaries Metric
1.1.3 passed this metric
Publish Metric
1.1.3 passed this metric
Supported Platforms Metric
1.1.3 failed this metric
typo3_solr should declare what platform(s) it supports.
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 passed this metric
1.1.3 passed this metric
1.1.3 passed this metric
Supported Platforms Metric
1.1.3 failed this metric
typo3_solr should declare what platform(s) it supports.
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 passed this metric
1.1.3 failed this 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 passed this metric
1.1.3 passed this metric