Page MenuHomeVyOS Platform

Add disk_setup and mounts in vyos cloud-init config under cloud_init_modules
Closed, WontfixPublicFEATURE REQUEST

Description

Propose: enable vyos cloud-init to have the same disk_setup and mount functionality as upstream cloud-init project, let vyos cloud-init able to setup additional disk(partition tables and filesystems), and mount the additional disk when boot.

Action to take: add disk_setup and mounts under cloud_init_modules in https://github.com/vyos/vyos-cloud-init/blob/current/config/cloud.cfg.d/10_vyos.cfg#L16

Details

Difficulty level
Easy (less than an hour)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)

Event Timeline

drw_08 triaged this task as Normal priority.May 27 2024, 1:02 AM
drw_08 updated the task description. (Show Details)
drw_08 changed Difficulty level from Unknown (require assessment) to Easy (less than an hour).

I tend to say that this is not necessary and very dangerous. These modules can easily destroy the VyOS filesystem when used improperly.

Required operations can be done via custom scripts (/config/scripts).

Feel free to add more details if I am missing anything here.