From 6b3bcbb9491ff596d305003b911fe7e6b1b1c33d Mon Sep 17 00:00:00 2001 From: jichenjc Date: Thu, 6 Feb 2020 07:49:22 +0000 Subject: [PATCH] Add clusterctl-settings.json per https://master.cluster-api.sigs.k8s.io/clusterctl/developers.html Each provider must have a clusterctl-settings.json file describing how to build the provider assets. currently using v0.2.0 and follow on we might need moidfy the value --- clusterctl-settings.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 clusterctl-settings.json diff --git a/clusterctl-settings.json b/clusterctl-settings.json new file mode 100644 index 0000000000..d8f9be2f50 --- /dev/null +++ b/clusterctl-settings.json @@ -0,0 +1,8 @@ +{ + "name": "openstack", + "config": { + "componentsFile": "infrastructure-components.yaml", + "nextVersion": "v0.2.0", + "type": "InfrastructureProvider" + } +}