Comment 9 for bug 1725067

Revision history for this message
Chad Smith (chad.smith) wrote :

=== Abridged SRU verification output ====
./recreate.sh xenial
...
Preparing to unpack .../cloud-init_17.1-25-g17a15f9e-0ubuntu1~16.04.1_all.deb ...
...
# login ubuntu/pwd
$ cat /run/cloud-init/result.json
{
 "v1": {
  "datasource": "DataSourceNoCloud [seed=/dev/sdb][dsmode=net]",
  "errors": []
 }
}
$ df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/root 9.6G 979M 8.6G 11% /

$ grep Trace /var/log/cloud-init.log
$

$ ./recreate.sh zesty
...
Preparing to unpack .../cloud-init_17.1-25-g17a15f9e-0ubuntu1~17.04.1_all.deb ...
#login ubuntu/pwd
$ cat /run/cloud-init/result.json
{
 "v1": {
  "datasource": "DataSourceNoCloud [seed=/dev/sdb][dsmode=net]",
  "errors": []
 }
}
$ df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/root 9.6G 1023M 8.6G 11% /
$ grep Trace /var/log/cloud-init.log
$

$ ./recreate.sh artful
...
Preparing to unpack .../cloud-init_17.1-25-g17a15f9e-0ubuntu1~17.10.1_all.deb ...

$ cat /run/cloud-init/result.json
{
 "v1": {
  "datasource": "DataSourceNoCloud [seed=/dev/sdb][dsmode=net]",
  "errors": []
 }
}
$ df -h /
Filesystem Size Used Avail Use% Mounted on
/dev/root 9.6G 1.1G 8.6G 11% /
$ grep Trace /var/log/cloud-init.log
$

=== End Abridged SRU verification output ====