[Orc8r] Multiple Orc8r deployment changes including changes to metrics helm chart, elastic search curator chart values and orcl#7717
Conversation
|
Thanks for opening a PR! 💯 Please note that all commits must be signed off. This is enforced by the Howto
More infoPlease take a moment to read through the Magma project's
If this is your first Magma PR, also consider reading
|
12ce2af to
9ac86b2
Compare
Signed-off-by: Karthik Subraveti <[email protected]>
9ac86b2 to
f4a3905
Compare
Codecov Report
@@ Coverage Diff @@
## master #7717 +/- ##
===========================================
+ Coverage 34.20% 64.41% +30.20%
===========================================
Files 1176 680 -496
Lines 105747 47109 -58638
Branches 1323 1323
===========================================
- Hits 36171 30343 -5828
+ Misses 66113 13304 -52809
+ Partials 3463 3462 -1
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
hcgatewood
left a comment
There was a problem hiding this comment.
Tf and Helm chart changes lgtm. Not following the deployer/etc code changes
| @@ -1,5 +1,5 @@ | |||
| FROM python:3.9-slim-buster | |||
|
|
|||
| ARG ENV=prod | |||
There was a problem hiding this comment.
This is a dangerous pattern in general. The default should be prod -- and we only do things differently if ENV=test
There was a problem hiding this comment.
Actually the "prod" name doesn't make sense here. I should have named this differently. But the default is indeed the docker contained without binaries used for test. Will clean it up in a follow up PR.
| vpc_security_group_ids = [aws_security_group.default.id] | ||
|
|
||
| db_subnet_group_name = module.vpc.database_subnet_group | ||
| db_subnet_group_name = module.vpc.database_subnet_group |
There was a problem hiding this comment.
Throughout this PR you're introducing trailing whitespace
There was a problem hiding this comment.
:(. Should fix my vscode setting to eliminate this.
| } | ||
|
|
||
| output "es_volume_size" { | ||
| description = "Endpoint of the ES cluster if deployed." |
There was a problem hiding this comment.
Will fix the description here.
Signed-off-by: Karthik Subraveti <[email protected]>
Signed-off-by: Karthik Subraveti <[email protected]> Signed-off-by: Marie Bremner <[email protected]>
Signed-off-by: Karthik Subraveti <[email protected]> Signed-off-by: Marie Bremner <[email protected]>
Co-authored-by: Karthik Subraveti <[email protected]>
|
backported here: #7849 |
Signed-off-by: Karthik Subraveti <[email protected]> Signed-off-by: Ramon Melero <[email protected]>
Signed-off-by: Karthik Subraveti [email protected]
Summary
This PR contains following changes
Helm chart changes
Terraform changes
es_disk_thresholdto set the size threshold to trigger elastic search curator to cleanup magma log indicesOrcl changes
Test Plan
Additional Information