- 20 May, 2015 4 commits
-
-
Add apt packages required for new shibboleth implementation
Braden MacDonald committed -
Updates to santizing script to work with current data
Kevin Falcone committed -
Truncating a hash function is kind of terrible, but this gives us a unique 30 character string and should avoid conflicts.
Kevin Falcone committed -
! should be understood by django to mean "no password set". It's handled better in newer versions, but even in 1.4 it doesn't cause the "login hangs" errors on stage like '' does.
Kevin Falcone committed
-
- 19 May, 2015 7 commits
-
-
Support creating 0-many ELBs at once from a service configuration
Kevin Falcone committed -
elbs: - name: "{{ e_d_c }}-public" scheme: "internet-facing" - name: "{{ e_d_c }}-internal" scheme: "internal" If an internal elb exists, we need private subnets This is functionally identical to the service_subnets and assumes you've defined a private_elb_subnet_{1,2} similar to the existing public_subnet_{1,2} variables (and requires code added in edx-secure's edx_service) The subnet if statement is horride, but registering that variable as a temporary global wasn't working. Services might not have elbs, might only have public ELBs or might have internal ELBs with no subnets configured. Try to catch these cases before ansible/ec2 give a less useful error message.
Kevin Falcone committed -
Move aws specific task to aws role.
Edward Zarecor committed -
Updates to db creation playbooks.
Feanil Patel committed -
Don't use auth on the URL that is used for healthcheck.
Feanil Patel committed -
- Delete the create_dbs.yml playbook since we don't use it. - Update the create_db_and_users.yml playbook to use lists instead of dictionaries.
Feanil Patel committed -
Edward Zarecor committed
-
- 18 May, 2015 4 commits
-
-
Index the jenkins master log in Splunk
Jesse Zoldak committed -
Jesse Zoldak committed
-
Feanil Patel committed
-
Fix looping over removed template
Max Rothman committed
-
- 15 May, 2015 25 commits
-
-
Max Rothman committed
-
The version in service-builder used a list while the one in master expected a dict.
Feanil Patel committed -
Updated all the usages to provide a list.
Feanil Patel committed -
Add cassandra role
Max Rothman committed -
Update template.
Feanil Patel committed -
Feanil Patel committed
-
Max Rothman committed
-
Remove unused PEARSON_TEST_PASSWORD setting
Kevin Falcone committed -
Use profile for vpc creation.
Feanil Patel committed -
Feanil Patel committed
-
I'm not seeing this referenced anywhere in the `edx-platform` codebase.
stv committed -
E0d/service builder
Edward Zarecor committed -
Feanil/vpc tool update
Feanil Patel committed -
Feanil Patel committed
-
We hate handlers
Edward Zarecor committed -
Feanil Patel committed
-
Feanil Patel committed
-
Edward Zarecor committed
-
Max Rothman committed
-
Max Rothman committed
-
Feanil Patel committed
-
Feanil Patel committed
-
Also update vars to better follow our conventions.
Feanil Patel committed -
Move our changes to the 1.9 version of the ec2_vpc module.
Feanil Patel committed -
Add ability to use SSL for mongo connections.
Feanil Patel committed
-