Skip to content

Commit

Permalink
remove drift references (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
epwinchell authored Nov 19, 2024
1 parent caab9e1 commit 463d7c0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 583 deletions.
58 changes: 0 additions & 58 deletions packages/common/config/apis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,64 +249,6 @@ export const apiConfigurations: ReadonlyArray<Readonly<APIConfiguration>> = [
) as unknown as Promise<APIContent>,
tags: [apiLabelsMap["spend-management"], apiLabelsMap["insights"]],
},
{
id: "drift",
displayName: "Drift Backend Service",
description: "Service that returns differences between systems",
icon: "GenericIcon",
apiContentPath: "./apis/hcc-insights/drift/content.json",
serverUrl: "https://console.redhat.com",
getApiContent: () =>
import(
"./apis/hcc-insights/drift/content.json"
) as unknown as Promise<APIContent>,
tags: [
apiLabelsMap["ansible"],
apiLabelsMap["rhel"],
apiLabelsMap["observe"],
apiLabelsMap["openshift"],
apiLabelsMap["insights"],
],
},
{
id: "system-baseline",
displayName: "Drift Baseline",
description: "Service that returns system baselines",
icon: "GenericIcon",
apiContentPath: "./apis/hcc-insights/system-baseline/content.json",
serverUrl: "https://console.redhat.com",
getApiContent: () =>
import(
"./apis/hcc-insights/system-baseline/content.json"
) as unknown as Promise<APIContent>,
tags: [
apiLabelsMap["ansible"],
apiLabelsMap["rhel"],
apiLabelsMap["observe"],
apiLabelsMap["openshift"],
apiLabelsMap["insights"],
],
},
{
id: "historical-system-profiles",
displayName: "Drift Historical Systems Profile Service ",
description: "Service that returns system baselines",
icon: "GenericIcon",
apiContentPath:
"./apis/hcc-insights/historical-system-profiles/content.json",
serverUrl: "https://console.redhat.com",
getApiContent: () =>
import(
"./apis/hcc-insights/historical-system-profiles/content.json"
) as unknown as Promise<APIContent>,
tags: [
apiLabelsMap["ansible"],
apiLabelsMap["rhel"],
apiLabelsMap["observe"],
apiLabelsMap["openshift"],
apiLabelsMap["insights"],
],
},
{
id: "export-service",
displayName: "Export Service",
Expand Down
Loading

0 comments on commit 463d7c0

Please sign in to comment.