Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions components/cinder/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,15 @@ pod:
min_available: 0
resources:
enabled: true
api:
requests:
memory: "256Mi"
scheduler:
requests:
memory: "256Mi"
volume:
requests:
memory: "256Mi"

dependencies:
dynamic:
Expand Down
4 changes: 3 additions & 1 deletion components/glance/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@ pod:
resources:
enabled: true
api:
requests:
memory: "2560Mi"
limits:
memory: 6144Mi
memory: "6144Mi"
probes:
api:
glance-api:
Expand Down
3 changes: 3 additions & 0 deletions components/horizon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ pod:
min_available: 0
resources:
enabled: true
server:
requests:
memory: "512Mi"

annotations:
# we need to modify the annotations on OpenStack Helm
Expand Down
14 changes: 14 additions & 0 deletions components/ironic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,20 @@ pod:
min_available: 0
resources:
enabled: true
api:
requests:
memory: "1024Mi"
cpu: "100m"
limits:
memory: "2048Mi"
cpu: "500m"
conductor:
requests:
memory: "1024Mi"
cpu: "100m"
limits:
memory: "2048Mi"
cpu: "1000m"

annotations:
# we need to modify the annotations on OpenStack Helm
Expand Down
5 changes: 2 additions & 3 deletions components/keystone/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,9 @@ pod:
enabled: true
api:
requests:
memory: "64Mi"
cpu: "100m"
memory: "512Mi"
limits:
memory: "4096Mi"
memory: "2048Mi"
jobs:
bootstrap:
requests:
Expand Down
6 changes: 6 additions & 0 deletions components/neutron/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,12 @@ pod:
min_available: 0
resources:
enabled: true
server:
requests:
memory: "2048Mi"
cpu: "200m"
limits:
memory: "4096Mi"

# (nicholas.kuechler) updating the jobs list to remove the 'neutron-rabbit-init' job.
dependencies:
Expand Down
9 changes: 9 additions & 0 deletions components/nova/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,15 @@ pod:
min_available: 0
resources:
enabled: true
api:
requests:
memory: "256Mi"
conductor:
requests:
memory: "256Mi"
compute_ironic:
requests:
memory: "256Mi"

manifests:
job_db_init: false
Expand Down
3 changes: 3 additions & 0 deletions components/octavia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ pod:
name: octavia-ks-etc
resources:
enabled: true
api:
requests:
memory: "512Mi"

manifests:
job_db_init: false
Expand Down
Loading