Comment 4 for bug 1640635

Revision history for this message
Scott Moser (smoser) wrote :

ok, so
 Nov 10 17:17:26 ubuntu [CLOUDINIT] stages.py[INFO]: Applying network configuration from cmdline bringup=False: {'version': 1, 'config': [{'subnets': [{'gateway': '10.0.0.1', 'broadcast': '10.0.0.255', 'control': 'manual', 'type': 'dhcp', 'dns_nameservers': ['169.254.169.254'], 'netmask': '255.255.255.0'}], 'name': 'ens2f0', 'type': 'physical', 'mac_address': '90:e2:ba:cd:23:f8'}]}

Somewhat surprised / disappointed that cloud-init did not log your kernel command line, but can you put that here?

It apparently writes network config if it uses the kernel comand line as the source of network info.

I'm curious, what datasource do you have available to cloud-init ?