diff --git a/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/guide.en-gb.md b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/guide.en-gb.md new file mode 100644 index 00000000000..244c7838c1b --- /dev/null +++ b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/guide.en-gb.md @@ -0,0 +1,145 @@ +--- +title: "Getting started with your Bare Metal Pod SecNumCloud" +excerpt: "Discover how to get started and configure your Bare Metal Pod SecNumCloud environment" +updated: 2025-12-01 +--- + +## Objective + +This guide has been designed to introduce you to how to connect to the graphical interfaces of **Bare Metal Pod** as an administrator of this service. + +## Requirements + +To follow this guide, you will need the following information: + +- The **url** address of the management interface provided when the service was delivered. +- The credentials (login and password) provided when the service was delivered. + +## Instructions + +### Composition of the user interface + +The provided **url** address allows you to access the **Bare Metal Pod** user interface. + +![Keycloak login page](images/keycloak_login.png){.thumbnail} + +Once you have entered your credentials to register, you will have access to the product dashboard. + +![Dashboard visible once identified](images/dashboard.png){.thumbnail} + +Your interface allows you to access: + +- User configuration within *Keycloak* via the menu under your identifier. +- The OpenStack management interface, *Horizon*. This is a web-based graphical interface for managing the entire OpenStack infrastructure. It allows users to use the machine resources made available by administrators. This includes creating, launching and stopping instances, configuring networks, and managing instance accessibility. + +The administration interface of **Bare Metal Pod** also includes access to various APIs such as: Keystone (authentication and identity management), Glance (image management), Nova (compute service), Neutron (network management), Ironic (Bare Metal hardware management), which can be used within your automations. + +### Overview of the OpenStack Horizon Interface + +The OpenStack Horizon graphical interface offers the possibility to perform different actions depending on their permissions and the project to which they belong. Among the main features available to an end user, we can mention: instance management, network management, and resource monitoring. + +#### Access to the OpenStack Horizon administration interface + +From the **Bare Metal Pod** Control Panel, the OpenStack Horizon interface is accessible via the link on the dashboard. + +![Location of the shortcut to Horizon](images/dashboard_login_horizon.png){.thumbnail} + +After logging in, the Horizon OpenStack interface appears as follows: + +![Horizon OpenStack interface](images/horizon_dashboard.png){.thumbnail} + +The side menu located on the left side of the interface provides access to the different elements of the interface. There are two parent entries in this menu: + +![Menu of the OpenStack Horizon interface](images/horizon_menu.png){.thumbnail} + +- **Project** which includes four elements: Overview, API Access, Compute and Network. These elements group all the dedicated server management features, their networks, within the defined quotas. +- **Identity** which includes the elements Projects, Users and Application Credentials that contain the user management features. + +#### Project view + +The main element *Project* is composed of various sub-elements that allow access to all the resource management features. The first sub-element, called *Overview*, provides a global view of the resource quotas assigned to the project, as well as a visual tracking of the overall resource consumption. + +##### Overview section + +![Screenshot of the Overview section](images/horizon_project_overview.png){.thumbnail} + +The *Overview* section is composed of two main parts: + +- **Limit Summary**: The quota limits assigned to the project for each type of resource. This also allows you to visualize the level of resource consumption in relation to the available capacity. + + The quotas are grouped into two categories, as shown in the image below: + + ![Screenshot of the Limit Summary section](images/horizon_quota_categories.png){.thumbnail} + + - **Compute** which includes the instance limits, vCPUs and RAM. + - **Network** which monitors the network resource quotas: Floating IP addresses, security groups, security group rules, networks and ports. + +- **Usage Summary** (Usage summary): historical resource usage over a period that allows you to observe the evolution of resource usage over time. + +![Screenshot of the Usage Summary section](images/horizon_quota_historical.png){.thumbnail} + +##### API Access section + +The **API-Access** tab groups the 10 services available via API such as Bare-Metal, Compute, identity, image and network, as well as their endpoints URLs. + +![Screenshot of the API-Access section](images/horizon_project_apiaccess.png){.thumbnail} + +Thanks to these Endpoints, it is possible to communicate directly with the OpenStack components using API requests. This information is necessary if you are required to implement your own HTTP requests with the OpenStack APIs. + +If you use existing OpenStack integrations, these will retrieve this information during the first connection to the OpenStack Keystone component. This one is responsible for providing this information programmatically. + +#### Compute view + +The **Compute** view groups the features allowing you to configure the dedicated servers of your product. This view is divided into different sections: + +##### Instances section + +Interface allowing you to list and manage already configured dedicated servers. An *Instance* corresponds to a dedicated server. + +![Screenshot of the Instances section](images/horizon_instance_list.png){.thumbnail} + +##### Images section + +You have the possibility to manage the OS images available to create instances. It is also possible to download new images or select from already available images to set up instances. You can thus generate your own images to manage additional operating systems. + +> [!warning] +> +> The images must take into account the drivers of the hardware delivered in your product. Many images available for Glance are only available for virtual environments based on qemu or kvm drivers. +> + +![Screenshot of the Images section](images/horizon_image_list.png){.thumbnail} + +##### Key Pairs section + +In order to authenticate via SSH on your machines after installation, you need to use asymmetric encryption keys. This interface allows you to import public keys that will be deployed during the installation of the dedicated servers to ensure an SSH connection. + +![Screenshot of the Key Pairs section](images/horizon_sshkey_list.png){.thumbnail} + +#### Network view + +The Network view allows you to visualize and manage the networks of your **Bare Metal Pod** service. This interface allows you to create shared or distinct networks between your dedicated servers. + +> [!primary] +> +> All of your network configuration is managed by this graphical interface or via the **OpenStack** APIs with the network component named **Neutron**. The switches in your infrastructure will be automatically configured from the OpenStack information. +> + +##### Network Topology section + +This section shows you all the networks created on this Pod via a vertical line of color. The squares correspond to services or dedicated servers connected to one or more of these networks. + +![Screenshot of the Network Topology section](images/horizon_network_topology.png){.thumbnail} + +##### Networks section + +This section contains the list of available networks for the dedicated servers on your **Bare Metal Pod**. + +![Screenshot of the Networks section](images/horizon_network_list.png){.thumbnail} + +For more information on how networks work with OpenStack, we recommend you consult the [OpenStack Networking](https://docs.openstack.org/neutron/2024.1/admin/intro-os-networking.html) documentation. + +## Go further + +If you need training or technical assistance for the implementation of our solutions, contact your sales representative or click on [this link](/links/professional-services) to get a quote and request a custom analysis of your project from our Professional Services team experts. + +Join our [community of users](/links/community). \ No newline at end of file diff --git a/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/guide.fr-fr.md b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/guide.fr-fr.md new file mode 100644 index 00000000000..ddea7d1a618 --- /dev/null +++ b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/guide.fr-fr.md @@ -0,0 +1,145 @@ +--- +title: "Mise en route de votre Bare Metal Pod SecNumCloud" +excerpt: "Découvrez comment prendre en main et configurer votre environnement Bare Metal Pod SecNumCloud" +updated: 2025-12-01 +--- + +## Objectif + +Ce guide a été conçu pour vous présenter comment vous connecter aux interfaces graphiques de **Bare Metal Pod** en tant que qu'administrateur de ce service. + +## Prérequis + +Afin de suivre ce guide, vous aurez besoin des informations suivantes : + +- L'adresse **url** de l'interface de gestion fournie lors de la livraison du service. +- Les identifiants (login et mot de passe) fournies lors de la livraison du service. + +## En pratique + +### Composition de l'interface utilisateur + +L'adresse **url** fournie vous permet d'accéder à l'interface utilisateur de **Bare Metal Pod**. + +![Page de connexion Keycloak](images/keycloak_login.png){.thumbnail} + +Une fois vos identifiants saisis pour vous enregistrer, vous aurez accès au tableau de bord du produit. + +![Dashboard visible une fois identifié](images/dashboard.png){.thumbnail} + +Votre interface vous permet d'accéder à : + +- La configuration des utilisateurs au sein de *Keycloak* via le menu sous votre identifiant. +- L'interface de gestion de OpenStack, *Horizon*. C’est une interface web graphique pour gérer l'ensemble de l'infrastructure OpenStack. Elle permet à l’utilisateur d’exploiter les ressources machines mises à disposition par les administrateurs. Ceci passe par la création, le lancement et l’arrêt des instances, la configuration des réseaux, la gestion de l’accessibilité des instances. + +L’interface d’administration de **Bare Metal Pod** regroupe également les accès aux différentes APIs telles que : Keystone (authentification et gestion des identités), Glance (gestion des images), Nova (service de calcul), Neutron (gestion du réseau), Ironic (gestion du matériel "Bare Metal") qui peuvent être utilisées au sein de vos automatisations. + +### Présentation de l'Interface OpenStack Horizon + +L'interface graphique d'OpenStack Horizon offre la possibilité de réaliser différentes actions en fonction de leurs autorisations et du projet auquel elles appartiennent. Parmi les principales fonctionnalités disponibles pour un utilisateur final, on peut citer : la gestion des instances, la gestion des réseaux, le suivi des ressources. + +#### Accès à l'interface d'administration OpenStack Horizon + +Depuis l'espace client de **Bare Metal Pod**, l’interface OpenStack Horizon est accessible via le lien dans le tableau de bord. + +![Emplacement du raccourci vers Horizon](images/dashboard_login_horizon.png){.thumbnail} + +Après s’être connecté, l'interface Horizon OpenStack se présente ainsi : + +![Interface Horizon OpenStack](images/horizon_dashboard.png){.thumbnail} + +Le menu latéral situé à gauche de l'interface offre un accès aux différents éléments de l'interface. Il y a deux entrées parentes dans ce menu : + +![Menu de l’interface OpenStack Horizon](images/horizon_menu.png){.thumbnail} + +- **Projet** qui comprend quatre éléments : Aperçu (Overview), Accès à l'API (API Access), Compute et Réseau (Network). Ces éléments regroupent l'ensemble des fonctionnalités de gestion des serveurs dédiés, de leurs réseaux, dans les limites de quotas définis. +- **Identité (Identity)** qui inclut les éléments Projets, Utilisateurs et identifiants d'application qui contiennent les fonctionnalités de gestion des utilisateurs. + +#### Vue projet + +L'élément principal *Projet* est composé de divers sous-éléments qui permettent d'accéder à toutes les fonctionnalités de gestion des ressources. Le premier sous-élément, appelé *Aperçu* (Overview), offre une vision globale des quotas de ressources attribuées au projet, ainsi qu’un suivi visuel de la consommation globale des ressources. + +##### Section Overview + +![Capture d'écran de la section Overview (vue d'ensemble)](images/horizon_project_overview.png){.thumbnail} + +La section *Overview* (Aperçu) est composée de deux parties principales : + +- **Limit Summary** : Les limites de quotas attribuées au projet pour chaque type de ressource. Ceci permet également de visualiser le niveau de consommation des ressources par rapport aux capacités disponibles. + + Les quotas sont regroupés en deux catégories, telles que représentées dans l'image ci-dessous : + + ![Capture d'écran de la section Limit Summary](images/horizon_quota_categories.png){.thumbnail} + + - **Compute** qui comprend les limites des instances, les vCPUs et la RAM. + - **Network** qui surveille les quotas des ressources réseau : les adresses Floating IP, les groupes de sécurité, les règles de sécurité des groupes, les réseaux et les ports. + +- **Usage Summary** (Résumé de l'utilisation) : historique d’utilisation des ressources sur une période qui permet d'observer l'évolution de l'usage des ressources dans le temps. + +![Capture d'écran de la section Usage Summary](images/horizon_quota_historical.png){.thumbnail} + +##### Section API Access + +L'onglet **API-Access** regroupe les 10 services disponibles via API tels que Bare-Metal, Compute, identité, image et réseau, ainsi que leurs URL de points d'accès. + +![Capture d'écran de la section API-Access](images/horizon_project_apiaccess.png){.thumbnail} + +Grâce à ces *Endpoints*, il est possible de communiquer directement avec les composants OpenStack en utilisant des requêtes API. Ces informations vous sont nécessaires si vous êtes amenés à implémenter vous même des requêtes HTTP avec les API de OpenStack. + +Si vous utilisez des intégrations OpenStack existantes, ces dernières récupéreront ces informations lors de la première connexion au composant OpenStack Keystone. Ce dernier se charge de fournir de manière programmatique ces informations. + +#### Vue Compute + +La vue **Compute** regroupe les fonctionnalités permettant de configurer les serveurs dédiés de votre produit. Cette vue est divisée en différentes sections : + +##### Section Instances + +Interface permettant de lister et de gérer les serveurs dédiés déjà configurés. Une *Instance* correspond à un serveur dédié. + +![Capture d'écran de la section Instances](images/horizon_instance_list.png){.thumbnail} + +##### Section Images + +Vous avez la possibilité de gérer les images des OS disponibles pour créer des instances. Il est aussi possible de télécharger de nouvelles images ou de sélectionner parmi les images déjà disponibles afin de mettre en place des instances. Vous pouvez ainsi générer vos propres images pour gérer des systèmes d'exploitation supplémentaires. + +> [!warning] +> +> Les images doivent prendre en compte les drivers du hardware délivré dans votre produit. De nombreuses images disponible pour Glance ne sont disponibles que pour des environnements virtuels basés sur les drivers de qemu ou de kvm. +> + +![Capture d'écran de la section Images](images/horizon_image_list.png){.thumbnail} + +##### Section Key Pairs + +Afin de vous authentifier en SSH sur vos machines après l'installation, il faut utiliser des clés de chiffrement asymétriques. Cette interface permet d'importer les clés publiques qui seront déployées durant l'installation des serveurs dédiés afin de vous assurer une connexion SSH. + +![Capture d'écran de la section Key Pairs](images/horizon_sshkey_list.png){.thumbnail} + +#### Vue Network + +La Vue Network (réseau) vous permet de visualiser et gérer les réseaux de votre service **Bare Metal Pod**. Cette interface permet de créer des réseaux mutualisés ou distincts entre vos serveurs dédiés. + +> [!primary] +> +> L'ensemble de votre configuration réseau est pilotée par cette interface graphique ou via les API de **OpenStack** avec le composant réseau nommé **Neutron**. Les switchs de votre infrastructure seront automatiquement configurés à partir des informations de OpenStack. +> + +##### Section Network Topology + +Cette section vous présente l'ensemble des réseaux créés sur ce Pod via une ligne verticale de couleur. Les carrés correspondent à des services ou des serveurs dédiés connectés à un ou plusieurs de ces réseaux. + +![Capture d'écran de la section Network Topology](images/horizon_network_topology.png){.thumbnail} + +##### Section Networks + +Cette section contient la liste des réseaux disponibles pour les serveurs dédiés sur votre **Bare Metal Pod**. + +![Capture d'écran de la section Networks](images/horizon_network_list.png){.thumbnail} + +Pour en savoir plus sur le fonctionnement des réseaux avec OpenStack, nous vous conseillons de consulter la documentation [OpenStack Networking](https://docs.openstack.org/neutron/2024.1/admin/intro-os-networking.html). + +## Aller plus loin + +Si vous avez besoin d'une formation ou d'une assistance technique pour la mise en oeuvre de nos solutions, contactez votre commercial ou cliquez sur [ce lien](/links/professional-services) pour obtenir un devis et demander une analyse personnalisée de votre projet à nos experts de l’équipe Professional Services. + +Échangez avec notre [communauté d'utilisateurs](/links/community). diff --git a/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/dashboard.png b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/dashboard.png new file mode 100644 index 00000000000..932b7ddd32b Binary files /dev/null and b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/dashboard.png differ diff --git a/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/dashboard_login_horizon.png b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/dashboard_login_horizon.png new file mode 100644 index 00000000000..1974754b1f3 Binary files /dev/null and b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/dashboard_login_horizon.png differ diff --git a/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_dashboard.png.png b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_dashboard.png.png new file mode 100644 index 00000000000..f9621766dd8 Binary files /dev/null and b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_dashboard.png.png differ diff --git a/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_image_list.png b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_image_list.png new file mode 100644 index 00000000000..97f4f9bffda Binary files /dev/null and b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_image_list.png differ diff --git a/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_instance_list.png b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_instance_list.png new file mode 100644 index 00000000000..27177ffba93 Binary files /dev/null and b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_instance_list.png differ diff --git a/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_menu.png b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_menu.png new file mode 100644 index 00000000000..e027b837227 Binary files /dev/null and b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_menu.png differ diff --git a/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_network_list.png b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_network_list.png new file mode 100644 index 00000000000..dd4572d5992 Binary files /dev/null and b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_network_list.png differ diff --git a/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_network_topology.png b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_network_topology.png new file mode 100644 index 00000000000..26a0efb5a07 Binary files /dev/null and b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_network_topology.png differ diff --git a/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_project_apiaccess.png b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_project_apiaccess.png new file mode 100644 index 00000000000..975b45bc17a Binary files /dev/null and b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_project_apiaccess.png differ diff --git a/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_project_overview.png b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_project_overview.png new file mode 100644 index 00000000000..c42bbb8c0b3 Binary files /dev/null and b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_project_overview.png differ diff --git a/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_quota_historical.png b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_quota_historical.png new file mode 100644 index 00000000000..d30b83778cd Binary files /dev/null and b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_quota_historical.png differ diff --git a/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_sshkey_list.png b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_sshkey_list.png new file mode 100644 index 00000000000..82d4636b5ca Binary files /dev/null and b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/horizon_sshkey_list.png differ diff --git a/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/keycloak_login.png b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/keycloak_login.png new file mode 100644 index 00000000000..a5ded17bda2 Binary files /dev/null and b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/images/keycloak_login.png differ diff --git a/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/meta.yaml b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/meta.yaml new file mode 100644 index 00000000000..b176f4b2e33 --- /dev/null +++ b/pages/hosted_private_cloud/baremetal_pod/snc_getting_started/meta.yaml @@ -0,0 +1,2 @@ +id: ab6d1ee4-b6e7-4cff-976e-e0025881f866 +full_slug: bmpod-secnumcloud-getting-started \ No newline at end of file diff --git a/pages/index-translations.de.yaml b/pages/index-translations.de.yaml index 2faab736641..06556a3d6e7 100644 --- a/pages/index-translations.de.yaml +++ b/pages/index-translations.de.yaml @@ -85,6 +85,8 @@ hosted-private-cloud-hosted-private-cloud-powered-by-vmware-migration: Migration hosted-private-cloud-hosted-private-cloud-opcp: On-Prem Cloud Platform hosted-private-cloud-hosted-private-cloud-opcp-getting-started: Erste Schritte hosted-private-cloud-hosted-private-cloud-opcp-additional-resources: Zusätzliche Ressourcen +hosted-private-cloud-baremetal-pod: Bare Metal Pod +hosted-private-cloud-baremetal-pod-getting-started: Erste Schritte hosted-private-cloud-sap-ovhcloud: SAP on OVHcloud hosted-private-cloud-sap-ovhcloud-concepts: Konzepte hosted-private-cloud-sap-ovhcloud-getting-started: Erste Schritte diff --git a/pages/index-translations.es.yaml b/pages/index-translations.es.yaml index 82622a6d438..c5c41b0b3e1 100755 --- a/pages/index-translations.es.yaml +++ b/pages/index-translations.es.yaml @@ -85,6 +85,8 @@ hosted-private-cloud-hosted-private-cloud-powered-by-vmware-migration: Migració hosted-private-cloud-hosted-private-cloud-opcp: On-Prem Cloud Platform hosted-private-cloud-hosted-private-cloud-opcp-getting-started: Primeros pasos hosted-private-cloud-hosted-private-cloud-opcp-additional-resources: Recursos adicionales +hosted-private-cloud-baremetal-pod: Bare Metal Pod +hosted-private-cloud-baremetal-pod-getting-started: Primeros pasos hosted-private-cloud-sap-ovhcloud: SAP on OVHcloud hosted-private-cloud-sap-ovhcloud-concepts: Conceptos hosted-private-cloud-sap-ovhcloud-getting-started: Primeros pasos diff --git a/pages/index-translations.fq.yaml b/pages/index-translations.fq.yaml index 1392ec40020..4d116fc763e 100755 --- a/pages/index-translations.fq.yaml +++ b/pages/index-translations.fq.yaml @@ -85,6 +85,8 @@ hosted-private-cloud-hosted-private-cloud-powered-by-vmware-migration: Migration hosted-private-cloud-hosted-private-cloud-opcp: On-Prem Cloud Platform hosted-private-cloud-hosted-private-cloud-opcp-getting-started: Premiers pas hosted-private-cloud-hosted-private-cloud-opcp-additional-resources: Ressources additionelles +hosted-private-cloud-baremetal-pod: Bare Metal Pod +hosted-private-cloud-baremetal-pod-getting-started: Premiers pas hosted-private-cloud-sap-ovhcloud: SAP on OVHcloud hosted-private-cloud-sap-ovhcloud-concepts: Concepts hosted-private-cloud-sap-ovhcloud-getting-started: Premiers pas diff --git a/pages/index-translations.fr.yaml b/pages/index-translations.fr.yaml index 6e20a65683f..04fc6ab4d32 100755 --- a/pages/index-translations.fr.yaml +++ b/pages/index-translations.fr.yaml @@ -86,6 +86,8 @@ hosted-private-cloud-hosted-private-cloud-powered-by-vmware-migration: Migration hosted-private-cloud-hosted-private-cloud-opcp: On-Prem Cloud Platform hosted-private-cloud-hosted-private-cloud-opcp-getting-started: Premiers pas hosted-private-cloud-hosted-private-cloud-opcp-additional-resources: Ressources additionelles +hosted-private-cloud-baremetal-pod: Bare Metal Pod +hosted-private-cloud-baremetal-pod-getting-started: Premiers pas hosted-private-cloud-sap-ovhcloud: SAP on OVHcloud hosted-private-cloud-sap-ovhcloud-concepts: Concepts hosted-private-cloud-sap-ovhcloud-getting-started: Premiers pas diff --git a/pages/index-translations.it.yaml b/pages/index-translations.it.yaml index 9024723d893..98eddb2274b 100644 --- a/pages/index-translations.it.yaml +++ b/pages/index-translations.it.yaml @@ -85,6 +85,8 @@ hosted-private-cloud-hosted-private-cloud-powered-by-vmware-migration: Migrazion hosted-private-cloud-hosted-private-cloud-opcp: On-Prem Cloud Platform hosted-private-cloud-hosted-private-cloud-opcp-getting-started: Per iniziare hosted-private-cloud-hosted-private-cloud-opcp-additional-resources: Risorse aggiuntive +hosted-private-cloud-baremetal-pod: Bare Metal Pod +hosted-private-cloud-baremetal-pod-getting-started: Per iniziare hosted-private-cloud-sap-ovhcloud: SAP on OVHcloud hosted-private-cloud-sap-ovhcloud-concepts: Concetti hosted-private-cloud-sap-ovhcloud-getting-started: Per iniziare diff --git a/pages/index-translations.pl.yaml b/pages/index-translations.pl.yaml index 997eebe4c7a..51d7001a699 100755 --- a/pages/index-translations.pl.yaml +++ b/pages/index-translations.pl.yaml @@ -85,6 +85,8 @@ hosted-private-cloud-hosted-private-cloud-powered-by-vmware-migration: Migracja hosted-private-cloud-hosted-private-cloud-opcp: On-Prem Cloud Platform hosted-private-cloud-hosted-private-cloud-opcp-getting-started: Pierwsze kroki hosted-private-cloud-hosted-private-cloud-opcp-additional-resources: Dodatkowe zasoby +hosted-private-cloud-baremetal-pod: Bare Metal Pod +hosted-private-cloud-baremetal-pod-getting-started: Pierwsze kroki hosted-private-cloud-sap-ovhcloud: SAP on OVHcloud hosted-private-cloud-sap-ovhcloud-concepts: Koncepcje hosted-private-cloud-sap-ovhcloud-getting-started: Pierwsze kroki diff --git a/pages/index-translations.pt.yaml b/pages/index-translations.pt.yaml index 54ad8b3afc1..6edab5e0d56 100755 --- a/pages/index-translations.pt.yaml +++ b/pages/index-translations.pt.yaml @@ -85,6 +85,8 @@ hosted-private-cloud-hosted-private-cloud-powered-by-vmware-migration: Migraçã hosted-private-cloud-hosted-private-cloud-opcp: On-Prem Cloud Platform hosted-private-cloud-hosted-private-cloud-opcp-getting-started: Primeiros passos hosted-private-cloud-hosted-private-cloud-opcp-additional-resources: Recursos adicionais +hosted-private-cloud-baremetal-pod: Bare Metal Pod +hosted-private-cloud-baremetal-pod-getting-started: Primeiros passos hosted-private-cloud-sap-ovhcloud: SAP on OVHcloud hosted-private-cloud-sap-ovhcloud-concepts: Conceitos hosted-private-cloud-sap-ovhcloud-getting-started: Primeiros passos diff --git a/pages/index.md b/pages/index.md index fa40a3d11f8..d1d1ef7a93c 100644 --- a/pages/index.md +++ b/pages/index.md @@ -555,6 +555,9 @@ + [Move2Cloud - Migrating VMware Workloads to OVHcloud Hosted Private Cloud with Veeam Replication](hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_veeam) + [Move2Cloud - Migrating VMware Workloads to OVHcloud Hosted Private Cloud with Zerto](hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_zerto) + [Migrating OmniOS datastores](hosted_private_cloud/hosted_private_cloud_powered_by_vmware/vmware_migration_omnios) + + [Bare Metal Pod](hosted-private-cloud-baremetal-pod) + + [Getting started](hosted-private-cloud-baremetal-pod-getting-started) + + [Mise en route de votre Bare Metal POD SecNumCloud](hosted_private_cloud/baremetal_pod/snc_getting_started) + [On-Prem Cloud Platform](products/hosted-private-cloud-hosted-private-cloud-opcp) + [Getting started](hosted-private-cloud-hosted-private-cloud-opcp-getting-started) + [OPCP - Node lifecycle](hosted_private_cloud/opcp/node-lifecycle)