Commit 9719341
authored
Imply vshard roles (#165)
Two new cartridge role properties were introduced in
tarantool/cartridge#1217:
```
implies_router = true,
implies_storage = true,
```
They're necessary to preserve Cartridge WebUI operability (bootstrap
vshard button visible) even if vshard roles are hidden explicitly.
This patch adds these properties to the crud roles, as they
already have corresponding dependencies.1 parent 8405369 commit 9719341
3 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
16 | 17 | | |
0 commit comments