Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bring back loghost, graylog, elasticsearch6 roles #1237

Draft
wants to merge 1 commit into
base: fc-24.05-dev
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions nixos/platform/static.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ with lib;
# removed by upstream, we want to keep it
memcached = 177;
redis = 181;
graylog = 243;
solr = 309;

# Same as elasticsearch
Expand Down
7 changes: 3 additions & 4 deletions nixos/roles/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ in {
./ceph/osd.nix
./ceph/rgw.nix
./devhost
./elasticsearch.nix
./external_net
./ferretdb.nix
./gitlab.nix
./graylog.nix
./jitsi
./k3s
./lamp.nix
./loki.nix
./loghost.nix
./mailout.nix
./mailserver.nix
./matomo.nix
Expand All @@ -42,10 +45,6 @@ in {
./webproxy.nix

# Removed
(mkRemovedOptionModule [ "flyingcircus" "roles" "graylog" "enable" ] "Last platform version that supported graylog/loghost was 22.05.")
(mkRemovedOptionModule [ "flyingcircus" "roles" "elasticsearch6" "enable" ] "Last platform version that supported elasticsearch6 was 22.11.")
(mkRemovedOptionModule [ "flyingcircus" "roles" "elasticsearch7" "enable" ] "Last platform version that supported elasticsearch7 was 22.11.")
(mkRemovedOptionModule [ "flyingcircus" "roles" "loghost" "enable" ] "Last platform version that supported graylog/loghost was 22.05.")
(mkRemovedOptionModule [ "flyingcircus" "roles" "loghost-location" "enable" ] "Last platform version that supported graylog/loghost was 22.05.")
(mkRemovedOptionModule [ "flyingcircus" "roles" "mysql" "rootPassword" ] "Change the root password via MySQL and modify secret files.")
(mkRemovedOptionModule [ "flyingcircus" "roles" "statshostproxy" "enable" ] "Use flyingcircus.roles.statshost-location-proxy.enable instead.")
Expand Down
Loading
Loading