Skip to content

Commit 489481c

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 489481c

File tree

5 files changed

+4700
-1
lines changed

5 files changed

+4700
-1
lines changed

molecule/cluster-api/molecule.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ provisioner:
3333
cluster_api_version: 1.9.6
3434
cluster_api_infrastructure_provider: openstack
3535
cluster_api_infrastructure_version: 0.12.2
36+
cluster_api_openstack_controller_version: 2.0.3
3637
cluster_api_node_selector:
3738
kubernetes.io/os: linux
3839
keepalived_interface: "{{ ansible_facts['default_ipv4'].interface }}"

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)