-
Notifications
You must be signed in to change notification settings - Fork 79
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
Drop redhat service from default nodeset samples #1229
Drop redhat service from default nodeset samples #1229
Conversation
The service requires rhel nodes to run which we don't have upstream and so is not being tested. Also enabling this service requires additional vars like activationkey,token, username etc. Also it broke some downstream jobs which running older version of operators and using these upstream samples. Related-Issue: OSPCIX-596
/test openstack-operator-build-deploy-kuttl |
it shouldn't break older versions, as the redhat service isn't on older samples: https://github.com/openstack-k8s-operators/openstack-operator/blob/18.0.0-proposed/config/samples/dataplane_v1beta1_openstackdataplanenodeset.yaml#L10-L25 |
Yes that is one of the reason to remove it from default samples. it can be handled downstream by using different branches. But removing it from default is due to other reasons in commit message (just adding the service is not sufficient as require other vars to be configured and it's not being tested upstream) , additionally it will also fix the downstream jobs. |
/test openstack-operator-build-deploy-kuttl |
/test openstack-operator-build-deploy-kuttl |
/test openstack-operator-build-deploy-kuttl |
/test openstack-operator-build-deploy-kuttl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving to unblock CI.
However, the other issue of downstream using the upstream samples from main should still be fixed separately. I just don't see that continuing to work long term.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: karelyatin, slagle The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
6d3e5c2
into
openstack-k8s-operators:main
The service requires rhel nodes to run which we
don't have upstream and so is not being tested.
Also enabling this service requires additional
vars like activationkey,token, username etc.
Also it broke some downstream jobs which running
older version of operators and using these upstream samples.
Related-Issue: OSPCIX-596