Skip to content

Commit

Permalink
Merge pull request #97 from input-output-hk/rem-dead-code-topology
Browse files Browse the repository at this point in the history
Remove dead code
  • Loading branch information
manveru committed Oct 28, 2021
2 parents c17639f + 8d4b65f commit fd02422
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/clusters.nix
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,6 @@ in listToAttrs (forEach clusterFiles (file:
mapAttrs (name: instance: mkSystem name ([ file ] ++ instance.modules))
proto.config.cluster.autoscalingGroups;

# All data used by the CLI should be exported here.
topology = {
nodes = flip mapAttrs proto.config.cluster.instances (name: node: {
inherit (proto.config.cluster) kms region;
inherit (node) name privateIP instanceType;
});
groups = attrNames groups;
};

secrets = pkgs.callPackages ../pkgs/bitte-secrets.nix {
inherit (proto.config) cluster;
};
Expand Down

0 comments on commit fd02422

Please sign in to comment.