1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Merge pull request #78344 from openshift-cherrypick-robot/cherry-pick-78155-to-enterprise-4.17

[enterprise-4.17] HCIDOCS-381: Finalize Alibaba Cloud Outline
This commit is contained in:
Michael Burke
2024-07-01 16:53:05 -04:00
committed by GitHub
2 changed files with 16 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ include::_attributes/common-attributes.adoc[]
toc::[]
From {product-title} 4.16 and later, you can use the {ai-full} to install an {product-title} cluster on {alibaba}. {alibaba} provides a broad range of cloud computing and data storage services to online businesses and global enterprises.
{alibaba} provides a broad range of cloud computing and data storage services to online businesses and global enterprises. You can install an {product-title} cluster on {alibaba} using the {ai-full}.
:FeatureName: Installing {alibaba} with {ai-full}
include::snippets/technology-preview.adoc[]

View File

@@ -11,19 +11,30 @@ Convert the generated ISO to `QCOW2` format before importing it into {alibaba}.
.Prerequisites
* You have created a cluster and downloaded the discovery image in the {ai-full}.
* You have access to a Red Hat Enterprise Linux or Fedora machine that is outside the cluster, such as your desktop machine.
* You have ensured that the machine has virtualization flags enabled.
* You have access to a Linux machine that is outside the cluster, such as your desktop machine.
.Procedure
. Open the command line interface on your RHEL or Fedora machine.
. Open the command line interface on the Linux machine.
. Verify that `qemu-img` is installed on the machine by running the following command:
. Verify that the system has virtualization flags enabled by running the following command:
+
[source,terminal]
----
$ grep -e lm -e svm -e vmx /proc/cpuinfo
----
. Install the `qemu-img` package on a {op-system-base} or Fedora machine by running the following command:
+
[source,terminal]
----
$ sudo dnf install -y qemu-img
----
+
[NOTE]
====
If your system uses the `APT` package manager, install the package using the name `qemu-utils` instead.
====
. Convert the image to `QCOW2` by running the following command:
+