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
43ba2f65
Commit
43ba2f65
authored
Jun 05, 2015
by
Kevin Falcone
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2081 from edx/jibsheet/rds_subnets
Switch to using the vpc_class_b for these subnets
parents
114a3bf0
dc12986c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
playbooks/roles/edx_service_rds/defaults/main.yml
+3
-3
No files found.
playbooks/roles/edx_service_rds/defaults/main.yml
View file @
43ba2f65
...
...
@@ -42,9 +42,9 @@ EDX_SERVICE_RDS_BACKUP_DAYS: 30
EDX_SERVICE_RDS_BACKUP_WINDOW
:
"
02:00-03:00"
EDX_SERVICE_RDS_SUBNET_1_AZ
:
"
us-east-1c"
EDX_SERVICE_RDS_SUBNET_1_CIDR
:
"
10.253
.50.0/24"
EDX_SERVICE_RDS_SUBNET_1_CIDR
:
"
{{
vpc_class_b
}}
.50.0/24"
EDX_SERVICE_RDS_SUBNET_2_AZ
:
"
us-east-1d"
EDX_SERVICE_RDS_SUBNET_2_CIDR
:
"
10.253
.51.0/24"
EDX_SERVICE_RDS_SUBNET_2_CIDR
:
"
{{
vpc_class_b
}}
.51.0/24"
# The defaults are permissive, override
EDX_SERVICE_RDS_SECURITY_GROUP
:
...
...
@@ -81,7 +81,7 @@ EDX_SERVICE_RDS_VPC_DB_ACL:
rule_action
:
"
allow"
EDX_SERVICE_RDS_VPC_DB_ROUTE_TABLE
:
-
cidr
:
"
10.253
.0.0/16"
-
cidr
:
"
{{
vpc_class_b
}}
.0.0/16"
gateway
:
'
local'
# typically override the all caps vars, but may
...
...
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