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
2a899081
Commit
2a899081
authored
Jul 08, 2016
by
e0d
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comments, plus fixing openstack role
parent
b84a26eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
playbooks/roles/aws/defaults/main.yml
+5
-0
playbooks/roles/openstack/defaults/main.yml
+6
-0
No files found.
playbooks/roles/aws/defaults/main.yml
View file @
2a899081
...
...
@@ -11,6 +11,11 @@
# Defaults for role 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
}}"
...
...
playbooks/roles/openstack/defaults/main.yml
View file @
2a899081
...
...
@@ -11,7 +11,13 @@
# Defaults for role 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
:
'
'
...
...
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