File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -68,8 +68,8 @@ kolla_bifrost_deploy_image_filename: "deployment_image.qcow2"
6868# UUID of the root filesystem contained within the deployment image.
6969# See below URL for instructions on how to extract it:
7070# https://docs.openstack.org/ironic/latest/admin/raid.html#image-requirements
71- # Default is none .
72- kolla_bifrost_deploy_image_rootfs:
71+ # Default is an empty string .
72+ kolla_bifrost_deploy_image_rootfs: ''
7373
7474# Custom cloud-init user-data passed to deploy of the deployment image.
7575# Default is an empty string.
Original file line number Diff line number Diff line change 1919 bifrost_hostvars :
2020 addressing_mode : static
2121 deploy_image_filename : " {{ kolla_bifrost_deploy_image_filename }}"
22- deploy_image_rootfs : " {{ kolla_bifrost_deploy_image_rootfs | default(omit, true) }}"
22+ deploy_image_rootfs : " {{ kolla_bifrost_deploy_image_rootfs }}"
2323 ipv4_interface_mac : " {% if kolla_bifrost_ipv4_interface_mac is defined %}{{ kolla_bifrost_ipv4_interface_mac }}{% else %}{% raw %}{{ extra.pxe_interface_mac | default }}{% endraw %}{% endif %}"
2424 ipv4_address : " {{ admin_oc_net_name | net_ip }}"
2525 ipv4_subnet_mask : " {{ admin_oc_net_name | net_mask }}"
Original file line number Diff line number Diff line change 6969# UUID of the root filesystem contained within the deployment image.
7070# See below URL for instructions on how to extract it:
7171# https://docs.openstack.org/ironic/latest/admin/raid.html#image-requirements
72- # Default is none .
72+ # Default is an empty string .
7373# kolla_bifrost_deploy_image_rootfs:
7474
7575# Custom cloud-init user-data passed to deploy of the deployment image.
Original file line number Diff line number Diff line change 1+ ---
2+ fixes :
3+ - |
4+ Fixes issue when Bifrost hostvars file incorectly generated by Kayobe.
5+ `LP#2045927 <https://bugs.launchpad.net/kayobe/+bug/2045927>`__
You can’t perform that action at this time.
0 commit comments