From 2fbff1a8d7e30cd006054975f7a0312dca3fbe3d Mon Sep 17 00:00:00 2001 From: Michael Nguyen <michael.nguyen@parivedasolutions.com> Date: Wed, 4 Dec 2019 17:24:14 -0600 Subject: [PATCH] updating --- .../CloudFormation/Params/dev.template_configuration.json | 7 +------ .../CloudFormation/Params/prod.template_configuration.json | 7 +------ .../CloudFormation/Params/uat.template_configuration.json | 7 +------ 3 files changed, 3 insertions(+), 18 deletions(-) diff --git a/provider/indexer-aws/CloudFormation/Params/dev.template_configuration.json b/provider/indexer-aws/CloudFormation/Params/dev.template_configuration.json index e970b952a..d0547d91d 100644 --- a/provider/indexer-aws/CloudFormation/Params/dev.template_configuration.json +++ b/provider/indexer-aws/CloudFormation/Params/dev.template_configuration.json @@ -4,7 +4,6 @@ "DeploymentRegion" : "us-east-1", "ChildTemplateBasePath" : "https://s3.amazonaws.com/dev-os-indexer-cloudformation-scripts/Automated/", "ApplicationName" : "os-indexer", - "QueueApplicationName" : "os-indexer-queue", "KeyName": "indexer-ecs-keypair", "DesiredCapacity": "2", "MinSize": "0", @@ -29,11 +28,7 @@ "NumberOfDedicatedMasterNodes": "2", "ZoneAwarenessEnabled": "false", "ElasticsearchVersion": "6.8", - "EBSVolumeSize": "10", - "StorageApplicationName": "osdu-storage", - "IndexerEndpoint": "api/indexer/v2/_dps/task-handlers/index-worker", - "MaxThreads": "50", - "MaxMessages": "100000" + "EBSVolumeSize": "10" }, "Tags" : { "Environment" : "dev" diff --git a/provider/indexer-aws/CloudFormation/Params/prod.template_configuration.json b/provider/indexer-aws/CloudFormation/Params/prod.template_configuration.json index 5ce49d41a..88500880f 100644 --- a/provider/indexer-aws/CloudFormation/Params/prod.template_configuration.json +++ b/provider/indexer-aws/CloudFormation/Params/prod.template_configuration.json @@ -4,7 +4,6 @@ "DeploymentRegion" : "us-east-1", "ChildTemplateBasePath" : "https://s3.amazonaws.com/prod-os-indexer-cloudformation-scripts/Automated/", "ApplicationName" : "os-indexer", - "QueueApplicationName" : "os-indexer-queue", "KeyName": "indexer-ecs-keypair", "DesiredCapacity": "2", "MinSize": "0", @@ -29,11 +28,7 @@ "NumberOfDedicatedMasterNodes": "2", "ZoneAwarenessEnabled": "false", "ElasticsearchVersion": "6.8", - "EBSVolumeSize": "10", - "StorageApplicationName": "osdu-storage", - "IndexerEndpoint": "api/indexer/v2/_dps/task-handlers/index-worker", - "MaxThreads": "50", - "MaxMessages": "100000" + "EBSVolumeSize": "10" }, "Tags" : { "Environment" : "prod" diff --git a/provider/indexer-aws/CloudFormation/Params/uat.template_configuration.json b/provider/indexer-aws/CloudFormation/Params/uat.template_configuration.json index 76b575b47..7dd145bc4 100644 --- a/provider/indexer-aws/CloudFormation/Params/uat.template_configuration.json +++ b/provider/indexer-aws/CloudFormation/Params/uat.template_configuration.json @@ -4,7 +4,6 @@ "DeploymentRegion" : "us-east-1", "ChildTemplateBasePath" : "https://s3.amazonaws.com/uat-os-indexer-cloudformation-scripts/Automated/", "ApplicationName" : "os-indexer", - "QueueApplicationName" : "os-indexer-queue", "KeyName": "indexer-ecs-keypair", "DesiredCapacity": "2", "MinSize": "0", @@ -29,11 +28,7 @@ "NumberOfDedicatedMasterNodes": "2", "ZoneAwarenessEnabled": "false", "ElasticsearchVersion": "6.8", - "EBSVolumeSize": "10", - "StorageApplicationName": "osdu-storage", - "IndexerEndpoint": "api/indexer/v2/_dps/task-handlers/index-worker", - "MaxThreads": "50", - "MaxMessages": "100000" + "EBSVolumeSize": "10" }, "Tags" : { "Environment" : "uat" -- GitLab