Skip to content

Commit 09becb4

Browse files
authored
Merge pull request #77939 from tshwartz/HCIDOCS-370
HCIDOCS-370 - Outline Alibaba Cloud Setup
2 parents 5226b62 + 86b1146 commit 09becb4

File tree

6 files changed

+89
-16
lines changed

6 files changed

+89
-16
lines changed

_topic_maps/_topic_map.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,12 @@ Topics:
134134
File: installing-mirroring-disconnected
135135
- Name: Mirroring images for a disconnected installation using oc-mirror plugin v2
136136
File: about-installing-oc-mirror-v2
137-
- Name: Installing on Alibaba Cloud by using Assisted Installer
138-
Dir: installing_alibaba
137+
- Name: Installing on Alibaba Cloud
139138
Distros: openshift-origin,openshift-enterprise
139+
Dir: installing_alibaba
140140
Topics:
141-
- Name: Uninstalling a cluster on Alibaba Cloud
142-
File: uninstall-cluster-alibaba
141+
- Name: Installing a cluster on Alibaba Cloud using the Assisted Installer
142+
File: installing-alibaba-assisted-installer
143143
- Name: Installing on AWS
144144
Dir: installing_aws
145145
Distros: openshift-origin,openshift-enterprise
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
[id="installing-alibaba-assisted-installer"]
3+
= Installing a cluster on Alibaba Cloud by using the Assisted Installer
4+
include::_attributes/common-attributes.adoc[]
5+
:context: installing-alibaba-assisted-installer
6+
7+
toc::[]
8+
9+
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.
10+
11+
:FeatureName: Installing {alibaba} with {ai-full}
12+
include::snippets/technology-preview.adoc[]
13+
14+
include::modules/alibaba-ai-installing.adoc[leveloffset=+1]
15+
16+
.Additional resources
17+
18+
* link:https://docs.redhat.com/en/documentation/openshift_container_platform/4.14/html/installing_openshift_container_platform_with_the_assisted_installer/index[Installing {product-title} with the {ai-full}]
19+
20+
include::modules/alibaba-ai-converting-image-to-qcow2.adoc[leveloffset=+1]

installing/installing_alibaba/uninstall-cluster-alibaba.adoc

Lines changed: 0 additions & 11 deletions
This file was deleted.
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * installing/installing_alibaba/installing-alibaba-assisted-installer.adoc
4+
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="alibaba-ai-converting-image-to-qcow2_{context}"]
7+
= Converting the discovery image to QCOW2 format
8+
9+
Convert the generated ISO to `QCOW2` format before importing it into {alibaba}.
10+
11+
.Prerequisites
12+
13+
* You have created a cluster and downloaded the discovery image in the {ai-full}.
14+
* You have access to a Red Hat Enterprise Linux or Fedora machine that is outside the cluster, such as your desktop machine.
15+
* You have ensured that the machine has virtualization flags enabled.
16+
17+
.Procedure
18+
19+
. Open the command line interface on your RHEL or Fedora machine.
20+
21+
. Verify that `qemu-img` is installed on the machine by running the following command:
22+
+
23+
[source,terminal]
24+
----
25+
$ sudo dnf install -y qemu-img
26+
----
27+
28+
. Convert the image to `QCOW2` by running the following command:
29+
+
30+
[source,terminal]
31+
----
32+
$ qemu-img convert -O qcow2 ${CLUSTER_NAME}.iso ${CLUSTER_NAME}.qcow2
33+
----

modules/alibaba-ai-installing.adoc

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * installing/installing_alibaba/installing-alibaba-assisted-installer.adoc
4+
5+
:_mod-docs-content-type: CONCEPT
6+
[id="alibaba-ai-installing_{context}"]
7+
= Process outline for creating a cluster with the {ai-full}
8+
9+
The main steps of the installation process are as follows:
10+
11+
. Create the cluster with the {ai-full} and download the generated image.
12+
13+
. Convert the image to `QCOW2` format. For more information, see the following section.
14+
15+
. Upload the image to the Object Storage Service bucket in {alibaba}.
16+
17+
. Import the image to the Elastic Compute Service in {alibaba}.
18+
19+
. Provision the {alibaba} resources:
20+
21+
.. In the Virtual Private Cloud (VPC) console, set the networking configurations.
22+
23+
.. In the {alibaba} DNS console, define the Domain Name System.
24+
25+
.. In the Elastic Compute Service (ECS) console, provision the compute instances.
26+
27+
. Complete host discovery in the {ai-full}.
28+
29+
. Complete the network configurations in {alibaba}.
30+
31+
. Complete the cluster configuration and installation in the {ai-full}.

snippets/technology-preview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
For more information about the support scope of Red Hat Technology Preview features, see link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope].
1010
====
1111
// Undefine {FeatureName} attribute, so that any mistakes are easily spotted
12-
:!FeatureName:
12+
:!FeatureName: The Alibaba Cloud installation with Assisted Installer

0 commit comments

Comments
 (0)