feat: Changes to svpc/dpa to allow Spectrum X partitioning and allow …#1791
Conversation
…flexible tenant configuration Signed-off-by: Srinivasa Murthy <srmurthy@nvidia.com>
Signed-off-by: Srinivasa Murthy <srmurthy@nvidia.com>
…flexible tenant configuration Signed-off-by: Srinivasa Murthy <srmurthy@nvidia.com>
…flexible tenant configuration Signed-off-by: Srinivasa Murthy <srmurthy@nvidia.com>
Signed-off-by: Srinivasa Murthy <srmurthy@nvidia.com>
Signed-off-by: Srinivasa Murthy <srmurthy@nvidia.com>
Signed-off-by: Srinivasa Murthy <srmurthy@nvidia.com>
🔐 TruffleHog Secret Scan✅ No secrets or credentials found! Your code has been scanned for 700+ types of secrets and credentials. All clear! 🎉 🕐 Last updated: 2026-05-26 22:35:31 UTC | Commit: dd6387f |
🔍 Container Scan Summary
Per-CVE detail lives in the per-service |
…flexible tenant configuration Signed-off-by: Srinivasa Murthy <srmurthy@nvidia.com>
Signed-off-by: Srinivasa Murthy <srmurthy@nvidia.com>
Signed-off-by: Srinivasa Murthy <srmurthy@nvidia.com>
| @@ -1,17 +1,17 @@ | |||
| # NVIDIA Infra Controller (NICo) Core Metrics | |||
There was a problem hiding this comment.
Changes in this file are a regression (switches back to old terms that are no longer valid) and should be removed from the PR.
There was a problem hiding this comment.
This file is autogenerated when you run tests. So name should be fixed here:
There was a problem hiding this comment.
I did not change that file. That line (line 221 in crates/api-integration-tests/tests/lib.rs) is the same in my branch as what is in the main branch.
There was a problem hiding this comment.
Reverted my changes to core_metrics.md
There was a problem hiding this comment.
Here is the fix for metrics names generation: #2017
…flexible tenant configuration Signed-off-by: Srinivasa Murthy <srmurthy@nvidia.com>
…flexible tenant configuration Signed-off-by: Srinivasa Murthy <srmurthy@nvidia.com>
| pub mod route_server; | ||
| pub mod site_explorer; | ||
| pub mod sku; | ||
| pub mod spx_partition; |
There was a problem hiding this comment.
Do we need this - seems to be the only change in the file.
| mod db_init; | ||
| mod dhcp; | ||
| mod dpa; | ||
| mod dpa_monitor; |
…flexible tenant configuration Signed-off-by: Srinivasa Murthy <srmurthy@nvidia.com>
Signed-off-by: Srinivasa Murthy <srmurthy@nvidia.com>
…flexible tenant configuration
Description
Enable SPX partitions, and tenant configuration allows flexible
assignment of SPX partitions to instance interfaces.
Type of Change
Related Issues (Optional)
Breaking Changes
Testing
Additional Notes
Tested these changes in my dev env setup using mock dpa. These changes are for the SVPC offering. Astra changes will follow.