Comment 15 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-27-geb292c18-0ubuntu1~16.04.1_all.deb ...
...
# login ubuntu/pwd

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

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

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

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

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