OPCP - How to install an instance from the Horizon interface

Bases de conhecimento

OPCP - How to install an instance from the Horizon interface


Icons/System/eye-open Created with Sketch. 15 visualizações 10.11.2025 On-Prem Cloud Platform

Objective

Before deploying services on your OPCP arrays, you must have an installed and active instance.

This guide details the steps to install an OPCP instance from the Horizon interface.

Requirements

  • Have an active OPCP service.
  • Have a user account with sufficient permissions to access Horizon for the OPCP offer.

Instructions

1. Log in to Horizon

Log in to the Horizon interface of your OPCP environment.

horizon-interface

Once connected, select the project where you want to install your instance.

horizon-select-project

2. Creating a private network

Before deploying your instance, it is generally necessary to create a private network so that it can be accessed within your local infrastructure.

In the left-hand menu, click on Network, then on Networks.

horizon-network-networks

Click on Create Network.

horizon-network-networks

horizon-network-setup-network

FieldDescription
Network NameEnter a name for your network.
Enable Admin StateLeave this option checked to activate the network.
SharedCheck this box if you want to make the network available to multiple projects.
Create SubnetLeave this option checked to create a subnet.
Availability Zone HintsLeave the default value.

horizon-network-setup-subnet

Although it is possible to create a network without a subnet, it cannot be attached to an instance unless it has one.

FieldDescription
Subnet NameEnter a name for your subnet.
Network AddressDefine a private IP range, for example 192.168.100.0/24.
IP VersionLeave the default value IPv4.
Gateway IPOptional. If not specified, an address will be automatically selected.
Disable GatewayCheck this box to not assign a gateway address.

horizon-network-setup-subnet

FieldDescription
Enable DHCPKeep enabled if you want IP addresses to be automatically assigned.
Allocation PoolsOptional. Allows you to define a specific IP address range.
DNS Name ServersOptional. Lets you specify one or more DNS servers.
Host RoutesOptional. Allows you to add static routes.

3. Creating an instance

In the left-hand menu, click on Compute, then on Instances.

horizon-compute-instances

Click on Launch Instance to create a new instance.

horizon-compute-instances-launch-instance

Details

horizon-compute-instances-launch-instance-details

FieldDescription
Instance NameEnter the name of the instance to create.
DescriptionOptional. Add a description if needed.
Availability ZoneLeave the default value nova.
CountSpecify the number of instances to deploy.

Source

horizon-compute-instances-launch-instance-source

FieldDescription
Boot SourceSelect the boot source: Image or Instance Snapshot.
Image NameChoose the image to use (e.g. Debian 12 BMPOD).

Flavor

horizon-compute-instances-launch-instance-flavor

Select the appropriate hardware configuration (vCPU, memory, storage).

Networks

horizon-compute-instances-launch-instance-network

Select the private network previously created. You can also attach an existing network port from the Network Ports tab.

4. Managing SSH key pairs

Although selecting an SSH key in Horizon is not mandatory, it is essential for connecting to the instance once it has been created.

horizon-compute-instances-launch-instance-key-pairs

Click + Create Key Pair and fill in the following fields:

FieldDescription
Key Pair NameEnter a name for the key.
Key TypeSelect SSH Key.

Next, click on Create Keypair. Copy the private key with Copy Private Key to Clipboard, then click on Done.

horizon-compute-instances-launch-instance-key-pairs-create-step01

The key is now selected by default. Click on Launch Instance to start creating the instance.

horizon-compute-instances-launch-instance-key-pairs-create-step02

Click on Import Key Pair and fill in the following fields:

FieldDescription
Key Pair NameName of the key.
Key TypeSelect SSH Key.
Public KeyPaste your public key or upload the corresponding file.

Click on Import Key Pair.

horizon-compute-instances-launch-instance-key-pairs-import-step01

The key is now selected by default. Click on Launch Instance to start creating the instance.

horizon-compute-instances-launch-instance-key-pairs-import-step02

5. Other options

The other configuration tabs (Security Groups, Configuration, Metadata, etc.) are not required for a standard installation.
To learn more, refer to the official OpenStack documentation.

6. References

Go further

If you need training or technical assistance for the implementation of our solutions, contact your sales representative or click this link to request a quote and have your project analyzed by our Professional Services team experts.

Join our community of users.

Artigos relacionados