<!-- 
RSS generated by JIRA (9.4.5#940005-sha1:e3094934eac4fd8653cf39da58f39364fb9cc7c1) at Sat Feb 10 05:58:57 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>Akraino JIRA</title>
    <link>https://jira.akraino.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.4.5</version>
        <build-number>940005</build-number>
        <build-date>11-04-2023</build-date>
    </build-info>


<item>
            <title>[ICN-315] Akraino ICN installation issue on barametal server #ICN</title>
                <link>https://jira.akraino.org/browse/ICN-315</link>
                <project id="10400" key="ICN">Integrated Cloud Native NFV</project>
                    <description>&lt;p&gt;From Rajeev:&lt;/p&gt;

&lt;p&gt;I tried ICN baremetal installation as per wiki link on three server( one jump host server and two compute node) but it failed, facing these three issues as listed below. Please look into this and provide your&#160;feedback to resolve&#160;this issue.&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://wiki.akraino.org/display/AK/ICN+Installation+Guide&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://wiki.akraino.org/display/AK/ICN+Installation+Guide&lt;/a&gt;&#160;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;List of Issues:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;As per wiki network topology&#160;export BS_DHCP_INTERFACE,&#160;export BS_DHCP_INTERFACE_IP details are not mentioned&#160;in&#160;user_config.sh.&#160;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&lt;em&gt;- In topology there are three&#160;networks mentioned in jump server Net A- Baremetal , Net B-Provisioning and Net C-IPMI network, as setting file user_config.sh in wiki example is showing both Net B&#160;and&#160;Net C&#160;interface and IP and for Net A mentioned only gateway and DNS details but no interface and IP, so which is network used for&lt;/em&gt;&#160;&lt;em&gt;BS_DHCP_INTERFACE,&#160;export BS_DHCP_INTERFACE_IP - Please clarify?&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;user_config.sh&lt;/b&gt;&lt;/p&gt;
&lt;div class=&apos;table-wrap&apos;&gt;
&lt;table class=&apos;confluenceTable&apos;&gt;&lt;tbody&gt;
&lt;tr&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;1&lt;br/&gt;
2&lt;br/&gt;
3&lt;br/&gt;
4&lt;br/&gt;
5&lt;br/&gt;
6&lt;br/&gt;
7&lt;br/&gt;
8&lt;br/&gt;
9&lt;br/&gt;
10&lt;br/&gt;
11&lt;br/&gt;
12&lt;br/&gt;
13&lt;br/&gt;
14&lt;br/&gt;
15&lt;br/&gt;
16&lt;br/&gt;
17&lt;br/&gt;
18&lt;br/&gt;
19&lt;br/&gt;
20&lt;br/&gt;
21&lt;br/&gt;
22&lt;br/&gt;
23&lt;br/&gt;
24&lt;br/&gt;
25&lt;br/&gt;
26&lt;br/&gt;
27&lt;br/&gt;
28&lt;br/&gt;
29&lt;br/&gt;
30&lt;br/&gt;
31&lt;br/&gt;
32&lt;br/&gt;
33&lt;br/&gt;
34&lt;br/&gt;
35&lt;/td&gt;
&lt;td class=&apos;confluenceTd&apos;&gt;#!/bin/bash&lt;br/&gt;
&#160;&lt;br/&gt;
#Local controller - Bootstrap cluster DHCP connection&lt;br/&gt;
#BS_DHCP_INTERFACE defines the interfaces, to which ICN DHCP deployment will bind&lt;br/&gt;
#e.g. export BS_DHCP_INTERFACE=&quot;ens513f0&quot;&lt;br/&gt;
&lt;b&gt;export BS_DHCP_INTERFACE=&lt;/b&gt;&lt;br/&gt;
&#160;&lt;br/&gt;
#BS_DHCP_INTERFACE_IP defines the IPAM for the ICN DHCP to be managed.&lt;br/&gt;
#e.g. export BS_DHCP_INTERFACE_IP=&quot;&lt;a href=&quot;http://172.31.1.1/24&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;172.31.1.1/24&lt;/a&gt;&quot;&lt;br/&gt;
&lt;b&gt;export BS_DHCP_INTERFACE_IP=&lt;/b&gt;&lt;br/&gt;
&#160;&lt;br/&gt;
#Edge Location Provider Network configuration&lt;br/&gt;
#Net A - Provider Network&lt;br/&gt;
#If provider having specific Gateway and DNS server details in the edge location&lt;br/&gt;
#export PROVIDER_NETWORK_GATEWAY=&quot;10.10.110.1&quot;&lt;br/&gt;
export PROVIDER_NETWORK_GATEWAY=&lt;br/&gt;
#export PROVIDER_NETWORK_DNS=&quot;8.8.8.8&quot;&lt;br/&gt;
export PROVIDER_NETWORK_DNS=&lt;br/&gt;
&#160;&lt;br/&gt;
#Ironic Metal3 settings for provisioning network&lt;br/&gt;
#Interface to which Ironic provision network to be connected&lt;br/&gt;
#Net B - Provisioning Network&lt;br/&gt;
#e.g. export IRONIC_INTERFACE=&quot;enp4s0f1&quot;&lt;br/&gt;
export IRONIC_INTERFACE=&lt;br/&gt;
&#160;&lt;br/&gt;
#Ironic Metal3 setting for IPMI LAN Network&lt;br/&gt;
#Interface to which Ironic IPMI LAN should bind&lt;br/&gt;
#Net C - IPMI LAN Network&lt;br/&gt;
#e.g. export IRONIC_IPMI_INTERFACE=&quot;enp4s0f0&quot;&lt;br/&gt;
export IRONIC_IPMI_INTERFACE=&lt;br/&gt;
&#160;&lt;br/&gt;
#Interface IP for the IPMI LAN, ICN verfiy the LAN Connection is active or not&lt;br/&gt;
#e.g. export IRONIC_IPMI_INTERFACE_IP=&quot;10.10.110.20&quot;&lt;br/&gt;
#Net C - IPMI LAN Network&lt;br/&gt;
export IRONIC_IPMI_INTERFACE_IP=&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;


&lt;p&gt;&#160;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;When installation fails during&#160;make install&#160;and after trying to clean up with uninstall CLI&#160;&lt;b&gt;make clean_all&lt;/b&gt; but it is not happening and throwing&#160;below error.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;
	&lt;ol&gt;
		&lt;li&gt;make clean_all*&lt;/li&gt;
	&lt;/ol&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;error: the server doesn&apos;t have a resource type &quot;baremetalhost&quot;&lt;br/&gt;
 error: the server doesn&apos;t have a resource type &quot;baremetalhost&quot;&lt;br/&gt;
 Try 1 iteration : Wait for 60 seconds to check all bmh state&lt;br/&gt;
 Baremetal state: 1 means deprovisioned &amp;amp; 0 means not yet deprovisioned&lt;br/&gt;
 error: the server doesn&apos;t have a resource type &quot;baremetalhosts&quot;&lt;br/&gt;
 Baremetal host metal3 state - edge01-node01 :&lt;br/&gt;
 ./03_verify_deprovisioning.sh: line 22: [: ==: unary operator expected&lt;br/&gt;
 Baremetal edge01-node01 &#160; &#160; current_host_state : 0&lt;br/&gt;
 Previous Baremetals prev_host_state &#160; &#160;: 0&lt;/p&gt;

&lt;p&gt;error: the server doesn&apos;t have a resource type &quot;baremetalhosts&quot;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Kustomize installation failed during&#160;make install and throwing below error also manual installation&#160;not going&#160;through as trying for workaround.&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;make&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: Entering directory &apos;/root/go/src/&lt;a href=&quot;http://github.com/metal3-io/baremetal-operator&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;github.com/metal3-io/baremetal-operator&lt;/a&gt;&apos;&lt;br/&gt;
 cd deploy &amp;amp;&amp;amp; kustomize edit set namespace metal3 &amp;amp;&amp;amp; cd ..&lt;br/&gt;
 /bin/sh: 1: kustomize: not found&lt;br/&gt;
 Makefile:129: recipe for target &apos;deploy&apos; failed&lt;br/&gt;
 make&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: *** &lt;span class=&quot;error&quot;&gt;&amp;#91;deploy&amp;#93;&lt;/span&gt; Error 127&lt;br/&gt;
 make&lt;span class=&quot;error&quot;&gt;&amp;#91;1&amp;#93;&lt;/span&gt;: Leaving directory &apos;/root/go/src/&lt;a href=&quot;http://github.com/metal3-io/baremetal-operator&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;github.com/metal3-io/baremetal-operator&lt;/a&gt;&apos;&lt;br/&gt;
 /home/ubuntu1/icn/deploy/metal3/scripts&lt;br/&gt;
 Error from server (NotFound): error when creating &quot;edge01-node01-user-data-credential.yaml&quot;: namespaces &quot;metal3&quot; not found&lt;br/&gt;
 Error from server (NotFound): error when creating &quot;edge01-node01-bm-node.yaml&quot;: namespaces &quot;metal3&quot; not found&lt;br/&gt;
 unable to recognize &quot;edge01-node01-bm-node.yaml&quot;: no matches for kind &quot;BareMetalHost&quot; in version &quot;&lt;a href=&quot;http://metal3.io/v1alpha1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;metal3.io/v1alpha1&lt;/a&gt;&quot;&lt;br/&gt;
 Error from server (NotFound): error when creating &quot;edge01-node02-user-data-credential.yaml&quot;: namespaces &quot;metal3&quot; not found&lt;br/&gt;
 Error from server (NotFound): error when creating &quot;edge01-node02-bm-node.yaml&quot;: namespaces &quot;metal3&quot; not found&lt;br/&gt;
 unable to recognize &quot;edge01-node02-bm-node.yaml&quot;: no matches for kind &quot;BareMetalHost&quot; in version &quot;&lt;a href=&quot;http://metal3.io/v1alpha1&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;metal3.io/v1alpha1&lt;/a&gt;&quot;&lt;br/&gt;
 Try 1 iteration : Wait for 60 seconds to check all bmh state&lt;br/&gt;
 Baremetal state: 1 means provisioned &amp;amp; 0 means not yet provisioned&lt;br/&gt;
 error: the server doesn&apos;t have a resource type &quot;baremetalhosts&quot;&lt;br/&gt;
 Baremetal host metal3 state - edge01-node01 :&lt;br/&gt;
 ./02_verify.sh: line 22: [: ==: unary operator expected&lt;br/&gt;
 Baremetal edge01-node01 &#160; &#160; current_host_state : 0&lt;br/&gt;
 Previous Baremetals prev_host_state &#160; &#160;: 0&lt;br/&gt;
 error: the server doesn&apos;t have a resource type &quot;baremetalhosts&quot;&lt;br/&gt;
 Baremetal host metal3 state - edge01-node02 :&lt;br/&gt;
 ./02_verify.sh: line 22: [: ==: unary operator expected&lt;br/&gt;
 Baremetal edge01-node02 &#160; &#160; current_host_state : 0&lt;br/&gt;
 Previous Baremetals prev_host_state &#160; &#160;: 0&lt;br/&gt;
 All Baremetal hosts aggregated state - prev_host_state:0&lt;br/&gt;
 Try 2 iteration : Wait for 60 seconds to check all bmh state&lt;br/&gt;
 Baremetal state: 1 means provisioned &amp;amp; 0 means not yet provisioned&lt;br/&gt;
 error: the server doesn&apos;t have a resource type &quot;baremetalhosts&quot;&lt;br/&gt;
 Baremetal host metal3 state - edge01-node01 :&#160;&#160;&lt;/p&gt;</description>
                <environment></environment>
        <key id="11276">ICN-315</key>
            <summary>Akraino ICN installation issue on barametal server #ICN</summary>
                <type id="10004" iconUrl="https://jira.akraino.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.akraino.org/images/icons/priorities/medium.svg">Medium</priority>
                        <status id="10001" iconUrl="https://jira.akraino.org/" description="">Done</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="r.kuralamudhan">Kuralamudhan Ramakrishnan</assignee>
                                    <reporter username="r.kuralamudhan">Kuralamudhan Ramakrishnan</reporter>
                        <labels>
                    </labels>
                <created>Mon, 23 Mar 2020 02:44:38 +0000</created>
                <updated>Thu, 17 Dec 2020 00:54:08 +0000</updated>
                            <resolved>Thu, 16 Apr 2020 00:01:19 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="11177" author="r.kuralamudhan" created="Tue, 31 Mar 2020 19:20:11 +0000"  >&lt;p&gt;Add the fix here -&#160;&lt;a href=&quot;https://gerrit.akraino.org/r/c/icn/+/3312&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://gerrit.akraino.org/r/c/icn/+/3312&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="11169" author="r.kuralamudhan" created="Fri, 27 Mar 2020 21:54:50 +0000"  >&lt;p&gt;The issue is related to the Baremetal operator version. The plan to fork all the open-source projects without version to be released in the&#160;&lt;a href=&quot;https://github.com/akraino-icn&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/akraino-icn&lt;/a&gt;&#160;with version control&lt;/p&gt;</comment>
                            <comment id="11162" author="r.kuralamudhan" created="Mon, 23 Mar 2020 02:54:12 +0000"  >&lt;p&gt;Rajeev: I will give the details step by step by EOD 03/23.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="11280">ICN-319</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                        <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                            <customfield id="customfield_10100" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>ICN-1</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10105" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i003q4:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10104" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="15">ICN Sprint 13</customfieldvalue>
    <customfieldvalue id="16">ICN Sprint 14</customfieldvalue>

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