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
ce7a9cf6
Commit
ce7a9cf6
authored
Mar 14, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling and make the xserver name consistent with everything else.
parent
efff5902
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
37 deletions
+37
-37
cloudformation_templates/edx-reference-architecture.json
+37
-37
No files found.
cloudformation_templates/edx-reference-architecture.json
View file @
ce7a9cf6
...
...
@@ -3047,7 +3047,7 @@
]
}
},
"EdxappServerA
S
Group"
:{
"EdxappServerA
s
Group"
:{
"Type"
:
"AWS::AutoScaling::AutoScalingGroup"
,
"Properties"
:{
"AvailabilityZones"
:[
...
...
@@ -3122,7 +3122,7 @@
"Properties"
:{
"AdjustmentType"
:
"ChangeInCapacity"
,
"AutoScalingGroupName"
:{
"Ref"
:
"EdxappServerA
S
Group"
"Ref"
:
"EdxappServerA
s
Group"
},
"Cooldown"
:
"60"
,
"ScalingAdjustment"
:
"1"
...
...
@@ -3133,7 +3133,7 @@
"Properties"
:{
"AdjustmentType"
:
"ChangeInCapacity"
,
"AutoScalingGroupName"
:{
"Ref"
:
"EdxappServerA
S
Group"
"Ref"
:
"EdxappServerA
s
Group"
},
"Cooldown"
:
"60"
,
"ScalingAdjustment"
:
"-1"
...
...
@@ -3158,7 +3158,7 @@
{
"Name"
:
"AutoScalingGroupName"
,
"Value"
:{
"Ref"
:
"EdxappServerA
S
Group"
"Ref"
:
"EdxappServerA
s
Group"
}
}
],
...
...
@@ -3184,7 +3184,7 @@
{
"Name"
:
"AutoScalingGroupName"
,
"Value"
:{
"Ref"
:
"EdxappServerA
S
Group"
"Ref"
:
"EdxappServerA
s
Group"
}
}
],
...
...
@@ -3370,7 +3370,7 @@
]
}
},
"XqueueServerA
S
Group"
:{
"XqueueServerA
s
Group"
:{
"Type"
:
"AWS::AutoScaling::AutoScalingGroup"
,
"Properties"
:{
"AvailabilityZones"
:[
...
...
@@ -3445,7 +3445,7 @@
"Properties"
:{
"AdjustmentType"
:
"ChangeInCapacity"
,
"AutoScalingGroupName"
:{
"Ref"
:
"XqueueServerA
S
Group"
"Ref"
:
"XqueueServerA
s
Group"
},
"Cooldown"
:
"60"
,
"ScalingAdjustment"
:
"1"
...
...
@@ -3456,7 +3456,7 @@
"Properties"
:{
"AdjustmentType"
:
"ChangeInCapacity"
,
"AutoScalingGroupName"
:{
"Ref"
:
"XqueueServerA
S
Group"
"Ref"
:
"XqueueServerA
s
Group"
},
"Cooldown"
:
"60"
,
"ScalingAdjustment"
:
"-1"
...
...
@@ -3481,7 +3481,7 @@
{
"Name"
:
"AutoScalingGroupName"
,
"Value"
:{
"Ref"
:
"XqueueServerA
S
Group"
"Ref"
:
"XqueueServerA
s
Group"
}
}
],
...
...
@@ -3507,7 +3507,7 @@
{
"Name"
:
"AutoScalingGroupName"
,
"Value"
:{
"Ref"
:
"XqueueServerA
S
Group"
"Ref"
:
"XqueueServerA
s
Group"
}
}
],
...
...
@@ -3679,7 +3679,7 @@
]
}
},
"CommonClusterServerA
S
Group"
:{
"CommonClusterServerA
s
Group"
:{
"Type"
:
"AWS::AutoScaling::AutoScalingGroup"
,
"Properties"
:{
"AvailabilityZones"
:[
...
...
@@ -3776,7 +3776,7 @@
{
"Name"
:
"AutoScalingGroupName"
,
"Value"
:{
"Ref"
:
"CommonClusterServerA
S
Group"
"Ref"
:
"CommonClusterServerA
s
Group"
}
}
],
...
...
@@ -3798,7 +3798,7 @@
{
"Name"
:
"AutoScalingGroupName"
,
"Value"
:{
"Ref"
:
"CommonClusterServerA
S
Group"
"Ref"
:
"CommonClusterServerA
s
Group"
}
}
],
...
...
@@ -4209,13 +4209,13 @@
]
}
},
"XServer"
:{
"X
server
Server"
:{
"Type"
:
"AWS::AutoScaling::LaunchConfiguration"
,
"Properties"
:{
"IamInstanceProfile"
:{
"Ref"
:
"XServerInstanceProfile"
},
"SecurityGroups"
:[
{
"Ref"
:
"XServerSecurityGroup"
"Ref"
:
"X
server
ServerSecurityGroup"
}
],
"ImageId"
:{
...
...
@@ -4251,7 +4251,7 @@
]
}
},
"X
ServerAS
Group"
:{
"X
serverServerAs
Group"
:{
"Type"
:
"AWS::AutoScaling::AutoScalingGroup"
,
"Properties"
:{
"AvailabilityZones"
:[
...
...
@@ -4303,7 +4303,7 @@
}
],
"LaunchConfigurationName"
:{
"Ref"
:
"XServer"
"Ref"
:
"X
server
Server"
},
"MinSize"
:{
"Ref"
:
"XServerDesiredCapacity"
...
...
@@ -4321,23 +4321,23 @@
]
}
},
"XServerScaleUpPolicy"
:{
"X
server
ServerScaleUpPolicy"
:{
"Type"
:
"AWS::AutoScaling::ScalingPolicy"
,
"Properties"
:{
"AdjustmentType"
:
"ChangeInCapacity"
,
"AutoScalingGroupName"
:{
"Ref"
:
"X
ServerAS
Group"
"Ref"
:
"X
serverServerAs
Group"
},
"Cooldown"
:
"60"
,
"ScalingAdjustment"
:
"1"
}
},
"XServerScaleDownPolicy"
:{
"X
server
ServerScaleDownPolicy"
:{
"Type"
:
"AWS::AutoScaling::ScalingPolicy"
,
"Properties"
:{
"AdjustmentType"
:
"ChangeInCapacity"
,
"AutoScalingGroupName"
:{
"Ref"
:
"X
ServerAS
Group"
"Ref"
:
"X
serverServerAs
Group"
},
"Cooldown"
:
"60"
,
"ScalingAdjustment"
:
"-1"
...
...
@@ -4355,14 +4355,14 @@
"Threshold"
:
"90"
,
"AlarmActions"
:[
{
"Ref"
:
"XServerScaleUpPolicy"
"Ref"
:
"X
server
ServerScaleUpPolicy"
}
],
"Dimensions"
:[
{
"Name"
:
"AutoScalingGroupName"
,
"Value"
:{
"Ref"
:
"X
ServerAS
Group"
"Ref"
:
"X
serverServerAs
Group"
}
}
],
...
...
@@ -4381,14 +4381,14 @@
"Threshold"
:
"70"
,
"AlarmActions"
:[
{
"Ref"
:
"XServerScaleDownPolicy"
"Ref"
:
"X
server
ServerScaleDownPolicy"
}
],
"Dimensions"
:[
{
"Name"
:
"AutoScalingGroupName"
,
"Value"
:{
"Ref"
:
"X
ServerAS
Group"
"Ref"
:
"X
serverServerAs
Group"
}
}
],
...
...
@@ -4465,7 +4465,7 @@
]
}
},
"XServerSecurityGroup"
:{
"X
server
ServerSecurityGroup"
:{
"Type"
:
"AWS::EC2::SecurityGroup"
,
"Properties"
:{
"GroupDescription"
:
"Open up SSH access plus XServer required ports"
,
...
...
@@ -4680,7 +4680,7 @@
]
}
},
"WorkerServerA
S
Group"
:{
"WorkerServerA
s
Group"
:{
"Type"
:
"AWS::AutoScaling::AutoScalingGroup"
,
"Properties"
:{
"AvailabilityZones"
:[
...
...
@@ -4750,7 +4750,7 @@
"Properties"
:{
"AdjustmentType"
:
"ChangeInCapacity"
,
"AutoScalingGroupName"
:{
"Ref"
:
"WorkerServerA
S
Group"
"Ref"
:
"WorkerServerA
s
Group"
},
"Cooldown"
:
"60"
,
"ScalingAdjustment"
:
"1"
...
...
@@ -4761,7 +4761,7 @@
"Properties"
:{
"AdjustmentType"
:
"ChangeInCapacity"
,
"AutoScalingGroupName"
:{
"Ref"
:
"WorkerServerA
S
Group"
"Ref"
:
"WorkerServerA
s
Group"
},
"Cooldown"
:
"60"
,
"ScalingAdjustment"
:
"-1"
...
...
@@ -4786,7 +4786,7 @@
{
"Name"
:
"AutoScalingGroupName"
,
"Value"
:{
"Ref"
:
"WorkerServerA
S
Group"
"Ref"
:
"WorkerServerA
s
Group"
}
}
],
...
...
@@ -4812,7 +4812,7 @@
{
"Name"
:
"AutoScalingGroupName"
,
"Value"
:{
"Ref"
:
"WorkerServerA
S
Group"
"Ref"
:
"WorkerServerA
s
Group"
}
}
],
...
...
@@ -4897,7 +4897,7 @@
]
}
},
"ForumServerA
S
Group"
:{
"ForumServerA
s
Group"
:{
"Type"
:
"AWS::AutoScaling::AutoScalingGroup"
,
"Properties"
:{
"AvailabilityZones"
:[
...
...
@@ -4972,7 +4972,7 @@
"Properties"
:{
"AdjustmentType"
:
"ChangeInCapacity"
,
"AutoScalingGroupName"
:{
"Ref"
:
"ForumServerA
S
Group"
"Ref"
:
"ForumServerA
s
Group"
},
"Cooldown"
:
"60"
,
"ScalingAdjustment"
:
"1"
...
...
@@ -4983,7 +4983,7 @@
"Properties"
:{
"AdjustmentType"
:
"ChangeInCapacity"
,
"AutoScalingGroupName"
:{
"Ref"
:
"ForumServerA
S
Group"
"Ref"
:
"ForumServerA
s
Group"
},
"Cooldown"
:
"60"
,
"ScalingAdjustment"
:
"-1"
...
...
@@ -5008,7 +5008,7 @@
{
"Name"
:
"AutoScalingGroupName"
,
"Value"
:{
"Ref"
:
"ForumServerA
S
Group"
"Ref"
:
"ForumServerA
s
Group"
}
}
],
...
...
@@ -5034,7 +5034,7 @@
{
"Name"
:
"AutoScalingGroupName"
,
"Value"
:{
"Ref"
:
"ForumServerA
S
Group"
"Ref"
:
"ForumServerA
s
Group"
}
}
],
...
...
@@ -5288,7 +5288,7 @@
]
}
},
"MongoServerA
S
Group"
:{
"MongoServerA
s
Group"
:{
"Type"
:
"AWS::AutoScaling::AutoScalingGroup"
,
"Properties"
:{
"AvailabilityZones"
:[
...
...
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