Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
typo3_site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Chef Cookbooks
typo3_site
Commits
e5eaef1b
Commit
e5eaef1b
authored
7 years ago
by
Stefan Galinski
Browse files
Options
Downloads
Patches
Plain Diff
[TASK] Adjustments for the new solr cookbook main release
parent
59a9eb98
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
attributes/default.rb
+1
-1
1 addition, 1 deletion
attributes/default.rb
recipes/default.rb
+1
-2
1 addition, 2 deletions
recipes/default.rb
with
2 additions
and
3 deletions
attributes/default.rb
+
1
−
1
View file @
e5eaef1b
...
@@ -22,7 +22,7 @@ default['typo3_site']['solr']['init'] = false
...
@@ -22,7 +22,7 @@ default['typo3_site']['solr']['init'] = false
default
[
'typo3_site'
][
'solr'
][
'version_solr'
]
=
'6.6.1'
# latest supported solr version of the TYPO3 extension
default
[
'typo3_site'
][
'solr'
][
'version_solr'
]
=
'6.6.1'
# latest supported solr version of the TYPO3 extension
default
[
'typo3_site'
][
'solr'
][
'version_extension'
]
=
'7.0'
# branch of the TYPO3 extension
default
[
'typo3_site'
][
'solr'
][
'version_extension'
]
=
'7.0'
# branch of the TYPO3 extension
default
[
'typo3_site'
][
'solr'
][
'version_tika_server'
]
=
'1.16'
# branch of the TYPO3 extension
default
[
'typo3_site'
][
'solr'
][
'version_tika_server'
]
=
'1.16'
# branch of the TYPO3 extension
default
[
'typo3_site'
][
'solr'
][
'
languages'
]
=
%w{ german english }
# available languages for the cores
default
[
'typo3_site'
][
'solr'
][
'
config_directory'
]
=
'ext_solr_7_0_0'
# configuration directory in server/solr/configsets/
default
[
'typo3_site'
][
'solr'
][
'cores'
]
=
[
default
[
'typo3_site'
][
'solr'
][
'cores'
]
=
[
{
{
:name
=>
'core-en_US'
,
:name
=>
'core-en_US'
,
...
...
This diff is collapsed.
Click to expand it.
recipes/default.rb
+
1
−
2
View file @
e5eaef1b
...
@@ -562,13 +562,12 @@ if node['typo3_site']['solr']['init']
...
@@ -562,13 +562,12 @@ if node['typo3_site']['solr']['init']
solr
node
[
'typo3_site'
][
'solr'
][
'version_solr'
]
solr
node
[
'typo3_site'
][
'solr'
][
'version_solr'
]
extension
node
[
'typo3_site'
][
'solr'
][
'version_extension'
]
extension
node
[
'typo3_site'
][
'solr'
][
'version_extension'
]
tika_server
node
[
'typo3_site'
][
'solr'
][
'version_tika_server'
]
tika_server
node
[
'typo3_site'
][
'solr'
][
'version_tika_server'
]
languages
node
[
'typo3_site'
][
'solr'
][
'languages'
]
end
end
node
[
'typo3_site'
][
'solr'
][
'cores'
].
each
do
|
core_data
|
node
[
'typo3_site'
][
'solr'
][
'cores'
].
each
do
|
core_data
|
typo3_solr_core
core_data
[
'name'
]
do
typo3_solr_core
core_data
[
'name'
]
do
language
core_data
[
'language'
]
language
core_data
[
'language'
]
app
'solr'
config_directory
node
[
'typo3_site'
][
'solr'
][
'config_directory'
]
action
:add
action
:add
end
end
end
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment