-
- Downloads
Squashed commit of the following
commit f79bbff4 Author: Barclay Walsh <barclay.walsh@parivedasolutions.com> Date: Wed Nov 13 2019 16:27:58 GMT-0600 (Central Standard Time) Removed the ElasticCredentialsCache implementation and AWS resources, since it turns out that we will not need it for the AWS version. commit d6295bba Author: Barclay Walsh <barclay.walsh@parivedasolutions.com> Date: Tue Nov 12 2019 13:53:21 GMT-0600 (Central Standard Time) Reverting unit test changes. commit 9e3fd6f5 Author: Barclay Walsh <barclay.walsh@parivedasolutions.com> Date: Tue Nov 12 2019 10:59:51 GMT-0600 (Central Standard Time) Added ElastiCache implementation values; refactored cache names to match naming convention and their respective interfaces; updated cache classes to use Redis. commit cdfd718f Author: Barclay Walsh <barclay.walsh@parivedasolutions.com> Date: Tue Nov 12 2019 09:40:01 GMT-0600 (Central Standard Time) Added ElastiCache permissions to the CFN Role. commit 0839e17d Author: Barclay Walsh <barclay.walsh@parivedasolutions.com> Date: Tue Nov 12 2019 09:10:41 GMT-0600 (Central Standard Time) Granted IAM Put* permissions to the CFN role to fix deployment errors. commit 4d527882 Author: Barclay Walsh <barclay.walsh@parivedasolutions.com> Date: Tue Nov 12 2019 08:54:00 GMT-0600 (Central Standard Time) Fixed the queue name. commit 11bf56c8 Author: Barclay Walsh <barclay.walsh@parivedasolutions.com> Date: Tue Nov 12 2019 08:30:09 GMT-0600 (Central Standard Time) Removed disused parameters. commit dce92988 Author: Barclay Walsh <barclay.walsh@parivedasolutions.com> Date: Tue Nov 12 2019 08:21:30 GMT-0600 (Central Standard Time) Updated CodeBuild instance type. commit 5d02bf1d Author: Barclay Walsh <barclay.walsh@parivedasolutions.com> Date: Tue Nov 12 2019 08:12:33 GMT-0600 (Central Standard Time) Created CloudFormation templates and deployment scripts for os-indexer. commit d414d7d7 Author: Barclay Walsh <barclay.walsh@parivedasolutions.com> Date: Mon Nov 11 2019 10:25:22 GMT-0600 (Central Standard Time) Fixed HTTP auth.
Showing
- provider/indexer-aws/CloudFormation/Automated/cache.yml 141 additions, 0 deletionsprovider/indexer-aws/CloudFormation/Automated/cache.yml
- provider/indexer-aws/CloudFormation/Automated/iam-credentials.yml 80 additions, 0 deletions.../indexer-aws/CloudFormation/Automated/iam-credentials.yml
- provider/indexer-aws/CloudFormation/Automated/sns-topic.yml 94 additions, 0 deletionsprovider/indexer-aws/CloudFormation/Automated/sns-topic.yml
- provider/indexer-aws/CloudFormation/Manual/01-CreateCodePipeline.yml 494 additions, 0 deletions...dexer-aws/CloudFormation/Manual/01-CreateCodePipeline.yml
- provider/indexer-aws/CloudFormation/Master/os-indexer-master.yml 231 additions, 0 deletions...r/indexer-aws/CloudFormation/Master/os-indexer-master.yml
- provider/indexer-aws/CloudFormation/Params/dev.template_configuration.json 22 additions, 0 deletions...aws/CloudFormation/Params/dev.template_configuration.json
- provider/indexer-aws/CloudFormation/Params/prod.template_configuration.json 22 additions, 0 deletions...ws/CloudFormation/Params/prod.template_configuration.json
- provider/indexer-aws/CloudFormation/Params/uat.template_configuration.json 22 additions, 0 deletions...aws/CloudFormation/Params/uat.template_configuration.json
- provider/indexer-aws/buildspec-pre-deploy.yml 54 additions, 0 deletionsprovider/indexer-aws/buildspec-pre-deploy.yml
- provider/indexer-aws/src/main/java/org/opengroup/osdu/indexer/aws/cache/ElasticCredentialsCacheImpl.java 1 addition, 1 deletion...p/osdu/indexer/aws/cache/ElasticCredentialsCacheImpl.java
- provider/indexer-aws/src/main/java/org/opengroup/osdu/indexer/aws/cache/IndexCache.java 0 additions, 27 deletions...java/org/opengroup/osdu/indexer/aws/cache/IndexCache.java
- provider/indexer-aws/src/main/java/org/opengroup/osdu/indexer/aws/cache/IndexCacheImpl.java 59 additions, 0 deletions.../org/opengroup/osdu/indexer/aws/cache/IndexCacheImpl.java
- provider/indexer-aws/src/main/java/org/opengroup/osdu/indexer/aws/cache/SchemaCacheImpl.java 39 additions, 7 deletions...org/opengroup/osdu/indexer/aws/cache/SchemaCacheImpl.java
- provider/indexer-aws/src/main/resources/application.properties 12 additions, 1 deletion...der/indexer-aws/src/main/resources/application.properties
- testing/indexer-test-core/src/main/java/org/opengroup/osdu/util/Config.java 2 additions, 2 deletions...st-core/src/main/java/org/opengroup/osdu/util/Config.java
- testing/indexer-test-core/src/main/java/org/opengroup/osdu/util/HTTPClient.java 2 additions, 2 deletions...ore/src/main/java/org/opengroup/osdu/util/HTTPClient.java
Loading