<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:18:35 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-2150] folio-ansible: using renamed module &quot;docker_service&quot;, now &quot;docker_compose&quot;</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-2150</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Deprecation warning when using ansible-2.8.1:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
RUNNING HANDLER [folio-ansible/roles/stripes-docker : build and start stripes docker container] ***
[DEPRECATION WARNING]: The &lt;span class=&quot;code-quote&quot;&gt;&apos;docker_service&apos;&lt;/span&gt; module has been renamed to
&lt;span class=&quot;code-quote&quot;&gt;&apos;docker_compose&apos;&lt;/span&gt;.. This feature will be removed in version 2.12.
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</description>
                <environment></environment>
        <key id="79822">FOLIO-2150</key>
            <summary>folio-ansible: using renamed module &quot;docker_service&quot;, now &quot;docker_compose&quot;</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</type>
                                            <priority id="10005" iconUrl="https://dev.folio.org/assets/jira-priority/tbd.svg">TBD</priority>
                        <status id="3" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/inprogress.png" description="This issue is being actively worked on at the moment by the assignee.">In Progress</status>
                    <statusCategory id="4" key="indeterminate" colorName="yellow"/>
                                    <resolution id="-1">Unresolved</resolution>
                                                        <assignee accountid="557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26">Oleksii Petrenko</assignee>
                                                                <reporter accountid="61cd0ca0bce5e00069e98be7">David Crossley</reporter>
                                    <labels>
                            <label>devops</label>
                            <label>platform-backlog</label>
                    </labels>
                <created>Mon, 8 Jul 2019 09:01:03 +0000</created>
                <updated>Wed, 24 Jan 2024 23:03:06 +0000</updated>
                                                                                <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                <comments>
                                                            <comment id="190796" author="61cd0ca0bce5e00069e98be7" created="Mon, 9 Oct 2023 06:37:21 +0000"  >&lt;p&gt;This was fixed around 2021-06-08 in folio-ansible via &lt;a href=&quot;https://github.com/folio-org/folio-ansible/pull/470&quot; class=&quot;external-link&quot; rel=&quot;nofollow noreferrer&quot;&gt;folio-ansible/pull/470&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are still two mentions in folio-infrastructure at:&lt;br/&gt;
CI/ansible/rebuild-stripes.yml&lt;br/&gt;
CI/ansible/roles/stripes-docker-local/handlers/main.yml&lt;br/&gt;
CI/terraform/...&lt;/p&gt;

&lt;p&gt;Not sure if those parts are still in use.&lt;br/&gt;
&#160;&lt;/p&gt;</comment>
                                                            <comment id="190799" author="5c706fbb47a54a6728e59df2" created="Tue, 23 Jan 2024 22:19:39 +0000"  >&lt;p&gt;May be related to 
    &lt;span class=&quot;jira-issue-macro&quot; data-jira-key=&quot;FOLIO-3965&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/FOLIO-3965&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Update Docker Compose Ansible module for reference builds&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium&quot; /&gt;
            FOLIO-3965
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-complete jira-macro-single-issue-export-pdf&quot;&gt;Open&lt;/span&gt;
            &lt;/span&gt;
&lt;/p&gt;</comment>
                                                            <comment id="190803" author="5c706fbb47a54a6728e59df2" created="Wed, 24 Jan 2024 23:02:52 +0000"  >&lt;p&gt;The rebuild-stripes.yml playbook is only referenced in the folio-snapshot-ui-tests Jenkinsfile, and that only in a commented-out section that was used to run the old Nightmare tests. That file was updated by me 7 months ago in what looks like a frenzy of completeness, otherwise it has been untouched for 3 years, when it looks like it was created to preserve the old Nightmare test process for posterity. I can find no pipeline that uses it in Jenkins. I have moved both Jenkinsfile and playbook into &quot;deprecated&quot; directories.&lt;/p&gt;

&lt;p&gt;The stripes-docker-local role was invoked in the stripes-docker.yml playbook, which I think was used when we built the Stripes webpack separately from the full platform and did it hourly. A note in the playbook: &quot;Invoked in jenkins-pipeline vars/buildPlatformInstance&quot; &amp;#8211; the pipeline referenced no longer exists. We may have moved away from that approach even before ultimately stopping the periodic stripes build, as the old folio-testing-stripes Jenkins pipeline that built it points instead to the stripes.yml playbook. Both the role and the playbook have been moved into the &quot;deprecated&quot; pile.&lt;/p&gt;

&lt;p&gt;It looks like the terraform directory contains old copies of roles from folio-ansible, and has not been maintained for at least 2 years. I believe that Rancher/scratch environments are now built using helm charts instead of Ansible playbooks. &lt;a href=&quot;https://folio-org.atlassian.net/secure/ViewProfile.jspa?accountId=557058%3A003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; class=&quot;user-hover&quot; rel=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; data-account-id=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; accountid=&quot;557058:003b2b3f-c9ac-4207-96eb-21cdb3765e26&quot; rel=&quot;noreferrer&quot;&gt;Oleksii Petrenko&lt;/a&gt;, if you could, please confirm with the Kitfox team. If these terraform artifacts are no longer needed we can move them into a &quot;deprecated&quot; folder in the repository or remove them entirely, depending on your preference.&lt;/p&gt;

&lt;p&gt;I&apos;m assigning this ticket to Oleksii for now, please feel free to assign back to me after you confirm with the team.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="79926">FOLIO-3965</issuekey>
        </issuelink>
                            </outwardlinks>
                                                                <inwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="81304">FOLIO-2148</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10057" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Development Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10155"><![CDATA[FOLIO DevOps]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzzvqf:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Tue, 23 Jan 2024 22:19:39 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>