* 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
36 lines
858 B
YAML
Executable File
36 lines
858 B
YAML
Executable File
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ../../../../function/k8scontrol-capo
|
|
|
|
patchesJson6902:
|
|
|
|
- target:
|
|
group: infrastructure.cluster.x-k8s.io
|
|
version: v1alpha3
|
|
kind: OpenStackCluster
|
|
name: "ostgt"
|
|
path: control_plane_ip.json
|
|
|
|
- target:
|
|
group: infrastructure.cluster.x-k8s.io
|
|
version: v1alpha3
|
|
kind: OpenStackCluster
|
|
name: "ostgt"
|
|
path: dns_servers.json
|
|
|
|
- target:
|
|
group: infrastructure.cluster.x-k8s.io
|
|
version: v1alpha3
|
|
kind: OpenStackCluster
|
|
name: "ostgt"
|
|
path: external_network_id.json
|
|
|
|
patchesStrategicMerge:
|
|
- cluster_clouds_yaml_patch.yaml
|
|
- control_plane_ip_patch.yaml
|
|
- control_plane_config_patch.yaml
|
|
- ssh_key_patch.yaml
|
|
- control_plane_machine_count_patch.yaml
|
|
- control_plane_machine_flavor_patch.yaml
|