-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactoring testpmd operator to operator-sdk 1.33.0 #57
Conversation
from change #57:
|
bd0ae3a
to
d791303
Compare
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.
Some comments, comparing with #53:
- Include in the README the
operator-sdk
commands executed to create the project structure - roles/testpmd/vars/main.yml file is missed (it's just an empty file but just to have the same than in testpmd-lb-operator)
d791303
to
42c50b2
Compare
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.
second round of reviews, also, I saw this is still missed:
- roles/testpmd/vars/main.yml file is missed (it's just an empty file but just to have the same than in testpmd-lb-operator)
e2fe2dc
to
96c78e1
Compare
Change looks good, I'll accept when having a green job with a full example-cnf deployment and testing |
it's weird but it's complaining about this script: https://github.com/dci-labs/example-cnf-config/blob/master/testpmd/hooks/pre-run.yml#L29-L33 , which mainly retrieves the operators that are modified to retrieve the correct SHA. It's like it's not able to see the change in testpmd-operator? |
96c78e1
to
5b4d6d6
Compare
from change #57: |
5b4d6d6
to
1e05072
Compare
from change #57: |
from change #57: |
927a36a
to
6e232cb
Compare
from change #57: |
26e8bef
to
f95ea32
Compare
from change #57: |
f95ea32
to
d202e8b
Compare
from change #57: |
d202e8b
to
cbb3357
Compare
from change #57: |
cbb3357
to
3ec2abe
Compare
3ec2abe
to
7362599
Compare
from change #57: |
I fix the dependency issue: the pip install cmd was not run under the correct USER in the dockerfile. |
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.
LGTM, thanks Charles for all the great work here!
Let's wait for PR54 to build the example-cnf component before merging this one, to avoid conflicts: https://github.com/openshift-kni/example-cnf/actions/runs/8001713950
After Testpmd-lb-operator and cnf-mac-app-operator, here it comes the refactoring of testpmd-operator