Skip to content

Commit 6687d43

Browse files
committed
OSDOCS-14522: Cluster API base YAML updates
1 parent 5bbcbed commit 6687d43

File tree

4 files changed

+28
-3
lines changed

4 files changed

+28
-3
lines changed

_attributes/common-attributes.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,9 @@ endif::openshift-origin[]
373373
// Cluster API Provider VMware vSphere
374374
:cap-vsphere-first: Cluster API Provider VMware vSphere
375375
:cap-vsphere-short: Cluster API Provider vSphere
376+
// Cluster API Provider Metal3
377+
:cap-bare-metal-first: Cluster API Provider Metal3
378+
:cap-bare-metal-short: Cluster API Provider Metal3
376379
// Hosted control planes related attributes
377380
:hcp-capital: Hosted control planes
378381
:hcp: hosted control planes

modules/capi-creating-machine-template.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
The following values are valid:
3939
+
4040
|====
41-
|Cluster cloud provider |Value
41+
|Cluster infrastructure provider |Value
4242

4343
|{aws-first}
4444
|`AWSMachineTemplate`
@@ -55,6 +55,9 @@ The following values are valid:
5555
|{vmw-first}
5656
|`VSphereMachineTemplate`
5757

58+
|Bare metal
59+
|`Metal3MachineTemplate`
60+
5861
|====
5962
<2> Specify a name for the machine template.
6063
<3> Specify the details for your environment. These parameters are provider specific. For more information, see the sample Cluster API machine template YAML for your provider.

modules/capi-modifying-machine-template.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ oc get <machine_template_kind> <1>
2929
The following values are valid:
3030
+
3131
|====
32-
|Cluster cloud provider |Value
32+
|Cluster infrastructure provider |Value
3333

3434
|{aws-full}
3535
|`AWSMachineTemplate`
@@ -46,6 +46,9 @@ The following values are valid:
4646
|{vmw-full}
4747
|`VSphereMachineTemplate`
4848

49+
|Bare metal
50+
|`Metal3MachineTemplate`
51+
4952
|====
5053
--
5154
+

modules/cluster-capi-operator.adoc

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ link:https://github.com/openshift/cluster-capi-operator[cluster-capi-operator]
3131
** Scope: Namespaced
3232
** CR: `gcpmachine`
3333

34+
* `azuremachines.infrastructure.cluster.x-k8s.io`
35+
** Scope: Namespaced
36+
** CR: `azuremachine`
37+
3438
* `openstackmachines.infrastructure.cluster.x-k8s.io`
3539
** Scope: Namespaced
3640
** CR: `openstackmachine`
@@ -39,6 +43,10 @@ link:https://github.com/openshift/cluster-capi-operator[cluster-capi-operator]
3943
** Scope: Namespaced
4044
** CR: `vspheremachine`
4145

46+
* `metal3machines.infrastructure.cluster.x-k8s.io`
47+
** Scope: Namespaced
48+
** CR: `metal3machine`
49+
4250
* `awsmachinetemplates.infrastructure.cluster.x-k8s.io`
4351
** Scope: Namespaced
4452
** CR: `awsmachinetemplate`
@@ -47,10 +55,18 @@ link:https://github.com/openshift/cluster-capi-operator[cluster-capi-operator]
4755
** Scope: Namespaced
4856
** CR: `gcpmachinetemplate`
4957

58+
* `azuremachinetemplates.infrastructure.cluster.x-k8s.io`
59+
** Scope: Namespaced
60+
** CR: `azuremachinetemplate`
61+
5062
* `openstackmachinetemplates.infrastructure.cluster.x-k8s.io`
5163
** Scope: Namespaced
5264
** CR: `openstackmachinetemplate`
5365

5466
* `vspheremachinetemplates.infrastructure.cluster.x-k8s.io`
5567
** Scope: Namespaced
56-
** CR: `vspheremachinetemplate`
68+
** CR: `vspheremachinetemplate`
69+
70+
* `metal3machinetemplates.infrastructure.cluster.x-k8s.io`
71+
** Scope: Namespaced
72+
** CR: `metal3machinetemplate`

0 commit comments

Comments
 (0)