<!-- 
RSS generated by JIRA (8.3.4#803005-sha1:1f96e09b3c60279a408a2ae47be3c745f571388b) at Sat Feb 10 16:23:14 JST 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>PFS-JIRA</title>
    <link>https://pfspipe.ipmu.jp/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.3.4</version>
        <build-number>803005</build-number>
        <build-date>13-09-2019</build-date>
    </build-info>


<item>
            <title>[INSTRM-267] Update document and configuration for DHCP lease range</title>
                <link>https://pfspipe.ipmu.jp/jira/browse/INSTRM-267</link>
                <project id="10300" key="INSTRM">Instrument control development</project>
                    <description>&lt;p&gt;This is my fault and shall be noted at the initial moment, but we need a fix on DHCP lease range configuration.&lt;/p&gt;

&lt;p&gt;For now, dhcp-range for the production is defined as:&lt;/p&gt;
&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;dhcp-range=133.40.164.1,133.40.164.239,72h
dhcp-range=tag:!known,133.40.164.240,133.40.164.255,6h
dhcp-range=133.40.165.0,133.40.165.254,72h
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;and this will make&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;registered hosts in hosts/macs files are assigned as defined (in two ranges w/o tag:!known)&lt;/li&gt;
	&lt;li&gt;registered hosts only in macs files are assigned from two ranges w/o tag:!known&lt;/li&gt;
	&lt;li&gt;unregistered hosts are assigned from any range&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;So, we need to &lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;add tag:known for two (tag:!known could be better to be kept?)&lt;/li&gt;
	&lt;li&gt;if we allow registered hosts in macs (e.g. temporal tool for AIT or engineering) but not in hosts, we shall have a flag to filter and guide them all in specified range&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;how do you think, all? &amp;gt; &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=cloomis&quot; class=&quot;user-hover&quot; rel=&quot;cloomis&quot;&gt;cloomis&lt;/a&gt;, &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=hiro&quot; class=&quot;user-hover&quot; rel=&quot;hiro&quot;&gt;Yoshida, Hiroshige&lt;/a&gt;, &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=kyono&quot; class=&quot;user-hover&quot; rel=&quot;kyono&quot;&gt;kyono&lt;/a&gt;&lt;/p&gt;</description>
                <environment></environment>
        <key id="12031">INSTRM-267</key>
            <summary>Update document and configuration for DHCP lease range</summary>
                <type id="3" iconUrl="https://pfspipe.ipmu.jp/jira/secure/viewavatar?size=xsmall&amp;avatarId=10518&amp;avatarType=issuetype">Task</type>
                                            <priority id="10000" iconUrl="https://pfspipe.ipmu.jp/jira/images/icons/priorities/medium.svg">Normal</priority>
                        <status id="3" iconUrl="https://pfspipe.ipmu.jp/jira/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 username="atsushi.shimono">shimono</assignee>
                                    <reporter username="atsushi.shimono">shimono</reporter>
                        <labels>
                    </labels>
                <created>Wed, 20 Dec 2017 02:54:42 +0000</created>
                <updated>Mon, 26 Mar 2018 12:04:19 +0000</updated>
                                                                            <component>ics_dnsmasq</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>6</watches>
                                                                <comments>
                            <comment id="12847" author="cloomis" created="Thu, 21 Dec 2017 16:25:09 +0000"  >&lt;p&gt;We have been using the following successfully:&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;
dhcp-range=tag:!known,10.1.255.2,10.1.255.254,5m
dhcp-range=tag:known,10.1.1.1,10.1.99.254,4h
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;so I agree with adding the &lt;tt&gt;known&lt;/tt&gt; tag.&lt;/p&gt;</comment>
                            <comment id="12849" author="atsushi.shimono" created="Wed, 27 Dec 2017 08:46:42 +0000"  >&lt;p&gt;Thank you for guideline. So,&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;we shall have tag:known in configuration&lt;/li&gt;
	&lt;li&gt;adding registered hostname without IP address shall not be an option&lt;br/&gt;
right? I will update files and push PR following these.&lt;/li&gt;
&lt;/ul&gt;
</comment>
                            <comment id="12871" author="atsushi.shimono" created="Wed, 10 Jan 2018 14:59:08 +0000"  >&lt;p&gt;Added a branch for dnsmasq configuration.&lt;br/&gt;
Documentation is blocked by &lt;a href=&quot;https://pfspipe.ipmu.jp/jira/browse/INSTRM-71&quot; title=&quot;organization of dnsmasq configuration files - both DHCP and DNS&quot; class=&quot;issue-link&quot; data-issue-key=&quot;INSTRM-71&quot;&gt;&lt;del&gt;INSTRM-71&lt;/del&gt;&lt;/a&gt; and should be branched/updated after that is approved and merged.&lt;/p&gt;</comment>
                            <comment id="13025" author="atsushi.shimono" created="Mon, 12 Mar 2018 06:23:20 +0000"  >&lt;p&gt;code (dnsmasq) merged, but needs update on document (SSN-00028).&lt;/p&gt;</comment>
                            <comment id="13058" author="atsushi.shimono" created="Mon, 26 Mar 2018 12:04:19 +0000"  >&lt;p&gt;&lt;a href=&quot;https://pfspipe.ipmu.jp/jira/secure/ViewProfile.jspa?name=cloomis&quot; class=&quot;user-hover&quot; rel=&quot;cloomis&quot;&gt;cloomis&lt;/a&gt; considering having pairs of non-ip-address assigned hostname and MAC addresses, such as additional NICs (some are used for bonding, or V-LAN) or default network switch MAC addresses, we shall flag them not to eat non-assigned IP addresses within statically assigned to subsystem.&lt;br/&gt;
So, I will try to add something like tag:/set:nia (no ip assigned) or something to flag them.&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10500" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10010" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|ii03pz:</customfieldvalue>

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