Skip to content

Commit 95738cb

Browse files
committed
disable nomad
1 parent 280b7c8 commit 95738cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/core/services/cluster/src/ops/datacenter/topology_get

packages/core/services/cluster/src/ops/datacenter/topology_get/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ pub async fn cluster_datacenter_topology_get(
211211
Ok((hardware_specs, prometheus_metrics))
212212
},
213213
async {
214-
if ctx.config().server()?.nomad.is_some() {
214+
if false {
215215
// Request is not paginated
216216
let nomad_config = nomad_util::new_build_config(ctx.config())?;
217217
allocations_api::get_allocations(
@@ -235,7 +235,7 @@ pub async fn cluster_datacenter_topology_get(
235235
}
236236
},
237237
async {
238-
if ctx.config().server()?.nomad.is_some() {
238+
if false {
239239
// Request is not paginated
240240
let nomad_config = nomad_util::new_build_config(ctx.config())?;
241241
nodes_api::get_nodes(

0 commit comments

Comments
 (0)