Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
11667ac3
Commit
11667ac3
authored
Apr 15, 2014
by
Han Su Kim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed default instance to m3.medium
parent
2b732151
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
util/jenkins/ansible-provision.sh
+4
-4
No files found.
util/jenkins/ansible-provision.sh
View file @
11667ac3
...
...
@@ -3,7 +3,7 @@
# Ansible provisioning wrapper script that
# assumes the following parameters set
# as environment variables
#
#
# - github_username
# - server_type
# - instance_type
...
...
@@ -72,7 +72,7 @@ if [[ -z $ami ]]; then
fi
if
[[
-z
$instance_type
]]
;
then
instance_type
=
"m
1
.medium"
instance_type
=
"m
3
.medium"
fi
deploy_host
=
"
${
dns_name
}
.
${
dns_zone
}
"
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment