<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 19:08:45 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 append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[AAA-145] aaa-cli-jar missing in stable/nitrogen and master</title>
                <link>https://jira.opendaylight.org/browse/AAA-145</link>
                <project id="10102" key="AAA">aaa</project>
                    <description>&lt;p&gt;In &lt;a href=&quot;https://jira.opendaylight.org/browse/AAA-138&quot; title=&quot;Feature request to add testing username/password to idm tool&quot; class=&quot;issue-link&quot; data-issue-key=&quot;AAA-138&quot;&gt;&lt;del&gt;AAA-138&lt;/del&gt;&lt;/a&gt; and Gerrit 60049 Michael added a tool for changing ODL NB username/password without starting up the controller. This is required for deployments using configuration management tools like puppet-opendaylight and ansible-opendaylight. Major downstream consumers like OPNFV use this extensively in production for stable/carbon, but it&apos;s missing and causing failures for stable/nitrogen and master. Need to add the tool to those branches.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="22396">AAA-145</key>
            <summary>aaa-cli-jar missing in stable/nitrogen and master</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="vorburger">Michael Vorburger</assignee>
                                    <reporter username="dfarrell07">Daniel Farrell</reporter>
                        <labels>
                    </labels>
                <created>Sat, 2 Sep 2017 18:07:53 +0000</created>
                <updated>Thu, 21 Mar 2019 11:56:49 +0000</updated>
                            <resolved>Wed, 6 Sep 2017 07:44:43 +0000</resolved>
                                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="42445" author="dfarrell07" created="Sat, 2 Sep 2017 19:06:53 +0000"  >&lt;p&gt;It seems like the jar is in the distro, but not in bin/.&lt;/p&gt;

&lt;p&gt;With ODL 6.2.0-0.1.20170901snap497 (latest stable/carbon)&lt;/p&gt;

&lt;p&gt;```&lt;br/&gt;
$ find . -name &quot;&lt;b&gt;aaa-cli&lt;/b&gt;&quot;                                                                                                                                                                                                 &lt;br/&gt;
./system/org/opendaylight/aaa/aaa-cli&lt;br/&gt;
./system/org/opendaylight/aaa/aaa-cli/0.5.2-SNAPSHOT/aaa-cli-0.5.2-SNAPSHOT.jar&lt;br/&gt;
./bin/aaa-cli-jar.jar&lt;br/&gt;
```&lt;/p&gt;

&lt;p&gt;With ODL 7.0.0-0.1.20170830rel1949 (Nitrogen RC2)&lt;/p&gt;

&lt;p&gt;```&lt;br/&gt;
$ find . -name &quot;&lt;b&gt;aaa-cli&lt;/b&gt;&quot;                                                                                                                                                                                                 &lt;br/&gt;
./system/org/opendaylight/aaa/aaa-cli&lt;br/&gt;
./system/org/opendaylight/aaa/aaa-cli/0.6.0/aaa-cli-0.6.0.jar&lt;br/&gt;
./system/org/opendaylight/aaa/odl-aaa-cli&lt;br/&gt;
./system/org/opendaylight/aaa/odl-aaa-cli/0.6.0/odl-aaa-cli-0.6.0-features.xml&lt;br/&gt;
```&lt;/p&gt;

&lt;p&gt;With ODL 8.0.0-0.1.20170901snap214 (latest master)&lt;/p&gt;

&lt;p&gt;```&lt;br/&gt;
find /opt/opendaylight -name &apos;&lt;b&gt;aaa-cli&lt;/b&gt;&apos;&lt;br/&gt;
/opt/opendaylight/system/org/opendaylight/aaa/aaa-cli&lt;br/&gt;
/opt/opendaylight/system/org/opendaylight/aaa/aaa-cli/0.7.0-SNAPSHOT/aaa-cli-0.7.0-SNAPSHOT.jar&lt;br/&gt;
/opt/opendaylight/system/org/opendaylight/aaa/odl-aaa-cli&lt;br/&gt;
/opt/opendaylight/system/org/opendaylight/aaa/odl-aaa-cli/0.7.0-SNAPSHOT/odl-aaa-cli-0.7.0-SNAPSHOT-features.xml&lt;br/&gt;
```&lt;/p&gt;

&lt;p&gt;Can we get it in bin/?&lt;/p&gt;</comment>
                            <comment id="42446" author="vorburger" created="Mon, 4 Sep 2017 10:28:46 +0000"  >&lt;p&gt;&amp;gt; It seems like the jar is in the distro, but not in bin/.&lt;/p&gt;

&lt;p&gt;That&apos;s actually the wrong one - just FYI there&apos;s some doc I had put on &lt;a href=&quot;https://wiki.opendaylight.org/view/AAA:Changing_Account_Passwords#aaa-cli-jar&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.opendaylight.org/view/AAA:Changing_Account_Passwords#aaa-cli-jar&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&amp;gt; Can we get it in bin/?&lt;/p&gt;

&lt;p&gt;Yeah, I&apos;ll dig into this.  Am surprised TBH that we &quot;lost&quot; this - but will port.&lt;/p&gt;</comment>
                            <comment id="42447" author="vorburger" created="Tue, 5 Sep 2017 16:03:19 +0000"  >&lt;p&gt;+Tim Rozet (who originally internally raised this, as it breaks OPNFV!)&lt;/p&gt;

&lt;p&gt;+Vratko, because...&lt;/p&gt;

&lt;p&gt;&amp;gt; Yeah, I&apos;ll dig into this.  Am surprised TBH that we &quot;lost&quot; this&lt;/p&gt;

&lt;p&gt;... I just did a bit of Git archaeology, and found that Vratko commented out what gets aaa-cli-jar into bin, as part of his massive integration/distribution move to Karaf 4 in f7a8d73e603ab5f0046e5e87956cc78e772a28d7, with comment: &quot;This leads to &quot;Unsupported &apos;Bundle-ManifestVersion&apos; value: 1&quot;. Uncomment when fixed.&quot;, so I guess I&apos;ll look more into and fix that as part of this issue... &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.opendaylight.org/images/icons/emoticons/wink.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;

&lt;p&gt;PS, note to self: Check netvirt/distribution/karaf as well!&lt;/p&gt;</comment>
                            <comment id="42448" author="vorburger" created="Tue, 5 Sep 2017 17:38:22 +0000"  >&lt;p&gt;+ Cc: Stephen Kitt just FYI re. this:&lt;/p&gt;

&lt;p&gt;&amp;gt; PS, note to self: Check netvirt/distribution/karaf as well!&lt;/p&gt;

&lt;p&gt;actually I&apos;m finding that this (aaa-cli) never was in netvirt&apos;s distribution... Stephen tried this in &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/60288/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/60288/&lt;/a&gt;, but had to revert it again in &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/60467/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/60467/&lt;/a&gt; because it &quot;breaks the build of the Karaf distribution (on Jenkin)&quot;.  Therefore I won&apos;t deal with that aspect in this issue here, but focus on getting it back into integration&apos;s distribution.&lt;/p&gt;

&lt;p&gt;&amp;gt; In &lt;a href=&quot;https://jira.opendaylight.org/browse/AAA-138&quot; title=&quot;Feature request to add testing username/password to idm tool&quot; class=&quot;issue-link&quot; data-issue-key=&quot;AAA-138&quot;&gt;&lt;del&gt;AAA-138&lt;/del&gt;&lt;/a&gt; and Gerrit 60049 Michael added&lt;/p&gt;

&lt;p&gt;just FTR for future archaeology, the specific change which introduced what&apos;s this bug reports as being missing here and must be restored was &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/49278/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/49278/&lt;/a&gt; (not really &lt;a href=&quot;https://jira.opendaylight.org/browse/AAA-138&quot; title=&quot;Feature request to add testing username/password to idm tool&quot; class=&quot;issue-link&quot; data-issue-key=&quot;AAA-138&quot;&gt;&lt;del&gt;AAA-138&lt;/del&gt;&lt;/a&gt; and Gerrit 60049)&lt;/p&gt;

&lt;p&gt;&amp;gt; Vratko commented out what gets aaa-cli-jar into bin,&lt;br/&gt;
&amp;gt; as part of his massive integration/distribution move to Karaf 4 in &lt;br/&gt;
&amp;gt; f7a8d73e603ab5f0046e5e87956cc78e772a28d7&lt;/p&gt;

&lt;p&gt;see &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/51762/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/51762/&lt;/a&gt; (commit message mentions this)&lt;/p&gt;</comment>
                            <comment id="42449" author="vorburger" created="Tue, 5 Sep 2017 19:21:39 +0000"  >&lt;p&gt;master: &lt;a href=&quot;https://git.opendaylight.org/gerrit/62723&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/62723&lt;/a&gt;&lt;br/&gt;
nitrogen: &lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/62724/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/62724/&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9087</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=9087]]></customfieldvalue>

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

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