@@ -403,8 +403,8 @@ Before deploying AODS software, it’s best for the Operator to set the iDRAC IP
403
403
404
404
- Assign IPs based on each server’s position within the rack.
405
405
- 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.
408
408
409
409
### Example
410
410
@@ -473,17 +473,18 @@ To establish firewall rules between Azure and the undercloud, the Operator must
473
473
474
474
| S.No | Source | Destination | Port (TCP/UDP) | Bidirectional | Rule Purpose |
475
475
|------|------------------------|-----------------------|-----------------|----------------|----------------------------------------------------------|
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 |
478
478
| 3 | Azure virtual Network | Undercloud | 5900 TCP | No | Gnmi |
479
479
| 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 |
481
481
| 6 | Undercloud | Azure virtual Network | 8080 TCP | Yes | For mounting ISO image into iDRAC and NNF runtime upgrade|
482
482
| 7 | Undercloud | Azure virtual Network | 3128 TCP | No | Proxy to connect to public Azure endpoints |
483
483
| 8 | Undercloud | Azure virtual Network | 53 TCP and UDP | No | DNS |
484
484
| 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
+
487
488
488
489
## Install CLI extensions and sign-in to your Azure subscription
489
490
0 commit comments