]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
mobile-aem - initial aem values
authorPhilipp Dallig <philipp.dallig@pixelpark.com>
Tue, 23 May 2017 07:35:15 +0000 (09:35 +0200)
committerPhilipp Dallig <philipp.dallig@pixelpark.com>
Tue, 23 May 2017 07:35:15 +0000 (09:35 +0200)
customer/mobile-aem/common.yaml

index dfc9abbca9e50caa868ccf88f23a0072a60fd10a..10da958cdc00f7bf513b337238ede35b67a4adfb 100644 (file)
@@ -58,6 +58,15 @@ apache::mod::worker::maxrequestsperchild: 15000
 apache::mod::worker::serverlimit: 4
 apache::mod::worker::threadlimit: 50
 
+aem::maven::mirrors:
+  - {id: pixelpark-nexus, url: 'https://nexus.pixelpark.com/content/groups/public/', mirrorof: '*,!pixelpark-nexus'}
+aem::maven::repos:
+  - nexus-repo:
+    id: pixelpark-nexus
+    url: 'https://nexus.pixelpark.com/content/groups/public/'
+    releases:
+      enabled: true
+
 #
 # Author
 #
@@ -66,17 +75,30 @@ apache::mod::worker::threadlimit: 50
 #infra::profile::aem::author::license_customer_name: 'SIRONA DENTAL SYSTEMS GMBH'
 #infra::profile::aem::author::license_product_name: 'Adobe Experience Manager'
 
-#infra::profile::aem::author::jvm_opts: '-d64 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9010 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -XX:SurvivorRatio=20 -XX:TargetSurvivorRatio=0 -XX:MaxTenuringThreshold=8 -XX:+UseParNewGC -XX:ParallelGCThreads=4 -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+CMSCompactWhenClearAllSoftRefs -XX:CMSInitiatingOccupancyFraction=85 -XX:+CMSScavengeBeforeRemark -XX:+UseCompressedOops -XX:+DisableExplicitGC -Doak.queryLimitInMemory=500000 -Doak.queryLimitReads=100000 -Doak.fastQuerySize=true'
+infra::profile::aem::author::jvm_opts: '-d64 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9010 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -XX:SurvivorRatio=20 -XX:TargetSurvivorRatio=0 -XX:MaxTenuringThreshold=8 -XX:+UseParNewGC -XX:ParallelGCThreads=4 -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+CMSCompactWhenClearAllSoftRefs -XX:CMSInitiatingOccupancyFraction=85 -XX:+CMSScavengeBeforeRemark -XX:+UseCompressedOops -XX:+DisableExplicitGC -Doak.queryLimitInMemory=500000 -Doak.queryLimitReads=100000 -Doak.fastQuerySize=true'
 
 #aem::author::install_packages:
-#infra::profile::aem::author::instance_name: author
-#infra::profile::aem::author::install_mode: 'quickstart'
-#infra::profile::aem::author::install_options:
-#  download_type: maven
-#  download_uri: com.adobe.aem:aem-quickstart:6.1:jar
+infra::profile::aem::author::instance_name: author
+infra::profile::aem::author::install_mode: 'quickstart'
+infra::profile::aem::author::install_options:
+  download_type: maven
+  download_uri: com.adobe.aem:aem-quickstart:6.2:jar
+infra::profile::aem::author::install_files:
+  org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.cfg:
+    content: |
+      path=./crx-quickstart/repository/datastore
+      minRecordLength=1048576
+  org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.cfg:
+    content: |
+      customBlobStore=true
+  org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.config:
+    content: |
+      repository.home=${repository.home}/segmentstore
+      tarmk.size=256
+      pauseCompaction=B"false"
 
 # Compaction & Backup for Author
-#infra::profile::aem::author::oak_version: '1.2.7'
+infra::profile::aem::author::oak_version: '1.2.7'
 #infra::profile::aem::author::backup_command: '/usr/bin/sudo -n /usr/local/sbin/zfs_rotation.sh datapool 2592000'
 #infra::profile::aem::author::compaction_timeout: 21600 # 6h Timeout
 #infra::profile::aem::author::mail_to:
@@ -90,16 +112,30 @@ apache::mod::worker::threadlimit: 50
 #infra::profile::aem::publish::license_customer_name: 'SIRONA DENTAL SYSTEMS GMBH'
 #infra::profile::aem::publish::license_product_name: 'Adobe Experience Manager'
 
-#infra::profile::aem::publish::jvm_opts: '-d64 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9010 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -XX:SurvivorRatio=20 -XX:TargetSurvivorRatio=0 -XX:MaxTenuringThreshold=8 -XX:+UseParNewGC -XX:ParallelGCThreads=4 -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+CMSCompactWhenClearAllSoftRefs -XX:CMSInitiatingOccupancyFraction=85 -XX:+CMSScavengeBeforeRemark -XX:+UseCompressedOops -XX:+DisableExplicitGC -Doak.queryLimitInMemory=500000 -Doak.queryLimitReads=100000 -Doak.fastQuerySize=true'
+infra::profile::aem::publish::jvm_opts: '-d64 -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9010 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -XX:SurvivorRatio=20 -XX:TargetSurvivorRatio=0 -XX:MaxTenuringThreshold=8 -XX:+UseParNewGC -XX:ParallelGCThreads=4 -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+CMSCompactWhenClearAllSoftRefs -XX:CMSInitiatingOccupancyFraction=85 -XX:+CMSScavengeBeforeRemark -XX:+UseCompressedOops -XX:+DisableExplicitGC -Doak.queryLimitInMemory=500000 -Doak.queryLimitReads=100000 -Doak.fastQuerySize=true'
 
-#infra::profile::aem::publish::install_mode: 'quickstart'
-#infra::profile::aem::publish::instance_name: publish
-#infra::profile::aem::publish::install_options:
-#  download_type: maven
-#  download_uri: com.adobe.aem:aem-quickstart:6.1:jar
+infra::profile::aem::publish::install_mode: 'quickstart'
+infra::profile::aem::publish::instance_name: publish
+infra::profile::aem::publish::install_options:
+  download_type: maven
+  download_uri: com.adobe.aem:aem-quickstart:6.2:jar
+
+infra::profile::aem::publish::install_files:
+  org.apache.jackrabbit.oak.plugins.blob.datastore.FileDataStore.cfg:
+    content: |
+      path=./crx-quickstart/repository/datastore
+      minRecordLength=1048576
+  org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.cfg:
+    content: |
+      customBlobStore=true
+  org.apache.jackrabbit.oak.plugins.segment.SegmentNodeStoreService.config:
+    content: |
+      repository.home=${repository.home}/segmentstore
+      tarmk.size=256
+      pauseCompaction=B"false"
 
 # Compaction & Backup for Publisher
-#infra::profile::aem::publish::oak_version: '1.2.7'
+infra::profile::aem::publish::oak_version: '1.2.7'
 #infra::profile::aem::publish::backup_command: '/usr/bin/sudo -n /usr/local/sbin/zfs_rotation.sh datapool 2592000'
 #infra::profile::aem::publish::compaction_timeout: 21600 # 6h Timeout
 #infra::profile::aem::publish::mail_to: