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
532b648b
Commit
532b648b
authored
Jun 16, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates to get alton to work on the admin instance.
parent
55bef11e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
2 deletions
+23
-2
cloudformation_templates/edx-admin-reference-architecture.json
+12
-0
playbooks/edx-east/alton.yml
+7
-0
playbooks/roles/alton/defaults/main.yml
+2
-0
playbooks/roles/redis/defaults/main.yml
+2
-2
No files found.
cloudformation_templates/edx-admin-reference-architecture.json
View file @
532b648b
...
...
@@ -652,6 +652,12 @@
"FromPort"
:
"587"
,
"ToPort"
:
"587"
,
"CidrIp"
:
"0.0.0.0/0"
},
{
"IpProtocol"
:
"tcp"
,
"FromPort"
:
"5222"
,
"ToPort"
:
"5222"
,
"CidrIp"
:
"0.0.0.0/0"
}
],
"SecurityGroupEgress"
:[
...
...
@@ -680,6 +686,12 @@
"FromPort"
:
"587"
,
"ToPort"
:
"587"
,
"CidrIp"
:
"0.0.0.0/0"
},
{
"IpProtocol"
:
"tcp"
,
"FromPort"
:
"5222"
,
"ToPort"
:
"5222"
,
"CidrIp"
:
"0.0.0.0/0"
}
]
}
...
...
playbooks/edx-east/alton.yml
0 → 100644
View file @
532b648b
# Configure an admin instance with jenkins and asgard.
-
name
:
Configure instance(s)
hosts
:
all
sudo
:
True
gather_facts
:
True
roles
:
-
alton
playbooks/roles/alton/defaults/main.yml
View file @
532b648b
...
...
@@ -24,6 +24,7 @@ ALTON_NAME: 'Alton W. Daemon'
ALTON_HANDLE
:
'
alton'
ALTON_REDIS_URL
:
'
redis://fakeuser:redispassword@localhost:6379'
ALTON_HTTPSERVER_PORT
:
'
8081'
ALTON_WORLD_WEATHER_KEY
:
!!null
alton_role_name
:
alton
...
...
@@ -49,6 +50,7 @@ alton_environment:
WILL_HANDLE
:
"
{{
ALTON_HANDLE
}}"
WILL_REDIS_URL
:
"
{{
ALTON_REDIS_URL
}}"
WILL_HTTPSERVER_PORT
:
"
{{
ALTON_HTTPSERVER_PORT
}}"
WORLD_WEATHER_ONLINE_KEY
:
"
{{
ALTON_WORLD_WEATHER_KEY
}}"
#
# OS packages
...
...
playbooks/roles/redis/defaults/main.yml
View file @
532b648b
...
...
@@ -19,7 +19,7 @@ REDIS_MAX_MEMORY_POLICY: "noeviction"
# vars are namespace with the module name.
#
redis_role_name
:
redis
redis_ppa
:
"
ppa:
rwky/redis
"
redis_ppa
:
"
ppa:
chris-lea/redis-server
"
redis_user
:
redis
redis_group
:
redis
...
...
@@ -29,6 +29,6 @@ redis_group: redis
#
redis_debian_pkgs
:
-
"
redis-server=2:2.8.1
0-rwky1~precise
"
-
"
redis-server=2:2.8.1
1-1chl1~precise1
"
redis_redhat_pkgs
:
[]
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