@cumulus/deployment
Advanced tools
Changelog
[v1.5.5] - 2018-05-30
pdr
property to the sync-granule task's input config and output payload.@cumulus/deployment
's default cloudformation template now configures storage for Docker to match the configured ECS Volume. The template defines Docker's devicemapper basesize (dm.basesize
) using ecs.volumeSize
. This addresses ECS default of limiting Docker containers to 10GB of storage (Read more).Changelog
[v1.5.4] - 2018-05-21
@cumulus/deployment/app/config.yml
.
To change the provider name, please add ems: provider
property to app/config.yml
.Changelog
[v1.5.3] - 2018-05-18
Changelog
[v1.5.2] - 2018-05-15
deletedgranule
type to cumulus
index.es: elasticSearchMapping: 7
es: null
to your app/config.yml
file. This is only useful for debugging purposes. Cumulus still requires ElasticSearch to properly operate.@cumulus/integration-tests
includes and exports the addRules
function, which seeds rules into the DynamoDB table.@cumulus/cmrjs
uses an environment variable USER_IP_ADDRESS
or fallback
IP address of 10.0.0.0
when a public IP address is not available. This
supports lambda functions deployed into a VPC's private subnet, where no
public IP address is available.Changelog
[v1.5.1] - 2018-04-23
Changelog
[v1.5.0] - 2018-04-23
example
folder CUMULUS-512ecs.restartTasksOnDeploy
is set to truegranuleIdExtraction
is no longer a propertyprocess
is now an optional propertyprovider_path
is no longer a propertydelete
method to the @common/CollectionConfigStore
classexample
integration-tests populates providers and collections to databaseexample
workflow messages are populated from workflow templates in s3, provider and collection information in database, and input payloads. Input templates are removed.https
protocol to provider schemaChangelog
[v1.4.0] - 2018-04-09
findTmpTestDataDirectory()
function from
@cumulus/common/test-utils
Changelog
[v1.3.0] - 2018-03-29
CustomBootstrap
lambda function. Resolves failed deployments where CustomBootstrap
lambda function was failing with error Process exited before completing request
. This was causing deployments to stall, fail to update and fail to rollback. This error is thrown when the lambda function tries to use more memory than it is allotted.cumulus
folder altogethercumulus/tasks
to tasks
folder at the root leveltasks/.not_CMA_compliant
@cumulus/integration-tests
- Added support for testing the output of an ECS activity as well as a Lambda function.