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
eb8a7178
Commit
eb8a7178
authored
Jul 10, 2016
by
Edward Zarecor
Committed by
GitHub
Jul 10, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3236 from edx/e0d/alternate-solution-to-aws-issue
Passing the var
parents
0f5167d9
2a899081
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
4 deletions
+18
-4
playbooks/roles/aws/defaults/main.yml
+7
-1
playbooks/roles/aws/meta/main.yml
+2
-1
playbooks/roles/openstack/defaults/main.yml
+7
-1
playbooks/roles/openstack/meta/main.yml
+2
-1
No files found.
playbooks/roles/aws/defaults/main.yml
View file @
eb8a7178
...
...
@@ -11,7 +11,13 @@
# Defaults for role aws
#
VHOST_NAME
:
aws
# Both of these vars are required to work-around
# some ansible variable precedence issues with
# circular dependencies introduced in the openstack PR.
# More investigation is required to determine the optimal
# solution.
vhost_name
:
aws
VHOST_NAME
:
"
{{
vhost_name
}}"
# If there are any issues with the s3 sync an error
# log will be sent to the following address.
...
...
playbooks/roles/aws/meta/main.yml
View file @
eb8a7178
...
...
@@ -11,4 +11,5 @@
# Role includes for role aws
#
dependencies
:
-
vhost
-
role
:
vhost
VHOST_NAME
:
"
{{
vhost_name
}}"
playbooks/roles/openstack/defaults/main.yml
View file @
eb8a7178
...
...
@@ -11,7 +11,13 @@
# Defaults for role openstack
#
VHOST_NAME
:
openstack
# Both of these vars are required to work-around
# some ansible variable precedence issues with
# circular dependencies introduced in the openstack PR.
# More investigation is required to determine the optimal
# solution.
vhost_name
:
openstack
VHOST_NAME
:
"
{{
vhost_name
}}"
# Credentials for log sync script
SWIFT_LOG_SYNC_USERNAME
:
'
'
...
...
playbooks/roles/openstack/meta/main.yml
View file @
eb8a7178
...
...
@@ -11,4 +11,5 @@
# Role includes for role openstack
#
dependencies
:
-
vhost
-
role
:
vhost
VHOST_NAME
:
"
{{
vhost_name
}}"
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