1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00
Commit Graph

5 Commits

Author SHA1 Message Date
Jinyun Ma
cc030c0977 Azure: change LB and pubic IP skus to Standard 2025-08-19 18:24:43 +08:00
Rafael Fonseca
cb94a4aede OCPBUGS-5234: azurestack: upi: fix compute scale up
Scaling up a compute machineset will fail in AzureStack UPI with:

```
Message:               failed to create vm $clusterID-worker-mtcazs-2gjsl: failure sending request for machine $clusterID-worker-mtcazs-2gjsl: cannot create vm: compute.VirtualMachinesClient#CreateOrUpdate: Failure sending request: StatusCode=404 -- Original Error: Code="NotFound" Message="The Availability Set '/subscriptions/$subID/resourceGroups/$clusterID-rg/providers/Microsoft.Compute/availabilitySets/$clusterID-cluster' cannot be found."
```

because machinesets follow the IPI pattern of using "$clusterID-cluster"
as the availabilitySet's name, whereas UPI uses "$clusterID-avset". So
let's change UPI to be consistent with IPI.

Another inconsistence is the RHCOS image name: UPI appends "-image" to
the name whereas IPI just uses the "$clusterID".
2023-01-04 10:29:07 +01:00
patrickdillon
8202e0d1c7 Azure Stack: make internal load balancer naming consistent
Switches the name of the internal load balancer to be
${INFRA_ID}-internal which is consistent with IPI.

Also renames the backend address pool to be the same as the
LB which is consistent with the public LB.
2021-09-29 12:43:13 -04:00
patrickdillon
99d9aa59d6 Azure Stack: Add Internal Load Balancer
In the current solution, ASH only has one public load balancer. Both
api DNS records point to the public IP address. This creates an
internal load balancer and updates the docs to point the api-int
record to the internal LB.
2021-09-28 12:00:20 -04:00
patrickdillon
40a869d680 Azure Stack UPI: Add Initial ARM Templates
Create the initial ARM templates for an Azure Stack Hub UPI cluster.

Co-authored-by: John Hixson <jhixson@redhat.com>
Co-authored-by: Patrick Dillon <padillon@redhat.com>
2021-08-24 22:04:22 -04:00