HomeSoftware Heritage

adapt the debian buster template to be used by terraform

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

adapt the debian buster template to be used by terraform

  • The current template is configured with a default lsi scsi adaptor

and a scsi disk. Terraform is using a virtio disk and creates a new
virtio disk one if not existing instead of extended the current
scsi volume. Configuring the template wirh a virtio disk solves
the problem.

  • a qemu-server upgrade has changed the boot order option behavior which

led to an wrong definition of the boot devices by packer.
It forces to perform a manual action during the template creation
and to explicitly declare the cloud_init_storage_pool option
because the default value is computed from the now not existing boot
device. It will be fixed on a future packer release[1].

[1]: https://github.com/hashicorp/packer/pull/10208

Related to T2747

Details

Provenance
vsellierAuthored on Nov 6 2020, 9:28 AM
vsellierPushed on Nov 6 2020, 10:03 AM
Differential Revision
D4422: adapt the debian buster template to be used by terraform
Tasks
T2747: Create the reverse proxy to expose the staging services publicly

Commit No Longer Exists

This commit no longer exists in the repository.