<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Compatiblity issue with ansible.netcommon 5.0.0? in Ansible</title>
    <link>https://community.checkpoint.com/t5/Ansible/Compatiblity-issue-with-ansible-netcommon-5-0-0/m-p/177998#M723</link>
    <description>&lt;P&gt;Due to a new Check Point Ansible mgmt collection version coming up I was looking into upgrading collections with ansible-galaxy.&lt;/P&gt;&lt;P&gt;I tested with the ansible.netcommon which was 4.1.0 on my system and I upgraded to 5.0.0.&lt;/P&gt;&lt;P&gt;Afterwards I couldn't run any playbooks on Check Point SMS (R81.10), they ended at the first step. Looking at the api.elg log I saw a login attempt which returned a 415 and no real cause.&lt;/P&gt;&lt;P&gt;Once I downgraded to 4.1.0 all was well again. I did not make any other changes.&lt;/P&gt;&lt;P&gt;Is there a known issue with ansible.netcommon version 5.0.0 and Check Point mgmt (and possibly gaia, didnt test) collection?&lt;/P&gt;</description>
    <pubDate>Thu, 13 Apr 2023 05:25:22 GMT</pubDate>
    <dc:creator>boneyard</dc:creator>
    <dc:date>2023-04-13T05:25:22Z</dc:date>
    <item>
      <title>Compatiblity issue with ansible.netcommon 5.0.0?</title>
      <link>https://community.checkpoint.com/t5/Ansible/Compatiblity-issue-with-ansible-netcommon-5-0-0/m-p/177998#M723</link>
      <description>&lt;P&gt;Due to a new Check Point Ansible mgmt collection version coming up I was looking into upgrading collections with ansible-galaxy.&lt;/P&gt;&lt;P&gt;I tested with the ansible.netcommon which was 4.1.0 on my system and I upgraded to 5.0.0.&lt;/P&gt;&lt;P&gt;Afterwards I couldn't run any playbooks on Check Point SMS (R81.10), they ended at the first step. Looking at the api.elg log I saw a login attempt which returned a 415 and no real cause.&lt;/P&gt;&lt;P&gt;Once I downgraded to 4.1.0 all was well again. I did not make any other changes.&lt;/P&gt;&lt;P&gt;Is there a known issue with ansible.netcommon version 5.0.0 and Check Point mgmt (and possibly gaia, didnt test) collection?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 05:25:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Compatiblity-issue-with-ansible-netcommon-5-0-0/m-p/177998#M723</guid>
      <dc:creator>boneyard</dc:creator>
      <dc:date>2023-04-13T05:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Compatiblity issue with ansible.netcommon 5.0.0?</title>
      <link>https://community.checkpoint.com/t5/Ansible/Compatiblity-issue-with-ansible-netcommon-5-0-0/m-p/178052#M724</link>
      <description>&lt;P&gt;Just to be clear, you updated another module and it broke our mgmt collection?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 00:29:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Compatiblity-issue-with-ansible-netcommon-5-0-0/m-p/178052#M724</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-04-14T00:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Compatiblity issue with ansible.netcommon 5.0.0?</title>
      <link>https://community.checkpoint.com/t5/Ansible/Compatiblity-issue-with-ansible-netcommon-5-0-0/m-p/178059#M725</link>
      <description>&lt;P&gt;Yes, after the upgrade of the ansible.netcommon collection (which is used to connect to the SMS I assume) I can't run anyone of the mgmt collection tasks anymore. They exit with a HTTP 415 response during the login action.&lt;/P&gt;&lt;P&gt;For reference this the API log with the upgraded ansible.netcommon. With just going back to 4.1.0 it works again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;2023-04-12 09:53:13,280  INFO org.apache.cxf.interceptor.LoggingInInterceptor.log:250 [qtp1210870650-145] - Inbound Message
----------------------------
ID: 1484
Address: http://127.0.0.1:60307/web_api/login
Encoding: ISO-8859-1
Http-Method: POST
Content-Type: application/x-www-form-urlencoded
Headers: {accept-encoding=[identity], Authorization=[Basic &amp;lt;removed&amp;gt;], connection=[keep-alive], Content-Length=[73], content-type=[application/x-www-form-urlencoded], Host=[127.0.0.1:60307], User-Agent=[Python-urllib/3.9], X-Forwarded-For=[10.10.32.16], X-Forwarded-Host=[hostname.domain.ext:443], X-Forwarded-Host-Port=[443], X-Forwarded-Server=[192.168.4.2]}
--------------------------------------
2023-04-12 09:53:13,281  INFO org.apache.cxf.interceptor.LoggingOutInterceptor.log:250 [qtp1210870650-145] - Outbound Message
---------------------------
ID: 1484
Response-Code: 415
Content-Type:
Headers: {Date=[Wed, 12 Apr 2023 07:53:13 GMT], Content-Length=[0]}
--------------------------------------&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 06:03:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Compatiblity-issue-with-ansible-netcommon-5-0-0/m-p/178059#M725</guid>
      <dc:creator>boneyard</dc:creator>
      <dc:date>2023-04-14T06:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Compatiblity issue with ansible.netcommon 5.0.0?</title>
      <link>https://community.checkpoint.com/t5/Ansible/Compatiblity-issue-with-ansible-netcommon-5-0-0/m-p/178103#M727</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/42080"&gt;@chkp-royl&lt;/a&gt;&amp;nbsp;Can you comment on this?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 14:55:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Compatiblity-issue-with-ansible-netcommon-5-0-0/m-p/178103#M727</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-04-14T14:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Compatiblity issue with ansible.netcommon 5.0.0?</title>
      <link>https://community.checkpoint.com/t5/Ansible/Compatiblity-issue-with-ansible-netcommon-5-0-0/m-p/178351#M732</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Ansible support team explained to us that it was&amp;nbsp;&lt;SPAN&gt;another manifestation of&amp;nbsp;&lt;/SPAN&gt;&lt;A class="issue-link js-issue-link" href="https://github.com/ansible-collections/ansible.netcommon/issues/524" target="_blank" rel="noopener" data-error-text="Failed to load title" data-id="1608810450" data-permission-text="Title is private" data-url="https://github.com/ansible-collections/ansible.netcommon/issues/524" data-hovercard-type="issue" data-hovercard-url="/ansible-collections/ansible.netcommon/issues/524/hovercard"&gt;ansible-collections/ansible.netcommon#524.&lt;/A&gt;&lt;BR /&gt;Issue was&lt;SPAN&gt;&amp;nbsp;fixed in their new version 5.1.0.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Eden&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Apr 2023 08:39:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Ansible/Compatiblity-issue-with-ansible-netcommon-5-0-0/m-p/178351#M732</guid>
      <dc:creator>Eden_Brillant</dc:creator>
      <dc:date>2023-04-18T08:39:38Z</dc:date>
    </item>
  </channel>
</rss>

