[Starlingx-discuss] Issues with build instructions
Hi team I am following the image build instructions from : https://docs.starlingx.io/developer_guide/ If these are not the correct instructions please let me know. I am stuck at the point of: $ docker build --tag $USER:centos-mirror-repository --file Dockerfile . I am behind a proxy and i already set up docker for proxy ( i tested docker run hello-world and works fine ) and set up the Dockerfile as suggested: ENV http_proxy " http://your.actual_http_proxy.com:your_port " ENV https_proxy " https://your.actual_https_proxy.com:your_port " ENV ftp_proxy " http://your.actual_ftp_proxy.com:your_port " RUN echo " proxy=http://your-proxy.com:port " >> /etc/yum.conf However, I am still facing this error Cannot find a valid baseurl for repo: base/7/x86_64 Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container error was 12: Timeout on http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container: (28, 'Resolving timed out after 30541 milliseconds') The command '/bin/sh -c yum install -y epel-release sudo vim-enhanced net-tools git /usr/bin/yumdownloader rpm-build rpm-sign deltarpm wget bind bind-utils && rm /etc/yum.repos.d/CentOS-Sources.repo /etc/yum.repos.d/epel.repo' returned a non-zero code: 1 Full log at : https://hastebin.com/omuzimenid.sql Any help is more than welcome Regards Victor Rodriguez
Victor,
I am following the image build instructions from :
https://docs.starlingx.io/developer_guide/
If these are not the correct instructions please let me know. I am stuck at the point of:
$ docker build --tag $USER:centos-mirror-repository --file Dockerfile .
Patch is in process [0] Please use README.rst from stx-tool repository for now [1] [0] https://review.openstack.org/#/c/619043 [1] http://git.openstack.org/cgit/openstack/stx-tools/tree/README.rst
Thanks, I'll check it out. On Thu, Jan 10, 2019 at 12:14 PM Arce Moreno, Abraham <abraham.arce.moreno@intel.com> wrote:
Victor,
I am following the image build instructions from :
https://docs.starlingx.io/developer_guide/
If these are not the correct instructions please let me know. I am stuck at the point of:
$ docker build --tag $USER:centos-mirror-repository --file Dockerfile .
Patch is in process [0] Please use README.rst from stx-tool repository for now [1]
[0] https://review.openstack.org/#/c/619043 [1] http://git.openstack.org/cgit/openstack/stx-tools/tree/README.rst
Abarham I am facing the following issues step #4: done successfully IMPORTANT: The following 3 files are just bootstrap versions. Based on them, the workable images for StarlingX could be generated by running "update-pxe-network-installer" command after "build-iso" - out/stx-r1/CentOS/pike/Binary/LiveOS/squashfs.img - out/stx-r1/CentOS/pike/Binary/images/pxeboot/initrd.img - out/stx-r1/CentOS/pike/Binary/images/pxeboot/vmlinuz Warning: Not all download steps succeeded. You are likely missing files. [root@16d0f71fd731 localdisk]# bash download_mirror.sh Is it ok to follow with the next step? ( BTW I am Ubuntu 16 ) Regards Victor Rodriguez On Thu, Jan 10, 2019 at 11:27 AM Victor Rodriguez <vm.rod25@gmail.com> wrote:
Thanks, I'll check it out.
On Thu, Jan 10, 2019 at 12:14 PM Arce Moreno, Abraham <abraham.arce.moreno@intel.com> wrote:
Victor,
I am following the image build instructions from :
https://docs.starlingx.io/developer_guide/
If these are not the correct instructions please let me know. I am stuck at the point of:
$ docker build --tag $USER:centos-mirror-repository --file Dockerfile .
Patch is in process [0] Please use README.rst from stx-tool repository for now [1]
[0] https://review.openstack.org/#/c/619043 [1] http://git.openstack.org/cgit/openstack/stx-tools/tree/README.rst
You have warning, so it is probably that your mirror is incomplete. Try to check for missing files with: cat logs/*_missing_*.log -Erich On Tue, 2019-01-15 at 08:29 -0700, Victor Rodriguez wrote:
Abarham
I am facing the following issues
step #4: done successfully IMPORTANT: The following 3 files are just bootstrap versions. Based on them, the workable images for StarlingX could be generated by running "update-pxe-network-installer" command after "build-iso" - out/stx-r1/CentOS/pike/Binary/LiveOS/squashfs.img - out/stx-r1/CentOS/pike/Binary/images/pxeboot/initrd.img - out/stx-r1/CentOS/pike/Binary/images/pxeboot/vmlinuz
Warning: Not all download steps succeeded. You are likely missing files. [root@16d0f71fd731 localdisk]# bash download_mirror.sh
Is it ok to follow with the next step?
( BTW I am Ubuntu 16 )
Regards
Victor Rodriguez
On Thu, Jan 10, 2019 at 11:27 AM Victor Rodriguez <vm.rod25@gmail.com
wrote:
Thanks, I'll check it out.
On Thu, Jan 10, 2019 at 12:14 PM Arce Moreno, Abraham <abraham.arce.moreno@intel.com> wrote:
Victor,
I am following the image build instructions from :
https://docs.starlingx.io/developer_guide/
If these are not the correct instructions please let me know. I am stuck at the point of:
$ docker build --tag $USER:centos-mirror-repository --file Dockerfile .
Patch is in process [0] Please use README.rst from stx-tool repository for now [1]
[0] https://review.openstack.org/#/c/619043 [1] http://git.openstack.org/cgit/openstack/stx-tools/tree/README .rst
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
On Tue, Jan 15, 2019 at 11:33 AM Cordoba Malibran, Erich <erich.cordoba.malibran@intel.com> wrote:
You have warning, so it is probably that your mirror is incomplete.
Try to check for missing files with: cat logs/*_missing_*.log
[root@70e3766d080d localdisk]# cat logs/*_missing_*.log <empty> regards
-Erich
On Tue, 2019-01-15 at 08:29 -0700, Victor Rodriguez wrote:
Abarham
I am facing the following issues
step #4: done successfully IMPORTANT: The following 3 files are just bootstrap versions. Based on them, the workable images for StarlingX could be generated by running "update-pxe-network-installer" command after "build-iso" - out/stx-r1/CentOS/pike/Binary/LiveOS/squashfs.img - out/stx-r1/CentOS/pike/Binary/images/pxeboot/initrd.img - out/stx-r1/CentOS/pike/Binary/images/pxeboot/vmlinuz
Warning: Not all download steps succeeded. You are likely missing files. [root@16d0f71fd731 localdisk]# bash download_mirror.sh
Is it ok to follow with the next step?
( BTW I am Ubuntu 16 )
Regards
Victor Rodriguez
On Thu, Jan 10, 2019 at 11:27 AM Victor Rodriguez <vm.rod25@gmail.com
wrote:
Thanks, I'll check it out.
On Thu, Jan 10, 2019 at 12:14 PM Arce Moreno, Abraham <abraham.arce.moreno@intel.com> wrote:
Victor,
I am following the image build instructions from :
https://docs.starlingx.io/developer_guide/
If these are not the correct instructions please let me know. I am stuck at the point of:
$ docker build --tag $USER:centos-mirror-repository --file Dockerfile .
Patch is in process [0] Please use README.rst from stx-tool repository for now [1]
[0] https://review.openstack.org/#/c/619043 [1] http://git.openstack.org/cgit/openstack/stx-tools/tree/README .rst
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
participants (3)
-
Arce Moreno, Abraham
-
Cordoba Malibran, Erich
-
Victor Rodriguez