How to create new Linux VM in OpenStack Dashboard Horizon on CREODIAS

Go to Project → Compute → Instances.

../_images/newvm1.png

Click “Launch Instance”.

Insert the name of the Instance (eg. “vm01”) and click Next button.

../_images/newvm2.png

Select Instance Boot Source (eg. “Image”), and choose desired image (eg. “Ubuntu 20.04 LTS”) by clicking on arrow.

Note

If you do not need to have the system disk bigger than the size defined in a chosen flavor, we recommend setting “Create New Volume” feature to “No” state.

../_images/newvm3.png

Choose Flavor (eg. eo1.xsmall).

../_images/newvm4.png

Click “Networks” and then choose desired networks.

../_images/newvm5.png

Open “Security Groups” After that, choose “default” and “allow_ping_ssh_icmp_rdp” groups.

../_images/newvm6.png

Choose or generate SSH keypair How to create key pair in OpenStack Dashboard on CREODIAS for your VM. Next, launch your instance by clicking on blue button.

../_images/newvm7.png

You will see “Instances” menu with your newly created VM.

../_images/newvm8.png

Open the drop-down menu and choose “Console”.

../_images/newvm9.png

Click on the black terminal area (to activate access to the console). Type: eoconsole and hit Enter.

../_images/newvm10.png

Insert and retype new password.

../_images/newvm11.png

Now you can type commands.

../_images/newvm12.png

After you finish, type “exit”.

../_images/newvm13.png

This will close the session.

If you want to make your VM accessible from the Internet check How to Add or Remove Floating IP’s to your VM on CREODIAS.