Skip to content

Commit 8d3f91d

Browse files
[operator-nexus] Add iDRAC configuration and firewall rules
1 parent 8de8f17 commit 8d3f91d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

articles/operator-nexus/howto-platform-prerequisites.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,8 @@ Before deploying AODS software, it’s best for the Operator to set the iDRAC IP
403403
404404
- Assign IPs based on each server’s position within the rack.
405405
- Use the fourth /24 block from the /19 subnet allocated for fabric.
406-
- Start assigning IPs from the bottom server upwards in each rack, beginning with .11.
407-
- Continue to assign IPs in sequence to the first server at the bottom of the subsequent rack.
406+
- Start assigning IPs from the bottom server upwards in each rack, beginning with 0.11.
407+
- Continue to assign IPs in sequence to the first server at the bottom of the subsequent next rack.
408408
409409
### Example
410410
@@ -473,17 +473,18 @@ To establish firewall rules between Azure and the undercloud, the Operator must
473473
474474
| S.No | Source | Destination | Port (TCP/UDP) | Bidirectional | Rule Purpose |
475475
|------|------------------------|-----------------------|-----------------|----------------|----------------------------------------------------------|
476-
| 1 | Azure virtual Network | Undercloud | 22 TCP | No | For SSH to undercloud servers from CM subnet |
477-
| 2 | Azure virtual Network | Undercloud | 443 TCP | No | For accessing undercloud nodes iDRAC |
476+
| 1 | Azure virtual Network | Undercloud | 22 TCP | No | For SSH to undercloud servers from the CM subnet. |
477+
| 2 | Azure virtual Network | Undercloud | 443 TCP | No | To access undercloud nodes iDRAC |
478478
| 3 | Azure virtual Network | Undercloud | 5900 TCP | No | Gnmi |
479479
| 4 | Azure virtual Network | Undercloud | 6030 TCP | No | Gnmi Certs |
480-
| 5 | Azure virtual Network | Undercloud | 6443 TCP | No | For accessing undercloud K8S cluster |
480+
| 5 | Azure virtual Network | Undercloud | 6443 TCP | No | To access undercloud K8S cluster |
481481
| 6 | Undercloud | Azure virtual Network | 8080 TCP | Yes | For mounting ISO image into iDRAC and NNF runtime upgrade|
482482
| 7 | Undercloud | Azure virtual Network | 3128 TCP | No | Proxy to connect to public Azure endpoints |
483483
| 8 | Undercloud | Azure virtual Network | 53 TCP and UDP | No | DNS |
484484
| 9 | Undercloud | Azure virtual Network | 123 UDP | No | NTP |
485-
| 10 | Undercloud | Azure virtual Network | 8888 TCP | No | For connecting to Cluster Manager webservice |
486-
| 11 | Undercloud | Azure virtual Network | 514 TCP and UDP | No | For accessing undercloud logs from Cluster Manager |
485+
| 10 | Undercloud | Azure virtual Network | 8888 TCP | No | Connecting to Cluster Manager webservice |
486+
| 11 | Undercloud | Azure virtual Network | 514 TCP and UDP | No | To access undercloud logs from the Cluster Manager |
487+
487488
488489
## Install CLI extensions and sign-in to your Azure subscription
489490

0 commit comments

Comments
 (0)