Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sol1 Ansible Roles
sol1-influxdb
Commits
7e6ff5fa
Commit
7e6ff5fa
authored
Jan 21, 2016
by
Ross McDonald
Browse files
Added sample stress configuration.
parent
9ee23568
Changes
3
Hide whitespace changes
Inline
Side-by-side
tasks/main.yml
View file @
7e6ff5fa
...
...
@@ -40,3 +40,6 @@
-
include
:
verify.yml
tags
:
[
influxdb
,
verify
]
-
include
:
stress.yml
tags
:
[
influxdb
,
stress
]
tasks/stress.yml
0 → 100644
View file @
7e6ff5fa
---
-
name
:
Set templated stress configuration
templates
:
src
:
stress/stress_nightly_round_robin_autoprovision.toml
dest
:
/etc/influxdb/stress.toml
when
:
influxdb_run_stress
-
name
:
Run stress tool
command
:
influx_stress -config /etc/influxdb/stress.toml
when
:
influxdb_run_stress
vars/main.yml
View file @
7e6ff5fa
...
...
@@ -11,7 +11,7 @@ is_vagrant: no
influxdb_install_url
:
# Whether or not to purge peer data on each run (useful for cluster testing). NOTE: This will
# cause data loss on an active cluster, so use caution
# cause
catastrophic
data loss on an active cluster
/instance
, so use caution
.
influxdb_purge_peer_data
:
no
# If yes, service will be started. Will not be started if set to no.
...
...
@@ -20,6 +20,9 @@ influxdb_start_service: yes
# If yes, will overwrite the packaged configuration with an Asnible/jinja2 template
influxdb_template_configuration
:
yes
# If yes, will run a templatized stress test against a target instance
influxdb_run_stress
:
no
# If supplied, will check for presence of database, and error if not found (useful for upgrade
# testing).
influxdb_verify_database_is_present
:
...
...
Write
Preview
Supports
Markdown
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