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

87 Commits

Author SHA1 Message Date
Jinyun Ma
6567a7791c Add new detected instance types for Azure during 4.21 regression test 2026-01-09 16:36:17 +08:00
Jinyun Ma
2e7ba4f0ad Add StandardFXmdsv2Family to azure tested instance type list 2025-11-17 16:59:53 +08:00
Jinyun Ma
dacdaac788 OCPBUGS-55817: add Lsv4 and Lasv4 series as tested 2025-05-08 17:08:42 +08:00
openshift-merge-bot[bot]
0d5142b9de Merge pull request #9683 from jinyunma/419_azure_instance_type_update
no-jira: azure: add tested instance types for CORS-3634 and CORS-3771
2025-05-05 22:48:12 +00:00
Jinyun Ma
78c43d6a89 Azure: add tested instance types for CORS-3634 and CORS-3771 2025-04-30 12:45:49 +08:00
lwan
096240db81 Add new tested azure arm instance type to doc 2025-01-22 14:53:04 +08:00
jima
6de3bd1274 add new tested azure instance types detected during 4.17 full function test 2024-09-27 11:17:06 +08:00
John Hixson
f05eef991c Azure: remove stale DNS migration images
These were missed when we removed the DNS migrate command.
2024-07-25 18:19:57 -07:00
Patrick Dillon
cefc91338f docs/user/azure: fix byo vnet security groups
Our in-repo docs indicate that the installer
will not create security groups, but that is
inaccurate. The official docs are correct:

https://docs.openshift.com/container-platform/4.15/installing/installing_azure/installing-azure-vnet.html

This commit updates the in-repo docs to match
the official docs.
2024-05-28 11:25:06 -04:00
openshift-merge-bot[bot]
700d110f22 Merge pull request #7965 from lwan-wanglin/arm_instance_type
OCPBUGS-28708: update tested Azure Arm64 instance type on 4.15
2024-01-31 20:58:50 +00:00
lwan
9015a6359d update tested Arm64 instance type on 4.15 2024-01-31 10:36:34 +08:00
jima
b7387153ca [azure] update tested x86 instance type on 4.15 2024-01-30 17:24:21 +08:00
jima
04c2468c91 remove retired serial NCv2 from azure doc 2024-01-16 14:31:42 +08:00
John Hixson
e45f8622d2 cmd/openshift-install: Remove "migrate" command
The migrate command migrated old style Azure DNS zones to the newer
style. The ability to create old style DNS zones in Azure hasn't existed
in years, so this command can be retired.
2023-11-24 13:11:30 -08:00
jima
9e45ccc0d4 [azure] update tested x86 instance type on 4.14 2023-10-27 11:02:06 +08:00
jima
07ef2ffc92 [azure] update tested instance type on 4.13 2023-03-29 11:38:17 +08:00
OpenShift Merge Robot
3d92c1e6dd Merge pull request #6727 from rna-afk/upi_document_cpms_removal
CORS-2469: upi: Document removal of CPMS for UPI installation
2023-01-20 09:56:42 -05:00
OpenShift Merge Robot
9aed759580 Merge pull request #6684 from r4f4/azure-upi-img-gallery
OCPBUGS-4654: azure: upi: use Image Gallery in ARM templates
2023-01-18 16:47:08 -05:00
Jinyun Ma
7c4a47cd76 update tested instance types on 4.12 2022-12-23 13:56:45 +08:00
Rafael Fonseca
c52afbe051 docs: azure/upi: add new required parameters and aarch64 support 2022-12-21 18:08:58 +01:00
rna-afk
c418c4863a upi: Document removal of CPMS for UPI installation
Documenting the extra step of removing the control plane
machine set files created for Azure and GCP which need to be
removed for UPI installation.
2022-12-21 10:19:39 -05:00
Kelly Brown
acb59c2504 Adding aarch64 instance types for azure 2022-11-15 14:15:19 -05:00
David Eads
25523b2c68 update to release.openshift.io/feature-set to match OCP 4.12 2022-10-11 08:57:58 -04:00
Prashanth684
ee6757acc8 azure: add support for arm64 instances (Dps_v5 instances)
As part of the overall effort to add IPI support for Azure on ARM
instances (https://issues.redhat.com/browse/ARMOCP-16), this PR enables
the creation of arm64 machines when the arm64 architecture is specified
in the install config. Also added validation and tests.
2022-09-09 11:06:09 -07:00
OpenShift Merge Robot
91c22211ea Merge pull request #5657 from patrickdillon/azurestack-techpreview
Azure Stack UPI Docs: Remove Feature Gate CRs
2022-08-16 16:08:47 +00:00
Dan Winship
68f22f89ed Print the "export KUBECONFIG=..." command on its own line for easier cut-and-paste 2022-06-16 10:54:28 -04:00
OpenShift Merge Robot
26ac88eade Merge pull request #5913 from MayXuQQ/azurevm
Bug 2085336: based on 4.11 CORS-1916 add the vm family
2022-06-08 01:04:30 -04:00
May Xu
c98285c320 tested based on 4.11 CORS-1916 2022-05-16 11:32:17 +08:00
OpenShift Merge Robot
4bacedab44 Merge pull request #5309 from kwoodson/acc_net
Provider Azure: Enable accelerated networking on control plane nodes
2022-04-22 19:14:05 -04:00
Kenny Woodson
e299cce9a4 Azure Provider: Add accelerated networking capability. 2022-04-21 19:49:43 -04:00
OpenShift Merge Robot
9d4865de5c Merge pull request #5704 from MayXuQQ/azurevm
update the vm types OCPQE-8674
2022-04-21 05:00:59 -04:00
May Xu
47779c1efb remove platform.azure.osDisk
not support platform.azure.osDisk, just support platform.azure.platform.azure.defaultMachinePlatform.osDisk
It doesn't really make sense to stipulate defaults for the OS disk. Moreover, these fields have no effect on this install config anyway since the values are explicitly specified for the master and workers.

BZ#2064162
2022-04-12 01:25:21 +08:00
May Xu
77c9f24441 Docs: update list of supported Azure instance types
Updated list and switched list to use instance-type families.
2022-04-06 10:15:30 +08:00
John Hixson
76ad245843 Azure: encryption support
- Encryption at host via install config
- Disk encryption sets via install config
- Validation tests

https://issues.redhat.com/browse/CORS-1494
2022-03-10 11:55:04 -08:00
Karsten Bott
07c2a10ad4 point 06_workers.json to azurestack version
06_workers.json from azure will not work here
2022-02-25 08:33:36 +01:00
patrickdillon
85f2832dce Azure Stack UPI Docs: Remove Feature Gate CRs
Updates the instructions to have users remove any credential requests
for feature-gated resources. Creating such credentials will cause
installs to fail as the bootstrap node continuously fails to create
a resource in a namespace that does not exist.
2022-02-23 21:25:38 -05:00
OpenShift Merge Robot
0391519e23 Merge pull request #5517 from codyhoag/instance-type-support-docs
[docs] Tested instance type lists for AWS/Azure/GCP
2022-02-09 13:47:55 -05:00
Cody Hoag
e7ccede4ab Tested instance type lists for AWS/Azure/GCP 2022-01-31 14:41:58 -05:00
patrickdillon
199bfbc77c Azure Stack: Add UPI Instructions for internal CA
Many Azure Stack environments use internal CAs. In these cases
special steps are needed for a UPI install.
2022-01-24 11:14:46 -05:00
May Xu
13608d8e04 get VHD_URL with openshift-install coreos print-stream-json 2021-12-17 00:28:53 +08:00
OpenShift Merge Robot
7b9b37bd40 Merge pull request #5469 from MayXuQQ/vhd
azure upi: get VHD_URL with openshift-install coreos print-stream-json
2021-12-10 17:12:28 +00:00
May Xu
40d9f5de8b get VHD_URL with openshift-install coreos print-stream-json 2021-12-11 00:25:55 +08:00
May Xu
cb7f4b7d38 Bug 1964380: remove privateDNSZoneName 2021-12-09 09:49:26 +08:00
May Xu
ef768bfe20 Bug 2020216: Bug 1964380 remove privateDNSZoneName and --public-access blob 2021-12-08 12:34:50 +08:00
Caleb Boylan
5efe6d0800 azure: Update upi docs to remove mentions of sshKeyData
fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1968364#c17
2021-12-06 12:17:09 -08:00
Mikel Olasagasti Uranga
c0ff5a9434 Update URL from cloud.redhat.com to console.redhat.com
The console applications currently in cloud.redhat.com have been moved to
to a new URL at console.redhat.com.

https://cloud.redhat.com/blog/check-out-our-new-look

Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
2021-12-01 23:09:56 +01:00
Vladimir Belousov
51a40345a7 docs: correct spelling in docs
Correct spelling to improve the readability of the documentation
2021-11-01 09:54:42 +03: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
OpenShift Merge Robot
a8aa8384cb Merge pull request #5135 from patrickdillon/ash-upi
Bug 1997790: Azure Stack Hub UPI README & Templates
2021-08-26 23:58:43 -04:00