Skip to content

Commit

Permalink
changed default instance to m3.medium
Browse files Browse the repository at this point in the history
  • Loading branch information
hkim823 committed Apr 15, 2014
1 parent 2b73215 commit 11667ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions util/jenkins/ansible-provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Ansible provisioning wrapper script that
# assumes the following parameters set
# as environment variables
#
#
# - github_username
# - server_type
# - instance_type
Expand Down Expand Up @@ -72,7 +72,7 @@ if [[ -z $ami ]]; then
fi

if [[ -z $instance_type ]]; then
instance_type="m1.medium"
instance_type="m3.medium"
fi

deploy_host="${dns_name}.${dns_zone}"
Expand Down Expand Up @@ -118,9 +118,9 @@ keypair: $keypair
instance_type: $instance_type
security_group: $security_group
ami: $ami
region: $region
region: $region
zone: $zone
instance_tags:
instance_tags:
environment: $environment
github_username: $github_username
Name: $name_tag
Expand Down

0 comments on commit 11667ac

Please sign in to comment.