victoriametrics: remove withVictoriaLogs option
This commit is contained in:
parent
b9a699fe22
commit
ebfbc036ef
@ -9,7 +9,6 @@
|
|||||||
withVmAuth ? true, # HTTP proxy for authentication
|
withVmAuth ? true, # HTTP proxy for authentication
|
||||||
withBackupTools ? true, # vmbackup, vmrestore
|
withBackupTools ? true, # vmbackup, vmrestore
|
||||||
withVmctl ? true, # vmctl is used to migrate time series
|
withVmctl ? true, # vmctl is used to migrate time series
|
||||||
withVictoriaLogs ? true, # logs server
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildGoModule (finalAttrs: {
|
buildGoModule (finalAttrs: {
|
||||||
@ -43,12 +42,6 @@ buildGoModule (finalAttrs: {
|
|||||||
++ lib.optionals withBackupTools [
|
++ lib.optionals withBackupTools [
|
||||||
"app/vmbackup"
|
"app/vmbackup"
|
||||||
"app/vmrestore"
|
"app/vmrestore"
|
||||||
]
|
|
||||||
++ lib.optionals withVictoriaLogs [
|
|
||||||
"app/victoria-logs"
|
|
||||||
"app/vlinsert"
|
|
||||||
"app/vlselect"
|
|
||||||
"app/vlstorage"
|
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|||||||
@ -6,7 +6,6 @@
|
|||||||
lib.addMetaAttrs { mainProgram = "vmagent"; } (
|
lib.addMetaAttrs { mainProgram = "vmagent"; } (
|
||||||
victoriametrics.override {
|
victoriametrics.override {
|
||||||
withServer = false;
|
withServer = false;
|
||||||
withVictoriaLogs = false;
|
|
||||||
withVmAlert = false;
|
withVmAlert = false;
|
||||||
withVmAuth = false;
|
withVmAuth = false;
|
||||||
withBackupTools = false;
|
withBackupTools = false;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user