Kernel command line:

$ cat /proc/cmdline
BOOT_IMAGE=(http)/kernel initrd=initrd root=/dev/sda3 ro 
netroot=iscsi:@169.254.0.2::3260::iqn.2015-02.oracle.boot:uefi crashkernel=auto 
ip=dhcp iscsi_initiator=iqn.2015-10.oracle:2.1g1538-gb000393 LANG=en_US.UTF-8 
console=ttyS0,9600 console=tty0

The datasource is a yaml file we generate on instance launch that is
made accessible to the host over http.  At the moment it contains very
little information:

$ curl http://169.254.169.254/openstack/latest/meta_data.json
{
  "uuid" : 
"ocid1.instance.oc1.phx.abyhqljszmao4waexfg6gxtu73phfgeclyyscoi6r3evhsaba24uupp3hu5q",
  "name" : "nvmetest",
  "availability_zone" : "phx-ad-2",
  "hostname" : "nvmetest",
  "public_keys" : {
    "0" : "<<redacted>>"
  },
  "meta" : { }
}

It's also available via a few different URLs, e.g.
http://169.254.169.254/openstack/2013-10-17/meta_data.json will return
the same content.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1640635

Title:
  cloud-init creates /etc/network/interfaces.d/50-cloud-init.cfg even if
  /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg present

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1640635/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to