-
Notifications
You must be signed in to change notification settings - Fork 14
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
Bootstrap community.kubevirt setup #3
Comments
Installing Galaxy dependencies https://github.com/ansible-collections/community.routeros/blob/main/.github/workflows/ansible-test.yml#L90-L91 |
PR for changing module/plugin names to FQCNs: #5 |
We're missing commits from community.general because we bootstrapped the collection on top of an old checkout -- let's not do that again :) These are the commits I found:
Edit: sent a PR to add the two missing commits I found #7 |
We're also going to need to add community.kubevirt to ansible/ansible like this so the module defaults can carry over ansible/ansible#72496 |
WIP PR to remove from community.general: ansible-collections/community.general#1317 |
Anything left here before we can release Overall tracking of collection migration can be found at ansible-collections/overview#128 (comment) |
@gundalow as discussed elsewhere, I was hoping to at least manually test 0.1.0 against a kubevirt instance to make sure that they are not horribly broken before releasing 1.0.0. I reached out to Tim in order to find out if he can help with this. |
These modules were in community.general, we've span them out into their own collection/.
Context ansible/community#539 (comment)
Tracking: ansible-collections/overview#128 (comment)
sanity
test in GitHub Action greenunit
test in GitHub Action greenintegration
test in GitHub Action greenShould Python 2.6 be removed fromPy 2.6 is still supported on remotecollection_template
Speak with Matt about Python virtualenv vs default-containeransible-test default container does not have virtualenv installed ansible/ansible#72738PR: #4
Branch
bootstrap-collection
Removal from c.g
tests/unit/requirements.txt
openshift ; python_version >= '2.7'The text was updated successfully, but these errors were encountered: