Comment 12 for bug 1724951

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

=== Abridged SRU verifcation output ===
$ for release in xenial zesty artful; do
> ref=$release-proposed;
> echo "$release START --------------";
> lxc-proposed-snapshot -p -P $release $ref;
> lxc init $ref test-$release;
> lxc config set test-$release user.user-data - < install-ntp.conf;
> lxc start test-$release;
> sleep 10;
> lxc exec test-$release -- cat /run/cloud-init/result.json
> lxc exec test-$release -- dpkg-query --show ntp;
> lxc exec test-$release -- grep pool /etc/ntp.conf
> done
xenial START --------------
Creating xenial-proposed-115658625
...
Get:1 http://archive.ubuntu.com/ubuntu xenial-proposed/main amd64 cloud-init all 17.1-27-geb292c18-0ubuntu1~16.04.1 [341 kB]
Creating test-xenial

{
 "v1": {
  "datasource": "DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]",
  "errors": []
 }
}
ntp 1:4.2.8p4+dfsg-3ubuntu5.7
# on 2011-02-08 (LP: #104525). See http://www.pool.ntp.org/join.html for
# pools
pool 0.ubuntu.pool.ntp.org iburst
pool 1.ubuntu.pool.ntp.org iburst
pool 2.ubuntu.pool.ntp.org iburst
pool 3.ubuntu.pool.ntp.org iburst
# pool ntp.ubuntu.com
# Needed for adding pool entries

zesty START --------------
Creating zesty-proposed-63815953
...
Get:1 http://archive.ubuntu.com/ubuntu zesty-proposed/main amd64 cloud-init all 17.1-27-geb292c18-0ubuntu1~17.04.1 [339 kB]
...
Creating test-zesty
{
 "v1": {
  "datasource": "DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]",
  "errors": []
 }
}
ntp 1:4.2.8p9+dfsg-2ubuntu1.2
# on 2011-02-08 (LP: #104525). See http://www.pool.ntp.org/join.html for
# pools
pool 0.ubuntu.pool.ntp.org iburst
pool 1.ubuntu.pool.ntp.org iburst
pool 2.ubuntu.pool.ntp.org iburst
pool 3.ubuntu.pool.ntp.org iburst
# pool ntp.ubuntu.com
# Needed for adding pool entries

artful START --------------
Creating artful-proposed-1092522261
...
Get:1 http://archive.ubuntu.com/ubuntu artful-proposed/main amd64 cloud-init all 17.1-27-geb292c18-0ubuntu1~17.10.1 [332 kB]
...
Creating test-artful
{
 "v1": {
  "datasource": "DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]",
  "errors": []
 }
}
ntp 1:4.2.8p10+dfsg-5ubuntu3
# on 2011-02-08 (LP: #104525). See http://www.pool.ntp.org/join.html for
# pools
pool 0.ubuntu.pool.ntp.org iburst
pool 1.ubuntu.pool.ntp.org iburst
pool 2.ubuntu.pool.ntp.org iburst
pool 3.ubuntu.pool.ntp.org iburst
# pool ntp.ubuntu.com
# Needed for adding pool entries
=== End Abridged SRU verifcation output ===