Skip to content
Open
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
6 changes: 4 additions & 2 deletions components/ironic/dnsmasq-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ metadata:
namespace: openstack
spec:
accessModes:
- ReadWriteOnce
- ReadWriteMany
storageClassName: ceph-fs-ec
resources:
requests:
storage: 16Mi
Expand All @@ -21,7 +22,8 @@ metadata:
namespace: openstack
spec:
accessModes:
- ReadWriteOnce
- ReadWriteMany
storageClassName: ceph-fs-ec
resources:
requests:
storage: 16Mi
11 changes: 1 addition & 10 deletions components/ironic/dnsmasq-ss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,7 @@ spec:
application: ironic-dnsmasq
spec:
nodeSelector:
ironic_role: conductor

affinity:
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- topologyKey: kubernetes.io/hostname
labelSelector:
matchLabels:
application: ironic
component: conductor
dhcp_role: server
hostNetwork: true
containers:
- name: dnsmasq
Expand Down
11 changes: 9 additions & 2 deletions components/ironic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ conf:
verify_step_priority_override: management.clear_job_queue:90
# (nicholas.kuechler) tuning for idrac hardware type
# https://docs.openstack.org/ironic/latest/admin/drivers/idrac.html#nodes-go-into-maintenance-mode
sync_power_state_interval: 70
sync_power_state_interval: 300
sync_power_state_workers: 20
agent:
# (nicholas.kuechler) tuning for idrac hardware type
# https://docs.openstack.org/ironic/latest/admin/drivers/idrac.html#timeout-when-powering-off
Expand Down Expand Up @@ -284,7 +285,13 @@ pod:
cpu: "100m"
limits:
memory: "2048Mi"
cpu: "1000m"
cpu: "8000m"
affinity:
anti:
type:
default: requiredDuringSchedulingIgnoredDuringExecution
topologyKey:
default: kubernetes.io/hostname

annotations:
# we need to modify the annotations on OpenStack Helm
Expand Down
Loading