draft: fix: align namespace model with F5 BNK 2.2 DPU docs - #53
Open
bonnyr-f5 wants to merge 1 commit into
Open
Conversation
Replace three-namespace model (f5-operator, f5-utils, bnk-gw) with F5-documented two-namespace model: - f5-cne-core: FLO operator and CNE core components - f5-bnk (configurable): CNEInstance, TMM, VLANs, NADs Changes: - k8s/bnk-prerequisites: variables, main.tf, outputs, module.json - bnk/cneinstance: rename instance_namespace → namespace, rewire - bnk/flo: update module.json wiring - k8s/network-setup: update default + wiring - bnk/bnk-vlans: update default + wiring - bnk/bnk-gatewayclass: update default Coordinated with bnk-forge fix/bnk-namespace-alignment branch.
Collaborator
Author
Coordinated merge requiredCompanion bnk-forge PR: https://github.com/sp-prod-field/bnk-forge/pull/73 Both PRs must be merged together:
If this PR is merged alone, new deployments will create f5-cne-core/f5-bnk namespaces but templates will still send the old variable names (filtered out by OpenTofu). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the three-namespace model (f5-operator, f5-utils, bnk-gw) with F5 documented two-namespace model for BNK 2.2 FLO-based installs:
Changes (15 files, 6 modules)
F5 Documentation Evidence
From clouddocs.f5.com BNK 2.2 Install using FLO:
Coordinated merge required
Companion bnk-forge PR link will be added as a comment.
Additional fixes