Skip to content

[dcaas] Implement Bundle Interfaces #145

Open
sven-rosenzweig wants to merge 3 commits intomainfrom
feat/bundleiface
Open

[dcaas] Implement Bundle Interfaces #145
sven-rosenzweig wants to merge 3 commits intomainfrom
feat/bundleiface

Conversation

@sven-rosenzweig
Copy link
Copy Markdown
Contributor

No description provided.

@sven-rosenzweig sven-rosenzweig requested a review from a team as a code owner December 18, 2025 13:04
@hardikdr hardikdr added the area/metal-automation Automation processes within the Metal project. label Jan 13, 2026
@hardikdr hardikdr added this to Roadmap Jan 13, 2026
@felix-kaestner felix-kaestner force-pushed the main branch 2 times, most recently from 64984b9 to f71555b Compare January 15, 2026 10:26
@felix-kaestner felix-kaestner force-pushed the main branch 4 times, most recently from aed4596 to 8d57167 Compare January 26, 2026 13:42
@sven-rosenzweig sven-rosenzweig force-pushed the feat/bundleiface branch 3 times, most recently from ef97c0e to 6789276 Compare February 6, 2026 13:31
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please invoke make charts to also regenerate the Helm Chart incl. this CRD.

@hardikdr hardikdr added area/switch-automation Automation processes for network switch management and operations. and removed area/metal-automation Automation processes within the Metal project. labels Mar 23, 2026
@sven-rosenzweig sven-rosenzweig force-pushed the feat/bundleiface branch 4 times, most recently from 3af44d9 to 6b3940f Compare March 27, 2026 09:10
@sven-rosenzweig sven-rosenzweig force-pushed the feat/bundleiface branch 2 times, most recently from f8c1dcc to cda5b26 Compare March 30, 2026 14:30
In Cisco IOS XR the yang empty type is not implemented correctly for
bundle-interfaces.
Instead of returning "[null]" as defined in the RFC, "[\n null \n]" is.

We simply work around of this.
For Bundle- and Bundlesubinterfaces creation fails, as the gnmi Update/Patch call,
checks whether the object exists or not. We skip this check once if the
gnmi call returns a NotFound error code.
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

Merging this branch will increase overall coverage

Impacted Packages Coverage Δ 🤖
github.com/ironcore-dev/network-operator/internal/provider/cisco/gnmiext/v2 90.62% (ø)
github.com/ironcore-dev/network-operator/internal/provider/cisco/iosxr 49.12% (+1.02%) 👍

Coverage by file

Changed files (no unit tests)

Changed File Coverage Δ Total Covered Missed 🤖
github.com/ironcore-dev/network-operator/internal/provider/cisco/gnmiext/v2/client.go 88.61% (ø) 158 140 18
github.com/ironcore-dev/network-operator/internal/provider/cisco/gnmiext/v2/empty.go 100.00% (ø) 10 10 0
github.com/ironcore-dev/network-operator/internal/provider/cisco/iosxr/intf.go 63.33% (+17.18%) 60 (+47) 38 (+32) 22 (+15) 🎉
github.com/ironcore-dev/network-operator/internal/provider/cisco/iosxr/provider.go 41.44% (-7.04%) 111 (+45) 46 (+14) 65 (+31) 👎

Please note that the "Total", "Covered", and "Missed" counts above refer to code statements instead of lines of code. The value in brackets refers to the test coverage of that file in the old version of the code.

Changed unit test files

  • github.com/ironcore-dev/network-operator/internal/provider/cisco/iosxr/intf_test.go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/switch-automation Automation processes for network switch management and operations.

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

3 participants