kayobe/releasenotes/notes/fix-remote-seed-vm-provisioning-faa8de569ca6bc89.yaml
Pierre Riteau cc3d27e2e1 Fix seed VM provisioning on a remote seed hypervisor
The seed VM will fail to provision if the Ansible control host and the
seed hypervisor are not the same hosts.

This is because Kayobe creates the seed-vm-user-data file on the
seed-hypervisor host. It then invokes the jriguera.configdrive role
which uses a copy task without remote_src, which fails to find the
source file locally on the Ansible control host.

Instead we create a local temporary file for seed VM user data.

Change-Id: Iabbe4c624b9ad02bb82c323070f99c16e5822966
Story: 2007530
Task: 39338
2020-04-08 19:02:19 +02:00

8 lines
255 B
YAML

---
issues:
- |
Fixes an issue where provisioning a seed VM would fail when the Ansible
control host and the seed hypervisor are different hosts. `See story
2007530 <https://storyboard.openstack.org/#!/story/2007530>`_ for more
details.