Skip to content

Commit f7af675

Browse files
authored
Merge pull request #45219 from MirzWeiss/TELCODOCS-582
TELCODOCS:582 - Create release notes for Assisted Installer release 2.3 and add API policy
2 parents 2c02e56 + 22279e9 commit f7af675

File tree

8 files changed

+66
-0
lines changed

8 files changed

+66
-0
lines changed

_attributes/common-attributes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ ifdef::openshift-origin[]
3333
:rh-openstack-first: OpenStack
3434
:rh-openstack: OpenStack
3535
endif::openshift-origin[]
36+
:ai-full: Assisted Installer
37+
:ai-version: 2.3
3638
:cluster-manager-first: Red Hat OpenShift Cluster Manager
3739
:cluster-manager: OpenShift Cluster Manager
3840
:cluster-manager-url: link:https://console.redhat.com/openshift[OpenShift Cluster Manager]

_topic_maps/_topic_map.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,12 @@ Topics:
267267
File: installing-bare-metal-network-customizations
268268
- Name: Installing a user-provisioned bare metal cluster on a restricted network
269269
File: installing-restricted-networks-bare-metal
270+
- Name: Installing on-premise with Assisted Installer
271+
Dir: installing_on_prem_assisted
272+
Distros: openshift-origin,openshift-enterprise
273+
Topics:
274+
- Name: Installing an on-premise cluster using the Assisted Installer
275+
File: installing-on-prem-assisted
270276
- Name: Installing on a single node
271277
Dir: installing_sno
272278
Distros: openshift-origin,openshift-enterprise
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../_attributes/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../images/
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
:_content-type: ASSEMBLY
2+
[id="installing-on-prem-assisted"]
3+
= Installing an on-premise cluster using the Assisted Installer
4+
include::_attributes/common-attributes.adoc[]
5+
:context: installing-one-prem-assisted
6+
7+
toc::[]
8+
9+
You can install {product-title} on on-premise hardware or on-premise VMs using the {ai-full} (AI). AI provides you with more options for customization than an installer-provisioned installation, while still running pre-flight validations and using smart defaults.
10+
11+
Installing {product-title} using AI supports both x86-64 and arm64 CPU architectures.
12+
13+
[id="assisted-installer-api-support-policy"]
14+
== API support for {ai-full}
15+
16+
Supported APIs for {ai-full} are stable for a minimum of three months from the announcement of deprecation.
17+
18+
include::modules/assisted-installer-release-notes.adoc[leveloffset=+1]
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../modules/
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../snippets/
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
// This is included in the following assemblies:
2+
//
3+
//installing_bare_metal_assisted/installing-bare-metal-assisted.adoc
4+
5+
:_content-type: REFERENCE
6+
[id="assisted-installer-release-notes_{context}"]
7+
= {ai-full} {ai-version} release notes
8+
9+
[id="ai-release-notes-about-this-release_{context}"]
10+
== About this release
11+
12+
These release notes track the development of {ai-full} {ai-version}.
13+
14+
This product was previously released as a Technology Preview product and is now generally available and enabled by default in the {cluster-manager-first}.
15+
16+
[id="ai-release-notes-bug-fixes_{context}"]
17+
== Bug fixes
18+
19+
* Previously, users could define `localhost` as a valid host name for all of their hosts. As a result, host names were not unique, and {ai-full} could not install the cluster. With this release, users cannot complete the cluster installation if any of the hosts are named `localhost`. An error appears and users must rename the hosts.
20+
//(link:https://issues.redhat.com/browse/MGMT-8088[MGMT-8088])
21+
22+
* Previously, in the *OpenShift Web Console troubleshooting* window, the *Optional* field remained blank when undefined instead of displaying an IP address. With this release, the *Optional* field was removed.
23+
//(link:https://issues.redhat.com/browse/MGMT-9283[MGMT-9283])
24+
25+
* Previously, when installing a cluster on vSphere, the {ai-full} created machines and `MachineSet` objects for every virtual machine. With this release, {ai-full} no longer creates machines or `MachineSet` objects for user-provisioned VMs.
26+
//(link:https://issues.redhat.com/browse/MGMT-9559[MGMT-9559])
27+
28+
* Previously, if Operators failed to install during an installation with {ai-full}, users received an error message and were directed to reset the cluster installation. With this release, if Operators fail to install, the cluster is automatically degraded.
29+
30+
* Previously, after installing an Operator using {ai-full}, the Operator appeared as *available* in the cluster *Status* area in the *Installation progress* page. However, users had to check the Operator avilability in the {product-title} web console. With this release, the Operator appears as *installed* in the *Status* area.
31+
32+
[id="ai-release-notes-known-issues_{context}"]
33+
== Known issues
34+
35+
* The minimum disk size required for installing on bare metal using {ai-full} is specified as 120GB. The actual required minimum disk size is 100GB.
36+
//(link:https://issues.redhat.com/browse/MGMT-9682[MGMT-9682])

0 commit comments

Comments
 (0)