Skip to content

Commit 4d12c04

Browse files
Merge pull request #551 from elfosardo/update-irso-040
Update support matrix and examples for IrSO
2 parents f844a79 + 94ec53a commit 4d12c04

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

docs/user-guide/src/irso/install-basics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ metadata:
6767
name: ironic
6868
namespace: test-ironic
6969
spec:
70-
version: "27.0"
70+
version: "30.0"
7171
```
7272
7373
**HINT:** there is need to configure API credentials: IrSO will generate a
@@ -86,7 +86,7 @@ metadata:
8686
spec:
8787
deployRamdisk:
8888
sshKey: "ssh-ed25519 AAAAC3..."
89-
version: "27.0"
89+
version: "30.0"
9090
```
9191
9292
**WARNING:** the provided SSH key will **not** be installed on the machines
@@ -135,7 +135,7 @@ spec:
135135
ipAddressManager: keepalived
136136
tls:
137137
certificateName: ironic-tls
138-
version: "27.0"
138+
version: "30.0"
139139
```
140140

141141
Now you can access Ironic either via the service or at `192.0.2.1:6385`.
@@ -162,7 +162,7 @@ spec:
162162
ipAddressManager: keepalived
163163
tls:
164164
certificateName: ironic-tls
165-
version: "27.0"
165+
version: "30.0"
166166
```
167167

168168
**NOTE:** when the DHCP range is not provided, IrSO will pick one for you. In

docs/user-guide/src/irso/introduction.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,15 @@ A major and minor version can be supplied to the `Ironic` resource to request
7474
a specific branch of ironic-image (and thus Ironic). Here are supported version
7575
values for each branch and release of the operator:
7676

77-
| Operator version | Ironic version(s) | Default version |
78-
| ---------------- | ------------------------ | --------------- |
79-
| latest (main) | latest, 29.0, 28.0, 27.0 | latest |
80-
| 0.3.0 | latest, 29.0, 28.0, 27.0 | latest |
81-
| 0.2.0 | latest, 28.0, 27.0 | latest |
82-
| 0.1.0 | latest, 27.0 | latest |
77+
| Operator version | Ironic version(s) | Default version |
78+
| ---------------- | ------------------------------ | --------------- |
79+
| latest (main) | latest, 30.0, 29.0, 28.0, 27.0 | latest |
80+
| 0.4.0 | 30.0, 29.0, 28.0, 27.0 | 30.0 |
81+
| 0.3.0 | 29.0, 28.0, 27.0 | latest |
82+
| 0.2.0 | 28.0, 27.0 | latest |
83+
| 0.1.0 | 27.0 | latest |
8384

8485
**NOTE:** the special version value `latest` always installs the latest
85-
available version of ironic-image and Ironic.
86+
available version of ironic-image and Ironic. This version value is
87+
supported by all releases of IrSO but only works reliably in the
88+
latest release.

0 commit comments

Comments
 (0)