Skip to content

Commit

Permalink
moved cluster over to new dir (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
PietroPasotti authored Dec 4, 2024
1 parent 02e15b7 commit eedfe50
Show file tree
Hide file tree
Showing 11 changed files with 639 additions and 597 deletions.
2 changes: 1 addition & 1 deletion src/cosl/coordinated_workers/coordinator.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@

import cosl
from cosl.coordinated_workers import worker
from cosl.coordinated_workers.interface import ClusterProvider, RemoteWriteEndpoint
from cosl.coordinated_workers.nginx import (
Nginx,
NginxMappingOverrides,
NginxPrometheusExporter,
)
from cosl.helpers import check_libs_installed
from cosl.interfaces.cluster import ClusterProvider, RemoteWriteEndpoint

check_libs_installed(
"charms.data_platform_libs.v0.s3",
Expand Down
Loading

0 comments on commit eedfe50

Please sign in to comment.