<div dir="auto">Hi All,<div dir="auto"><br></div><div dir="auto">I am installing from FUEL community 10.0.0 ISO (downloaded from torrent) but installation is not getting successful. Installation is getting completed but no UI. On further checking machine is not having networking connectivity. My cocncern is that why FUEL menu is not opening up during installation so that NW settings can be added from FUEL menu to provide internet connectivity to machine.</div><div dir="auto"><br></div><div dir="auto">Can anybody guide if such issue is faced by you.</div><div dir="auto"><br></div><div dir="auto">Regards,</div><div dir="auto">Amit</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Feb 14, 2017 8:20 PM, "Vincent Jahjah" <<a href="mailto:vincent_jahjah@hotmail.com">vincent_jahjah@hotmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div id="m_-3856794768210145022divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif" dir="ltr">
<div style="color:rgb(0,0,0)">
<div>
<div id="m_-3856794768210145022divtagdefaultwrapper" dir="ltr" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Fortunately, I have been documenting my step-by-step way of installing Cent OS.</p>
<p><br>
</p>
<p></p>
<div>1. Download a CentOS ISO (in our case, CentOS-7-x86_64-Everything-<wbr>1611.iso)<br>
2. Burn the ISO on a USB stick (in our case, using rufus-2.12.exe)<br>
3. Set the server to boot on the USB stick and proceed to the installation<br>
    (In our case, on an IBM server)<br>
4. Modify the following files to setup the network of CENTOS:<br>
<br>
vi /etc/sysconfig/network-<wbr>scripts/ifcfg-AAAX<br>
    (In our case, AAAX = eno1)<br>
<br>
DEVICE=eno1<br>
BOOTPROTO=static<br>
BROADCAST=10.12.99.255<br>
HWADDR=E4:1F:13:68:3F:28<br>
IPADDR=10.12.99.34<br>
NETMASK=255.255.255.0<br>
NETWORK=10.12.99.0<br>
ONBOOT=yes<br>
<br>
vi /etc/sysconfig/network<br>
<br>
NETWORKING=yes<br>
NETWORKING_IPV6=no # this line does not appear to matter<br>
HOSTNAME=<a href="http://lab.uni.myuniversity.ca" target="_blank">lab.uni.myuniversity.<wbr>ca</a><br>
GATEWAY=10.12.99.2<br>
<br>
vi /etc/resolv.conf<br>
<br>
nameserver 8.8.8.8<br>
<br>
5. Type the following command to restart the network<br>
<br>
service network restart<br>
<br>
6. ping 8.8.8.8 should work (it normally doesn't work until all previous steps are completed)<br>
<br>
Now, follow the instructions to install FUEL on top of CENTOS 7, as described here:<br>
<a href="http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide/install/install_install_fuel_master_node.html" target="_blank">docs.openstack.org/developer/<wbr>fuel-docs/userdocs/fuel-<wbr>install-guide/install/install_<wbr>install_fuel_master_node.html</a><br>
These instructions are synthesized thus:<br>
<br>
7. sudo yum install -y PyYAML net-tools<br>
8. sudo rpm -i <a href="http://packages.fuel-infra.org/repositories/centos/master-centos7/os/x86_64/Packages/fuel-release-10.0.0-1.mos6377.noarch.rpm" target="_blank">http://packages.fuel-infra.<wbr>org/repositories/centos/<wbr>master-centos7/os/x86_64/<wbr>Packages/fuel-release-10.0.0-<wbr>1.mos6377.noarch.rpm</a><br>
<br>
(this step may result in a warning (NOKEY); we ignore it)<br>
<br>
9. sudo yum install -y fuel-setup<br>
<br>
Finally, start the fuel bootstrap installation<br>
(this step should take ~5 minutes):<br>
<br>
10. sudo /usr/sbin/bootstrap_admin_<wbr>node.sh<br>
<br>
Once you enter the fuel configuration menu...<br>
<br>
11. Change the password, which is currently admin ...<br>
<br>
12. Verify that the specifications in "Network Setup" corresponds to the network specs you described earlier.<br>
<br>
13. The DHCP pool should look something like 'eno1' : Start at 10.12.99.3, end at 10.12.99.254, Gateway 10.12.99.34<br>
<br>
In our case, no modifications are necessary.<br>
<br>
14. IF you have a running DHCP service, it must be stopped or it will conflict with the fuel one.<br>
In our case, 10.12.99.2 was a DHCP service. Putty can be used to identify and delete the service:<br>
<br>
sh run | inc dhcp<br>
    -> The output will allow you to find the relevant dhcp pools. Note the name.<br>
no ip dhcp [name of the dhcp pool]<br>
do wr<br>
<br>
15. Proceed to install fuel 10.0 (Quit Setup -> Save and Quit)<br>
<br>
-> Everything functions normally up to this point.<br>
-> Crashes after 10 minutes, with the previous Cobbler sync failure messages.<br>
</div>
<br>
<p></p>
</div>
<hr style="display:inline-block;width:98%">
<div id="m_-3856794768210145022divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>De :</b> Evgeniy L <<a href="mailto:eli@mirantis.com" target="_blank">eli@mirantis.com</a>><br>
<b>Envoyé :</b> 13 février 2017 14:09:59<br>
<b>À :</b> Vincent Jahjah<br>
<b>Cc :</b> <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
<b>Objet :</b> Re: [Openstack] [Fuel] Cannot access Fuel 10.0 UI because of unavailable Nailgun server</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div>I have several additional questions:</div>
1. What version of Fuel do you use?
<div>2. What instruction do you fallow to install Fuel?</div>
<div><br>
</div>
<div>>> reinstalling from a "basic" CentOS 7 installation</div>
<div>3.  Could you please clarify how exactly you do installation?</div>
<div><br>
</div>
<div>Thanks,</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Mon, Feb 13, 2017 at 9:33 AM, Vincent Jahjah <span dir="ltr">
<<a href="mailto:vincent_jahjah@hotmail.com" target="_blank">vincent_jahjah@hotmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div id="m_-3856794768210145022m_-1870926558249094925divtagdefaultwrapper" dir="ltr" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>So, I tried reinstalling from a "basic" CentOS 7 installation.</p>
<p>I observed similar strange behavior from the previous time I tried the installation, which means it is reproducible and that I don't can't move on.</p>
<p><br>
</p>
<p>I don't know how to export the log file from my server, and considering its size, I doubt it's much of a loss if I send only screenshots of the most suspicious parts. The last one specifically is the Cobbler failure, which has a stacktrace that doesn't seem
 to appear in the log file; it only appears during the error (and I can't scroll up D:).</p>
<p><br>
</p>
<p>Reading the error, I checked if httpd was running, but "status" indicates it's active. I'm not sure what is meant by "SELinux could be in the way".<br>
</p>
<p><br>
</p>
<p>The other screenshots are in chronological order, the first one occurring shortly after the GRUB setup of fuel; I understand it has to do with finding apt-get-like programs.</p>
<p><br>
</p>
<p>(I'm sorry if my feedback output is limited: the cycle for reproducing the error is of about an hour and I'm very limited by my remote-access technology in terms of copy-pasting things. If you really need additional feedback, I'll do my best to give you
 the full output)</p>
<p><br>
</p>
<p>Regards<br>
</p>
</div>
<hr style="display:inline-block;width:98%">
<div id="m_-3856794768210145022m_-1870926558249094925divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>De :</b> Evgeniy L <<a href="mailto:eli@mirantis.com" target="_blank">eli@mirantis.com</a>><br>
<b>Envoyé :</b> 10 février 2017 17:58:56
<div>
<div class="m_-3856794768210145022h5"><br>
<b>À :</b> Vincent Jahjah<br>
<b>Cc :</b> <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
<b>Objet :</b> Re: [Openstack] [Fuel] Cannot access Fuel 10.0 UI because of unavailable Nailgun server</div>
</div>
</font>
<div> </div>
</div>
<div>
<div class="m_-3856794768210145022h5">
<div>
<div dir="ltr">The problem is for some reasons your Fuel Master installation was not finished successfully, there are logs which you can check to figure out what went wrong (see my previous message), also send a full output of `bootstrap_admin_node.sh` command
 execution. It may make sense to try to install from scratch, if you did a lot of manual changes and configurations, to ensure there are no overlapping problems.
<div><br>
</div>
<div>Thanks,</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Fri, Feb 10, 2017 at 9:42 AM, Vincent Jahjah <span dir="ltr">
<<a href="mailto:vincent_jahjah@hotmail.com" target="_blank">vincent_jahjah@hotmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div id="m_-3856794768210145022m_-1870926558249094925m_-5032549149714999061divtagdefaultwrapper" dir="ltr" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hello,<br>
</p>
<p>Thank you for your advice!<br>
</p>
<p><br>
</p>
<p>Curl did not work on the master node.</p>
<p>It seems that nginx was not installed (service nginx status did not detect nginx).</p>
<p>I used yum to install nginx, but doing this seems arbitrary and does not seem to do anything (was it not supposed to be there in the first place?)</p>
<p><br>
</p>
<p>The bootstrap_admin_node logs suggested I use "<span>fuel-bootstrap build --activate</span>" once I had fixed the network.</p>
<p>This command crashes on a Cobbler issue (first image).</p>
<p>The configuration file of Cobbler has a comment suggesting I restart the cobbler demon. (second image)<br>
</p>
<p>The command still fails after restarting the demon.</p>
<p>This is the point where I begin to suspect httpd (apache) is in cause.</p>
<p>When I restart httpd, I get a strange error explaining how there is a name duplication in the Cobbler configuration file inside the /etc/httpd folders. (two last images) Specifically:</p>
<p><br>
</p>
<p></p>
<div>> # Use separate process group for wsgi<br>
> WSGISocketPrefix /var/run/wsgi<br>
> WSGIScriptAlias /cobbler_web /usr/share/cobbler/web/cobbler<wbr>.wsgi<br>
> WSGIDaemonProcess cobbler_web display-name=%{GROUP}  /// <span>***This line***</span><br>
> WSGIProcessGroup cobbler_web<br>
> WSGIPassAuthorization On<br>
</div>
<p></p>
<p><br>
</p>
<p>At this point, I am rather clueless and am starting to wonder if I am not breaking the OS further by stabbing in the dark. I wonder if this is leading anywhere, or whether I should just restart the Fuel installation from the CentOS image...</p>
<p><br>
</p>
<p>Vincent<br>
</p>
</div>
<hr style="display:inline-block;width:98%">
<div id="m_-3856794768210145022m_-1870926558249094925m_-5032549149714999061divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>De :</b> Evgeniy L <<a href="mailto:eli@mirantis.com" target="_blank">eli@mirantis.com</a>><br>
<b>Envoyé :</b> 7 février 2017 13:07:32<br>
<b>À :</b> Vincent Jahjah<br>
<b>Cc :</b> <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
<b>Objet :</b> Re: [Openstack] [Fuel] Cannot access Fuel 10.0 UI because of unavailable Nailgun server</font>
<div> </div>
</div>
<div>
<div class="m_-3856794768210145022m_-1870926558249094925h5">
<div>
<div dir="ltr">Hi,
<div><br>
</div>
<div>Try to access UI using "curl" from your machine and from Fuel Master:</div>
<div>1. If it's not available from your machine but available from Fuel Master, make sure that your network is configured correctly use regular troubleshooting techniques for that ping/traceroute/tcpdump.</div>
<div>2. If it's not available from both, your machine and Fuel Master, verify that Nginx up and running and that it's configured correctly, there could be problems with installation see "/var/log/puppet/bootstrap_adm<wbr>in_node.log" for details.</div>
<div><br>
</div>
<div>Thanks,</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">On Sun, Feb 5, 2017 at 6:21 AM, Vincent Jahjah <span dir="ltr">
<<a href="mailto:vincent_jahjah@hotmail.com" target="_blank">vincent_jahjah@hotmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div id="m_-3856794768210145022m_-1870926558249094925m_-5032549149714999061m_542873910897628344divtagdefaultwrapper" dir="ltr" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hello,</p>
<p><br>
</p>
<p>I have attempted installing Fuel on my IBM server for testing purposes. </p>
<p>I currently find myself in a similar situation as the one described in this Openstack ask post: <a href="https://ask.openstack.org/en/question/84510/fuel-ui-network-error/" class="m_-3856794768210145022m_-1870926558249094925m_-5032549149714999061m_542873910897628344OWAAutoLink" id="m_-3856794768210145022m_-1870926558249094925m_-5032549149714999061m_542873910897628344LPlnk265578" target="_blank">https://ask.openstack.or<wbr>g/en/question/84510/fuel-ui-ne<wbr>twork-error/</a></p>
<p><br>
</p>
<p>I can ping to and from the server, and when I try to connect to the UI from my web browser, the page does not load. The browser tells me I might have too stringent security requirements, but this does not seem to be the issue (deactivating the firewall does
 not change anything).</p>
<p><br>
</p>
<p>I cannot restart the Nailgun server simply because the dockerctl commands are deprecated on my version, and I have not found anywhere the commands that are meant to replace it.</p>
<p>fuel-utils reveals no issues with Nailgun, but apparently something is off with Cobbler (that's probably not relevant though).</p>
<p><br>
</p>
<p>When I check for the availability of the Nailgun server, I am told "Can't connect to Nailgun server! Please modify "SERVER_ADDRESS" and "LISTEN_PORT""</p>
<p><br>
</p>
<p>My config.yaml file looks like this:</p>
<p><br>
</p>
<p></p>
<div>SERVER_ADDRESS:"10.12.99.34"</div>
<div>LISTEN_PORT:"8000"</div>
<div>SERVER_PORT:"8443"</div>
<div>KEYSTONE_USER:"...............<wbr>."</div>
<div>KEYSTONE_PASS:"...............<wbr>."</div>
<div>KEYSTONE_PORT:"5000"</div>
<div><br>
</div>
<div>The IP is the host's IP as well as that advertised on the fuel console launch; 8443 is the advertised port for login as well.</div>
<div><br>
</div>
<div>I have added some of the following rules to the host's firewall, more or less blindly following tutorials:</div>
<div><br>
</div>
<div>
<div>*filter</div>
<div>:INPUT DROP [0:0]</div>
<div>:FORWARD DROP [0:0]</div>
<div>:OUTPUT ACCEPT [243:14376]</div>
<div>:ext-filter-forward - [0:0]</div>
<div>:ext-filter-input - [0:0]</div>
<div>-A INPUT -i lo -m comment --comment "000 allow loopback" -j ACCEPT</div>
<div>-A INPUT -p tcp -m state --state NEW --dport 23 -j ACCEPT</div>
<div>-A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT</div>
<div>-A INPUT -m state --state NEW -m tcp -p tcp --dport 8000 -j ACCEPT</div>
<div>-A INPUT -s <a href="http://10.12.99.0/24" target="_blank">10.12.99.0/24</a> -p tcp -m multiport --dports 22 -m comment --comment "010 ssh" -m state --state NEW -j ACCEPT</div>
<div><br>
</div>
<div>I do "service iptable restart" and I restart firewalld after modifying this file.</div>
<div>I restart the network before trying to access the fuel UI.</div>
<div>I do all of my modifications on my client machine, on PuTTy using Telnet.</div>
<br>
</div>
<div>I've been stuck on this issue and have been on the lookout for support, hence my joining this email list.</div>
<div>This is not the only issue I've run into, but that's the most pressing one right now.</div>
<div>I know that I am attempting to join the right site on the browser because the tab icon on Chrome changes to the Fuel icon.</div>
<br>
<p></p>
<p>Regards,</p>
<p>Vincent</p>
<p><br>
</p>
<div id="m_-3856794768210145022m_-1870926558249094925m_-5032549149714999061m_542873910897628344LPBorder_GT_14863034552600.20758552379937956" style="margin-bottom:20px;overflow:auto;width:100%;text-indent:0px">
<table id="m_-3856794768210145022m_-1870926558249094925m_-5032549149714999061m_542873910897628344LPContainer_14863034552520.1945311560469143" style="width:90%;background-color:rgb(255,255,255);overflow:auto;padding-top:20px;padding-bottom:20px;margin-top:20px;border-top:1px dotted rgb(200,200,200);border-bottom:1px dotted rgb(200,200,200)" cellspacing="0">
<tbody>
<tr style="border-spacing:0px" valign="top">
<td id="m_-3856794768210145022m_-1870926558249094925m_-5032549149714999061m_542873910897628344TextCell_14863034552550.9347681982704747" colspan="2" style="vertical-align:top;padding:0px;display:table-cell">
<div id="m_-3856794768210145022m_-1870926558249094925m_-5032549149714999061m_542873910897628344LPRemovePreviewContainer_14863034552550.3132286750163562">
</div>
<div id="m_-3856794768210145022m_-1870926558249094925m_-5032549149714999061m_542873910897628344LPTitle_14863034552550.09066901020349949" style="color:rgb(0,114,57);font-weight:normal;font-size:21px;font-family:wf_segoe-ui_light,"Segoe UI Light","Segoe WP Light","Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;line-height:21px">
<a id="m_-3856794768210145022m_-1870926558249094925m_-5032549149714999061m_542873910897628344LPUrlAnchor_14863034552570.3690957369757937" href="https://ask.openstack.org/en/question/84510/fuel-ui-network-error/" style="text-decoration:none" target="_blank">fuel ui network error
 - Ask OpenStack: Q&A Site for ...</a></div>
<div id="m_-3856794768210145022m_-1870926558249094925m_-5032549149714999061m_542873910897628344LPMetadata_14863034552570.31638418967083526" style="margin:10px 0px 16px;color:rgb(102,102,102);font-weight:normal;font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;font-size:14px;line-height:14px">
<a href="http://ask.openstack.org" target="_blank">ask.openstack.org</a></div>
<div id="m_-3856794768210145022m_-1870926558249094925m_-5032549149714999061m_542873910897628344LPDescription_14863034552580.9521585705958842" style="display:block;color:rgb(102,102,102);font-weight:normal;font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif;font-size:14px;line-height:20px;max-height:100px;overflow:hidden">
Hi All I am trying Mirantis Fuel 7 or OpenStack deployment. Environment: Fuel Master - 2 IP (10.20.0.2, 192.168.x.y, Gateway - 192.168.x.z) Fuel slaves - 2 Using ...</div>
</td>
</tr>
</tbody>
</table>
</div>
<br>
</div>
</div>
<br>
______________________________<wbr>_________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">
http://lists.openstack.org/cgi<wbr>-bin/mailman/listinfo/openstac<wbr>k</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org" target="_blank">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">
http://lists.openstack.org/cgi<wbr>-bin/mailman/listinfo/openstac<wbr>k</a><br>
<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>

<br>______________________________<wbr>_________________<br>
Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack</a><br>
Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack</a><br>
<br></blockquote></div></div>