Create a VM with the Openstack dashboard

Create instance

Go to the Compute menu, select Instances and click launch_instance

In the first screen, choose your instance name and optionaly the number of VMs you want to create.

../_images/instance_details.png

Click next

Then select the image you want to deploy by clicking up_arrow (see image list)

../_images/instance_image.png

Click next and select a flavor with up_arrow (see flavor list)

Click next and select psmn-internal network

../_images/instance_network.png

Important

Selecting psmn-internal is mandatory. Nothing will work if you chose another network.

Finally click launch_instance_confirm

Wait a few moments until the status become Active (you may have to refresh the page)

../_images/instance_active.png

Add floating IP

You need to associate a floating IP address to your VM, so that you’ll be able to reach it from the PSMN network.

Step 1: ensure that a floating IP address is available

In the Network menu, select Floating IPs

You can see all the floating IPs associated to your project. If a floating IPs is available, the associate button is visible in the Actions row.

_static/floating_ip.png

If there is no available floating IP, or if the list is empty, you need to create one (see Step 2).

Otherwise, click associate. In the pop-up select the VM to which you want to assign a floating IP, and click associate2

../_images/associate_floating_ip.png

You can now connect to your VM (see Connection to an Openstack VM)

Step 2: Create a floating IP

If there is no IP available, you need to create one.

In the Network menu, select Floating IPs and click allocate_ip. Select psmn and click allocate_ip2

../_images/allocate_floating_ip.png

You can now associate the IP to your VM (see Step 1)

Warning

Don’t forget to delete your VM once you no longer need it.

../_images/instance_delete.png