ansible-collections / community.kubevirt

KubeVirt Collection of Ansible.
http://galaxy.ansible.com/community/kubevirt
GNU General Public License v3.0
8 stars 13 forks source link

Bootstrap community.kubevirt setup #3

Open gundalow opened 3 years ago

gundalow commented 3 years ago

These modules were in community.general, we've span them out into their own collection/.

Context https://github.com/ansible/community/issues/539#issuecomment-720085434

Tracking: https://github.com/ansible-collections/overview/issues/128#issuecomment-730620626

PR: https://github.com/ansible-collections/community.kubevirt/pull/4

Branch bootstrap-collection

Removal from c.g

gundalow commented 3 years ago

Installing Galaxy dependencies https://github.com/ansible-collections/community.routeros/blob/main/.github/workflows/ansible-test.yml#L90-L91

dmsimard commented 3 years ago

PRs for zuul project-config:

dmsimard commented 3 years ago

PR for changing module/plugin names to FQCNs: https://github.com/ansible-collections/community.kubevirt/pull/5

dmsimard commented 3 years ago

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 https://github.com/ansible-collections/community.kubevirt/pull/7

dmsimard commented 3 years ago

We're also going to need to add community.kubevirt to ansible/ansible like this so the module defaults can carry over https://github.com/ansible/ansible/pull/72496

dmsimard commented 3 years ago

WIP PR to remove from community.general: https://github.com/ansible-collections/community.general/pull/1317

gundalow commented 3 years ago

Anything left here before we can release 1.0.0?

Overall tracking of collection migration can be found at https://github.com/ansible-collections/overview/issues/128#issuecomment-730620626

dmsimard commented 3 years ago

@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.