nixos/tests/victorialogs: migrate to container test (#530249)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
name = "victorialogs-local-write";
|
||||
meta.maintainers = with lib.maintainers; [ marie ];
|
||||
|
||||
nodes.machine =
|
||||
containers.machine =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.victorialogs.enable = true;
|
||||
|
||||
@@ -9,7 +9,7 @@ in
|
||||
name = "victorialogs-remote-write-with-vlagent";
|
||||
meta.maintainers = [ lib.maintainers.shawn8901 ];
|
||||
|
||||
nodes.server =
|
||||
containers.server =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
networking.firewall.allowedTCPPorts = [ 9428 ];
|
||||
@@ -20,7 +20,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
nodes.client =
|
||||
containers.client =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.vlagent = {
|
||||
|
||||
Reference in New Issue
Block a user