Merge "Change Bifrost to TinyIPA as the default"
This commit is contained in:
commit
be4aa3ab75
@ -41,9 +41,9 @@ ipa_file_protocol: "http"
|
||||
ipa_kernel: "{{http_boot_folder}}/ipa.vmlinuz"
|
||||
ipa_ramdisk: "{{http_boot_folder}}/ipa.initramfs"
|
||||
ipa_kernel_url: "{{ ipa_file_protocol }}://{{ hostvars[inventory_hostname]['ansible_' + ans_network_interface]['ipv4']['address'] }}:{{file_url_port}}/ipa.vmlinuz"
|
||||
ipa_kernel_upstream_url: http://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe.vmlinuz
|
||||
ipa_kernel_upstream_url: https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/tinyipa-master.vmlinuz
|
||||
ipa_ramdisk_url: "{{ ipa_file_protocol }}://{{ hostvars[inventory_hostname]['ansible_' + ans_network_interface]['ipv4']['address'] }}:{{file_url_port}}/ipa.initramfs"
|
||||
ipa_ramdisk_upstream_url: http://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe_image-oem.cpio.gz
|
||||
ipa_ramdisk_upstream_url: https://tarballs.openstack.org/ironic-python-agent/tinyipa/files/tinyipa-master.gz
|
||||
deploy_image_filename: "deployment_image.qcow2"
|
||||
deploy_image: "{{http_boot_folder}}/{{deploy_image_filename}}"
|
||||
# Use cirros instead of building an image via diskimage-builder
|
||||
|
12
releasenotes/notes/move-to-tinyipa-8c7840b73c40a9e8.yaml
Normal file
12
releasenotes/notes/move-to-tinyipa-8c7840b73c40a9e8.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
upgrade:
|
||||
- Bifrost has changed to using TinyIPA as the default
|
||||
IPA image for testing. TinyIPA has a smaller footprint
|
||||
for downloads and memory utilization. Users can continue
|
||||
to utilize CoreOS or diskimage-builder based IPA images,
|
||||
however this was done to improve testing performance and
|
||||
reliability.
|
||||
If the pre-existing IPA image is removed, bifrost will
|
||||
automatically re-download the file upon being updated
|
||||
in an installation process. Otherwise, the pre-existing
|
||||
IPA image will be utilized.
|
Loading…
Reference in New Issue
Block a user