Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-28 Thread Maksim Malchuk
1. Show the logfile to see the bootstrap process is finished without any errors. 2. It depends on the Fuel version, http://10.20.0.2/cobbler/boot in some cases can't be seen through the web browser. 3. You shouldn't do anything only reboot the slave node. If fuel-bootstrap executed correctly -

Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-28 Thread Alioune
Maksim, The bootstrap process woks fine without error but the slave can boot from network. I think that the issue is due TFTP process, it tries to reach http://10.20.0.2/cobbler/boot, I used my web browser but there is not directory named boot in cobbler folder. Should the bootstrap create this

Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-28 Thread Maksim Malchuk
You can start build command with debug options enabled for example and copy/paste output: > > fuel-bootstrap --verbose --debug build --activate > Very bad idea to remove logfile, it's better to empty it not remove. If you don't have the logfile, so recreate it with command: > touch

Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-28 Thread Alioune
I've removed /var/log/fuel-bootstrap-image-build.log, created new bootstrap ubuntu again after setting proxy parameters and reboot. After the there is no /var/log/fuel-bootstrap-image-build.log create from the new bootstrap but slave doesn't boot correctly. Is there another way to detect slave

Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-28 Thread Maksim Malchuk
You have an issue with connectivity from the Fuel master node to http://archive.ubuntu.com from the log: > Command: debootstrap --include=ca-certificates,apt-transport-https --verbose > --no-check-gpg --arch=amd64 trusty /tmp/tmp1K2haC.fuel-agent-image > http://archive.ubuntu.com/ubuntu > Exit

Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-28 Thread Alioune
Hi all, I tried to create ubuntu bootstrap using [0] but the slave can still not booting. You can find the bootstrap log following [1]. Noticed that I've deleted the depot [2] from fuelmenu because it generated an error "URL for repository mos is not accessible". Regards, [0] fuel-bootstrap

Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-27 Thread Maksim Malchuk
Maybe the problem because you create the CentOS bootstrap which is deprecated now. If You really need the CentOS bootstrap, need to look into the mentioned log file for this issue. On Mon, Jun 27, 2016 at 6:33 PM, Alioune wrote: > Thanks for your response, > > I've created

Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-27 Thread Alioune
Thanks for your response, I've created and activated a new centOS bootstrap as suggested Sergi. Now the fuel-slave tries to boot from network but it fails at step TFTP http://10.20.0.2/cobbler/boot (unable to locate configuration file ). The bootstrap zip was generated in

Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-27 Thread Sergii Golovatiuk
Hi, I would suggest to build image from CLI using [0]. That will give more details to you. [0] http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide/bootstrap/bootstrap_builder.html -- Best regards, Sergii Golovatiuk, Skype #golserge IRC #holser On Mon, Jun 27, 2016 at 3:20

Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-27 Thread Maksim Malchuk
Hi, The error about an internet connection is the only common case. You should check the actual error in the log file /var/log/fuel-bootstrap-image- build.log. You can also share this file with us via any public service (GoogleDrive, DropBox, etc) and we will check it for you. On Mon, Jun 27,

Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-27 Thread Maksim Malchuk
Hi, The error about an internet connection is the only common case. You should check the actual error in the log file /var/log/fuel-bootstrap-image- build.log. You can also share this file with us via any public service (GoogleDrive, DropBox, etc) and we will check it for you. On Mon, Jun 27,

Re: [openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-27 Thread Sergii Golovatiuk
Hi, You may try to build bootstrap from CLI using [1]. It will produce more output for detailed investigation. [1] http://docs.openstack.org/developer/fuel-docs/userdocs/fuel-install-guide/bootstrap/bootstrap_builder.html -- Best regards, Sergii Golovatiuk, Skype #golserge IRC #holser On Mon,

[openstack-dev] [Fuel] Failed to build the bootstrap image

2016-06-27 Thread Alioune
hi all, I'm trying to install fuel in VirtualBox, the fuel master is correctly running but I'm receiving the this error on the fuel GUI: WARNING: Failed to build the bootstrap image, see /var/log/fuel-bootstrap-image-build.log for details. Perhaps your Internet connection is broken. Please fix