File tree Expand file tree Collapse file tree 5 files changed +4700
-1
lines changed
files/controllers/openstack-resource-controller/v2.0.3 Expand file tree Collapse file tree 5 files changed +4700
-1
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ provisioner:
33
33
cluster_api_version : 1.9.6
34
34
cluster_api_infrastructure_provider : openstack
35
35
cluster_api_infrastructure_version : 0.12.2
36
+ cluster_api_openstack_controller_version : 2.0.3
36
37
cluster_api_node_selector :
37
38
kubernetes.io/os : linux
38
39
keepalived_interface : " {{ ansible_facts['default_ipv4'].interface }}"
Original file line number Diff line number Diff line change 19
19
cluster_api_github_token : " "
20
20
21
21
cluster_api_provider_path : /var/lib/cluster-api/providers
22
+ cluster_api_controller_path : /var/lib/cluster-api/controllers
22
23
23
24
# cluster_api_version:
24
25
@@ -34,4 +35,6 @@ cluster_api_control_plane_version: "{{ cluster_api_version }}"
34
35
# cluster_api_infrastructure_provider:
35
36
# cluster_api_infrastructure_version:
36
37
38
+ # cluster_api_openstack_controller_version:
39
+
37
40
cluster_api_node_selector : {}
You can’t perform that action at this time.
0 commit comments