diff --git a/_topic_maps/_topic_map.yml b/_topic_maps/_topic_map.yml index db66a92a4d..f58a9dfc99 100644 --- a/_topic_maps/_topic_map.yml +++ b/_topic_maps/_topic_map.yml @@ -2351,18 +2351,55 @@ Distros: openshift-enterprise, openshift-origin Topics: - Name: Hosted control planes overview File: index -- Name: Getting started with hosted control planes - File: hcp-getting-started -- Name: Authentication and authorization for hosted control planes - File: hcp-authentication-authorization -- Name: Handling a machine configuration for hosted control planes - File: hcp-machine-config -- Name: Using feature gates in a hosted cluster - File: hcp-using-feature-gates +- Name: Preparing to deploy hosted control planes + Dir: hcp-prepare + Topics: + - Name: Requirements for hosted control planes + File: hcp-requirements + - Name: Hosted control planes sizing guidance + File: hcp-sizing-guidance + - Name: Overriding resouce utilization measurements + File: hcp-override-resource-util + - Name: Installing the hosted control plane command line interface + File: hcp-cli + - Name: Distributing hosted cluster workloads + File: hcp-distribute-workloads +- Name: Deploying hosted control planes + Dir: hcp-deploy + Topics: + - Name: Deploying hosted control planes on AWS + File: hcp-deploy-aws + - Name: Deploying hosted control planes on bare metal + File: hcp-deploy-bm + - Name: Deploying hosted conrol planes on OpenShift Virtualization + File: hcp-deploy-virt + - Name: Deploying hosted control planes on non-bare metal agent machines + File: hcp-deploy-non-bm + - Name: Deploying hosted control planes on IBM Z + File: hcp-deploy-ibmz + - Name: Deploying hosted control planes on IBM Power + File: hcp-deploy-ibmpower +- Name: Managing hosted control planes + Dir: hcp-manage + Topics: + - Name: Managing hosted control planes on AWS + File: hcp-manage-aws + - Name: Managing hosted control planes on bare metal + File: hcp-manage-bm + - Name: Managing hosted control planes on OpenShift Virtualization + File: hcp-manage-virt + - Name: Managing hosted control planes on non-bare metal agent machines + File: hcp-manage-non-bm + - Name: Managing hosted control planes on IBM Z + File: hcp-manage-ibmz + - Name: Managing hosted control planes on IBM Power + File: hcp-manage-ibmpower +- Name: Preparing to deploy hosted control planes in a disconnected environment + File: hcp-prepare-disconnected +- Name: Deploying hosted control planes in a disconnected environment + File: hcp-deploy-disconnected - Name: Updating hosted control planes File: hcp-updating -- Name: Hosted control planes Observability - File: hcp-observability - Name: High availability for hosted control planes Dir: hcp_high_availability Topics: @@ -2378,8 +2415,27 @@ Topics: File: hcp-disaster-recovery-aws - Name: Disaster recovery for a hosted cluster by using OADP File: hcp-disaster-recovery-oadp +- Name: Authentication and authorization for hosted control planes + File: hcp-authentication-authorization +- Name: Handling machine configuration for hosted control planes + File: hcp-machine-config +- Name: Using feature gates in a hosted cluster + File: hcp-using-feature-gates +- Name: Observability for hosted control planes + File: hcp-observability - Name: Troubleshooting hosted control planes File: hcp-troubleshooting +- Name: Destroying a hosted cluster + Dir: hcp-destroy + Topics: + - Name: Destroying a hosted cluster on AWS + File: hcp-destroy-aws + - Name: Destroying a hosted cluster on bare metal + File: hcp-destroy-bm + - Name: Destroying a hosted cluster on OpenShift Virtualization + File: hcp-destroy-virt + - Name: Destroying a hosted cluster on IBM Z + File: hcp-destroy-ibmz --- Name: Nodes Dir: nodes diff --git a/hosted_control_planes/hcp-deploy-disconnected.adoc b/hosted_control_planes/hcp-deploy-disconnected.adoc new file mode 100644 index 0000000000..fea2b7ace9 --- /dev/null +++ b/hosted_control_planes/hcp-deploy-disconnected.adoc @@ -0,0 +1,7 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-deploy-disconnected"] +include::_attributes/common-attributes.adoc[] += Deploying {hcp} in a disconnected environment +:context: hcp-deploy-disconnected + +toc::[] \ No newline at end of file diff --git a/hosted_control_planes/hcp-deploy/_attributes b/hosted_control_planes/hcp-deploy/_attributes new file mode 120000 index 0000000000..20cc1dcb77 --- /dev/null +++ b/hosted_control_planes/hcp-deploy/_attributes @@ -0,0 +1 @@ +../../_attributes/ \ No newline at end of file diff --git a/hosted_control_planes/hcp-deploy/hcp-deploy-aws.adoc b/hosted_control_planes/hcp-deploy/hcp-deploy-aws.adoc new file mode 100644 index 0000000000..7710efc739 --- /dev/null +++ b/hosted_control_planes/hcp-deploy/hcp-deploy-aws.adoc @@ -0,0 +1,7 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-deploy-aws"] +include::_attributes/common-attributes.adoc[] += Deploying {hcp} on AWS +:context: hcp-deploy-aws + +toc::[] \ No newline at end of file diff --git a/hosted_control_planes/hcp-deploy/hcp-deploy-bm.adoc b/hosted_control_planes/hcp-deploy/hcp-deploy-bm.adoc new file mode 100644 index 0000000000..e77d69a4ec --- /dev/null +++ b/hosted_control_planes/hcp-deploy/hcp-deploy-bm.adoc @@ -0,0 +1,7 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-deploy-bm"] +include::_attributes/common-attributes.adoc[] += Deploying {hcp} on bare metal +:context: hcp-deploy-bm + +toc::[] diff --git a/hosted_control_planes/hcp-deploy/hcp-deploy-ibmpower.adoc b/hosted_control_planes/hcp-deploy/hcp-deploy-ibmpower.adoc new file mode 100644 index 0000000000..5d3c85e4bf --- /dev/null +++ b/hosted_control_planes/hcp-deploy/hcp-deploy-ibmpower.adoc @@ -0,0 +1,7 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-deploy-ibmpower"] +include::_attributes/common-attributes.adoc[] += Deploying {hcp} on {ibm-power-title} +:context: hcp-deploy-ibmpower + +toc::[] diff --git a/hosted_control_planes/hcp-deploy/hcp-deploy-ibmz.adoc b/hosted_control_planes/hcp-deploy/hcp-deploy-ibmz.adoc new file mode 100644 index 0000000000..a0a6a668bf --- /dev/null +++ b/hosted_control_planes/hcp-deploy/hcp-deploy-ibmz.adoc @@ -0,0 +1,7 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-deploy-ibmz"] +include::_attributes/common-attributes.adoc[] += Deploying {hcp} on {ibm-z-title} +:context: hcp-deploy-ibmz + +toc::[] diff --git a/hosted_control_planes/hcp-deploy/hcp-deploy-non-bm.adoc b/hosted_control_planes/hcp-deploy/hcp-deploy-non-bm.adoc new file mode 100644 index 0000000000..ad60d7f51d --- /dev/null +++ b/hosted_control_planes/hcp-deploy/hcp-deploy-non-bm.adoc @@ -0,0 +1,9 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-deploy-non-bm"] +include::_attributes/common-attributes.adoc[] += Deploying {hcp} on non-bare metal agent machines +:context: hcp-deploy-non-bm + +toc::[] + + diff --git a/hosted_control_planes/hcp-deploy/hcp-deploy-virt.adoc b/hosted_control_planes/hcp-deploy/hcp-deploy-virt.adoc new file mode 100644 index 0000000000..4e7385b771 --- /dev/null +++ b/hosted_control_planes/hcp-deploy/hcp-deploy-virt.adoc @@ -0,0 +1,8 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-deploy-virt"] +include::_attributes/common-attributes.adoc[] += Deploying {hcp} on {VirtProductName} +:context: hcp-deploy-virt + +toc::[] + diff --git a/hosted_control_planes/hcp-deploy/images b/hosted_control_planes/hcp-deploy/images new file mode 120000 index 0000000000..5fa6987088 --- /dev/null +++ b/hosted_control_planes/hcp-deploy/images @@ -0,0 +1 @@ +../../images \ No newline at end of file diff --git a/hosted_control_planes/hcp-deploy/modules b/hosted_control_planes/hcp-deploy/modules new file mode 120000 index 0000000000..8b0e854007 --- /dev/null +++ b/hosted_control_planes/hcp-deploy/modules @@ -0,0 +1 @@ +../../modules \ No newline at end of file diff --git a/hosted_control_planes/hcp-deploy/snippets b/hosted_control_planes/hcp-deploy/snippets new file mode 120000 index 0000000000..7bf6da9a51 --- /dev/null +++ b/hosted_control_planes/hcp-deploy/snippets @@ -0,0 +1 @@ +../../snippets \ No newline at end of file diff --git a/hosted_control_planes/hcp-destroy/_attributes b/hosted_control_planes/hcp-destroy/_attributes new file mode 120000 index 0000000000..20cc1dcb77 --- /dev/null +++ b/hosted_control_planes/hcp-destroy/_attributes @@ -0,0 +1 @@ +../../_attributes/ \ No newline at end of file diff --git a/hosted_control_planes/hcp-destroy/hcp-destroy-aws.adoc b/hosted_control_planes/hcp-destroy/hcp-destroy-aws.adoc new file mode 100644 index 0000000000..40d020a719 --- /dev/null +++ b/hosted_control_planes/hcp-destroy/hcp-destroy-aws.adoc @@ -0,0 +1,7 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-destroy-aws"] +include::_attributes/common-attributes.adoc[] += Destroying a hosted cluster on AWS +:context: hcp-destroy-aws + +toc::[] \ No newline at end of file diff --git a/hosted_control_planes/hcp-destroy/hcp-destroy-bm.adoc b/hosted_control_planes/hcp-destroy/hcp-destroy-bm.adoc new file mode 100644 index 0000000000..e3465db8fd --- /dev/null +++ b/hosted_control_planes/hcp-destroy/hcp-destroy-bm.adoc @@ -0,0 +1,7 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-destroy-bm"] +include::_attributes/common-attributes.adoc[] += Destroying a hosted cluster on bare metal +:context: hcp-destroy-bm + +toc::[] diff --git a/hosted_control_planes/hcp-destroy/hcp-destroy-ibmz.adoc b/hosted_control_planes/hcp-destroy/hcp-destroy-ibmz.adoc new file mode 100644 index 0000000000..bdd8a70bfd --- /dev/null +++ b/hosted_control_planes/hcp-destroy/hcp-destroy-ibmz.adoc @@ -0,0 +1,7 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-destroy-ibmz"] +include::_attributes/common-attributes.adoc[] += Destroying a hosted cluster on {ibm-z-title} +:context: hcp-destroy-ibmz + +toc::[] diff --git a/hosted_control_planes/hcp-destroy/hcp-destroy-virt.adoc b/hosted_control_planes/hcp-destroy/hcp-destroy-virt.adoc new file mode 100644 index 0000000000..f342aa521f --- /dev/null +++ b/hosted_control_planes/hcp-destroy/hcp-destroy-virt.adoc @@ -0,0 +1,8 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-destroy-virt"] +include::_attributes/common-attributes.adoc[] += Destroying a hosted cluster on {VirtProductName} +:context: hcp-destroy-virt + +toc::[] + diff --git a/hosted_control_planes/hcp-destroy/images b/hosted_control_planes/hcp-destroy/images new file mode 120000 index 0000000000..5fa6987088 --- /dev/null +++ b/hosted_control_planes/hcp-destroy/images @@ -0,0 +1 @@ +../../images \ No newline at end of file diff --git a/hosted_control_planes/hcp-destroy/modules b/hosted_control_planes/hcp-destroy/modules new file mode 120000 index 0000000000..8b0e854007 --- /dev/null +++ b/hosted_control_planes/hcp-destroy/modules @@ -0,0 +1 @@ +../../modules \ No newline at end of file diff --git a/hosted_control_planes/hcp-destroy/snippets b/hosted_control_planes/hcp-destroy/snippets new file mode 120000 index 0000000000..7bf6da9a51 --- /dev/null +++ b/hosted_control_planes/hcp-destroy/snippets @@ -0,0 +1 @@ +../../snippets \ No newline at end of file diff --git a/hosted_control_planes/hcp-getting-started.adoc b/hosted_control_planes/hcp-getting-started.adoc deleted file mode 100644 index 8a0e513a33..0000000000 --- a/hosted_control_planes/hcp-getting-started.adoc +++ /dev/null @@ -1,85 +0,0 @@ -:_mod-docs-content-type: ASSEMBLY -[id="hcp-getting-started"] -include::_attributes/common-attributes.adoc[] -= Getting started with {hcp} -:context: hcp-getting-started - -toc::[] - -To get started with {hcp} for {product-title}, you first configure your hosted cluster on the provider that you want to use. Then, you complete a few management tasks. - -You can view the procedures by selecting from one of the following providers: - -[id="hcp-getting-started-bm"] -== Bare metal - -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hosted-sizing-guidance[Hosted control plane sizing guidance] -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hosted-install-cli[Installing the hosted control plane command line interface] -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hosted-cluster-workload-distributing[Distributing hosted cluster workloads] -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#firewall-port-reqs-bare-metal[Bare metal firewall and port requirements] -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#infrastructure-reqs-bare-metal[Bare metal infrastructure requirements]: Review the infrastructure requirements to create a hosted cluster on bare metal. -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#configuring-hosting-service-cluster-configure-bm[Configuring hosted control plane clusters on bare metal]: -** Configure DNS -** Create a hosted cluster and verify cluster creation -** Scale the `NodePool` object for the hosted cluster -** Handle ingress traffic for the hosted cluster -** Enable node auto-scaling for the hosted cluster -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#configure-hosted-disconnected[Configuring {hcp} in a disconnected environment] - -* To destroy a hosted cluster on bare metal, follow the instructions in link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hypershift-cluster-destroy-bm[Destroying a hosted cluster on bare metal]. -* If you want to disable the hosted control plane feature, see link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#disable-hosted-control-planes[Disabling the hosted control plane feature]. - -[id="hcp-getting-started-virt"] -== {VirtProductName} - -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hosted-sizing-guidance[Hosted control plane sizing guidance] -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hosted-install-cli[Installing the hosted control plane command line interface] -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hosted-cluster-workload-distributing[Distributing hosted cluster workloads] -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hosted-control-planes-manage-kubevirt[Managing hosted control plane clusters on OpenShift Virtualization]: Create {product-title} clusters with worker nodes that are hosted by KubeVirt virtual machines. -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#configure-hosted-disconnected[Configuring {hcp} in a disconnected environment] - -* To destroy a hosted cluster is on {VirtProductName}, follow the instructions in link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hypershift-cluster-destroy-kubevirt[Destroying a hosted cluster on OpenShift Virtualization]. -* If you want to disable the hosted control plane feature, see link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#disable-hosted-control-planes[Disabling the hosted control plane feature]. - -[id="hcp-getting-started-aws"] -== {aws-first} - -:FeatureName: {hcp-capital} on the {aws-short} platform -include::snippets/technology-preview.adoc[] - -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hosting-cluster-aws-infra-reqs[AWS infrastructure requirements]: Review the infrastructure requirements to create a hosted cluster on {aws-short}. -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hosting-service-cluster-configure-aws[Configuring hosted control plane clusters on AWS (Technology Preview)]: The tasks to configure hosted control plane clusters on {aws-short} include creating the {aws-short} S3 OIDC secret, creating a routable public zone, enabling external DNS, enabling {aws-short} PrivateLink, and deploying a hosted cluster. -* xref:../networking/hardware_networks/configuring-sriov-operator.adoc#sriov-operator-hosted-control-planes_configuring-sriov-operator[Deploying the SR-IOV Operator for {hcp}]: After you configure and deploy your hosting service cluster, you can create a subscription to the Single Root I/O Virtualization (SR-IOV) Operator on a hosted cluster. The SR-IOV pod runs on worker machines rather than the control plane. - -* To destroy a hosted cluster on AWS, follow the instructions in link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hypershift-cluster-destroy-aws[Destroying a hosted cluster on AWS]. -* If you want to disable the hosted control plane feature, see link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#disable-hosted-control-planes[Disabling the hosted control plane feature]. - -[id="hcp-getting-started-ibmz"] -== {ibm-z-title} - -:FeatureName: {hcp-capital} on the {ibm-z-title} platform -include::snippets/technology-preview.adoc[] - -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hosted-install-cli[Installing the hosted control plane command line interface] -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#configuring-hosting-service-cluster-ibmz[Configuring the hosting cluster on x86 bare metal for IBM Z compute nodes (Technology Preview)] - -[id="hcp-getting-started-ibmpower"] -== {ibm-power-title} - -:FeatureName: {hcp-capital} on the {ibm-power-title} platform -include::snippets/technology-preview.adoc[] - -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hosted-install-cli[Installing the hosted control plane command line interface] -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#config-hosted-service-ibmpower[Configuring the hosting cluster on a 64-bit x86 OpenShift Container Platform cluster to create {hcp} for IBM Power compute nodes (Technology Preview)] - -[id="hcp-getting-started-non-bm-agent"] -== Non bare metal agent machines - -:FeatureName: {hcp-capital} clusters using non bare metal agent machines -include::snippets/technology-preview.adoc[] - -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hosted-install-cli[Installing the hosted control plane command line interface] -* link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#configuring-hosting-service-cluster-configure-agent-non-bm[Configuring hosted control plane clusters using non bare metal agent machines (Technology Preview)] - -* To destroy a hosted cluster on non bare metal agent machines, follow the instructions in link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#hypershift-cluster-destroy-non-bm[Destroying a hosted cluster on non bare metal agent machines] -* If you want to disable the hosted control plane feature, see link:https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.10/html/clusters/cluster_mce_overview#disable-hosted-control-planes[Disabling the hosted control plane feature]. diff --git a/hosted_control_planes/hcp-machine-config.adoc b/hosted_control_planes/hcp-machine-config.adoc index de00c2fc21..600cebae34 100644 --- a/hosted_control_planes/hcp-machine-config.adoc +++ b/hosted_control_planes/hcp-machine-config.adoc @@ -1,7 +1,7 @@ :_mod-docs-content-type: ASSEMBLY [id="hcp-machine-config"] include::_attributes/common-attributes.adoc[] -= Handling a machine configuration for {hcp} += Handling machine configuration for {hcp} :context: hcp-machine-config toc::[] diff --git a/hosted_control_planes/hcp-manage/_attributes b/hosted_control_planes/hcp-manage/_attributes new file mode 120000 index 0000000000..20cc1dcb77 --- /dev/null +++ b/hosted_control_planes/hcp-manage/_attributes @@ -0,0 +1 @@ +../../_attributes/ \ No newline at end of file diff --git a/hosted_control_planes/hcp-manage/hcp-manage-aws.adoc b/hosted_control_planes/hcp-manage/hcp-manage-aws.adoc new file mode 100644 index 0000000000..699ba5310a --- /dev/null +++ b/hosted_control_planes/hcp-manage/hcp-manage-aws.adoc @@ -0,0 +1,7 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-manage-aws"] +include::_attributes/common-attributes.adoc[] += Managing {hcp} on AWS +:context: hcp-managing-aws + +toc::[] \ No newline at end of file diff --git a/hosted_control_planes/hcp-manage/hcp-manage-bm.adoc b/hosted_control_planes/hcp-manage/hcp-manage-bm.adoc new file mode 100644 index 0000000000..3efae2335c --- /dev/null +++ b/hosted_control_planes/hcp-manage/hcp-manage-bm.adoc @@ -0,0 +1,7 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-manage-bm"] +include::_attributes/common-attributes.adoc[] += Managing {hcp} on bare metal +:context: hcp-manage-bm + +toc::[] diff --git a/hosted_control_planes/hcp-manage/hcp-manage-ibmpower.adoc b/hosted_control_planes/hcp-manage/hcp-manage-ibmpower.adoc new file mode 100644 index 0000000000..4cfa3558bc --- /dev/null +++ b/hosted_control_planes/hcp-manage/hcp-manage-ibmpower.adoc @@ -0,0 +1,7 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-manage-ibmpower"] +include::_attributes/common-attributes.adoc[] += Managing {hcp} on {ibm-power-title} +:context: hcp-manage-ibmpower + +toc::[] diff --git a/hosted_control_planes/hcp-manage/hcp-manage-ibmz.adoc b/hosted_control_planes/hcp-manage/hcp-manage-ibmz.adoc new file mode 100644 index 0000000000..fd66acd17b --- /dev/null +++ b/hosted_control_planes/hcp-manage/hcp-manage-ibmz.adoc @@ -0,0 +1,7 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-manage-ibmz"] +include::_attributes/common-attributes.adoc[] += Managing {hcp} on {ibm-z-title} +:context: hcp-manage-ibmz + +toc::[] diff --git a/hosted_control_planes/hcp-manage/hcp-manage-non-bm.adoc b/hosted_control_planes/hcp-manage/hcp-manage-non-bm.adoc new file mode 100644 index 0000000000..71ed5dff6f --- /dev/null +++ b/hosted_control_planes/hcp-manage/hcp-manage-non-bm.adoc @@ -0,0 +1,9 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-manage-non-bm"] +include::_attributes/common-attributes.adoc[] += Managing {hcp} on non-bare metal agent machines +:context: hcp-manage-non-bm + +toc::[] + + diff --git a/hosted_control_planes/hcp-manage/hcp-manage-virt.adoc b/hosted_control_planes/hcp-manage/hcp-manage-virt.adoc new file mode 100644 index 0000000000..2680129eca --- /dev/null +++ b/hosted_control_planes/hcp-manage/hcp-manage-virt.adoc @@ -0,0 +1,8 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-manage-virt"] +include::_attributes/common-attributes.adoc[] += Managing {hcp} on {VirtProductName} +:context: hcp-manage-virt + +toc::[] + diff --git a/hosted_control_planes/hcp-manage/images b/hosted_control_planes/hcp-manage/images new file mode 120000 index 0000000000..5fa6987088 --- /dev/null +++ b/hosted_control_planes/hcp-manage/images @@ -0,0 +1 @@ +../../images \ No newline at end of file diff --git a/hosted_control_planes/hcp-manage/modules b/hosted_control_planes/hcp-manage/modules new file mode 120000 index 0000000000..8b0e854007 --- /dev/null +++ b/hosted_control_planes/hcp-manage/modules @@ -0,0 +1 @@ +../../modules \ No newline at end of file diff --git a/hosted_control_planes/hcp-manage/snippets b/hosted_control_planes/hcp-manage/snippets new file mode 120000 index 0000000000..7bf6da9a51 --- /dev/null +++ b/hosted_control_planes/hcp-manage/snippets @@ -0,0 +1 @@ +../../snippets \ No newline at end of file diff --git a/hosted_control_planes/hcp-observability.adoc b/hosted_control_planes/hcp-observability.adoc index 4feb1ea497..78d059f34b 100644 --- a/hosted_control_planes/hcp-observability.adoc +++ b/hosted_control_planes/hcp-observability.adoc @@ -1,7 +1,7 @@ :_mod-docs-content-type: ASSEMBLY [id="hcp-observability"] include::_attributes/common-attributes.adoc[] -= {hcp-capital} Observability += Observability for {hcp} :context: hcp-observability toc::[] diff --git a/hosted_control_planes/hcp-prepare-disconnected.adoc b/hosted_control_planes/hcp-prepare-disconnected.adoc new file mode 100644 index 0000000000..4ffad73e78 --- /dev/null +++ b/hosted_control_planes/hcp-prepare-disconnected.adoc @@ -0,0 +1,7 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-prepare-disconnected"] +include::_attributes/common-attributes.adoc[] += Preparing to deploy {hcp} in a disconnected environment +:context: hcp-prepare-disconnected + +toc::[] \ No newline at end of file diff --git a/hosted_control_planes/hcp-prepare/_attributes b/hosted_control_planes/hcp-prepare/_attributes new file mode 120000 index 0000000000..20cc1dcb77 --- /dev/null +++ b/hosted_control_planes/hcp-prepare/_attributes @@ -0,0 +1 @@ +../../_attributes/ \ No newline at end of file diff --git a/hosted_control_planes/hcp-prepare/hcp-cli.adoc b/hosted_control_planes/hcp-prepare/hcp-cli.adoc new file mode 100644 index 0000000000..94f10e5f78 --- /dev/null +++ b/hosted_control_planes/hcp-prepare/hcp-cli.adoc @@ -0,0 +1,7 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-cli"] +include::_attributes/common-attributes.adoc[] += Installing the {hcp} command line interface +:context: hcp-cli + +toc::[] \ No newline at end of file diff --git a/hosted_control_planes/hcp-prepare/hcp-distribute-workloads.adoc b/hosted_control_planes/hcp-prepare/hcp-distribute-workloads.adoc new file mode 100644 index 0000000000..d1dc054eec --- /dev/null +++ b/hosted_control_planes/hcp-prepare/hcp-distribute-workloads.adoc @@ -0,0 +1,7 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-distribute-workloads"] += Distributing hosted cluster workloads +include::_attributes/common-attributes.adoc[] +:context: hcp-distribute-workloads + +toc::[] diff --git a/hosted_control_planes/hcp-prepare/hcp-override-resource-util.adoc b/hosted_control_planes/hcp-prepare/hcp-override-resource-util.adoc new file mode 100644 index 0000000000..cf111a245b --- /dev/null +++ b/hosted_control_planes/hcp-prepare/hcp-override-resource-util.adoc @@ -0,0 +1,8 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-override-resource-util"] += Overriding resource utilization measurements +include::_attributes/common-attributes.adoc[] +:context: hcp-override-resource-util + +toc::[] + diff --git a/hosted_control_planes/hcp-prepare/hcp-requirements.adoc b/hosted_control_planes/hcp-prepare/hcp-requirements.adoc new file mode 100644 index 0000000000..b04cc6b644 --- /dev/null +++ b/hosted_control_planes/hcp-prepare/hcp-requirements.adoc @@ -0,0 +1,9 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-requirements"] +include::_attributes/common-attributes.adoc[] += Requirements for {hcp} +:context: hcp-requirements + +toc::[] + + diff --git a/hosted_control_planes/hcp-prepare/hcp-sizing-guidance.adoc b/hosted_control_planes/hcp-prepare/hcp-sizing-guidance.adoc new file mode 100644 index 0000000000..99fc5b7b1c --- /dev/null +++ b/hosted_control_planes/hcp-prepare/hcp-sizing-guidance.adoc @@ -0,0 +1,7 @@ +:_mod-docs-content-type: ASSEMBLY +[id="hcp-sizing-guidance"] +include::_attributes/common-attributes.adoc[] += Sizing guidance for {hcp} +:context: hcp-sizing-guidance + +toc::[] diff --git a/hosted_control_planes/hcp-prepare/images b/hosted_control_planes/hcp-prepare/images new file mode 120000 index 0000000000..5fa6987088 --- /dev/null +++ b/hosted_control_planes/hcp-prepare/images @@ -0,0 +1 @@ +../../images \ No newline at end of file diff --git a/hosted_control_planes/hcp-prepare/modules b/hosted_control_planes/hcp-prepare/modules new file mode 120000 index 0000000000..8b0e854007 --- /dev/null +++ b/hosted_control_planes/hcp-prepare/modules @@ -0,0 +1 @@ +../../modules \ No newline at end of file diff --git a/hosted_control_planes/hcp-prepare/snippets b/hosted_control_planes/hcp-prepare/snippets new file mode 120000 index 0000000000..7bf6da9a51 --- /dev/null +++ b/hosted_control_planes/hcp-prepare/snippets @@ -0,0 +1 @@ +../../snippets \ No newline at end of file