canonical / canonical/cloud-init
Allow cloud-config to modify partitioning and mount point of temporary resource disk in Azure
- Dominant language
- Python
- Stars
- 3.8k
- Forks
- 1.1k
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 18
Description
This bug was originally filed in Launchpad as [LP: #1374115](https://bugs.launchpad.net/cloud-init/+bug/1374115)
Launchpad details
affected_projects = ['cloud-init (Ubuntu)']
assignee = None
assignee_name = None
date_closed = None
date_created = 2014-09-25T19:47:35.527844+00:00
date_fix_committed = None
date_fix_released = None
id = 1374115
importance = medium
is_complete = False
lp_url = https://bugs.launchpad.net/cloud-init/+bug/1374115
milestone = None
owner = smoser
owner_name = Scott Moser
private = False
status = confirmed
submitter = stevez
submitter_name = Stephen A. Zarkos
tags = []
duplicates = [1735008]
_Launchpad user **Stephen A. Zarkos(stevez)** wrote on 2014-09-25T19:47:35.527844+00:00_
Users would like to use a local cloud-config to modify how the resource/ephemeral disk is partitioned and where it is mounted on Azure VMs. Currently it seems this is only customizable via a configuration sent via CustomData (user data).
If I understand correctly, the Azure data source overrides the local cloud config for how this disk is set up. Users would like to be able to use a local cloud-config to override what's defined in the data source.
Contributor guide
Assessment
This issue has not been assessed yet.