-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add rpm_package module #105
base: develop
Are you sure you want to change the base?
Conversation
f76d830
to
b07f585
Compare
Mhm, tests fail. Recording the fixtures fails for
|
Doing a live test gets me this error:
|
Tests currently fail due to pulp/pulp_rpm#2403. |
Based on PR pulp#34 on the work by Jacob Floyd (@cognifloyd). Co-authored-by: Jacob Floyd <[email protected]> Signed-off-by: Daniel Ziegenberg <[email protected]>
b07f585
to
2a61527
Compare
Waiting on image rebuild for |
Thanks for creating this! Is there perhaps some energy and time left to complete this work? If so: can I help test it or be useful in some other way? Or is there a better way of getting this task done, using Ansible? |
Hi @stejoo! Sorry for the late reply. If I find time in the coming weeks, I might be able to complete this PR. But I can't promise you anything. |
Thanks for your reply @ziegenberg ! Time is often a problem, I know that very well. I remain curious and looking out for this functionality in the Pulp Squeezer set of Ansible modules. So I look forward to your solution in the possible future. In the mean time I have been able to get the job done by performing API calls. Mainly by replicating the instructions shown in the documentation with regards to the "content" steps. I put that work in a Gist so that others who need the functionality as well may (temporary?) benefit: https://gist.github.com/stejoo/134de3fbb69f778590e26d2a9523db0f |
Hello, I would be interested in finishing this work - @ziegenberg is that ok if I would reuse your work in a new PR and give you credits for that? |
Sure, go ahead! I just don't have enough spare time to get it over the finish line. Put a Co-authored-by git trailer in the commit message body, if you squash everything, and I'm fine with that. |
Based on PR #34 on the work by Jacob Floyd (@cognifloyd).
Rebased and solved the merge conflicts. Also made small changes to the test (e.g., using FQCN)