From: Heiko Hardt Date: Mon, 8 Jan 2018 12:57:12 +0000 (+0100) Subject: [TASK] Adding solr configuration X-Git-Tag: v0.1.0~1803^2~7^2~3 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=2f1486c03d1f397c783ebaac21e73d814f5c0dc1;p=pixelpark%2Fhiera.git [TASK] Adding solr configuration --- diff --git a/customer/bmbf/test-web02-bmbf.pixelpark.net.yaml b/customer/bmbf/test-web02-bmbf.pixelpark.net.yaml index f11aa2dd..4af2090b 100644 --- a/customer/bmbf/test-web02-bmbf.pixelpark.net.yaml +++ b/customer/bmbf/test-web02-bmbf.pixelpark.net.yaml @@ -10,6 +10,26 @@ infra::additional_classes: nodejs::repo_url_suffix: '6.x' nodejs::manage_package_repo: true +# Solr +################################################################################################### +solr::version: 6.6.2 +solr::port: 8983 +solr::cores: + german: + currency_src_file: /var/solr-typo3/typo3cores/german/conf/currency.xml + protwords_src_file: /var/solr-typo3/typo3cores/german/conf/protwords.txt + schema_src_file: /var/solr-typo3/typo3cores/german/conf/schema.xml + solrconfig_src_file: /var/solr-typo3/typo3cores/german/conf/solrconfig.xml + synonyms_src_file: /var/solr-typo3/typo3cores/german/conf/synonyms.txt + other_files: + - /var/solr-typo3/typo3cores/german/conf/elevate.xml + - /var/solr-typo3/typo3cores/german/conf/general_schema_fields.xml + - /var/solr-typo3/typo3cores/german/conf/general_schema_types.xml + - /var/solr-typo3/typo3cores/german/conf/german-common-nouns.txt + - /var/solr-typo3/typo3cores/german/conf/_schema_analysis_stopwords_german.json + +# PHP +################################################################################################### repo::remi_php70: true php::extensions: diff --git a/customer/bmbf/web02-bmbf.pixelpark.net.yaml b/customer/bmbf/web02-bmbf.pixelpark.net.yaml index bebf2f14..296c0227 100644 --- a/customer/bmbf/web02-bmbf.pixelpark.net.yaml +++ b/customer/bmbf/web02-bmbf.pixelpark.net.yaml @@ -10,6 +10,26 @@ infra::additional_classes: nodejs::repo_url_suffix: '6.x' nodejs::manage_package_repo: true +# Solr +################################################################################################### +solr::version: 6.6.2 +solr::port: 8983 +solr::cores: + german: + currency_src_file: /var/solr-typo3/typo3cores/german/conf/currency.xml + protwords_src_file: /var/solr-typo3/typo3cores/german/conf/protwords.txt + schema_src_file: /var/solr-typo3/typo3cores/german/conf/schema.xml + solrconfig_src_file: /var/solr-typo3/typo3cores/german/conf/solrconfig.xml + synonyms_src_file: /var/solr-typo3/typo3cores/german/conf/synonyms.txt + other_files: + - /var/solr-typo3/typo3cores/german/conf/elevate.xml + - /var/solr-typo3/typo3cores/german/conf/general_schema_fields.xml + - /var/solr-typo3/typo3cores/german/conf/general_schema_types.xml + - /var/solr-typo3/typo3cores/german/conf/german-common-nouns.txt + - /var/solr-typo3/typo3cores/german/conf/_schema_analysis_stopwords_german.json + +# PHP +################################################################################################### repo::remi_php70: true php::extensions: