Validate Certified Hardware Deployments

This short guide explains how to access a OpenNebula deployed on a Certfieid Hardware via the web UI and instantiate and access a Virtual Machine.

After successfully verifying the infrastructure deployed by the automations, to run a Virtual Machine access the OpenNebula web UI at:

http://<Front-end IP>:2616/fireedge/sunstone

To log in, use the default username oneadmin, and the password specified in the one_pass variable of the inventory file.

The image below shows the Alpine Linux 3.20 Virtual Machine included in the OpenNebula installation:

><

To instantiate the VM, in the Sunstone UI’s left-hand menu go to Instances –> VMs. Click the Create icon highlighted below, then select the Virtual Machine image. Follow the steps of the VM instantiation wizard. For this basic guide, all values can be left empty or at their defaults.

><

Add a PASSWORD field and specify the desired root password for the VM, then click Accept, as shown below.

image

Log in to the VM via VNC (click the screen icon on the right). Log in as user root with the password that you specified in the previous step.

image

After accessing the deployed VM’s command line interface, verify that the terminal is responsive. For example, change to the home folder of user root:

root@vm:~# cd ~
root@vm:~# pwd
/root

Finally, as a cleanup step, terminate the VM by clicking the red “Trash can” icon, then verify that the VM transitions to state DONE, as shown below.

image