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
edx
configuration
Commits
9fddf58f
Commit
9fddf58f
authored
Oct 21, 2015
by
Kevin Falcone
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2387 from edx/jibsheet/ebs_optimized
Allow us to override the boto ebs_optimized flag
parents
263273e3
7bc2a7ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
playbooks/edx-east/edx_service.yml
+2
-2
No files found.
playbooks/edx-east/edx_service.yml
View file @
9fddf58f
...
...
@@ -258,6 +258,7 @@
image
:
"
{{
service_config.ami
}}"
instance_profile_name
:
"
{{
instance_profile_name
}}"
volumes
:
"
{{
service_config.volumes
}}"
ebs_optimized
:
"
{{
service_config.ebs_optimized
}}"
with_sequence
:
count={{ create_instances | default(created_service_subnets.results | length) }}
when
:
not auto_scaling_service and potential_existing_instances.instances|length == 0
register
:
created_instances
...
...
@@ -352,4 +353,4 @@
state
:
running
region
:
"
{{
aws_region
}}"
wait
:
yes
when
:
enhanced_networking ==
true
\ No newline at end of file
when
:
enhanced_networking ==
true
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