Skip to content

Commit f12677b

Browse files
authored
Merge pull request #64 from VictoriaMetrics/roles/remove-deprecated-cluster
roles: remove deprecated roles for cluster deployment
2 parents 2e1b9d6 + 0680ce6 commit f12677b

File tree

28 files changed

+6
-817
lines changed

28 files changed

+6
-817
lines changed

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@ Collection includes the following roles:
2727
See [cluster](playbooks/cluster.yml) and [single](playbooks/single.yml) playbooks for examples of how to use these
2828
roles.
2929

30-
Deprecated roles:
31-
32-
- [docker](./roles/docker) - role for docker installation
33-
- [load_balancer](./roles/load_balancer) - nginx setup for load balancing between select and insert nodes
34-
- [cluster](./roles/cluster) - installs and configures VictoriaMetrics cluster running in docker
35-
36-
These roles are deprecated in favor of roles for each component. They are still available in the collection, but will be
37-
removed in future releases.
38-
Note that per-component roles are using binary releases of VictoriaMetrics, while cluster role is using docker images.
39-
4030
## Cluster deployment
4131

4232
Cluster deployment example is available in [playbooks/cluster.yml](./playbooks/cluster.yml).

galaxy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ name: "cluster"
44
version: "0.0.0"
55
readme: "README.md"
66
authors:
7-
- "Zakhar Bessarab <[email protected]>"
8-
- "bykvaadm <[email protected]>"
7+
- "Zakhar Bessarab <[email protected]>"
98
license:
109
- "Apache-2.0"
1110
tags:

roles/cluster/.yamllint

Lines changed: 0 additions & 33 deletions
This file was deleted.

roles/cluster/README.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

roles/cluster/defaults/main.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

roles/cluster/handlers/main.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

roles/cluster/molecule/default/converge.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

roles/cluster/molecule/default/molecule.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

roles/cluster/molecule/default/tests/test_defaut.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

roles/cluster/molecule/default/verify.yml

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)