-
Notifications
You must be signed in to change notification settings - Fork 38
Repurpose this repository into hosting the official Ansible K8s collection #38
Comments
Related: ansible/ansible#65285 |
Another idea: Maybe we change the name of this repo to "ansible-kubernetes" or "ansible-kubernetes-content" (or collection) since it could (probably will) also include more content, like playbooks, roles, plugins, etc. |
If this will be a community collection, maybe it should be moved to github.com/ansible-collections/ I can help if people agree. |
@gundalow - I think that would be a good idea (or we could just abandon this repo and create a new one with the same maintainers under github.com/ansible-collections/kubernetes maybe?). |
Can either move the repo or create a fresh one, I don't mind either way. Just let me know and I'll do the necessary. |
I vote for MOVE, because history is important.
Just my two cents
Dan
…---
Sent from mobile, please excuse brevity. Daniel.Froehlich@redhat.com, +49
176 10 24 84 33
John R Barker <notifications@github.com> schrieb am Fr., 10. Jan. 2020,
21:40:
Can either move the repo or create a fresh one, I don't mind either way.
Just let me know and I'll do the necessary.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#38?email_source=notifications&email_token=AENMQWYXU5YS7FPC4KMZSHDQ5DML7A5CNFSM4JR4WWTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEIVEVFI#issuecomment-573196949>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AENMQWYS5CPETY5HYKGD2PLQ5DML7ANCNFSM4JR4WWTA>
.
|
@DanielFroehlich The history of this repo isn't yet connected to the collection, we were just considering repurposing this repo for it. @gundalow let's go ahead and create a fresh one |
That's correct If you'd like me to do this please "vote" on the issue with 👍, otherwise 👎 |
Could I please get votes on the above issue? Then I'll create the repo as needed |
It lives https://github.com/ansible-collections/kubernetes You can import the existing code and keep the git history if you wish.. |
I've setup base GitHub actions which use |
I will work on moving the code/history, and then after things are working there, I believe we could archive this Git repository as its purpose has been fulfilled. I'll also be sure to update the Ansible Kubernetes community wiki entry. |
@gundalow - code was pushed to the new repo, and I'm working on restructuring it as a collection. How should we go about archiving this repo? I don't think any of the issues remain relevant anymore. |
As the title says—this repository originally contained all the Kubernetes modules in a kubernetes role, but with Ansible 2.8, collections became the new fancy thing for distributing non-role content. We can now move all the Ansible Kubernetes modules into a collection, test them with
ansible-test
ormolecule
, and get some development velocity going again (since core has been slowing down on merging new community modules or features for existing community modules).Some of the things we'll need to do:
The text was updated successfully, but these errors were encountered: