Skip to content

Commit 863c6ef

Browse files
authored
Merge pull request #1026 from rackerlabs/fix-ironic-paths
fix(ironic): do not override OpenStack Helm default paths
2 parents 719f288 + eade0a2 commit 863c6ef

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

components/ironic/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ conf:
7070
oslo_messaging_rabbit:
7171
rabbit_ha_queues: true
7272
pxe:
73-
images_path: /var/lib/understack/master_iso_images
74-
instance_master_path: /var/lib/understack/master_iso_images
7573
loader_file_paths: "snponly.efi:/usr/lib/ipxe/snponly.efi"
7674
inspector:
7775
extra_kernel_params: ipa-collect-lldp=1

containers/dnsmasq/dnsmasq/dnsmasq.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ dhcp-allowed-srvids={{ dhcp_allowed_srvids_list|join(',') }}
9595
{% endif %}
9696
enable-tftp
9797
tftp-no-fail
98-
tftp-root={{ env['TFTP_DIR'] | default('/var/lib/understack/master_iso_images') }}
98+
tftp-root={{ env['TFTP_DIR'] | default('/var/lib/openstack-helm/tftpboot') }}
9999

100100
# don't set to enable logging
101101
{% if env.LOG_DHCP_QUERIES | default(False, True) %}

0 commit comments

Comments
 (0)