Skip to content

Commit

Permalink
Update aws-fleet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patocox committed Feb 17, 2015
1 parent f33d68f commit 5e6c678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/job_templates/aws-fleet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ environment:
description: Region and availability zone to deploy your cluster.
- variable: NODE_COUNT
value: 2
description: Number of minions to include in your cluster. A master node is auto-created. Do not count the master node in this value.
description: Number of nodes to include in your cluster.
- variable: VM_SIZE
value: t2.small
description: Size for each node in your cluster. The value should match the available sizes in the AWS console that are compatible with RHEL 7.
description: Size for each node in your cluster. The value should match the available sizes in the AWS console that are compatible with CoreOS.
steps:
- name: Deploy AWS Fleet Cluster
source: centurylink/cluster-deploy:aws.fleet
Expand Down

0 comments on commit 5e6c678

Please sign in to comment.