From 00c78c3bec609d082b6d1a7066f5b6b78c18563a Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Fri, 21 Apr 2023 02:32:54 -0400 Subject: [PATCH] provisioning-ibmcloud: drop "VPC Generation 2" language VPC Gen1 is long EOL. We still don't support IBM Cloud Classic Infrastructure, so be sure to note that. Also, we don't normally note support restrictions on the platforms page, so remove those notes from IBM Cloud entries. Based on https://github.com/coreos/fedora-coreos-docs/pull/525. Co-authored-by: sean-freeman <1815807+sean-freeman@users.noreply.github.com> --- modules/ROOT/pages/platforms.adoc | 4 ++-- modules/ROOT/pages/provisioning-ibmcloud.adoc | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/pages/platforms.adoc b/modules/ROOT/pages/platforms.adoc index a59680c0..a63da25e 100644 --- a/modules/ROOT/pages/platforms.adoc +++ b/modules/ROOT/pages/platforms.adoc @@ -15,7 +15,7 @@ The currently supported platforms and their identifiers are listed below. * DigitalOcean (`digitalocean`): Cloud platform. See xref:provisioning-digitalocean.adoc[Booting on DigitalOcean]. * Exoscale (`exoscale`): Cloud platform. See xref:provisioning-exoscale.adoc[Booting on Exoscale]. * Google Cloud Platform (`gcp`): Cloud platform. See xref:provisioning-gcp.adoc[Booting on GCP]. -* IBM Cloud, VPC Generation 2 (`ibmcloud`): Cloud platform. See xref:provisioning-ibmcloud.adoc[Booting on IBM Cloud]. +* IBM Cloud (`ibmcloud`): Cloud platform. See xref:provisioning-ibmcloud.adoc[Booting on IBM Cloud]. * Bare metal (`metal`): With BIOS, UEFI or network boot, with standard or 4k Native disks. See xref:bare-metal.adoc[Installing on Bare Metal] or xref:live-booting-ipxe.adoc[Live-booting via iPXE]. * Nutanix (`nutanix`): Hypervisor. * OpenStack (`openstack`): Cloud platform. See xref:provisioning-openstack.adoc[Booting on OpenStack]. @@ -33,7 +33,7 @@ The currently supported platforms and their identifiers are listed below. === s390x -* IBM Cloud, VPC Generation 2 (`ibmcloud`): Cloud platform. See xref:provisioning-ibmcloud.adoc[Booting on IBM Cloud]. +* IBM Cloud (`ibmcloud`): Cloud platform. See xref:provisioning-ibmcloud.adoc[Booting on IBM Cloud]. * Bare metal (`metal`): From disk or network boot. See xref:bare-metal.adoc[Installing on Bare Metal] or xref:live-booting-ipxe.adoc[Live-booting via iPXE]. * QEMU (`qemu`): Hypervisor. See xref:provisioning-libvirt.adoc[Booting on libvirt] * OpenStack (cloud platform): `openstack`): Cloud platform. See xref:provisioning-openstack.adoc[Booting on OpenStack]. diff --git a/modules/ROOT/pages/provisioning-ibmcloud.adoc b/modules/ROOT/pages/provisioning-ibmcloud.adoc index 1303c6db..e5a8bbe2 100644 --- a/modules/ROOT/pages/provisioning-ibmcloud.adoc +++ b/modules/ROOT/pages/provisioning-ibmcloud.adoc @@ -1,6 +1,8 @@ = Provisioning Fedora CoreOS on IBM Cloud -This guide shows how to provision new Fedora CoreOS (FCOS) instances in IBM Cloud VPC Generation 2 for either the `x86_64` or `s390x` architectures. +This guide shows how to provision new Fedora CoreOS (FCOS) instances in IBM Cloud for either the `x86_64` or `s390x` architectures. + +NOTE: FCOS does not support https://cloud.ibm.com/docs/cloud-infrastructure?topic=cloud-infrastructure-compare-infrastructure[IBM Cloud Classic Infrastructure]. == Prerequisites @@ -33,7 +35,7 @@ ibmcloud resource group-create $RESOURCE_GROUP # Create the resource group if it ibmcloud target -g $RESOURCE_GROUP ---- -There are also several other pieces that need to be in place, like a VPC, SSH keys, networks, permissions, etc. Unfortunately, this guide is not a comprehensive IBM Cloud guide. If you are new to IBM Cloud please familiarize yourself using https://cloud.ibm.com/docs/vpc?topic=vpc-getting-started[the documentation for VPC Gen2] first. +There are also several other pieces that need to be in place, like a VPC, SSH keys, networks, permissions, etc. Unfortunately, this guide is not a comprehensive IBM Cloud guide. If you are new to IBM Cloud please familiarize yourself using https://cloud.ibm.com/docs/vpc?topic=vpc-getting-started[the documentation for IBM Cloud VPC networks] first. === Creating an Image