Merge ~smoser/cloud-init:release/17.2 into cloud-init:master
| Status: | Merged |
|---|---|
| Approved by: | Chad Smith on 2017-12-14 |
| Approved revision: | c87588bf1e118095445ed0713f60866592b36ca1 |
| Merged at revision: | c87588bf1e118095445ed0713f60866592b36ca1 |
| Proposed branch: | ~smoser/cloud-init:release/17.2 |
| Merge into: | cloud-init:master |
| Diff against target: |
106 lines (+86/-1) 2 files modified
ChangeLog (+85/-0) cloudinit/version.py (+1/-1) |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Chad Smith | 2017-12-14 | Approve on 2017-12-14 | |
| Server Team CI bot | continuous-integration | Approve on 2017-12-14 | |
|
Review via email:
|
|||
Commit Message
release 17.2
Bump the version in cloudinit/
| Scott Moser (smoser) wrote : | # |
| Scott Moser (smoser) wrote : | # |
I've tested under uvt-kvm with:
$ uvt-kvm create sm-b1 release=bionic
$ uvt-kvm wait sm-b1
$ uvt-kvm ssh sm-b1 -- dpkg-query --show cloud-init
cloud-init 17.1-60-
$ uvt-kvm ssh sm-b1 -- cat /etc/cloud/
$ uvt-kvm ssh sm-b1 -- cat /etc/cloud/
build_name: server
serial: 20171213
$ uvt-kvm ssh sm-b1 -- cat /run/cloud-
{
"v1": {
"datasource": "DataSourceNoCloud [seed=/
"errors": []
}
}
| Scott Moser (smoser) wrote : | # |
Jenkins ran c-i for the previous tip
a30a3bb5 cloud-init_
at
cloud-
cloud-
cloud-
cloud-
cloud-
PASSED: Continuous integration, rev:c87588bf1e1
https:/
Executed test runs:
SUCCESS: Checkout
SUCCESS: Unit & Style Tests
SUCCESS: Ubuntu LTS: Build
SUCCESS: Ubuntu LTS: Integration
SUCCESS: MAAS Compatability Testing
IN_PROGRESS: Declarative: Post Actions
Click here to trigger a rebuild:
https:/
| Chad Smith (chad.smith) wrote : | # |
Tested the version we will update to 17.2 on GCE and Amazon:
---- EC2 BEGIN -------
csmith@downtown:~$ ssh <email address hidden>
Welcome to Ubuntu Bionic Beaver (development branch) (GNU/Linux 4.13.0-17-generic x86_64)
* Documentation: https:/
* Management: https:/
* Support: https:/
Get cloud support with Ubuntu Advantage Cloud Guest:
http://
0 packages can be updated.
0 updates are security updates.
Last login: Thu Dec 14 18:24:25 2017 from 67.174.121.94
ubuntu@
cloud-init 17.1-60-
ubuntu@
{
"v1": {
"datasource": "DataSourceEc2L
"errors": []
}
}
ubuntu@
ubuntu@
(Reading database ... 57064 files and directories currently installed.)
Preparing to unpack cloud-init_
Unpacking cloud-init (17.2-0-
Setting up cloud-init (17.2-0-
Processing triggers for rsyslog (8.16.0-1ubuntu10) ...
ubuntu@
0
ubuntu@
ubuntu@
0
ubuntu@
ubuntu@
Connection to ec2-18-
Connection to ec2-18-
csmith@downtown:~$ ssh-keygen -f "/home/
# Host ec2-18-
/home/csmith/
Original contents retained as /home/csmith/
csmith@downtown:~$ ssh <email address hidden>
The authenticity of host 'ec2-18-
ECDSA key fingerprint is SHA256:
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'ec2-18-
Welcome to Ubuntu Bionic Beaver (development branch) (GNU/Linux 4.13.0-17-generic x86_64)
* Documentation: https:/
* Management: https:/
* Support: https:/
Get cloud support with Ubuntu Advantage Cloud Guest:
http://
0 packages can be updated.
0 updates are security updates.
Last login: Thu Dec 14 18:31:33 2017 from 67.174.121.94
ubuntu@
cat: /run/cloud-
ubuntu@
| Chad Smith (chad.smith) wrote : | # |
Verified 17.2 on azure too
root@publishing:~# az vm create --name=my-b1 --image=
{
"fqdns": "",
"id": "/subscriptions
"location": "eastus2",
"macAddress": "00-0D-
"powerState": "VM running",
"privateIpAdd
"publicIpAddr
"resourceGroup": "srugrp10",
"zones": ""
}
root@publishing:~# ssh ubuntu@40.70.13.193
Enter passphrase for key '/root/
Welcome to Ubuntu Bionic Beaver (development branch) (GNU/Linux 4.13.0-17-generic x86_64)
* Documentation: https:/
* Management: https:/
* Support: https:/
* Ubuntu is participating in Google Code-in, a contest to introduce students
from 13 to 17 years old to free software. You can join as a student or as a
mentor:
- https:/
Get cloud support with Ubuntu Advantage Cloud Guest:
http://
6 packages can be updated.
0 updates are security updates.
Last login: Thu Dec 14 17:30:44 2017 from 67.174.121.94
ubuntu@my-b1:~$ dpkg-query --show cloud-init
cloud-init 17.1-60-
ubuntu@my-b1:~$ grep Trace /var/log/
/var/log/
ubuntu@my-b1:~$ grep Trace /var/log/
/var/log/
/var/log/
/var/log/
/var/log/
/var/log/
/var/log/
/var/log/
/var/log/
/var/log/
/var/log/
ubuntu@my-b1:~$ grep Trace /var/log/
/var/log/
/var/log/
/var/log/
/var/log/
/var/log/
/var/log/
/var/log/
/var/log/
/v...
| Scott Moser (smoser) wrote : | # |
The jenkins job testing daily build installation in centos 7 has been failing for a couple days.
I've run it locally though and it passes.


I'd like to record tests of this here, and then we'll call this good.