How to upload images in BCOS?

Uploading custom images to BCOS environment

Luiz Fernando Justino Silva avatar
Escrito por Luiz Fernando Justino Silva
Updated over a week ago

Upload de imagens

Image Upload

  In the previous post How to set up a DMZ network and give static route access in BCOS? We saw how to set up a DMZ network giving access by static routes.

  Images are basically the operating system and the version you need to apply to your virtual machine, if your environment doesn't have the image you need, you can upload that image.

 Note: The supported formats are: RAW and QCOW2.

  To add images via web interface you must have the image on your local computer:

  Test image download link: https://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img

  Go to Project / Compute / Images and click in Create Image, then type the image name, in File click in Browse..., select the image on your local computer and choose the corresponding format, click in Create Image:

Example:

  • Image Name: custom_user_x86.

  • File: cirros-0.3.5-x86_64-dis.

  • Format: QCOW2 - Emulador QEMU.

   In Project/Compute/Images, locate the created image:

   Visit the next post How to apply load balancing in BCOS? to learn how to load balance between two virtual machines.

Respondeu à sua pergunta?