Skip to content

Commit

Permalink
Merge pull request deis#4840 from Rafflecopter/fix-fleet-metadata
Browse files Browse the repository at this point in the history
Add metadata to linode cloud init template.
  • Loading branch information
krancour committed Jan 8, 2016
2 parents 2520e54 + 8feb367 commit d64d49d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/linode/linode-user-data-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
hostname: $hostname
coreos:
fleet:
metadata: name=%H
metadata: name=%H,controlPlane=true,dataPlane=true,routerMesh=true
units:
- name: 00-eth0.network
runtime: true
Expand Down

0 comments on commit d64d49d

Please sign in to comment.