Commit 4b90700
committed
fix: limit
The playbook for migrating from `Redis` to `Valkey` fails as it targets
`all` hosts within the inventory. This means that during reconfiguration
of `Valkey` checks will fail as it attempts to perform `ping pong`
against hosts outside of the `valkey` group. This has been fixed by
limiting the playbook only to `valkey,redis` groups.
Closes-Bug: 2158356
Change-Id: I7baeab33ca8ba4372971d51500042628e3e14efa
Signed-off-by: Jack Hodgkiss <jack@stackhpc.com>migrate-valkey playbook1 parent d72865e commit 4b90700
2 files changed
Lines changed: 7 additions & 1 deletion
File tree
- ansible
- releasenotes/notes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments