-
Notifications
You must be signed in to change notification settings - Fork 211
chore: remove the dynamic-plugins.default.yaml #3711
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
base: main
Are you sure you want to change the base?
Conversation
…DH repo, as we are now generating it as part of the plugin catalog's index image build: https://gitlab.cee.redhat.com/rhidp/rhdh-plugin-catalog/-/blob/rhdh-1-rhel-9/catalog-index/dynamic-plugins.default.yaml using default.packages.yaml + package metadata in the overlays repo (RHIDP-9835) Signed-off-by: Nick Boldt <[email protected]>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@nickboldt: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Signed-off-by: Nick Boldt <[email protected]>
|
14 places in this repo that refer to the DPDY file (with line numbers): So becasue carving this file out is far from simple, I've set this PR back to draft. Will need help from others here. |
|
The image is available at: |
|
Quick suggestion on what we can do with those references.
we can probably remove this whole role, as it doesn't make sense anymore in this repo.
this line can be removed
this should stay
docs will have to be updated
depending on the test case, this should be either updated or maybe keep it as it is, it will require further analysis
this line can be removed
not sure where this is used, probably for testing, it should probably stay as it is
this line can be removed |
|
/hold This PR should not be merged before we have the new dynamic-plugin.defualt.yaml generation/extraction process in place |
|
This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 21 days. |
|
PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 21 days. |
What does this PR do?
chore: remove the dynamic-plugins.default.yaml from main branch of RHDH repo, as we are now generating it as part of the plugin catalog's index image build: https://gitlab.cee.redhat.com/rhidp/rhdh-plugin-catalog/-/blob/rhdh-1-rhel-9/catalog-index/dynamic-plugins.default.yaml using default.packages.yaml + package metadata in the overlays repo (RHIDP-9835)
Signed-off-by: Nick Boldt [email protected]
What issues does this PR fix or reference?
RHIDP-9863
How to test this PR?
This is a BREAKING CHANGE.
Any process that depends on the DPDY file (
dynamic-plugins.default.yaml) being in this repo needs to be adapted to consume the https://quay.io/rhdh/plugin-catalog-index from the appropriate RHDH version tag (eg.,:1.9)You can extract the file like this:
The file is therefore in
"${DIR}/dynamic-plugins.default.yaml"Reviewers
Reviewers, please comment how you tested the PR when approving it.