VMware vSphere ESXi: 7.0 U3x
VMware vCenterserver : 7.0 U3x
Telco cloud platform: 5.0
Prerequisites:
cloud-init ver < 23.1)or Datasource VMware(cloud-init ver >= 23.1)is included in cloud-init Datasource search list.Notes:
{
"instance-id": "cloud-vm",
"local-hostname": "cloud-vm",
"network": {
"version":2,
"ethernets": {
"nics": {
"match": {
"name": "ens*"
},
"dhcp4": "yes"
}
}
}
} instance-id: cloud-vm
local-hostname: cloud-vm
network:
version: 2
ethernets:
nics:
match:
name: ens*
dhcp4: yesFurther notes
network:
config: disabledcloud-init will generate a fallback network which is usually DHCP.