Skip to content

Commit 4cb46b0

Browse files
committed
Install ORC for CAPO >= 0.12.0
CAPO 0.12.0 has removed ORC [1] and now it needs to be installed additionally. [1] https://github.com/kubernetes-sigs/cluster-api-provider-openstack/releases/tag/v0.12.0
1 parent c45e33c commit 4cb46b0

File tree

4 files changed

+4699
-1
lines changed

4 files changed

+4699
-1
lines changed

roles/cluster_api/defaults/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
cluster_api_github_token: ""
2020

2121
cluster_api_provider_path: /var/lib/cluster-api/providers
22+
cluster_api_controller_path: /var/lib/cluster-api/controllers
2223

2324
# cluster_api_version:
2425

@@ -34,4 +35,6 @@ cluster_api_control_plane_version: "{{ cluster_api_version }}"
3435
# cluster_api_infrastructure_provider:
3536
# cluster_api_infrastructure_version:
3637

38+
# cluster_api_openstack_controller_version:
39+
3740
cluster_api_node_selector: {}

0 commit comments

Comments
 (0)