Skip to content

Commit 23c772f

Browse files
Code cleanup
1 parent 0b14712 commit 23c772f

File tree

7 files changed

+0
-227
lines changed

7 files changed

+0
-227
lines changed

helm/bundles/cortex-cinder/values.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,6 @@ datasources:
5959
enabled: false
6060
<<: *sharedSSOCert
6161

62-
# Values accessible to all subcharts.
63-
global:
64-
# Values passed to the service through a configmap.
65-
conf:
66-
# Connection parameters for the database where data is stored.
67-
db:
68-
# Must match postgresql settings from the cortex-postgres chart.
69-
host: cortex-cinder-postgresql
70-
7162
# Custom configuration for the cortex postgres chart.
7263
cortex-postgres:
7364
fullnameOverride: cortex-cinder-postgresql

helm/bundles/cortex-ironcore/Chart.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ type: application
88
version: 0.0.1
99
appVersion: 0.1.0
1010
dependencies:
11-
# from: file://../../library/cortex-postgres
12-
- name: cortex-postgres
13-
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts
14-
version: 0.5.4
15-
1611
# from: file://../../../scheduling/dist/chart
1712
- name: cortex-scheduling-operator
1813
repository: oci://ghcr.io/cobaltcore-dev/cortex/charts

helm/bundles/cortex-ironcore/values.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,6 @@ alerts:
1818
enabled: true
1919
prometheus: openstack
2020

21-
# Values shared between all subcharts.
22-
global:
23-
# Values passed to the service through a configmap.
24-
conf:
25-
# Connection parameters for the database where data is stored.
26-
db:
27-
# Must match postgresql settings from the cortex-postgres chart.
28-
host: cortex-ironcore-postgresql
29-
30-
# Custom configuration for the cortex postgres chart.
31-
cortex-postgres:
32-
fullnameOverride: cortex-ironcore-postgresql
33-
3421
cortex-scheduling-operator:
3522
enabled: false
3623
# CRDs are deployed in the cortex-crds chart.

helm/bundles/cortex-manila/values.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,6 @@ datasources:
5959
enabled: false
6060
<<: *sharedSSOCert
6161

62-
# Values accessible to all subcharts.
63-
global:
64-
# Values passed to the service through a configmap.
65-
conf:
66-
# Connection parameters for the database where data is stored.
67-
db:
68-
# Must match postgresql settings from the cortex-postgres chart.
69-
host: cortex-manila-postgresql
70-
7162
# Custom configuration for the cortex postgres chart.
7263
cortex-postgres:
7364
fullnameOverride: cortex-manila-postgresql

helm/bundles/cortex-nova/values.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,6 @@ datasources:
5959
enabled: false
6060
<<: *sharedSSOCert
6161

62-
# Values shared between all subcharts.
63-
global:
64-
# Values passed to the service through a configmap.
65-
conf:
66-
# Connection parameters for the database where data is stored.
67-
db:
68-
# Must match postgresql settings from the cortex-postgres chart.
69-
host: cortex-nova-postgresql
70-
7162
# Features in early development that are not ready for production yet.
7263
cortex-reservations-operator:
7364
enabled: false

scheduling/internal/decisions/nova/opts.go

Lines changed: 0 additions & 76 deletions
This file was deleted.

scheduling/internal/decisions/nova/opts_test.go

Lines changed: 0 additions & 106 deletions
This file was deleted.

0 commit comments

Comments
 (0)