ironic/releasenotes/notes/fix-ipa-ephemeral-partition-1f1e020727a49078.yaml
Vladyslav Drok 2e0716720a Properly set ephemeral size in agent drivers
This commit ensures that ephemeral_mb will be passed to an IPA
ramdisk, as it is what is expected by both IPA and ironic-lib.

This change also deduplicates some of the logic between
iscsi_deploy.build_instance_info_for_deploy and
deploy_utils.parse_instance_info methods.

Closes-bug: #1592895
Change-Id: I0c0ea7a887f9aeb9fc4280aa86098d59ee8cad20
2016-06-22 09:53:40 +00:00

6 lines
195 B
YAML

---
fixes:
- Fixed a bug where the ironic python agent ramdisk was not creating an
ephemeral partition because the ephemeral partition size was not being
passed correctly to the agent.