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
fb523eca
Commit
fb523eca
authored
9 years ago
by
Fred Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move load-tests to a better named directory
parent
8fc28120
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
playbooks/roles/locust/defaults/main.yml
+3
-4
No files found.
playbooks/roles/locust/defaults/main.yml
View file @
fb523eca
...
@@ -14,11 +14,10 @@
...
@@ -14,11 +14,10 @@
#
#
# vars are namespace with the module name.
# vars are namespace with the module name.
#
#
locust_role_name
:
"
locust"
locust_service_name
:
"
locust"
locust_service_name
:
"
locust"
locust_home
:
"
{{
COMMON_APP_DIR
}}/{{
locust_service_name
}}"
locust_home
:
"
{{
COMMON_APP_DIR
}}/{{
locust_service_name
}}"
locust_user
:
"
locust"
locust_user
:
"
locust"
locust_code_dir
:
"
{{
locust_home
}}/
{{
locust_service_name
}}
"
locust_code_dir
:
"
{{
locust_home
}}/
load-tests
"
locust_requirements_base
:
"
{{
locust_code_dir
}}/locust"
locust_requirements_base
:
"
{{
locust_code_dir
}}/locust"
locust_requirements
:
locust_requirements
:
-
"
requirements.txt"
-
"
requirements.txt"
...
@@ -28,9 +27,9 @@ LOCUST_GIT_IDENTITY: !!null
...
@@ -28,9 +27,9 @@ LOCUST_GIT_IDENTITY: !!null
LOCUST_LOADTEST_REPO
:
'
load-tests'
LOCUST_LOADTEST_REPO
:
'
load-tests'
LOCUST_LOADTEST_REPO_VERSION
:
'
master'
LOCUST_LOADTEST_REPO_VERSION
:
'
master'
LOCUST_LOADTEST_DIR
:
'
.
'
LOCUST_LOADTEST_DIR
:
'
locust/lms
'
LOCUST_MASTER
:
null
LOCUST_MASTER
:
!!
null
LOCUST_TARGET_HOST
:
'
http://localhost/'
LOCUST_TARGET_HOST
:
'
http://localhost/'
...
...
This diff is collapsed.
Click to expand it.
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