34fd3e0bfc
* add documentation for openstack provider (capo) * add manifests for openstack provider (capo) * add cluster templates for control plane and workers * add site definition to use openstack provider (capo) with control plane and workers Change-Id: I7158aa87f2ef044d0acca448e3b1c19f58416e22
30 lines
793 B
YAML
30 lines
793 B
YAML
namePrefix: capo-
|
|
|
|
commonLabels:
|
|
cluster.x-k8s.io/provider: "infrastructure-openstack"
|
|
|
|
bases:
|
|
- crd
|
|
- webhook # Disable this if you're not using the webhook functionality.
|
|
- default
|
|
|
|
patchesJson6902:
|
|
- target:
|
|
group: apiextensions.k8s.io
|
|
version: v1
|
|
kind: CustomResourceDefinition
|
|
name: openstackclusters.infrastructure.cluster.x-k8s.io
|
|
path: patch_crd_webhook_namespace.yaml
|
|
- target:
|
|
group: apiextensions.k8s.io
|
|
version: v1
|
|
kind: CustomResourceDefinition
|
|
name: openstackmachines.infrastructure.cluster.x-k8s.io
|
|
path: patch_crd_webhook_namespace.yaml
|
|
- target:
|
|
group: apiextensions.k8s.io
|
|
version: v1
|
|
kind: CustomResourceDefinition
|
|
name: openstackmachinetemplates.infrastructure.cluster.x-k8s.io
|
|
path: patch_crd_webhook_namespace.yaml
|