Skip to content

Commit

Permalink
eve: 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 by openstack worker for multiple-nodes
  • Loading branch information
TeddyAndrieux committed Jul 30, 2020
1 parent 1e472fb commit 283c722
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ mkdir -p /etc/salt
echo "bootstrap-node" > /etc/salt/minion_id

cat > "$OUTPUT_FILE" << EOF
apiVersion: metalk8s.scality.com/v1alpha2
apiVersion: metalk8s.scality.com/v1alpha3
kind: BootstrapConfiguration
networks:
controlPlane: 10.100.0.0/16
workloadPlane: 10.100.0.0/16
controlPlane:
cidr:
- 10.100.0.0/16
workloadPlane:
cidr: 10.100.0.0/16
ca:
minion: $(cat /etc/salt/minion_id)
archives:
Expand Down

0 comments on commit 283c722

Please sign in to comment.