Set default deploy/rescue kernel/ramdisk in ironic.conf
Most likely people will use the kernel/ramdisk we provide, let's set the defaults. Change-Id: Ia7a2698344f8f1a14356dbfe9cd68ce667019606
This commit is contained in:
parent
b33401b46c
commit
0477e45cd9
@ -67,6 +67,10 @@ fast_track = {{ fast_track }}
|
||||
[conductor]
|
||||
clean_nodes = {{ cleaning | lower }}
|
||||
automated_clean = {{ cleaning | lower }}
|
||||
deploy_kernel = {{ ipa_kernel_url }}
|
||||
deploy_ramdisk = {{ ipa_ramdisk_url }}
|
||||
rescue_kernel = {{ ipa_kernel_url }}
|
||||
rescue_ramdisk = {{ ipa_ramdisk_url }}
|
||||
|
||||
[database]
|
||||
connection = mysql+pymysql://{{ ironic.database.username }}:{{ ironic.database.password }}@{{ ironic.database.host }}/{{ ironic.database.name }}?charset=utf8
|
||||
|
@ -51,6 +51,3 @@
|
||||
properties: "{{ properties | default({}) }}"
|
||||
driver_info:
|
||||
power: "{{ driver_info.power }}"
|
||||
deploy:
|
||||
deploy_kernel: "{{ ipa_kernel_url }}"
|
||||
deploy_ramdisk: "{{ ipa_ramdisk_url }}"
|
||||
|
5
releasenotes/notes/default-ipa-fe012dfdba580bf4.yaml
Normal file
5
releasenotes/notes/default-ipa-fe012dfdba580bf4.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Configures the default deploy and rescue kernel/ramdisk, setting them
|
||||
in ``driver_info`` is now optional.
|
Loading…
x
Reference in New Issue
Block a user