Skip to content

Commit

Permalink
chore!: TOOLS-2875 remove generate config command in favor of asconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Apr 3, 2024
1 parent 04fc761 commit 15e71e3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 2,159 deletions.
1 change: 0 additions & 1 deletion lib/live_cluster/collectinfo_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
import traceback
from typing import Any, Callable
from lib.live_cluster.client.node import Node
from lib.live_cluster.generate_config_controller import GenerateConfigController
from lib.live_cluster.logfile_downloader import LogFileDownloader
from lib.live_cluster import ssh
from lib.utils.types import NodeDict
Expand Down
100 changes: 0 additions & 100 deletions lib/live_cluster/generate_config_controller.py

This file was deleted.

4 changes: 0 additions & 4 deletions lib/live_cluster/live_cluster_root_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
import asyncio
from io import StringIO
import sys
from lib.live_cluster.generate_config_controller import (
GenerateController,
)

from OpenSSL import SSL
from lib.live_cluster.collectlogs_controller import CollectlogsController
Expand Down Expand Up @@ -85,7 +82,6 @@ async def __init__(

self.controller_map = {
"health": HealthCheckController,
"generate": GenerateController,
"summary": SummaryController,
"features": FeaturesController,
"pager": PagerController,
Expand Down
Loading

0 comments on commit 15e71e3

Please sign in to comment.