Merge "Allow ironic_ipxe to serve instance images"

This commit is contained in:
Zuul 2019-12-16 11:19:23 +00:00 committed by Gerrit Code Review
commit 032839de34
2 changed files with 7 additions and 0 deletions

View File

@ -146,6 +146,7 @@ ironic_pxe_default_volumes:
ironic_ipxe_default_volumes:
- "{{ node_config_directory }}/ironic-ipxe/:{{ container_config_directory }}/:ro"
- "/etc/localtime:/etc/localtime:ro"
- "ironic:/var/lib/ironic:ro"
- "ironic_ipxe:/httpboot/"
- "kolla_logs:/var/log/kolla"
ironic_inspector_default_volumes:

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fixes an issue with the ``ironic_ipxe`` container serving instance images.
See `bug 1856194 <https://bugs.launchpad.net/kolla-ansible/+bug/1856194>`__
for details.