You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Overview of the service

The Horizon control panel is used to view and manage Openstack services. Available and used HTC Cloud resources can be viewed by selecting Compute→Overview.


Compute→Instances displays a list and serves to manage virtual servers.

Compute→Images displays available images.

Compute→Key pairs display and creation of keys.



Create SSH keys

The keys are used to connect to the server without using a password.

Generate private and public key using putty-gen (Windows) or ssh-keygen (Linux).



In the control panel, select Compute → Key Pairs.


Add key - Import Public Key


Enter the name of the key, type of key (SSH Key) and add the public key Public Key that you created earlier



Select Import Public Key.



Starting a new virtual server

Select Compute  Instances


To start a new virtual server, select Lunch Instances



Enter the name, description and number of the servers


Select image and disk size


Select server resources (resource description). When selecting a resource, the disk size from the previous steps is overwritten with the selected one, so go back to Source and adjust the disk size again if you want.


Select a network (description of networks)


Select the server access key you created in the previous step.


When starting a Windows 10 virtual server, the metadata admin_pass="password" must be added. Select Metadata, write in the Custom field admin_pass and click on the + symbol. In the right field of Existing Metadata, enter your password for the first connection to the server.


After that, select Launch Instance. Check the status of your new server in the Compute→Instances menu.



Deleting a virtual server

The list of virtual servers can be found in the menu Compute→Instances, to delete it, you need to find the desired server and select Delete Instance in the drop-down menu.


If you selected Create New Volume: Yes and Delete Volume on Instance Delete: No when starting the virtual server, the Volume will remain active and you can delete it Volumes→Volumes Delete Volumes.


Available networks

You can see the list of networks by selecting Network→Networks in the graphical interface or using the openstack network list command in the openstack client.


NetworkDescription

public

A public network that is accessible from any Internet address
privateA private network that enables the connection of running virtual servers. To use this network, contact us at computing@srce.hr

Users can create their own networks using VXLAN technology. This enables complete isolation from all other projects and the use of floating addresses. If you need your own private networks, please contact us at computing@srce.hr.


Security groups

Each running server will be protected at the network level with a standard security group that allows the following traffic:

  • access from the server to any address/port
  • access from any address to the server via the ICMP protocol
  • access from any address to the server via the SSH protocol (port 22)
  • access from any address to the server via the RDP protocol (port 3389)
  • access from any address to the server via the HTTP protocol (port 80)
  • access from any address to the server via the HTTPS protocol (port 443)
  • access from any server to any other server within the HTC Cloud service.


To add and change security groups, select Network→Security Groups.

  • No labels