From: hakcosar1 Date: Thu, 6 Jul 2017 13:24:45 +0000 (+0200) Subject: dev env X-Git-Tag: v0.1.0~2700 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=e0320aa16ed5ebbb160caa49e0344e1f4b3efb57;p=pixelpark%2Fhiera.git dev env --- diff --git a/customer/cosar-test-customer/develeopment.yaml b/customer/cosar-test-customer/develeopment.yaml new file mode 100644 index 00000000..bfe5afc2 --- /dev/null +++ b/customer/cosar-test-customer/develeopment.yaml @@ -0,0 +1,55 @@ +--- +# Author +infra::profile::aem::author::license_download_id: ENC[PKCS7,xyz] +infra::profile::aem::author::license_product_version: '6.2.0' +infra::profile::aem::author::license_customer_name: 'test' +infra::profile::aem::author::license_product_name: 'Adobe Experience Manager' +infra::profile::aem::author::admin_pass: ENC[PKCS7,xyz] +infra::profile::aem::author::oak_version: 1.4.8 +# Publisher +infra::profile::aem::publish::license_download_id: ENC[PKCS7,xyz] +infra::profile::aem::publish::license_product_version: '6.2.0' +infra::profile::aem::publish::license_customer_name: 'test' +infra::profile::aem::publish::license_product_name: 'Adobe Experience Manager' +infra::profile::aem::publish::admin_pass: ENC[PKCS7,xyz] +infra::profile::aem::publish::oak_version: 1.4.8 + +#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.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" + +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" + diff --git a/customer/cosar-test-customer/test.yaml b/customer/cosar-test-customer/test.yaml deleted file mode 100644 index bfe5afc2..00000000 --- a/customer/cosar-test-customer/test.yaml +++ /dev/null @@ -1,55 +0,0 @@ ---- -# Author -infra::profile::aem::author::license_download_id: ENC[PKCS7,xyz] -infra::profile::aem::author::license_product_version: '6.2.0' -infra::profile::aem::author::license_customer_name: 'test' -infra::profile::aem::author::license_product_name: 'Adobe Experience Manager' -infra::profile::aem::author::admin_pass: ENC[PKCS7,xyz] -infra::profile::aem::author::oak_version: 1.4.8 -# Publisher -infra::profile::aem::publish::license_download_id: ENC[PKCS7,xyz] -infra::profile::aem::publish::license_product_version: '6.2.0' -infra::profile::aem::publish::license_customer_name: 'test' -infra::profile::aem::publish::license_product_name: 'Adobe Experience Manager' -infra::profile::aem::publish::admin_pass: ENC[PKCS7,xyz] -infra::profile::aem::publish::oak_version: 1.4.8 - -#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.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" - -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" -