-
Notifications
You must be signed in to change notification settings - Fork 80
CORTX-29979: Multiple Data pod deployment: Support Node group in CDF #2116
Conversation
9c6895e
to
a77c293
Compare
Sanity is having one failure.. which is known.. and not related to this PR .. @mssawant please review as you get chance |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SwapnilGaonkar7 please add all unit/dev testing results for this PR.
0f5ff4f
to
8d5f1c9
Compare
Tested single node bootstrap with following CDF
Tested 3 node deployment
I observed that server pods restarted but there is existing issue filed for it. |
retest this please |
retest this please |
@mssawant can we merge this today? |
efa57f4
to
2ef675b
Compare
Testing:
|
@SwapnilGaonkar7 please address Codacy issues.. |
7df124b
to
ca35797
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make sure 15N deployments work.
Testing:
|
81d256b
to
2ee9f60
Compare
retest this please |
8d91f20
to
eb98785
Compare
1. Multiple Data pod deployment: Support Node group in CDF 2. Hare builds are failing for main and custom-ci branches (Seagate#2122) Solution: 1: Added support for 'node_group' in CDF format 2: The issue was with the version of charset-normalizer, a package that aiohttp (a package required by HARE) was pulling in as a depend. We have now set the version of charset-normalizer to 2.0.12 - which works with aiohttp 3.8.1 as required by HARE. Signed-off-by: Swapnil Gaonkar <swapnil.gaonkar@seagate.com> Signed-off-by: pavankrishnat <pavan.k.thunuguntla@seagate.com> Signed-off-by: Deepak Nayak <deepak.nayak@seagate.com>
Looks like k8s deployment timed out, seems like an environment issue,
|
retest this please |
Yes this looks environmental issue.. sanity used to pass previously. |
Okay, going ahead with merging. |
Solution:
Added support for 'node_group' in CDF format
Test:
Tested 3 node deployment and single node bootstrap
Signed-off-by: Swapnil Gaonkar swapnil.gaonkar@seagate.com