canonical / cloud-init

Official upstream for the cloud-init: cloud instance initialization
https://cloud-init.io/
Other
2.92k stars 870 forks source link

cloud-init azure #4095

Open ubuntu-server-builder opened 1 year ago

ubuntu-server-builder commented 1 year ago

This bug was originally filed in Launchpad as LP: #2014712

Launchpad details
affected_projects = []
assignee = None
assignee_name = None
date_closed = None
date_created = 2023-04-01T02:45:44.021804+00:00
date_fix_committed = 2023-04-04T12:56:10.089401+00:00
date_fix_released = 2023-04-04T12:56:10.089401+00:00
id = 2014712
importance = undecided
is_complete = False
lp_url = https://bugs.launchpad.net/cloud-init/+bug/2014712
milestone = None
owner = vberisha
owner_name = Victor Berisha
private = False
status = incomplete
submitter = vberisha
submitter_name = Victor Berisha
tags = ['dsid']
duplicates = []

Launchpad user Victor Berisha(vberisha) wrote on 2023-04-01T02:45:44.021804+00:00

My linux machine is running in Azure - Below is the message I'm seeing when I try logging into my device.

A new feature in cloud-init identified possible datasources for #

this system as:

['Ec2', 'None']

However, the datasource used was: Azure

In the future, cloud-init will only attempt to use datasources that

are identified or specifically configured.

For more information see

https://bugs.launchpad.net/bugs/1669675

If you are seeing this message, please file a bug against

cloud-init at

https://bugs.launchpad.net/cloud-init/+filebug?field.tags=dsid

Make sure to include the cloud provider your instance is

running on.

After you have filed a bug, you can disable this warning by launching

your instance with the cloud-config below, or putting that content

into /etc/cloud/cloud.cfg.d/99-warnings.cfg

cloud-config

warnings:

dsid_missing_source: off

ubuntu-server-builder commented 1 year ago

Launchpad user Alberto Contreras(aciba) wrote on 2023-04-04T12:56:03.761289+00:00

Thanks for reporting this.

I have tried to reproduce this issue without any success.

Cloud you please provide more context on how to reproduce the error and attach the logs?

https://cloudinit.readthedocs.io/en/latest/howto/bugs.html#reporting-bugs

In the meanwhile, I mark it as incomplete.