<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:21:33 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>[NETVIRT-434] remove configuration knobs from custom.properties</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-434</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;odlparent&apos;s custom.properties carries a bunch of configuration:&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;OVSDB configuration&lt;/li&gt;
	&lt;li&gt;ovsdb plugin supports both active and passive connections. It listens on port 6640 by default for Active connections.&lt;br/&gt;
ovsdb.listenPort=6640&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;ovsdb creates Openflow nodes/bridges. This configuration configures the bridge&apos;s Openflow version.&lt;/li&gt;
	&lt;li&gt;default Openflow version = 1.0, we also support 1.3.&lt;/li&gt;
	&lt;li&gt;ovsdb.of.version=1.3&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;ovsdb can be configured with ml2 to perform l3 forwarding. The config below enables that functionality, which is&lt;/li&gt;
	&lt;li&gt;disabled by default.&lt;/li&gt;
	&lt;li&gt;ovsdb.l3.fwd.enabled=yes&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;ovsdb can be configured with ml2 to perform arp responder, enabled by default.&lt;br/&gt;
ovsdb.l3.arp.responder.disabled=no&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;ovsdb can be configured with ml2 to perform l3 forwarding. When used in that scenario, the mac address of the default&lt;/li&gt;
	&lt;li&gt;gateway -&lt;del&gt;on the external subnet&lt;/del&gt;- is expected to be resolved from its inet address. The config below overrides that&lt;/li&gt;
	&lt;li&gt;specific arp/neighDiscovery lookup.&lt;/li&gt;
	&lt;li&gt;ovsdb.l3gateway.mac=00:00:5E:00:02:01&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;We have multiple better configuration primitives other than properties and this is a logical inter-project dependency loop. Remove it.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20355">NETVIRT-434</key>
            <summary>remove configuration knobs from custom.properties</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <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="shague">Sam Hague</assignee>
                                    <reporter username="rovarga">Robert Varga</reporter>
                        <labels>
                    </labels>
                <created>Tue, 17 Jan 2017 18:07:50 +0000</created>
                <updated>Fri, 6 Apr 2018 11:23:30 +0000</updated>
                            <resolved>Fri, 6 Apr 2018 11:23:30 +0000</resolved>
                                    <version>Carbon</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="37123" author="vishnoianil@gmail.com" created="Wed, 22 Feb 2017 02:55:01 +0000"  >&lt;p&gt;OVSDB project was using only following config option, but it&apos;s not using it anymore, so it can be removed.&lt;/p&gt;

&lt;p&gt;ovsdb.listenPort=6640&lt;/p&gt;

&lt;p&gt;Remaining config options are related to netvirt project, and i believe those are still used by the old implementation of netvirt project. Moving this bug to netvirt project to take action on it.&lt;/p&gt;</comment>
                            <comment id="37124" author="shague@redhat.com" created="Thu, 13 Apr 2017 15:38:04 +0000"  >&lt;p&gt;Adding Venkat as only the legacy netvirt would be using those properties - if still using them.&lt;/p&gt;</comment>
                            <comment id="37125" author="gvrangan" created="Thu, 20 Apr 2017 12:34:46 +0000"  >&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt; Legacy Netvirt implemetation is still using these configuration paramater.  Since it is not removed in Carbon, We need the below parameters&lt;/p&gt;

&lt;ol&gt;
	&lt;li&gt;ovsdb can be configured with ml2 to perform l3 forwarding. The config below enables that functionality, which is&lt;/li&gt;
	&lt;li&gt;disabled by default.&lt;/li&gt;
	&lt;li&gt;ovsdb.l3.fwd.enabled=yes&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;ovsdb can be configured with ml2 to perform arp responder, enabled by default.&lt;br/&gt;
ovsdb.l3.arp.responder.disabled=no&lt;/li&gt;
&lt;/ol&gt;


&lt;ol&gt;
	&lt;li&gt;ovsdb can be configured with ml2 to perform l3 forwarding. When used in that scenario, the mac address of the default&lt;/li&gt;
	&lt;li&gt;gateway -&lt;del&gt;on the external subnet&lt;/del&gt;- is expected to be resolved from its inet address. The config below overrides that&lt;/li&gt;
	&lt;li&gt;specific arp/neighDiscovery lookup.&lt;/li&gt;
	&lt;li&gt;ovsdb.l3gateway.mac=00:00:5E:00:02:01&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;We can remove the same in master (Nitrogen).&lt;/p&gt;</comment>
                            <comment id="61632" author="shague@redhat.com" created="Fri, 9 Mar 2018 17:56:54 +0000"  >&lt;p&gt;Legacy NetVirt is deprecated.&lt;/p&gt;</comment>
                            <comment id="61637" author="rovarga" created="Fri, 9 Mar 2018 18:01:57 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=shague&quot; class=&quot;user-hover&quot; rel=&quot;shague&quot;&gt;shague&lt;/a&gt; so if it is deprecated, this issue should remain open until it is actually removed and the properties need to go with it, right?&lt;/p&gt;</comment>
                            <comment id="61638" author="shague@redhat.com" created="Fri, 9 Mar 2018 20:34:53 +0000"  >&lt;p&gt;&lt;a href=&quot;https://jira.opendaylight.org/secure/ViewProfile.jspa?name=rovarga&quot; class=&quot;user-hover&quot; rel=&quot;rovarga&quot;&gt;rovarga&lt;/a&gt;&#160;this was a bulk move of anything with a legacy component. I moved the component to the new NetVirt and reopened.&lt;/p&gt;</comment>
                            <comment id="62101" author="shague@redhat.com" created="Thu, 5 Apr 2018 20:40:04 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/70383&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/70383&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10000">
                    <name>Blocks</name>
                                            <outwardlinks description="blocks">
                                        <issuelink>
            <issuekey id="22157">ODLPARENT-34</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <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>7571</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=7571]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10206" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Issue Type</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10318"><![CDATA[Change Request]]></customfieldvalue>

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

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