Skip to content

Commit

Permalink
vagrant: Use v1alpha3 version of BootstrapConfiguration file
Browse files Browse the repository at this point in the history
Use the new version `v1alpha3` for BootstrapConfiguration file
generated with vagrant
  • Loading branch information
TeddyAndrieux committed Jul 30, 2020
1 parent ff0b6de commit 1e472fb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,13 @@ fi
echo "Creating bootstrap configuration"
cat > /etc/metalk8s/bootstrap.yaml << EOF
apiVersion: metalk8s.scality.com/v1alpha2
apiVersion: metalk8s.scality.com/v1alpha3
kind: BootstrapConfiguration
networks:
controlPlane: #{CONTROL_PLANE_IP}/#{prefixlen(CONTROL_PLANE_NETMASK)}
workloadPlane: #{WORKLOAD_PLANE_IP}/#{prefixlen(WORKLOAD_PLANE_NETMASK)}
controlPlane:
cidr: #{CONTROL_PLANE_IP}/#{prefixlen(CONTROL_PLANE_NETMASK)}
workloadPlane:
cidr: #{WORKLOAD_PLANE_IP}/#{prefixlen(WORKLOAD_PLANE_NETMASK)}
ca:
minion: bootstrap
archives:
Expand Down

0 comments on commit 1e472fb

Please sign in to comment.