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
a5d9ff7b
Commit
a5d9ff7b
authored
Mar 04, 2014
by
John Jarvis
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #842 from edx/jarv/change-secure-var-location
changing secure var location
parents
065d56e8
baac5332
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
util/vpc-tools/abbey.py
+2
-2
No files found.
util/vpc-tools/abbey.py
View file @
a5d9ff7b
...
...
@@ -124,7 +124,7 @@ def parse_args():
metavar
=
"SECURE_VAR_FILE"
,
help
=
"path to secure-vars from the root of "
"the secure repo (defaults to ansible/"
"vars/
DEPLOYMENT/
ENVIRONMENT-DEPLOYMENT.yml)"
)
"vars/ENVIRONMENT-DEPLOYMENT.yml)"
)
parser
.
add_argument
(
'--stack-name'
,
help
=
"defaults to ENVIRONMENT-DEPLOYMENT"
,
metavar
=
"STACK_NAME"
,
...
...
@@ -662,7 +662,7 @@ if __name__ == '__main__':
if
args
.
secure_vars
:
secure_vars
=
args
.
secure_vars
else
:
secure_vars
=
"ansible/vars/{}
/{}
-{}.yml"
.
format
(
secure_vars
=
"ansible/vars/{}-{}.yml"
.
format
(
args
.
environment
,
args
.
environment
,
args
.
deployment
)
if
args
.
stack_name
:
stack_name
=
args
.
stack_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