Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functional layers implementation #736

Open
mjnagel opened this issue Sep 9, 2024 · 1 comment
Open

Functional layers implementation #736

mjnagel opened this issue Sep 9, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@mjnagel
Copy link
Contributor

mjnagel commented Sep 9, 2024

We previously accepted an ADR to begin publishing functional layers of UDS Core. We now need to do the technical implementation.

At a high level the steps should include:

  • Creating new packages/ folders and zarf.yamls for each functional layer identified in the ADR
  • Modifying CI to drop the single-pkg-tests in favor of "single layer" tests (each layer should be tested with the base layer)
  • Updating documentation to identify any dependencies between layers (i.e. monitoring depends on identity)
  • Publishing workflows updated to publish each layer, using monolithic versioning (all versioned with core itself)
  • Updating pepr/operator code to properly handle reconciliation when layers are not present. Also ideally create warning events when a Package CR contains configuration that is incompatible with the currently deployed layers.

Note that an initial draft of changes was created in #665, but needs completion primarily with the operator code and publishing.

@mjnagel mjnagel added the enhancement New feature or request label Sep 9, 2024
@mjnagel mjnagel added this to the 0.29.0 milestone Sep 9, 2024
@mjnagel
Copy link
Contributor Author

mjnagel commented Sep 9, 2024

If we want to keep the scope of the initial PR small, it is acceptable to just start with base + identity layers. We will need to track the other layers as follow-on work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant