<div dir="ltr"><div dir="ltr">Hi, all<br><br>I'm happy to inform you that the transition has started.<br><br>1. Transition steps are tracked in the etherpad: <a href="https://etherpad.openstack.org/p/openstack-ansible-modules">https://etherpad.openstack.org/p/openstack-ansible-modules</a><br>2. Modules have been moved with ansible tool migrate.py according to Ansible guidelines.<br>3. The job that does linting with ansible-test was created and added to collections repo. Ansible-test sanity is used in Ansible CI for all modules, I think it's worth to have it enabled for us too. As well as pep8 checks.<br>4. I've ported job that was running on Ansible Github PRs as CI job to be check job in collections repo. It will give us at least the same coverage we had before. Of course, it's a temporary solution that should be revisited and most likely replaced by different kinds of jobs later. And with much more test coverage that it has now.<br>So please review and merge: <a href="https://review.opendev.org/#/c/703383/">https://review.opendev.org/#/c/703383/</a> Any noncritical issues can be fixed in following up patches, let's unblock work on collections, please.<br>5. The current CI job from SDK repo that was running on Ansible Github patches is changed to print a message about moving modules and fail, not to allow to merge new patches easily. The patch is <a href="https://review.opendev.org/#/c/703342/">https://review.opendev.org/#/c/703342/</a>  Instead of it, the new ported job from the previous point will run on SDK repo to ensure we don't break modules with SDK patches.<br>6. As was agreed before we'll need to rename all modules, link to new names in BOTMETA in Ansible and remove modules from Ansible repo. Renaming is a big chunk of work, so I'd appreciate any help here. Of course, any work can be merged only after CI job will be merged and start run on patches: <a href="https://review.opendev.org/#/c/703383/">https://review.opendev.org/#/c/703383/</a><br>7. I posted the warning message on all PRs in Ansible Github that has a relation to Openstack modules, using "openstack" modules. Hopefully, it didn't miss anything.<br>8. Warning mail will be sent today to Ansible dev Google Group about the transition.</div><div>9. All discussions are in channel: #openstack-ansible-sig on Freenode.</div><div>10. Please help with reviews and merges as we want to do it asap to prevent big diverges between modules in Ansible and Openstack, also not to block people for a long time.<br></div><div><br></div><div>Thanks </div><div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jan 7, 2020 at 1:20 PM Sagi Shnaidman <<a href="mailto:sshnaidm@redhat.com">sshnaidm@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi,</div><div>last meeting was pretty short and only 2 participants due to holidays, so I think we can discuss this week the same agenda. I remind that we agreed to move ansible modules after 13 January.</div><div>- what is the best strategy for freezing current modules in Ansible? Because a few patches were merged just recently [1] Seems like "freezing" doesn't really work.</div><div>- python versions support in modules</div><div>- keeping history when moving modules</div><div>and other topics [2]</div><div>Please add your questions to "Open discussion" section if there are some.<br></div><div>Thanks<br></div><div><br></div><div>[1] <span></span><span><a href="https://github.com/ansible/ansible/commits/devel/lib/ansible/modules/cloud/openstack" target="_blank">https://github.com/ansible/ansible/commits/devel/lib/ansible/modules/cloud/openstack</a></span></div><div>[2] <a href="https://etherpad.openstack.org/p/openstack-ansible-modules" target="_blank">https://etherpad.openstack.org/p/openstack-ansible-modules</a></div><div><br></div><div><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 13, 2019 at 12:00 AM Sagi Shnaidman <<a href="mailto:sshnaidm@redhat.com" target="_blank">sshnaidm@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi, all</div><div>short minutes from the meeting today about moving of Openstack Ansible modules to Openstack.</div><div><br></div><div>1. Because of some level of uncertainty and different opinions, the details of treatment of old modules will be under discussion in ML. I'll send a mail about this topic.</div><div>2. We agreed to have modules under "openstack." namespace and named "cloud". So regular modules will be named like "openstack.cloud.os_server" for example.</div><div>3. We agreed to keep Ansible modules as thin as possible, putting the logic into SDK.</div><div>4. Also we will keep compatibility with as much Ansible versions as possible.<br></div><div>5. We agreed to have manual releases of Ansible modules as much as we need. Similarly as it's done with SDK.</div><div><br></div><div>Logs: <a href="http://eavesdrop.openstack.org/meetings/api_sig/2019/api_sig.2019-12-12-16.00.log.html" target="_blank">http://eavesdrop.openstack.org/meetings/api_sig/2019/api_sig.2019-12-12-16.00.log.html</a></div><div>Minutes: <a href="http://eavesdrop.openstack.org/meetings/api_sig/2019/api_sig.2019-12-12-16.00.html" target="_blank">http://eavesdrop.openstack.org/meetings/api_sig/2019/api_sig.2019-12-12-16.00.html</a></div><div>Etherpad: <a href="https://etherpad.openstack.org/p/openstack-ansible-modules" target="_blank">https://etherpad.openstack.org/p/openstack-ansible-modules</a></div><div><br></div><div>Next time: Thursday 19 Dec 2019 4.00 PM UTC.</div><div><br></div><div>Thanks</div><div><br></div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Dec 6, 2019 at 12:03 AM Sagi Shnaidman <<a href="mailto:sshnaidm@redhat.com" target="_blank">sshnaidm@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">Hi, all<br>short minutes from the meeting today about Openstack Ansible modules.<br><br>1. Ansible 2.10 is going to move all modules to collections, so Openstack modules should find a new home in Openstack repos.<br>2. Namespace for openstack modules will be named "openstack.". What is coming after the dot is still under discussion.<br>3. Current modules will be migrated to collections in "openstack." as is with their names and will be still available for playbooks (via symlinking). It will avoid breaking people that use in their playbooks os_* modules now.<br>4. Old modules will be frozen after migrations and all development work will go in the new modules which will live aside.<br>5. Critical bugfixes to 2.9 versions will be done via Ansible GitHub repo as usual and synced manually to "openstack." collection. It must be a very exceptional case.<br>6. Migrations are set for mid of January 2020 approximately.<br>7. Modules should stay compatible with last Ansible and collections API changed.<br>8. Because current old modules are licensed with GPL and license of Openstack is Apache2, we need to figure out if we can either relicense them or develop new ones with different license or to continue to work on new ones with GPL in SIG repo. Agreed to ask on legal-discuss ML.<br><br>Long minutes: <a href="http://eavesdrop.openstack.org/meetings/api_sig/2019/api_sig.2019-12-05-16.00.html" target="_blank">http://eavesdrop.openstack.org/meetings/api_sig/2019/api_sig.2019-12-05-16.00.html</a><br>Logs: <a href="http://eavesdrop.openstack.org/meetings/api_sig/2019/api_sig.2019-12-05-16.00.log.html" target="_blank">http://eavesdrop.openstack.org/meetings/api_sig/2019/api_sig.2019-12-05-16.00.log.html</a><br><br>Etherpad: <a href="https://etherpad.openstack.org/p/openstack-ansible-modules" target="_blank">https://etherpad.openstack.org/p/openstack-ansible-modules</a><br>Next time Thursday 12 Dec 2019 4.00 PM UTC.<br><br>Thanks</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Dec 3, 2019 at 8:18 PM Sagi Shnaidman <<a href="mailto:sshnaidm@redhat.com" target="_blank">sshnaidm@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi, all</div><div>In the meeting today we agreed to meet every Thursday starting *this week* at 4.00 PM UTC on <span>#openstack-sdks channel on Freenode. We'll discuss everything related to Openstack Ansible modules.</span></div><div><span>Agenda and topics are in the etherpad: <a href="https://etherpad.openstack.org/p/openstack-ansible-modules" target="_blank">https://etherpad.openstack.org/p/openstack-ansible-modules</a></span></div><div><span>(I've created a new one, because we don't limit to Ironic modules only, it's about all of them in general)<br></span></div><div><span><br></span></div><div><span>Short minutes from meeting today:</span></div><div><span>Organizational:<br>1. We meet every Thursday from this week at 4.00 PM UTC on #openstack-sdks<br>2. Interested parties for now are: Ironic, Tripleo, Openstack-Ansible, Kolla-ansible, OpenstackSDK teams. Feel free to join and add yourself in the etherpad. [1]<br>3. We'll track our work in Storyboard for ansible-collections-openstack (in progress)<br>4. Openstack Ansible modules will live as collections under Ansible SIG in repo openstack/ansible-collections-openstack [2] because there are issues with different licensing: GPLv3 for Ansible in upstream and Openstack license (Apache2).<br>5. Ansible upstream Openstack modules will be merge-frozen when we'll have our collections fully working and will be deprecated from Ansible at some point in the future.<br>6. Openstack Ansible collections will be published to Galaxy.<br>7. There is a list of people that can be pinged for reviews in ansible-collections-openstack project, feel free to join there [1]<br><br>Technical:<br>1. We use openstacksdk instead of [project]client modules.<br>2. We will rename modules to be more like os_[service_type] named, examples are in Ironic modules etherpad [3]<br></span></div><div><span><br></span></div><div><div><div><span>Logs from meeting today you can find here: <a href="http://eavesdrop.openstack.org/meetings/ansible_sig/2019/ansible_sig.2019-12-03-15.01.log.html" target="_blank">http://eavesdrop.openstack.org/meetings/ansible_sig/2019/ansible_sig.2019-12-03-15.01.log.html</a></span></div><div><span>Please feel free to participate and add topics to agenda. [1]<br></span></div></div><span></span></div><div><br><span></span></div><div><span>[1] <a href="https://etherpad.openstack.org/p/openstack-ansible-modules" target="_blank">https://etherpad.openstack.org/p/openstack-ansible-modules</a><br>[2] <a href="https://review.opendev.org/#/c/684740/" target="_blank">https://review.opendev.org/#/c/684740/</a><br>[3] <a href="https://etherpad.openstack.org/p/ironic-ansible-modules" target="_blank">https://etherpad.openstack.org/p/ironic-ansible-modules</a><br></span></div><div><span><br></span></div><div>Thanks<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Nov 27, 2019 at 7:57 PM Sagi Shnaidman <<a href="mailto:sshnaidm@redhat.com" target="_blank">sshnaidm@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi, all<br><br>in the light of finding the new home place for openstack related ansible modules [1] I'd like to discuss the best strategy to create Ironic ansible modules. Existing Ironic modules in Ansible repo don't cover even half of Ironic functionality, don't fit current needs and definitely require an additional work. There are a few topics that require attention and better be solved before modules are written to save additional work. We prepared an etherpad [2] with all these questions and if you have ideas or suggestions on how it should look you're welcome to update it.<br>We'd like to decide the final place for them, name conventions (the most complex one!), what they should look like and how better to implement.<br>Anybody interested in Ansible and baremetal management in Openstack, you're more than welcome to contribute.<br><br>Thanks<br><br>[1] <a href="https://review.opendev.org/#/c/684740/" target="_blank">https://review.opendev.org/#/c/684740/</a><br>[2] <a href="https://etherpad.openstack.org/p/ironic-ansible-modules" target="_blank">https://etherpad.openstack.org/p/ironic-ansible-modules</a><br><br>-- <br><div dir="ltr"><div dir="ltr"><div>Best regards<br></div>Sagi Shnaidman<br></div></div></div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr"><div dir="ltr"><div>Best regards<br></div>Sagi Shnaidman<br></div></div></div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr"><div dir="ltr"><div>Best regards<br></div>Sagi Shnaidman<br></div></div></div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr"><div dir="ltr"><div>Best regards<br></div>Sagi Shnaidman<br></div></div></div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr"><div dir="ltr"><div>Best regards<br></div>Sagi Shnaidman<br></div></div></div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>Best regards<br></div>Sagi Shnaidman<br></div></div></div>