Skip to content

Commit

Permalink
operations: add sysbench-user ops-file
Browse files Browse the repository at this point in the history
Creates an "sbtest" user with access to an "sbtest" database to make
benchmarking with sysbench easier.

Authored-by: Andrew Garner <[email protected]>
  • Loading branch information
abg committed Sep 27, 2022
1 parent f97d796 commit 4b07670
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions operations/test/sysbench-user.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
- type: replace
path: /instance_groups/name=mysql/jobs/name=pxc-mysql/properties/seeded_databases?/name=sbtest?
value:
name: sbtest
username: sbtest
password: ((sysbench_db_password))

- type: replace
path: /variables/name=sysbench_db_password?
value:
name: sysbench_db_password
type: password

0 comments on commit 4b07670

Please sign in to comment.