sudo apt-get update
sudo apt-get install -y vim tmux git python3-pip
git clone https://github.com/cloud-init/cloud-init.git
cd cloud-init
sudo pip3 install -r requirements.txt
sudo python3 setup.py build
sudo python3 setup.py install --init-system systemd
sudo cloud-init init --local
sudo cloud-init status
# Activate systemd services
sudo ln -s /usr/local/bin/cloud-init /usr/bin/cloud-init
for svc in cloud-init-local.service cloud-init.service cloud-config.service cloud-final.service; do
sudo systemctl enable $svc
sudo systemctl start $svc
done
# Check systemd services
for svc in cloud-init-local.service cloud-init.service cloud-config.service cloud-final.service; do
systemctl status $svc
done
# Create a test script to run per boot
cat | sudo tee /var/lib/cloud/scripts/per-boot/test.sh > /dev/null <<EOF
#!/bin/bash
date >> /home/pi/per-boot.out
EOF
# Configure cloud-init Datasource NoCloud
# See: http://cloudinit.readthedocs.io/en/17.2/topics/datasources/nocloud.html?highlight=nocloud
sudo sed -i '${s?$? ds=nocloud[;seedfrom=/boot/;instance-id=iid-raspberrypi-nocloud]?}' /boot/cmdline.txt
# Create meta-data
cat | sudo tee /boot/meta-data > /dev/null <<EOF
instance-id: iid-raspberrypi-nocloud
EOF
# Create user-data
cat | sudo tee /boot/user-data > /dev/null <<EOF
#!/bin/bash
if [[ -f /boot/run_once.sh ]]; then
/boot/run_once.sh
mv /boot/run_once.sh /boot/run_once.$(date +%F@%H.%M.%S)
fi
if [[ -f /boot/on_boot.sh ]]; then
/boot/on_boot.sh
fi
date >> /home/pi/user-data.out
EOF
-
-
Save viseshrp/e7b9c5f249a9898c1bbadb9edac687e8 to your computer and use it in GitHub Desktop.
Using cloud-init for cloudless provisioning of Raspberry Pi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 06:09:50 +0000. Up 937.51 seconds. | |
| Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 06:11:45 +0000. Up 1052.42 seconds. | |
| Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 06:11:48 +0000. Up 1055.56 seconds. | |
| ci-info: +++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++ | |
| ci-info: +--------+------+---------------+---------------+-------+-------------------+ | |
| ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | | |
| ci-info: +--------+------+---------------+---------------+-------+-------------------+ | |
| ci-info: | eth0: | True | . | . | . | b8:27:eb:55:b7:56 | | |
| ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | | |
| ci-info: | lo: | True | . | . | d | . | | |
| ci-info: | wlan0: | True | 192.168.0.105 | 255.255.255.0 | . | b8:27:eb:00:e2:03 | | |
| ci-info: | wlan0: | True | . | . | d | b8:27:eb:00:e2:03 | | |
| ci-info: +--------+------+---------------+---------------+-------+-------------------+ | |
| ci-info: +++++++++++++++++++++++++++++Route IPv4 info+++++++++++++++++++++++++++++ | |
| ci-info: +-------+-------------+-------------+---------------+-----------+-------+ | |
| ci-info: | Route | Destination | Gateway | Genmask | Interface | Flags | | |
| ci-info: +-------+-------------+-------------+---------------+-----------+-------+ | |
| ci-info: | 0 | 0.0.0.0 | 192.168.0.1 | 0.0.0.0 | wlan0 | UG | | |
| ci-info: | 1 | 192.168.0.0 | 0.0.0.0 | 255.255.255.0 | wlan0 | U | | |
| ci-info: +-------+-------------+-------------+---------------+-----------+-------+ | |
| Generating public/private rsa key pair. | |
| Your identification has been saved in /etc/ssh/ssh_host_rsa_key. | |
| Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. | |
| The key fingerprint is: | |
| SHA256:j25ffoRXoKAHPL6x47SFjJ6gBhR7brYovMEfxx4VkYI root@raspberrypi | |
| The key's randomart image is: | |
| +---[RSA 2048]----+ | |
| | . o. | | |
| | . E . .= . . | | |
| | o .o + . . . | | |
| | o . = . . .| | |
| |. o +S* . . | | |
| |o +o o Bo. . o | | |
| |.++o.* +.+. .o | | |
| |.o=.+ +.+ o . | | |
| |.o.. . .... .. | | |
| +----[SHA256]-----+ | |
| Generating public/private dsa key pair. | |
| Your identification has been saved in /etc/ssh/ssh_host_dsa_key. | |
| Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. | |
| The key fingerprint is: | |
| SHA256:PVspaNFQmOoH3Si+3IQISdjyt6jLlpTWuvRbwyM/blI root@raspberrypi | |
| The key's randomart image is: | |
| +---[DSA 1024]----+ | |
| | o .+. | | |
| |o o oo | | |
| | + . o.o. | | |
| | + . + o+. . | | |
| | o+ = +S + o | | |
| | +..+E+.o = | | |
| |ooo..* = . | | |
| |++..+o= . | | |
| |o+.o=o. | | |
| +----[SHA256]-----+ | |
| Generating public/private ecdsa key pair. | |
| Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. | |
| Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. | |
| The key fingerprint is: | |
| SHA256:xpAcMUK7yJXpJRALQ13LBPqCB84MmVWDkf1qQuMx9X0 root@raspberrypi | |
| The key's randomart image is: | |
| +---[ECDSA 256]---+ | |
| |+.*XBo+. | | |
| | *++=B.+ | | |
| |=...*==. | | |
| |*o*+ +oo. E | | |
| |.B+=o. S. | | |
| | .+ o . | | |
| | o | | |
| | | | |
| | | | |
| +----[SHA256]-----+ | |
| Generating public/private ed25519 key pair. | |
| Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. | |
| Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. | |
| The key fingerprint is: | |
| SHA256:OYIOrdUZ6RU0AnA8ImiL8m9Ho+ooxHISa2dceJWV0SM root@raspberrypi | |
| The key's randomart image is: | |
| +--[ED25519 256]--+ | |
| |. .oo...*o+ | | |
| |o...o = E o | | |
| |o.....+ . . . | | |
| |+. o * + . | | |
| |o+o * = S | | |
| |++oO o. . | | |
| |+o+..o . | | |
| |.. + . | | |
| |o.oo . | | |
| +----[SHA256]-----+ | |
| Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 06:12:08 +0000. Up 1075.80 seconds. | |
| Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 06:12:16 +0000. Up 1083.10 seconds. | |
| ci-info: no authorized ssh keys fingerprints found for user ubuntu. | |
| Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 06:12:17 +0000. Datasource DataSourceNone. Up 1084.83 seconds | |
| 2018-02-20 06:12:17,988 - cc_final_message.py[WARNING]: Used fallback datasource | |
| Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 06:21:56 +0000. Up 22.96 seconds. | |
| Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 06:22:03 +0000. Up 29.92 seconds. | |
| ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| ci-info: | eth0: | False | . | . | . | b8:27:eb:55:b7:56 | | |
| ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | | |
| ci-info: | lo: | True | . | . | d | . | | |
| ci-info: | wlan0: | False | . | . | . | b8:27:eb:00:e2:03 | | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| Generating public/private rsa key pair. | |
| Your identification has been saved in /etc/ssh/ssh_host_rsa_key. | |
| Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. | |
| The key fingerprint is: | |
| SHA256:M0lmTQbhFfXAwaGTCXHbjlF8818Ft82CVgp49/PIScU root@raspberrypi | |
| The key's randomart image is: | |
| +---[RSA 2048]----+ | |
| | ==B**ooo.| | |
| | ..B.O=*ooE| | |
| | =.O.=oo=+| | |
| | + . * +.o| | |
| | S . .o =o| | |
| | o + o| | |
| | | | |
| | | | |
| | | | |
| +----[SHA256]-----+ | |
| Generating public/private dsa key pair. | |
| Your identification has been saved in /etc/ssh/ssh_host_dsa_key. | |
| Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. | |
| The key fingerprint is: | |
| SHA256:aalo4/BGfanfed+xIt6ojIDu+NjFZIaEM6pKkmz+hq4 root@raspberrypi | |
| The key's randomart image is: | |
| +---[DSA 1024]----+ | |
| | | | |
| | . | | |
| | + . | | |
| |. + . o | | |
| |. . = S. | | |
| |o. B..oo | | |
| |++oo++.o . | | |
| |*.=*o.o o. o+. .o| | |
| |E==Bo o.o=+.oo..| | |
| +----[SHA256]-----+ | |
| Generating public/private ecdsa key pair. | |
| Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. | |
| Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. | |
| The key fingerprint is: | |
| SHA256:Kdqb/iajNR02tlNsP5FHRqSojffaXiansC3ERSI0q9U root@raspberrypi | |
| The key's randomart image is: | |
| +---[ECDSA 256]---+ | |
| | .o .o | | |
| | .+...o | | |
| | o.Eo. o | | |
| | o * .+ | | |
| | o S.*.o . | | |
| | o = Boo o | | |
| | . + +.. = + | | |
| | .o+...* B | | |
| | .o+=. oo= | | |
| +----[SHA256]-----+ | |
| Generating public/private ed25519 key pair. | |
| Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. | |
| Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. | |
| The key fingerprint is: | |
| SHA256:Z4X7zkHcxRarkCbsK6nKCOoxOw+jAVuWsJRS7woUl44 root@raspberrypi | |
| The key's randomart image is: | |
| +--[ED25519 256]--+ | |
| | .... . | | |
| | .+o . .. .o| | |
| |o+o . o.+. .+| | |
| |+E + . o+...o | | |
| |+ + . S.+ o.. | | |
| |.= . .o.o | | |
| |+=. o . o | | |
| |+oO . . o . | | |
| |++o+.. o | | |
| +----[SHA256]-----+ | |
| Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 06:22:28 +0000. Up 48.95 seconds. | |
| Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 06:22:34 +0000. Up 54.47 seconds. | |
| ci-info: no authorized ssh keys fingerprints found for user ubuntu. | |
| Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 06:22:35 +0000. Datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]. Up 55.30 seconds | |
| Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 06:27:36 +0000. Up 9.47 seconds. | |
| 2018-02-20 06:27:36,933 - util.py[WARNING]: failed stage init-local | |
| failed run of stage init-local | |
| ------------------------------------------------------------ | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 650, in status_wrapper | |
| ret = functor(name, args) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 324, in main_init | |
| init.fetch(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 349, in fetch | |
| return self._get_data_source(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 244, in _get_data_source | |
| ds, desc = self._restore_from_checked_cache(existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 230, in _restore_from_checked_cache | |
| ds.check_instance_id(self.cfg)): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 199, in check_instance_id | |
| quick_id = _quick_read_instance_id(dirs=dirs) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 227, in _quick_read_instance_id | |
| if iid_key in md: | |
| TypeError: argument of type 'NoneType' is not iterable | |
| ------------------------------------------------------------ | |
| Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 06:27:42 +0000. Up 15.60 seconds. | |
| ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| ci-info: | eth0: | False | . | . | . | b8:27:eb:55:b7:56 | | |
| ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | | |
| ci-info: | lo: | True | . | . | d | . | | |
| ci-info: | wlan0: | False | . | . | . | b8:27:eb:00:e2:03 | | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 06:27:54 +0000. Up 27.93 seconds. | |
| Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 06:27:58 +0000. Up 31.00 seconds. | |
| Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 06:27:58 +0000. Datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]. Up 31.62 seconds | |
| Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 07:10:01 +0000. Up 9.44 seconds. | |
| Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 07:10:08 +0000. Up 16.00 seconds. | |
| ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| ci-info: | eth0: | False | . | . | . | b8:27:eb:55:b7:56 | | |
| ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | | |
| ci-info: | lo: | True | . | . | d | . | | |
| ci-info: | wlan0: | False | . | . | . | b8:27:eb:00:e2:03 | | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| Generating public/private rsa key pair. | |
| Your identification has been saved in /etc/ssh/ssh_host_rsa_key. | |
| Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. | |
| The key fingerprint is: | |
| SHA256:vhdpgpntc44eK31Tv5Nz87tcTThQPvHjqePVQv4k1Mc root@raspberrypi | |
| The key's randomart image is: | |
| +---[RSA 2048]----+ | |
| | o | | |
| | o o | | |
| | . o..| | |
| | ..=o| | |
| | =S . =oE| | |
| | +.o + .+.o+| | |
| | ooo o ++o=| | |
| | . +== . O*o| | |
| | o=*.. ..OB| | |
| +----[SHA256]-----+ | |
| Generating public/private dsa key pair. | |
| Your identification has been saved in /etc/ssh/ssh_host_dsa_key. | |
| Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. | |
| The key fingerprint is: | |
| SHA256:36fuiN4MldpSfw17ATF241iyVHFbks/KMAzejDznjdo root@raspberrypi | |
| The key's randomart image is: | |
| +---[DSA 1024]----+ | |
| | *oB+| | |
| | . o @.=| | |
| | o * + = | | |
| | =.B . o| | |
| | S ++ *.o | | |
| | * oo ++.| | |
| | + ooo + o| | |
| | *..E+ . | | |
| | .o +o+ | | |
| +----[SHA256]-----+ | |
| Generating public/private ecdsa key pair. | |
| Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. | |
| Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. | |
| The key fingerprint is: | |
| SHA256:0PapfaX33/v1/lx5BG4z1hsGuic7KxdUU5/dat8qnZs root@raspberrypi | |
| The key's randomart image is: | |
| +---[ECDSA 256]---+ | |
| | .. | | |
| | . o =| | |
| | . o ..o.+| | |
| | o . o...+ | | |
| | S +. Xoo| | |
| | o ..*.==| | |
| | . .o+o.+*| | |
| | . +=.o=*| | |
| | ooo.E+#| | |
| +----[SHA256]-----+ | |
| Generating public/private ed25519 key pair. | |
| Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. | |
| Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. | |
| The key fingerprint is: | |
| SHA256:DNd8ocy1Ajf3Z07tFdj0sgNMxZZ41ypR+nK7Bji7WYI root@raspberrypi | |
| The key's randomart image is: | |
| +--[ED25519 256]--+ | |
| | . o ==*+.| | |
| | B Bo*=.*| | |
| | . . B *+ooB| | |
| | + o.o.O.| | |
| | S ...= o| | |
| | .o .o o | | |
| | E .o... | | |
| | .+ .. | | |
| | o. .. | | |
| +----[SHA256]-----+ | |
| Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 07:10:26 +0000. Up 34.14 seconds. | |
| Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 07:10:38 +0000. Up 39.80 seconds. | |
| ci-info: no authorized ssh keys fingerprints found for user ubuntu. | |
| Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 07:10:39 +0000. Datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]. Up 40.66 seconds | |
| Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 07:11:48 +0000. Up 9.37 seconds. | |
| 2018-02-20 07:11:48,848 - util.py[WARNING]: failed stage init-local | |
| failed run of stage init-local | |
| ------------------------------------------------------------ | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 650, in status_wrapper | |
| ret = functor(name, args) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 324, in main_init | |
| init.fetch(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 349, in fetch | |
| return self._get_data_source(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 244, in _get_data_source | |
| ds, desc = self._restore_from_checked_cache(existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 230, in _restore_from_checked_cache | |
| ds.check_instance_id(self.cfg)): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 199, in check_instance_id | |
| quick_id = _quick_read_instance_id(dirs=dirs) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 227, in _quick_read_instance_id | |
| if iid_key in md: | |
| TypeError: argument of type 'NoneType' is not iterable | |
| ------------------------------------------------------------ | |
| Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 07:11:53 +0000. Up 14.96 seconds. | |
| ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| ci-info: | eth0: | False | . | . | . | b8:27:eb:55:b7:56 | | |
| ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | | |
| ci-info: | lo: | True | . | . | d | . | | |
| ci-info: | wlan0: | False | . | . | . | b8:27:eb:00:e2:03 | | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 07:12:07 +0000. Up 28.03 seconds. | |
| Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 07:12:10 +0000. Up 31.09 seconds. | |
| Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 07:12:10 +0000. Datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]. Up 31.71 seconds | |
| Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 07:20:27 +0000. Up 9.41 seconds. | |
| 2018-02-20 07:20:27,870 - util.py[WARNING]: failed stage init-local | |
| failed run of stage init-local | |
| ------------------------------------------------------------ | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 650, in status_wrapper | |
| ret = functor(name, args) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 324, in main_init | |
| init.fetch(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 349, in fetch | |
| return self._get_data_source(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 244, in _get_data_source | |
| ds, desc = self._restore_from_checked_cache(existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 230, in _restore_from_checked_cache | |
| ds.check_instance_id(self.cfg)): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 199, in check_instance_id | |
| quick_id = _quick_read_instance_id(dirs=dirs) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 227, in _quick_read_instance_id | |
| if iid_key in md: | |
| TypeError: argument of type 'NoneType' is not iterable | |
| ------------------------------------------------------------ | |
| Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 07:20:33 +0000. Up 15.02 seconds. | |
| ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| ci-info: | eth0: | False | . | . | . | b8:27:eb:55:b7:56 | | |
| ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | | |
| ci-info: | lo: | True | . | . | d | . | | |
| ci-info: | wlan0: | False | . | . | . | b8:27:eb:00:e2:03 | | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 07:20:46 +0000. Up 28.61 seconds. | |
| Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 07:20:53 +0000. Up 35.13 seconds. | |
| Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 07:21:00 +0000. Datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]. Up 35.74 seconds | |
| Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 07:28:48 +0000. Up 23.14 seconds. | |
| 2018-02-20 07:28:48,549 - util.py[WARNING]: failed stage init-local | |
| failed run of stage init-local | |
| ------------------------------------------------------------ | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 650, in status_wrapper | |
| ret = functor(name, args) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 324, in main_init | |
| init.fetch(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 349, in fetch | |
| return self._get_data_source(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 244, in _get_data_source | |
| ds, desc = self._restore_from_checked_cache(existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 230, in _restore_from_checked_cache | |
| ds.check_instance_id(self.cfg)): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 199, in check_instance_id | |
| quick_id = _quick_read_instance_id(dirs=dirs) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 227, in _quick_read_instance_id | |
| if iid_key in md: | |
| TypeError: argument of type 'NoneType' is not iterable | |
| ------------------------------------------------------------ | |
| Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 07:28:53 +0000. Up 28.69 seconds. | |
| ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| ci-info: | eth0: | False | . | . | . | b8:27:eb:55:b7:56 | | |
| ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | | |
| ci-info: | lo: | True | . | . | d | . | | |
| ci-info: | wlan0: | False | . | . | . | b8:27:eb:00:e2:03 | | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 07:29:06 +0000. Up 41.42 seconds. | |
| Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 07:29:09 +0000. Up 44.46 seconds. | |
| Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 07:29:10 +0000. Datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]. Up 45.07 seconds | |
| Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 07:31:02 +0000. Up 9.28 seconds. | |
| Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 07:31:08 +0000. Up 15.88 seconds. | |
| ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| ci-info: | eth0: | False | . | . | . | b8:27:eb:55:b7:56 | | |
| ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | | |
| ci-info: | lo: | True | . | . | d | . | | |
| ci-info: | wlan0: | False | . | . | . | b8:27:eb:00:e2:03 | | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| Generating public/private rsa key pair. | |
| Your identification has been saved in /etc/ssh/ssh_host_rsa_key. | |
| Your public key has been saved in /etc/ssh/ssh_host_rsa_key.pub. | |
| The key fingerprint is: | |
| SHA256:O8XIxXN9o18AQPyZP0GJTXpjeXdBz9QUjRuqMdauI1o root@raspberrypi | |
| The key's randomart image is: | |
| +---[RSA 2048]----+ | |
| | oo..+oB*| | |
| | .. .+*+=| | |
| | +oo=B+B| | |
| | . ++o*o+=+| | |
| | S.o= o ..| | |
| | o. . + .| | |
| | E . o | | |
| | ...o | | |
| | .. . . | | |
| +----[SHA256]-----+ | |
| Generating public/private dsa key pair. | |
| Your identification has been saved in /etc/ssh/ssh_host_dsa_key. | |
| Your public key has been saved in /etc/ssh/ssh_host_dsa_key.pub. | |
| The key fingerprint is: | |
| SHA256:mWWVD7xVSgvGkXdJcW+yflTx2BRleVatAZRCTO3iLdE root@raspberrypi | |
| The key's randomart image is: | |
| +---[DSA 1024]----+ | |
| | +o=B*o*/| | |
| | ooOo+XX| | |
| | o+ *==B| | |
| | =o E o+.| | |
| | S. + . .| | |
| | o .. . | | |
| | . . .| | |
| | . | | |
| | | | |
| +----[SHA256]-----+ | |
| Generating public/private ecdsa key pair. | |
| Your identification has been saved in /etc/ssh/ssh_host_ecdsa_key. | |
| Your public key has been saved in /etc/ssh/ssh_host_ecdsa_key.pub. | |
| The key fingerprint is: | |
| SHA256:rtDBLPT5H7hFxJXcHK2vD3vMKdGfgzBAuHhDsR1bnCo root@raspberrypi | |
| The key's randomart image is: | |
| +---[ECDSA 256]---+ | |
| | .o..oo+.o | | |
| | ooo++o o .| | |
| | . o.oo+ . | | |
| | . = E + . | | |
| | . B S o .. | | |
| | o + o o . ..| | |
| | . . + o o +++| | |
| | . . + . o.*=| | |
| | . . . ooo| | |
| +----[SHA256]-----+ | |
| Generating public/private ed25519 key pair. | |
| Your identification has been saved in /etc/ssh/ssh_host_ed25519_key. | |
| Your public key has been saved in /etc/ssh/ssh_host_ed25519_key.pub. | |
| The key fingerprint is: | |
| SHA256:tRgugqFN4oDdPhfL6nTe8GcEZEPybT1LKCmURAdTEwU root@raspberrypi | |
| The key's randomart image is: | |
| +--[ED25519 256]--+ | |
| | oB=E+. | | |
| |.. . ..=++ o | | |
| |+ + . oo=.= + | | |
| |o= + . =.* o o | | |
| |..o + = S.. . | | |
| | = . . | | |
| | o o . | | |
| | o o + o | | |
| | . . oo | | |
| +----[SHA256]-----+ | |
| Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 07:31:31 +0000. Up 38.56 seconds. | |
| Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 07:31:37 +0000. Up 44.10 seconds. | |
| ci-info: no authorized ssh keys fingerprints found for user ubuntu. | |
| Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 07:31:37 +0000. Datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]. Up 44.95 seconds | |
| Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 07:33:17 +0000. Up 9.27 seconds. | |
| 2018-02-20 07:33:17,845 - util.py[WARNING]: failed stage init-local | |
| failed run of stage init-local | |
| ------------------------------------------------------------ | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 650, in status_wrapper | |
| ret = functor(name, args) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 324, in main_init | |
| init.fetch(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 349, in fetch | |
| return self._get_data_source(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 244, in _get_data_source | |
| ds, desc = self._restore_from_checked_cache(existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 230, in _restore_from_checked_cache | |
| ds.check_instance_id(self.cfg)): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 199, in check_instance_id | |
| quick_id = _quick_read_instance_id(dirs=dirs) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 227, in _quick_read_instance_id | |
| if iid_key in md: | |
| TypeError: argument of type 'NoneType' is not iterable | |
| ------------------------------------------------------------ | |
| Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 07:33:22 +0000. Up 14.82 seconds. | |
| ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++ | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| ci-info: | Device | Up | Address | Mask | Scope | Hw-Address | | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| ci-info: | eth0: | False | . | . | . | b8:27:eb:55:b7:56 | | |
| ci-info: | lo: | True | 127.0.0.1 | 255.0.0.0 | . | . | | |
| ci-info: | lo: | True | . | . | d | . | | |
| ci-info: | wlan0: | False | . | . | . | b8:27:eb:00:e2:03 | | |
| ci-info: +--------+-------+-----------+-----------+-------+-------------------+ | |
| Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 07:33:36 +0000. Up 28.59 seconds. | |
| Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 07:33:39 +0000. Up 31.66 seconds. | |
| Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 07:33:40 +0000. Datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]. Up 32.27 seconds |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2018-02-20 06:09:50,810 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 06:09:50 +0000. Up 937.51 seconds. | |
| 2018-02-20 06:09:50,810 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 06:09:50,811 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 06:09:50,842 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 06:09:50,848 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 06:09:50,851 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished | |
| 2018-02-20 06:09:50,851 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/data/no-net | |
| 2018-02-20 06:09:50,852 - handlers.py[DEBUG]: start: init-local/check-cache: attempting to read from cache [check] | |
| 2018-02-20 06:09:50,852 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 06:09:50,853 - stages.py[DEBUG]: no cache found | |
| 2018-02-20 06:09:50,853 - handlers.py[DEBUG]: finish: init-local/check-cache: SUCCESS: no cache found | |
| 2018-02-20 06:09:50,853 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 06:09:50,865 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 06:09:50,867 - __init__.py[DEBUG]: Looking for data source in: ['NoCloud', 'ConfigDrive', 'OpenNebula', 'DigitalOcean', 'Azure', 'AltCloud', 'OVF', 'MAAS', 'GCE', 'OpenStack', 'AliYun', 'Ec2', 'CloudSigma', 'CloudStack', 'SmartOS', 'Bigstep', 'Scaleway', 'None'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM'] | |
| 2018-02-20 06:09:51,078 - __init__.py[DEBUG]: Searching for local data source in: ['DataSourceNoCloud', 'DataSourceConfigDrive', 'DataSourceOpenNebula', 'DataSourceDigitalOcean', 'DataSourceAzure', 'DataSourceOVF', 'DataSourceEc2Local', 'DataSourceCloudSigma', 'DataSourceSmartOS'] | |
| 2018-02-20 06:09:51,079 - handlers.py[DEBUG]: start: init-local/search-NoCloud: searching for local data from DataSourceNoCloud | |
| 2018-02-20 06:09:51,080 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceNoCloud.DataSourceNoCloud'> | |
| 2018-02-20 06:09:51,080 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,094 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,101 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,108 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 06:09:51,109 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 06:09:51,109 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 06:09:51,110 - util.py[DEBUG]: Read 932 bytes from /proc/self/status | |
| 2018-02-20 06:09:51,110 - util.py[DEBUG]: querying dmi data /sys/class/dmi/id/product_serial | |
| 2018-02-20 06:09:51,110 - util.py[DEBUG]: did not find /sys/class/dmi/id/product_serial | |
| 2018-02-20 06:09:51,111 - util.py[DEBUG]: dmidata is not supported on armv7l | |
| 2018-02-20 06:09:51,111 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/user-data (quiet=False) | |
| 2018-02-20 06:09:51,111 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/meta-data (quiet=False) | |
| 2018-02-20 06:09:51,112 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/vendor-data (quiet=False) | |
| 2018-02-20 06:09:51,112 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/network-config (quiet=False) | |
| 2018-02-20 06:09:51,112 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/user-data (quiet=False) | |
| 2018-02-20 06:09:51,113 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/meta-data (quiet=False) | |
| 2018-02-20 06:09:51,113 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/vendor-data (quiet=False) | |
| 2018-02-20 06:09:51,113 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/network-config (quiet=False) | |
| 2018-02-20 06:09:51,114 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr0'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,127 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr1'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,136 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=vfat', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,169 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=iso9660', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,190 - util.py[DEBUG]: Running command ['blkid', '-tLABEL=cidata', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,212 - handlers.py[DEBUG]: finish: init-local/search-NoCloud: SUCCESS: no local data found from DataSourceNoCloud | |
| 2018-02-20 06:09:51,213 - handlers.py[DEBUG]: start: init-local/search-ConfigDrive: searching for local data from DataSourceConfigDrive | |
| 2018-02-20 06:09:51,213 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceConfigDrive.DataSourceConfigDrive'> | |
| 2018-02-20 06:09:51,214 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr0'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,222 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr1'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,231 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/cd0'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,239 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/cd1'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,249 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=vfat', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,270 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=iso9660', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,291 - util.py[DEBUG]: Running command ['blkid', '-tLABEL=config-2', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,312 - util.py[DEBUG]: Running command ['blkid', '-tLABEL=CONFIG-2', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,333 - handlers.py[DEBUG]: finish: init-local/search-ConfigDrive: SUCCESS: no local data found from DataSourceConfigDrive | |
| 2018-02-20 06:09:51,334 - handlers.py[DEBUG]: start: init-local/search-OpenNebula: searching for local data from DataSourceOpenNebula | |
| 2018-02-20 06:09:51,334 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceOpenNebula.DataSourceOpenNebula'> | |
| 2018-02-20 06:09:51,335 - util.py[DEBUG]: Running command ['blkid', '-tLABEL=CONTEXT', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,356 - util.py[DEBUG]: Running command ['blkid', '-tLABEL=CDROM', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,377 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=iso9660', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,398 - handlers.py[DEBUG]: finish: init-local/search-OpenNebula: SUCCESS: no local data found from DataSourceOpenNebula | |
| 2018-02-20 06:09:51,399 - handlers.py[DEBUG]: start: init-local/search-DigitalOcean: searching for local data from DataSourceDigitalOcean | |
| 2018-02-20 06:09:51,400 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceDigitalOcean.DataSourceDigitalOcean'> | |
| 2018-02-20 06:09:51,401 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,415 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,422 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,429 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 06:09:51,430 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 06:09:51,430 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 06:09:51,431 - util.py[DEBUG]: Read 932 bytes from /proc/self/status | |
| 2018-02-20 06:09:51,431 - util.py[DEBUG]: querying dmi data /sys/class/dmi/id/sys_vendor | |
| 2018-02-20 06:09:51,432 - util.py[DEBUG]: did not find /sys/class/dmi/id/sys_vendor | |
| 2018-02-20 06:09:51,432 - util.py[DEBUG]: dmidata is not supported on armv7l | |
| 2018-02-20 06:09:51,433 - handlers.py[DEBUG]: finish: init-local/search-DigitalOcean: SUCCESS: no local data found from DataSourceDigitalOcean | |
| 2018-02-20 06:09:51,433 - handlers.py[DEBUG]: start: init-local/search-Azure: searching for local data from DataSourceAzure | |
| 2018-02-20 06:09:51,434 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceAzure.DataSourceAzure'> | |
| 2018-02-20 06:09:51,435 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,449 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,456 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,463 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 06:09:51,464 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 06:09:51,464 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 06:09:51,465 - util.py[DEBUG]: Read 932 bytes from /proc/self/status | |
| 2018-02-20 06:09:51,465 - util.py[DEBUG]: querying dmi data /sys/class/dmi/id/chassis_asset_tag | |
| 2018-02-20 06:09:51,466 - util.py[DEBUG]: did not find /sys/class/dmi/id/chassis_asset_tag | |
| 2018-02-20 06:09:51,466 - util.py[DEBUG]: dmidata is not supported on armv7l | |
| 2018-02-20 06:09:51,466 - DataSourceAzure.py[DEBUG]: Non-Azure DMI asset tag 'None' discovered. | |
| 2018-02-20 06:09:51,468 - handlers.py[DEBUG]: finish: init-local/search-Azure: SUCCESS: no local data found from DataSourceAzure | |
| 2018-02-20 06:09:51,469 - handlers.py[DEBUG]: start: init-local/search-OVF: searching for local data from DataSourceOVF | |
| 2018-02-20 06:09:51,469 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceOVF.DataSourceOVF'> | |
| 2018-02-20 06:09:51,470 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,484 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,491 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,498 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 06:09:51,499 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 06:09:51,499 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 06:09:51,499 - util.py[DEBUG]: Read 932 bytes from /proc/self/status | |
| 2018-02-20 06:09:51,500 - util.py[DEBUG]: querying dmi data /sys/class/dmi/id/product_name | |
| 2018-02-20 06:09:51,500 - util.py[DEBUG]: did not find /sys/class/dmi/id/product_name | |
| 2018-02-20 06:09:51,501 - util.py[DEBUG]: dmidata is not supported on armv7l | |
| 2018-02-20 06:09:51,501 - DataSourceOVF.py[DEBUG]: No system-product-name found | |
| 2018-02-20 06:09:51,501 - util.py[DEBUG]: Reading from /proc/mounts (quiet=False) | |
| 2018-02-20 06:09:51,502 - util.py[DEBUG]: Read 1664 bytes from /proc/mounts | |
| 2018-02-20 06:09:51,502 - util.py[DEBUG]: Fetched {'/dev/root': {'opts': 'rw,noatime,data=ordered', 'fstype': 'ext4', 'mountpoint': '/'}, 'cgroup': {'opts': 'rw,nosuid,nodev,noexec,relatime,cpu,cpuacct', 'fstype': 'cgroup', 'mountpoint': '/sys/fs/cgroup/cpu,cpuacct'}, 'debugfs': {'opts': 'rw,relatime', 'fstype': 'debugfs', 'mountpoint': '/sys/kernel/debug'}, 'systemd-1': {'opts': 'rw,relatime,fd=33,pgrp=1,timeout=0,minproto=5,maxproto=5,direct', 'fstype': 'autofs', 'mountpoint': '/proc/sys/fs/binfmt_misc'}, 'tmpfs': {'opts': 'rw,nosuid,nodev,relatime,size=94956k,mode=700,uid=1000,gid=1000', 'fstype': 'tmpfs', 'mountpoint': '/run/user/1000'}, 'mqueue': {'opts': 'rw,relatime', 'fstype': 'mqueue', 'mountpoint': '/dev/mqueue'}, 'sysfs': {'opts': 'rw,nosuid,nodev,noexec,relatime', 'fstype': 'sysfs', 'mountpoint': '/sys'}, 'configfs': {'opts': 'rw,relatime', 'fstype': 'configfs', 'mountpoint': '/sys/kernel/config'}, '/dev/mmcblk0p1': {'opts': 'rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro', 'fstype': 'vfat', 'mountpoint': '/boot'}, 'proc': {'opts': 'rw,relatime', 'fstype': 'proc', 'mountpoint': '/proc'}, 'devpts': {'opts': 'rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000', 'fstype': 'devpts', 'mountpoint': '/dev/pts'}, 'devtmpfs': {'opts': 'rw,relatime,size=470180k,nr_inodes=117545,mode=755', 'fstype': 'devtmpfs', 'mountpoint': '/dev'}, 'sunrpc': {'opts': 'rw,relatime', 'fstype': 'rpc_pipefs', 'mountpoint': '/run/rpc_pipefs'}} mounts from proc | |
| 2018-02-20 06:09:51,503 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=iso9660', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,524 - handlers.py[DEBUG]: finish: init-local/search-OVF: SUCCESS: no local data found from DataSourceOVF | |
| 2018-02-20 06:09:51,525 - handlers.py[DEBUG]: start: init-local/search-Ec2Local: searching for local data from DataSourceEc2Local | |
| 2018-02-20 06:09:51,525 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceEc2.DataSourceEc2Local'> | |
| 2018-02-20 06:09:51,526 - util.py[DEBUG]: Reading from /sys/hypervisor/uuid (quiet=False) | |
| 2018-02-20 06:09:51,526 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,540 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,547 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,554 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 06:09:51,555 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 06:09:51,555 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 06:09:51,556 - util.py[DEBUG]: Read 932 bytes from /proc/self/status | |
| 2018-02-20 06:09:51,556 - util.py[DEBUG]: querying dmi data /sys/class/dmi/id/product_uuid | |
| 2018-02-20 06:09:51,557 - util.py[DEBUG]: did not find /sys/class/dmi/id/product_uuid | |
| 2018-02-20 06:09:51,557 - util.py[DEBUG]: dmidata is not supported on armv7l | |
| 2018-02-20 06:09:51,557 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,571 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,578 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,585 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 06:09:51,586 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 06:09:51,586 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 06:09:51,587 - util.py[DEBUG]: Read 933 bytes from /proc/self/status | |
| 2018-02-20 06:09:51,587 - util.py[DEBUG]: querying dmi data /sys/class/dmi/id/product_serial | |
| 2018-02-20 06:09:51,588 - util.py[DEBUG]: did not find /sys/class/dmi/id/product_serial | |
| 2018-02-20 06:09:51,588 - util.py[DEBUG]: dmidata is not supported on armv7l | |
| 2018-02-20 06:09:51,588 - DataSourceEc2.py[DEBUG]: Local Ec2 mode only supported on ('AWS',), not Unknown | |
| 2018-02-20 06:09:51,589 - handlers.py[DEBUG]: finish: init-local/search-Ec2Local: SUCCESS: no local data found from DataSourceEc2Local | |
| 2018-02-20 06:09:51,590 - handlers.py[DEBUG]: start: init-local/search-CloudSigma: searching for local data from DataSourceCloudSigma | |
| 2018-02-20 06:09:51,590 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceCloudSigma.DataSourceCloudSigma'> | |
| 2018-02-20 06:09:51,590 - DataSourceCloudSigma.py[DEBUG]: determining hypervisor product name via dmi data | |
| 2018-02-20 06:09:51,591 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,605 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,612 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,618 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 06:09:51,619 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 06:09:51,620 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 06:09:51,620 - util.py[DEBUG]: Read 933 bytes from /proc/self/status | |
| 2018-02-20 06:09:51,621 - util.py[DEBUG]: querying dmi data /sys/class/dmi/id/product_name | |
| 2018-02-20 06:09:51,621 - util.py[DEBUG]: did not find /sys/class/dmi/id/product_name | |
| 2018-02-20 06:09:51,621 - util.py[DEBUG]: dmidata is not supported on armv7l | |
| 2018-02-20 06:09:51,622 - DataSourceCloudSigma.py[DEBUG]: system-product-name not available in dmi data | |
| 2018-02-20 06:09:51,622 - handlers.py[DEBUG]: finish: init-local/search-CloudSigma: SUCCESS: no local data found from DataSourceCloudSigma | |
| 2018-02-20 06:09:51,623 - handlers.py[DEBUG]: start: init-local/search-SmartOS: searching for local data from DataSourceSmartOS | |
| 2018-02-20 06:09:51,623 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceSmartOS.DataSourceSmartOS'> | |
| 2018-02-20 06:09:51,624 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,638 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,645 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,652 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 06:09:51,653 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 06:09:51,653 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 06:09:51,654 - util.py[DEBUG]: Read 933 bytes from /proc/self/status | |
| 2018-02-20 06:09:51,654 - util.py[DEBUG]: querying dmi data /sys/class/dmi/id/product_name | |
| 2018-02-20 06:09:51,655 - util.py[DEBUG]: did not find /sys/class/dmi/id/product_name | |
| 2018-02-20 06:09:51,655 - util.py[DEBUG]: dmidata is not supported on armv7l | |
| 2018-02-20 06:09:51,655 - DataSourceSmartOS.py[DEBUG]: Not running on smartos | |
| 2018-02-20 06:09:51,656 - handlers.py[DEBUG]: finish: init-local/search-SmartOS: SUCCESS: no local data found from DataSourceSmartOS | |
| 2018-02-20 06:09:51,656 - main.py[DEBUG]: No local datasource found | |
| 2018-02-20 06:09:51,659 - util.py[DEBUG]: Reading from /sys/class/net/eth0/carrier (quiet=False) | |
| 2018-02-20 06:09:51,660 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/carrier | |
| 2018-02-20 06:09:51,660 - util.py[DEBUG]: Reading from /sys/class/net/eth0/dormant (quiet=False) | |
| 2018-02-20 06:09:51,661 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/dormant | |
| 2018-02-20 06:09:51,661 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 06:09:51,661 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 06:09:51,662 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/carrier (quiet=False) | |
| 2018-02-20 06:09:51,662 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/wlan0/carrier | |
| 2018-02-20 06:09:51,663 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 06:09:51,663 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 06:09:51,664 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 06:09:51,664 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 06:09:51,664 - stages.py[DEBUG]: applying net config names for {'version': 1, 'config': [{'mac_address': 'b8:27:eb:00:e2:03', 'type': 'physical', 'subnets': [{'type': 'dhcp'}], 'name': 'wlan0'}]} | |
| 2018-02-20 06:09:51,665 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/device/device (quiet=False) | |
| 2018-02-20 06:09:51,666 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/wlan0/device/device | |
| 2018-02-20 06:09:51,666 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) | |
| 2018-02-20 06:09:51,666 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type | |
| 2018-02-20 06:09:51,667 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) | |
| 2018-02-20 06:09:51,667 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent | |
| 2018-02-20 06:09:51,668 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 06:09:51,668 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 06:09:51,668 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 06:09:51,669 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) | |
| 2018-02-20 06:09:51,669 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type | |
| 2018-02-20 06:09:51,670 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) | |
| 2018-02-20 06:09:51,670 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent | |
| 2018-02-20 06:09:51,670 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) | |
| 2018-02-20 06:09:51,671 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address | |
| 2018-02-20 06:09:51,671 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) | |
| 2018-02-20 06:09:51,672 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/addr_assign_type (quiet=False) | |
| 2018-02-20 06:09:51,672 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/wlan0/addr_assign_type | |
| 2018-02-20 06:09:51,672 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/uevent (quiet=False) | |
| 2018-02-20 06:09:51,673 - util.py[DEBUG]: Read 39 bytes from /sys/class/net/wlan0/uevent | |
| 2018-02-20 06:09:51,673 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 06:09:51,674 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 06:09:51,674 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/device/device (quiet=False) | |
| 2018-02-20 06:09:51,674 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/wlan0/device/device | |
| 2018-02-20 06:09:51,675 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 06:09:51,675 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 06:09:51,676 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) | |
| 2018-02-20 06:09:51,676 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate | |
| 2018-02-20 06:09:51,676 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 06:09:51,677 - util.py[DEBUG]: Read 3 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 06:09:51,678 - util.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,688 - util.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:09:51,698 - __init__.py[DEBUG]: no work necessary for renaming of [['b8:27:eb:00:e2:03', 'wlan0', 'brcmfmac', '0xa9a6']] | |
| 2018-02-20 06:09:51,700 - stages.py[INFO]: Applying network configuration from fallback bringup=False: {'version': 1, 'config': [{'mac_address': 'b8:27:eb:00:e2:03', 'type': 'physical', 'subnets': [{'type': 'dhcp'}], 'name': 'wlan0'}]} | |
| 2018-02-20 06:09:51,702 - __init__.py[DEBUG]: Selected renderer 'eni' from priority list: None | |
| 2018-02-20 06:09:51,720 - util.py[DEBUG]: Writing to /etc/network/interfaces.d/50-cloud-init.cfg - wb: [644] 369 bytes | |
| 2018-02-20 06:09:51,724 - util.py[DEBUG]: Writing to /etc/udev/rules.d/70-persistent-net.rules - wb: [644] 97 bytes | |
| 2018-02-20 06:09:51,727 - main.py[DEBUG]: [local] Exiting without datasource in local mode | |
| 2018-02-20 06:09:51,730 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 06:09:51,731 - util.py[DEBUG]: Read 15 bytes from /proc/uptime | |
| 2018-02-20 06:09:51,731 - util.py[DEBUG]: cloud-init mode 'init' took 1.136 seconds (1.14) | |
| 2018-02-20 06:09:51,732 - handlers.py[DEBUG]: finish: init-local: SUCCESS: searching for local datasources | |
| 2018-02-20 06:11:45,733 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 06:11:45 +0000. Up 1052.42 seconds. | |
| 2018-02-20 06:11:45,734 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 06:11:45,734 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 06:11:45,752 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 06:11:45,757 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 06:11:45,759 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished | |
| 2018-02-20 06:11:45,759 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/data/no-net | |
| 2018-02-20 06:11:45,760 - handlers.py[DEBUG]: start: init-local/check-cache: attempting to read from cache [check] | |
| 2018-02-20 06:11:45,760 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 06:11:45,761 - stages.py[DEBUG]: no cache found | |
| 2018-02-20 06:11:45,761 - handlers.py[DEBUG]: finish: init-local/check-cache: SUCCESS: no cache found | |
| 2018-02-20 06:11:45,761 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 06:11:45,772 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 06:11:45,774 - __init__.py[DEBUG]: Looking for data source in: ['OpenStack', 'None'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM'] | |
| 2018-02-20 06:11:45,787 - __init__.py[DEBUG]: Searching for local data source in: [] | |
| 2018-02-20 06:11:45,788 - main.py[DEBUG]: No local datasource found | |
| 2018-02-20 06:11:45,790 - util.py[DEBUG]: Reading from /sys/class/net/eth0/carrier (quiet=False) | |
| 2018-02-20 06:11:45,791 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/carrier | |
| 2018-02-20 06:11:45,791 - util.py[DEBUG]: Reading from /sys/class/net/eth0/dormant (quiet=False) | |
| 2018-02-20 06:11:45,791 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/dormant | |
| 2018-02-20 06:11:45,792 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 06:11:45,792 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 06:11:45,793 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/carrier (quiet=False) | |
| 2018-02-20 06:11:45,793 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/wlan0/carrier | |
| 2018-02-20 06:11:45,793 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 06:11:45,794 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 06:11:45,794 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 06:11:45,795 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 06:11:45,795 - stages.py[DEBUG]: applying net config names for {'config': [{'type': 'physical', 'name': 'wlan0', 'mac_address': 'b8:27:eb:00:e2:03', 'subnets': [{'type': 'dhcp'}]}], 'version': 1} | |
| 2018-02-20 06:11:45,796 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/device/device (quiet=False) | |
| 2018-02-20 06:11:45,796 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/wlan0/device/device | |
| 2018-02-20 06:11:45,797 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) | |
| 2018-02-20 06:11:45,797 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type | |
| 2018-02-20 06:11:45,797 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) | |
| 2018-02-20 06:11:45,798 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent | |
| 2018-02-20 06:11:45,798 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 06:11:45,799 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 06:11:45,799 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 06:11:45,799 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) | |
| 2018-02-20 06:11:45,800 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type | |
| 2018-02-20 06:11:45,800 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) | |
| 2018-02-20 06:11:45,801 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent | |
| 2018-02-20 06:11:45,801 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) | |
| 2018-02-20 06:11:45,801 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address | |
| 2018-02-20 06:11:45,802 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) | |
| 2018-02-20 06:11:45,802 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/addr_assign_type (quiet=False) | |
| 2018-02-20 06:11:45,803 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/wlan0/addr_assign_type | |
| 2018-02-20 06:11:45,803 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/uevent (quiet=False) | |
| 2018-02-20 06:11:45,803 - util.py[DEBUG]: Read 39 bytes from /sys/class/net/wlan0/uevent | |
| 2018-02-20 06:11:45,804 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 06:11:45,804 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 06:11:45,805 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/device/device (quiet=False) | |
| 2018-02-20 06:11:45,805 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/wlan0/device/device | |
| 2018-02-20 06:11:45,805 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 06:11:45,806 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 06:11:45,806 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) | |
| 2018-02-20 06:11:45,807 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate | |
| 2018-02-20 06:11:45,807 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 06:11:45,807 - util.py[DEBUG]: Read 3 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 06:11:45,809 - util.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:11:45,817 - util.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:11:45,826 - __init__.py[DEBUG]: no work necessary for renaming of [['b8:27:eb:00:e2:03', 'wlan0', 'brcmfmac', '0xa9a6']] | |
| 2018-02-20 06:11:45,828 - stages.py[INFO]: Applying network configuration from fallback bringup=False: {'config': [{'type': 'physical', 'name': 'wlan0', 'mac_address': 'b8:27:eb:00:e2:03', 'subnets': [{'type': 'dhcp'}]}], 'version': 1} | |
| 2018-02-20 06:11:45,829 - __init__.py[DEBUG]: Selected renderer 'eni' from priority list: None | |
| 2018-02-20 06:11:45,847 - util.py[DEBUG]: Writing to /etc/network/interfaces.d/50-cloud-init.cfg - wb: [644] 369 bytes | |
| 2018-02-20 06:11:45,851 - util.py[DEBUG]: Writing to /etc/udev/rules.d/70-persistent-net.rules - wb: [644] 97 bytes | |
| 2018-02-20 06:11:45,854 - main.py[DEBUG]: [local] Exiting without datasource in local mode | |
| 2018-02-20 06:11:45,857 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 06:11:45,858 - util.py[DEBUG]: Read 16 bytes from /proc/uptime | |
| 2018-02-20 06:11:45,858 - util.py[DEBUG]: cloud-init mode 'init' took 0.340 seconds (0.34) | |
| 2018-02-20 06:11:45,859 - handlers.py[DEBUG]: finish: init-local: SUCCESS: searching for local datasources | |
| 2018-02-20 06:11:48,869 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 06:11:48 +0000. Up 1055.56 seconds. | |
| 2018-02-20 06:11:48,869 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 06:11:48,870 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 06:11:48,888 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 06:11:48,893 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 06:11:48,893 - util.py[DEBUG]: Running command ['ifconfig', '-a'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 06:11:48,919 - util.py[DEBUG]: Running command ['netstat', '-rn'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 06:11:48,935 - util.py[DEBUG]: Running command ['netstat', '-A', 'inet6', '-n'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 06:11:48,945 - main.py[DEBUG]: Checking to see if files that we need already exist from a previous run that would allow us to stop early. | |
| 2018-02-20 06:11:48,946 - main.py[DEBUG]: Execution continuing, no previous run detected that would allow us to stop early. | |
| 2018-02-20 06:11:48,947 - handlers.py[DEBUG]: start: init-network/check-cache: attempting to read from cache [trust] | |
| 2018-02-20 06:11:48,947 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 06:11:48,947 - stages.py[DEBUG]: no cache found | |
| 2018-02-20 06:11:48,948 - handlers.py[DEBUG]: finish: init-network/check-cache: SUCCESS: no cache found | |
| 2018-02-20 06:11:48,948 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 06:11:48,960 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 06:11:48,962 - __init__.py[DEBUG]: Looking for data source in: ['OpenStack', 'None'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM', 'NETWORK'] | |
| 2018-02-20 06:11:48,975 - __init__.py[DEBUG]: Searching for network data source in: ['DataSourceOpenStack', 'DataSourceNone'] | |
| 2018-02-20 06:11:48,975 - handlers.py[DEBUG]: start: init-network/search-OpenStack: searching for network data from DataSourceOpenStack | |
| 2018-02-20 06:11:48,976 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceOpenStack.DataSourceOpenStack'> | |
| 2018-02-20 06:11:49,055 - url_helper.py[DEBUG]: [0/1] open 'http://169.254.169.254/openstack' with {'url': 'http://169.254.169.254/openstack', 'timeout': 10.0, 'allow_redirects': True, 'headers': {'User-Agent': 'Cloud-Init/17.2'}, 'method': 'GET'} configuration | |
| 2018-02-20 06:11:59,080 - url_helper.py[DEBUG]: Calling 'http://169.254.169.254/openstack' failed [10/-1s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /openstack (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x75e38e30>, 'Connection to 169.254.169.254 timed out. (connect timeout=10.0)'))] | |
| 2018-02-20 06:11:59,080 - DataSourceOpenStack.py[DEBUG]: Giving up on OpenStack md from ['http://169.254.169.254/openstack'] after 10 seconds | |
| 2018-02-20 06:11:59,081 - handlers.py[DEBUG]: finish: init-network/search-OpenStack: SUCCESS: no network data found from DataSourceOpenStack | |
| 2018-02-20 06:11:59,082 - handlers.py[DEBUG]: start: init-network/search-None: searching for network data from DataSourceNone | |
| 2018-02-20 06:11:59,083 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceNone.DataSourceNone'> | |
| 2018-02-20 06:11:59,084 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 06:11:59,085 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 06:11:59,090 - handlers.py[DEBUG]: finish: init-network/search-None: SUCCESS: found network data from DataSourceNone | |
| 2018-02-20 06:11:59,091 - stages.py[INFO]: Loaded datasource DataSourceNone - DataSourceNone | |
| 2018-02-20 06:11:59,093 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 06:11:59,094 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 06:11:59,095 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:11:59,230 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 06:11:59,231 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 06:11:59,231 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:11:59,268 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 06:11:59,269 - util.py[DEBUG]: Read 37 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 06:11:59,269 - util.py[DEBUG]: Attempting to load yaml from string of length 37 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:11:59,273 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:11:59,274 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:11:59,278 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 06:11:59,278 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/iid-datasource-none' | |
| 2018-02-20 06:11:59,287 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/iid-datasource-none/datasource (quiet=False) | |
| 2018-02-20 06:11:59,288 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/datasource - wb: [644] 31 bytes | |
| 2018-02-20 06:11:59,291 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 31 bytes | |
| 2018-02-20 06:11:59,294 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) | |
| 2018-02-20 06:11:59,294 - stages.py[DEBUG]: previous iid found to be NO_PREVIOUS_INSTANCE_ID | |
| 2018-02-20 06:11:59,295 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 20 bytes | |
| 2018-02-20 06:11:59,298 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 20 bytes | |
| 2018-02-20 06:11:59,301 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 24 bytes | |
| 2018-02-20 06:11:59,307 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 4798 bytes | |
| 2018-02-20 06:11:59,310 - main.py[DEBUG]: [net] init will now be targeting instance id: iid-datasource-none. new=True | |
| 2018-02-20 06:11:59,311 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 06:11:59,312 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 06:11:59,312 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:11:59,421 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 06:11:59,422 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 06:11:59,422 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:11:59,459 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 06:11:59,460 - util.py[DEBUG]: Read 37 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 06:11:59,460 - util.py[DEBUG]: Attempting to load yaml from string of length 37 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:11:59,464 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:11:59,465 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:11:59,474 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 06:11:59,475 - util.py[DEBUG]: Reading from /sys/class/net/eth0/carrier (quiet=False) | |
| 2018-02-20 06:11:59,475 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/carrier | |
| 2018-02-20 06:11:59,476 - util.py[DEBUG]: Reading from /sys/class/net/eth0/dormant (quiet=False) | |
| 2018-02-20 06:11:59,476 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/dormant | |
| 2018-02-20 06:11:59,476 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 06:11:59,477 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 06:11:59,477 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/carrier (quiet=False) | |
| 2018-02-20 06:11:59,478 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/wlan0/carrier | |
| 2018-02-20 06:11:59,478 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 06:11:59,478 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 06:11:59,479 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 06:11:59,479 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 06:11:59,480 - stages.py[DEBUG]: applying net config names for {'version': 1, 'config': [{'subnets': [{'type': 'dhcp'}], 'name': 'wlan0', 'type': 'physical', 'mac_address': 'b8:27:eb:00:e2:03'}]} | |
| 2018-02-20 06:11:59,480 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/device/device (quiet=False) | |
| 2018-02-20 06:11:59,480 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/wlan0/device/device | |
| 2018-02-20 06:11:59,481 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) | |
| 2018-02-20 06:11:59,481 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type | |
| 2018-02-20 06:11:59,482 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) | |
| 2018-02-20 06:11:59,482 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent | |
| 2018-02-20 06:11:59,482 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 06:11:59,483 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 06:11:59,483 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 06:11:59,484 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) | |
| 2018-02-20 06:11:59,484 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type | |
| 2018-02-20 06:11:59,485 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) | |
| 2018-02-20 06:11:59,485 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent | |
| 2018-02-20 06:11:59,485 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) | |
| 2018-02-20 06:11:59,486 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address | |
| 2018-02-20 06:11:59,486 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) | |
| 2018-02-20 06:11:59,486 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/addr_assign_type (quiet=False) | |
| 2018-02-20 06:11:59,487 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/wlan0/addr_assign_type | |
| 2018-02-20 06:11:59,487 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/uevent (quiet=False) | |
| 2018-02-20 06:11:59,488 - util.py[DEBUG]: Read 39 bytes from /sys/class/net/wlan0/uevent | |
| 2018-02-20 06:11:59,488 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 06:11:59,488 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 06:11:59,489 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/device/device (quiet=False) | |
| 2018-02-20 06:11:59,489 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/wlan0/device/device | |
| 2018-02-20 06:11:59,490 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 06:11:59,490 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 06:11:59,490 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) | |
| 2018-02-20 06:11:59,491 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate | |
| 2018-02-20 06:11:59,491 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 06:11:59,491 - util.py[DEBUG]: Read 3 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 06:11:59,493 - util.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:11:59,501 - util.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:11:59,510 - __init__.py[DEBUG]: no work necessary for renaming of [['b8:27:eb:00:e2:03', 'wlan0', 'brcmfmac', '0xa9a6']] | |
| 2018-02-20 06:11:59,511 - stages.py[INFO]: Applying network configuration from fallback bringup=True: {'version': 1, 'config': [{'subnets': [{'type': 'dhcp'}], 'name': 'wlan0', 'type': 'physical', 'mac_address': 'b8:27:eb:00:e2:03'}]} | |
| 2018-02-20 06:11:59,512 - __init__.py[DEBUG]: Selected renderer 'eni' from priority list: None | |
| 2018-02-20 06:11:59,530 - util.py[DEBUG]: Writing to /etc/network/interfaces.d/50-cloud-init.cfg - wb: [644] 369 bytes | |
| 2018-02-20 06:11:59,534 - util.py[DEBUG]: Writing to /etc/udev/rules.d/70-persistent-net.rules - wb: [644] 97 bytes | |
| 2018-02-20 06:11:59,538 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/user-data.txt - wb: [600] 0 bytes | |
| 2018-02-20 06:11:59,556 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/user-data.txt.i - wb: [600] 281 bytes | |
| 2018-02-20 06:11:59,559 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/vendor-data.txt - wb: [600] 0 bytes | |
| 2018-02-20 06:11:59,567 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/vendor-data.txt.i - wb: [600] 281 bytes | |
| 2018-02-20 06:11:59,573 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/consume_data - wb: [644] 25 bytes | |
| 2018-02-20 06:11:59,576 - helpers.py[DEBUG]: Running consume_data using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/consume_data'>) | |
| 2018-02-20 06:11:59,577 - handlers.py[DEBUG]: start: init-network/consume-user-data: reading and applying user-data | |
| 2018-02-20 06:11:59,579 - stages.py[DEBUG]: Added default handler for {'text/cloud-config-jsonp', 'text/cloud-config'} from CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] | |
| 2018-02-20 06:11:59,579 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript'} from ShellScriptPartHandler: [['text/x-shellscript']] | |
| 2018-02-20 06:11:59,580 - stages.py[DEBUG]: Added default handler for {'text/cloud-boothook'} from BootHookPartHandler: [['text/cloud-boothook']] | |
| 2018-02-20 06:11:59,580 - stages.py[DEBUG]: Added default handler for {'text/upstart-job'} from UpstartJobPartHandler: [['text/upstart-job']] | |
| 2018-02-20 06:11:59,582 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency once-per-instance | |
| 2018-02-20 06:11:59,582 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__begin__, None, 2) with frequency once-per-instance | |
| 2018-02-20 06:11:59,583 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency once-per-instance | |
| 2018-02-20 06:11:59,583 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (__begin__, None, 3) with frequency once-per-instance | |
| 2018-02-20 06:11:59,584 - __init__.py[DEBUG]: {'Content-Disposition': 'attachment; filename="part-001"', 'Content-Type': 'text/x-not-multipart', 'MIME-Version': '1.0'} | |
| 2018-02-20 06:11:59,584 - __init__.py[DEBUG]: Empty payload of type text/x-not-multipart | |
| 2018-02-20 06:11:59,585 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency once-per-instance | |
| 2018-02-20 06:11:59,585 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__end__, None, 2) with frequency once-per-instance | |
| 2018-02-20 06:11:59,585 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency once-per-instance | |
| 2018-02-20 06:11:59,586 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (__end__, None, 3) with frequency once-per-instance | |
| 2018-02-20 06:11:59,586 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/cloud-config.txt - wb: [600] 0 bytes | |
| 2018-02-20 06:11:59,590 - handlers.py[DEBUG]: finish: init-network/consume-user-data: SUCCESS: reading and applying user-data | |
| 2018-02-20 06:11:59,591 - handlers.py[DEBUG]: start: init-network/consume-vendor-data: reading and applying vendor-data | |
| 2018-02-20 06:11:59,591 - stages.py[DEBUG]: no vendordata from datasource | |
| 2018-02-20 06:11:59,592 - handlers.py[DEBUG]: finish: init-network/consume-vendor-data: SUCCESS: reading and applying vendor-data | |
| 2018-02-20 06:11:59,593 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 06:11:59,593 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 06:11:59,593 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:11:59,703 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 06:11:59,704 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 06:11:59,704 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:11:59,742 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 06:11:59,742 - util.py[DEBUG]: Read 37 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 06:11:59,743 - util.py[DEBUG]: Attempting to load yaml from string of length 37 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:11:59,746 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:11:59,747 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:11:59,749 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 06:11:59,749 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 06:11:59,750 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:11:59,750 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:11:59,756 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 06:11:59,757 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 06:11:59,757 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:11:59,758 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:11:59,772 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 3813 bytes | |
| 2018-02-20 06:11:59,778 - main.py[DEBUG]: no di_report found in config. | |
| 2018-02-20 06:11:59,961 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 06:11:59,966 - stages.py[DEBUG]: Running module migrator (<module 'cloudinit.config.cc_migrator' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_migrator.py'>) with frequency always | |
| 2018-02-20 06:11:59,967 - handlers.py[DEBUG]: start: init-network/config-migrator: running config-migrator with frequency always | |
| 2018-02-20 06:11:59,967 - helpers.py[DEBUG]: Running config-migrator using lock (<cloudinit.helpers.DummyLock object at 0x75db9650>) | |
| 2018-02-20 06:11:59,968 - cc_migrator.py[DEBUG]: Migrated 0 semaphore files to there canonicalized names | |
| 2018-02-20 06:11:59,970 - handlers.py[DEBUG]: finish: init-network/config-migrator: SUCCESS: config-migrator ran successfully | |
| 2018-02-20 06:11:59,971 - stages.py[DEBUG]: Running module seed_random (<module 'cloudinit.config.cc_seed_random' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_seed_random.py'>) with frequency once-per-instance | |
| 2018-02-20 06:11:59,972 - handlers.py[DEBUG]: start: init-network/config-seed_random: running config-seed_random with frequency once-per-instance | |
| 2018-02-20 06:11:59,973 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_seed_random - wb: [644] 25 bytes | |
| 2018-02-20 06:11:59,976 - helpers.py[DEBUG]: Running config-seed_random using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_seed_random'>) | |
| 2018-02-20 06:11:59,977 - cc_seed_random.py[DEBUG]: no command provided | |
| 2018-02-20 06:11:59,978 - handlers.py[DEBUG]: finish: init-network/config-seed_random: SUCCESS: config-seed_random ran successfully | |
| 2018-02-20 06:11:59,978 - stages.py[DEBUG]: Running module bootcmd (<module 'cloudinit.config.cc_bootcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_bootcmd.py'>) with frequency always | |
| 2018-02-20 06:11:59,979 - handlers.py[DEBUG]: start: init-network/config-bootcmd: running config-bootcmd with frequency always | |
| 2018-02-20 06:11:59,980 - helpers.py[DEBUG]: Running config-bootcmd using lock (<cloudinit.helpers.DummyLock object at 0x75db70b0>) | |
| 2018-02-20 06:11:59,980 - cc_bootcmd.py[DEBUG]: Skipping module named bootcmd, no 'bootcmd' key in configuration | |
| 2018-02-20 06:11:59,982 - handlers.py[DEBUG]: finish: init-network/config-bootcmd: SUCCESS: config-bootcmd ran successfully | |
| 2018-02-20 06:11:59,982 - stages.py[DEBUG]: Running module write-files (<module 'cloudinit.config.cc_write_files' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_write_files.py'>) with frequency once-per-instance | |
| 2018-02-20 06:11:59,983 - handlers.py[DEBUG]: start: init-network/config-write-files: running config-write-files with frequency once-per-instance | |
| 2018-02-20 06:11:59,984 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_write_files - wb: [644] 25 bytes | |
| 2018-02-20 06:11:59,988 - helpers.py[DEBUG]: Running config-write-files using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_write_files'>) | |
| 2018-02-20 06:11:59,988 - cc_write_files.py[DEBUG]: Skipping module named write-files, no/empty 'write_files' key in configuration | |
| 2018-02-20 06:11:59,989 - handlers.py[DEBUG]: finish: init-network/config-write-files: SUCCESS: config-write-files ran successfully | |
| 2018-02-20 06:11:59,989 - stages.py[DEBUG]: Running module growpart (<module 'cloudinit.config.cc_growpart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_growpart.py'>) with frequency always | |
| 2018-02-20 06:11:59,990 - handlers.py[DEBUG]: start: init-network/config-growpart: running config-growpart with frequency always | |
| 2018-02-20 06:11:59,991 - helpers.py[DEBUG]: Running config-growpart using lock (<cloudinit.helpers.DummyLock object at 0x75db75b0>) | |
| 2018-02-20 06:11:59,991 - cc_growpart.py[DEBUG]: No 'growpart' entry in cfg. Using default: {'ignore_growroot_disabled': False, 'devices': ['/'], 'mode': 'auto'} | |
| 2018-02-20 06:11:59,992 - util.py[DEBUG]: Running command ['growpart', '--help'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:00,000 - cc_growpart.py[DEBUG]: growpart unable to find resizer for 'auto': No resizers available | |
| 2018-02-20 06:12:00,001 - handlers.py[DEBUG]: finish: init-network/config-growpart: SUCCESS: config-growpart ran successfully | |
| 2018-02-20 06:12:00,001 - stages.py[DEBUG]: Running module resizefs (<module 'cloudinit.config.cc_resizefs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_resizefs.py'>) with frequency always | |
| 2018-02-20 06:12:00,002 - handlers.py[DEBUG]: start: init-network/config-resizefs: running config-resizefs with frequency always | |
| 2018-02-20 06:12:00,003 - helpers.py[DEBUG]: Running config-resizefs using lock (<cloudinit.helpers.DummyLock object at 0x75db70d0>) | |
| 2018-02-20 06:12:00,030 - util.py[DEBUG]: Reading from /proc/2585/mountinfo (quiet=False) | |
| 2018-02-20 06:12:00,031 - util.py[DEBUG]: Read 2206 bytes from /proc/2585/mountinfo | |
| 2018-02-20 06:12:00,032 - cc_resizefs.py[DEBUG]: resize_info: dev=/dev/root mnt_point=/ path=/ | |
| 2018-02-20 06:12:00,032 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:00,047 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:00,054 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:00,061 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 06:12:00,062 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 06:12:00,062 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 06:12:00,063 - util.py[DEBUG]: Read 931 bytes from /proc/self/status | |
| 2018-02-20 06:12:00,063 - cc_resizefs.py[DEBUG]: Converted /dev/root to '/dev/disk/by-partuuid/3e8f7ed9-02' per kernel cmdline | |
| 2018-02-20 06:12:00,064 - cc_resizefs.py[DEBUG]: Resizing / (ext4) using resize2fs /dev/disk/by-partuuid/3e8f7ed9-02 | |
| 2018-02-20 06:12:00,064 - util.py[DEBUG]: Running command ('resize2fs', '/dev/disk/by-partuuid/3e8f7ed9-02') with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:00,075 - util.py[DEBUG]: Resizing took 0.011 seconds | |
| 2018-02-20 06:12:00,076 - cc_resizefs.py[DEBUG]: Resized root filesystem (type=ext4, val=True) | |
| 2018-02-20 06:12:00,077 - handlers.py[DEBUG]: finish: init-network/config-resizefs: SUCCESS: config-resizefs ran successfully | |
| 2018-02-20 06:12:00,077 - stages.py[DEBUG]: Running module disk_setup (<module 'cloudinit.config.cc_disk_setup' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disk_setup.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:00,078 - handlers.py[DEBUG]: start: init-network/config-disk_setup: running config-disk_setup with frequency once-per-instance | |
| 2018-02-20 06:12:00,079 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_disk_setup - wb: [644] 24 bytes | |
| 2018-02-20 06:12:00,083 - helpers.py[DEBUG]: Running config-disk_setup using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_disk_setup'>) | |
| 2018-02-20 06:12:00,084 - handlers.py[DEBUG]: finish: init-network/config-disk_setup: SUCCESS: config-disk_setup ran successfully | |
| 2018-02-20 06:12:00,084 - stages.py[DEBUG]: Running module mounts (<module 'cloudinit.config.cc_mounts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mounts.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:00,086 - handlers.py[DEBUG]: start: init-network/config-mounts: running config-mounts with frequency once-per-instance | |
| 2018-02-20 06:12:00,086 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_mounts - wb: [644] 24 bytes | |
| 2018-02-20 06:12:00,090 - helpers.py[DEBUG]: Running config-mounts using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_mounts'>) | |
| 2018-02-20 06:12:00,091 - cc_mounts.py[DEBUG]: mounts configuration is [] | |
| 2018-02-20 06:12:00,092 - cc_mounts.py[DEBUG]: Attempting to determine the real name of ephemeral0 | |
| 2018-02-20 06:12:00,093 - cc_mounts.py[DEBUG]: Ignoring nonexistant default named mount ephemeral0 | |
| 2018-02-20 06:12:00,093 - cc_mounts.py[DEBUG]: Attempting to determine the real name of swap | |
| 2018-02-20 06:12:00,093 - cc_mounts.py[DEBUG]: Ignoring nonexistant default named mount swap | |
| 2018-02-20 06:12:00,094 - cc_mounts.py[DEBUG]: no need to setup swap | |
| 2018-02-20 06:12:00,094 - cc_mounts.py[DEBUG]: No modifications to fstab needed. | |
| 2018-02-20 06:12:00,095 - handlers.py[DEBUG]: finish: init-network/config-mounts: SUCCESS: config-mounts ran successfully | |
| 2018-02-20 06:12:00,095 - stages.py[DEBUG]: Running module set_hostname (<module 'cloudinit.config.cc_set_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_hostname.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:00,096 - handlers.py[DEBUG]: start: init-network/config-set_hostname: running config-set_hostname with frequency once-per-instance | |
| 2018-02-20 06:12:00,097 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_set_hostname - wb: [644] 25 bytes | |
| 2018-02-20 06:12:00,101 - helpers.py[DEBUG]: Running config-set_hostname using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_set_hostname'>) | |
| 2018-02-20 06:12:00,101 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 06:12:00,102 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 06:12:00,102 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 06:12:00,102 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 06:12:00,103 - cc_set_hostname.py[DEBUG]: Setting the hostname to raspberrypi (raspberrypi) | |
| 2018-02-20 06:12:00,103 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False) | |
| 2018-02-20 06:12:00,103 - util.py[DEBUG]: Read 12 bytes from /etc/hostname | |
| 2018-02-20 06:12:00,104 - util.py[DEBUG]: Writing to /etc/hostname - wb: [644] 12 bytes | |
| 2018-02-20 06:12:00,108 - __init__.py[DEBUG]: Non-persistently setting the system hostname to raspberrypi | |
| 2018-02-20 06:12:00,109 - util.py[DEBUG]: Running command ['hostname', 'raspberrypi'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:00,117 - handlers.py[DEBUG]: finish: init-network/config-set_hostname: SUCCESS: config-set_hostname ran successfully | |
| 2018-02-20 06:12:00,118 - stages.py[DEBUG]: Running module update_hostname (<module 'cloudinit.config.cc_update_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_hostname.py'>) with frequency always | |
| 2018-02-20 06:12:00,119 - handlers.py[DEBUG]: start: init-network/config-update_hostname: running config-update_hostname with frequency always | |
| 2018-02-20 06:12:00,120 - helpers.py[DEBUG]: Running config-update_hostname using lock (<cloudinit.helpers.DummyLock object at 0x75c4b770>) | |
| 2018-02-20 06:12:00,120 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 06:12:00,121 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 06:12:00,121 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 06:12:00,121 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 06:12:00,122 - cc_update_hostname.py[DEBUG]: Updating hostname to raspberrypi (raspberrypi) | |
| 2018-02-20 06:12:00,122 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False) | |
| 2018-02-20 06:12:00,123 - util.py[DEBUG]: Read 12 bytes from /etc/hostname | |
| 2018-02-20 06:12:00,123 - __init__.py[DEBUG]: Attempting to update hostname to raspberrypi in 1 files | |
| 2018-02-20 06:12:00,123 - util.py[DEBUG]: Reading from /var/lib/cloud/data/previous-hostname (quiet=False) | |
| 2018-02-20 06:12:00,124 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-hostname - wb: [644] 12 bytes | |
| 2018-02-20 06:12:00,128 - handlers.py[DEBUG]: finish: init-network/config-update_hostname: SUCCESS: config-update_hostname ran successfully | |
| 2018-02-20 06:12:00,128 - stages.py[DEBUG]: Running module update_etc_hosts (<module 'cloudinit.config.cc_update_etc_hosts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_etc_hosts.py'>) with frequency always | |
| 2018-02-20 06:12:00,130 - handlers.py[DEBUG]: start: init-network/config-update_etc_hosts: running config-update_etc_hosts with frequency always | |
| 2018-02-20 06:12:00,130 - helpers.py[DEBUG]: Running config-update_etc_hosts using lock (<cloudinit.helpers.DummyLock object at 0x75c4b7f0>) | |
| 2018-02-20 06:12:00,130 - cc_update_etc_hosts.py[DEBUG]: Configuration option 'manage_etc_hosts' is not set, not managing /etc/hosts in module update_etc_hosts | |
| 2018-02-20 06:12:00,131 - handlers.py[DEBUG]: finish: init-network/config-update_etc_hosts: SUCCESS: config-update_etc_hosts ran successfully | |
| 2018-02-20 06:12:00,131 - stages.py[DEBUG]: Running module ca-certs (<module 'cloudinit.config.cc_ca_certs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ca_certs.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:00,133 - handlers.py[DEBUG]: start: init-network/config-ca-certs: running config-ca-certs with frequency once-per-instance | |
| 2018-02-20 06:12:00,133 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_ca_certs - wb: [644] 25 bytes | |
| 2018-02-20 06:12:00,137 - helpers.py[DEBUG]: Running config-ca-certs using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_ca_certs'>) | |
| 2018-02-20 06:12:00,138 - cc_ca_certs.py[DEBUG]: Skipping module named ca-certs, no 'ca-certs' key in configuration | |
| 2018-02-20 06:12:00,138 - handlers.py[DEBUG]: finish: init-network/config-ca-certs: SUCCESS: config-ca-certs ran successfully | |
| 2018-02-20 06:12:00,139 - stages.py[DEBUG]: Running module rsyslog (<module 'cloudinit.config.cc_rsyslog' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rsyslog.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:00,140 - handlers.py[DEBUG]: start: init-network/config-rsyslog: running config-rsyslog with frequency once-per-instance | |
| 2018-02-20 06:12:00,141 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_rsyslog - wb: [644] 25 bytes | |
| 2018-02-20 06:12:00,144 - helpers.py[DEBUG]: Running config-rsyslog using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_rsyslog'>) | |
| 2018-02-20 06:12:00,145 - cc_rsyslog.py[DEBUG]: Skipping module named rsyslog, no 'rsyslog' key in configuration | |
| 2018-02-20 06:12:00,145 - handlers.py[DEBUG]: finish: init-network/config-rsyslog: SUCCESS: config-rsyslog ran successfully | |
| 2018-02-20 06:12:00,146 - stages.py[DEBUG]: Running module users-groups (<module 'cloudinit.config.cc_users_groups' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_users_groups.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:00,147 - handlers.py[DEBUG]: start: init-network/config-users-groups: running config-users-groups with frequency once-per-instance | |
| 2018-02-20 06:12:00,148 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_users_groups - wb: [644] 24 bytes | |
| 2018-02-20 06:12:00,152 - helpers.py[DEBUG]: Running config-users-groups using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_users_groups'>) | |
| 2018-02-20 06:12:00,154 - util.py[DEBUG]: Reading from /etc/os-release (quiet=True) | |
| 2018-02-20 06:12:00,154 - util.py[DEBUG]: Read 278 bytes from /etc/os-release | |
| 2018-02-20 06:12:00,158 - util.py[DEBUG]: Reading from /etc/system-image/channel.ini (quiet=True) | |
| 2018-02-20 06:12:00,158 - util.py[DEBUG]: Read 0 bytes from /etc/system-image/channel.ini | |
| 2018-02-20 06:12:00,159 - util.py[DEBUG]: Reading from /etc/os-release (quiet=True) | |
| 2018-02-20 06:12:00,159 - util.py[DEBUG]: Read 278 bytes from /etc/os-release | |
| 2018-02-20 06:12:00,163 - util.py[DEBUG]: Reading from /etc/system-image/channel.ini (quiet=True) | |
| 2018-02-20 06:12:00,164 - util.py[DEBUG]: Read 0 bytes from /etc/system-image/channel.ini | |
| 2018-02-20 06:12:00,164 - util.py[DEBUG]: Running command ['groupadd', 'lxd'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:00,256 - __init__.py[INFO]: Created new group lxd | |
| 2018-02-20 06:12:00,257 - __init__.py[DEBUG]: created group 'lxd' for user 'ubuntu' | |
| 2018-02-20 06:12:00,257 - __init__.py[DEBUG]: Adding user ubuntu | |
| 2018-02-20 06:12:00,258 - util.py[DEBUG]: Running hidden command to protect sensitive input/output logstring: ['useradd', 'ubuntu', '--comment', 'Ubuntu', '--groups', 'adm,audio,cdrom,dialout,dip,floppy,lxd,netdev,plugdev,sudo,video', '--shell', '/bin/bash', '-m'] | |
| 2018-02-20 06:12:00,492 - util.py[DEBUG]: Running command ['passwd', '-l', 'ubuntu'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:00,550 - util.py[DEBUG]: Reading from /etc/sudoers (quiet=False) | |
| 2018-02-20 06:12:00,551 - util.py[DEBUG]: Read 669 bytes from /etc/sudoers | |
| 2018-02-20 06:12:00,555 - util.py[DEBUG]: Writing to /etc/sudoers.d/90-cloud-init-users - wb: [440] 122 bytes | |
| 2018-02-20 06:12:00,559 - handlers.py[DEBUG]: finish: init-network/config-users-groups: SUCCESS: config-users-groups ran successfully | |
| 2018-02-20 06:12:00,560 - stages.py[DEBUG]: Running module ssh (<module 'cloudinit.config.cc_ssh' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:00,561 - handlers.py[DEBUG]: start: init-network/config-ssh: running config-ssh with frequency once-per-instance | |
| 2018-02-20 06:12:00,562 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_ssh - wb: [644] 24 bytes | |
| 2018-02-20 06:12:00,567 - helpers.py[DEBUG]: Running config-ssh using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_ssh'>) | |
| 2018-02-20 06:12:00,570 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ecdsa_key.pub | |
| 2018-02-20 06:12:00,571 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_rsa_key | |
| 2018-02-20 06:12:00,572 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ecdsa_key | |
| 2018-02-20 06:12:00,573 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_dsa_key.pub | |
| 2018-02-20 06:12:00,574 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ed25519_key.pub | |
| 2018-02-20 06:12:00,574 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_rsa_key.pub | |
| 2018-02-20 06:12:00,575 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ed25519_key | |
| 2018-02-20 06:12:00,576 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_dsa_key | |
| 2018-02-20 06:12:00,580 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'rsa', '-N', '', '-f', '/etc/ssh/ssh_host_rsa_key'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:04,134 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'dsa', '-N', '', '-f', '/etc/ssh/ssh_host_dsa_key'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:05,965 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'ecdsa', '-N', '', '-f', '/etc/ssh/ssh_host_ecdsa_key'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:05,986 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'ed25519', '-N', '', '-f', '/etc/ssh/ssh_host_ed25519_key'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:06,015 - util.py[DEBUG]: Changing the ownership of /home/ubuntu/.ssh to 1001:1002 | |
| 2018-02-20 06:12:06,017 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) | |
| 2018-02-20 06:12:06,018 - util.py[DEBUG]: Read 3298 bytes from /etc/ssh/sshd_config | |
| 2018-02-20 06:12:06,023 - util.py[DEBUG]: Writing to /home/ubuntu/.ssh/authorized_keys - wb: [600] 0 bytes | |
| 2018-02-20 06:12:06,027 - util.py[DEBUG]: Changing the ownership of /home/ubuntu/.ssh/authorized_keys to 1001:1002 | |
| 2018-02-20 06:12:06,031 - util.py[DEBUG]: Changing the ownership of /root/.ssh to 0:0 | |
| 2018-02-20 06:12:06,033 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) | |
| 2018-02-20 06:12:06,033 - util.py[DEBUG]: Read 3298 bytes from /etc/ssh/sshd_config | |
| 2018-02-20 06:12:06,039 - util.py[DEBUG]: Writing to /root/.ssh/authorized_keys - wb: [600] 0 bytes | |
| 2018-02-20 06:12:06,043 - util.py[DEBUG]: Changing the ownership of /root/.ssh/authorized_keys to 0:0 | |
| 2018-02-20 06:12:06,043 - handlers.py[DEBUG]: finish: init-network/config-ssh: SUCCESS: config-ssh ran successfully | |
| 2018-02-20 06:12:06,044 - main.py[DEBUG]: Ran 15 modules with 0 failures | |
| 2018-02-20 06:12:06,047 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 06:12:06,047 - util.py[DEBUG]: Read 16 bytes from /proc/uptime | |
| 2018-02-20 06:12:06,048 - util.py[DEBUG]: cloud-init mode 'init' took 17.394 seconds (17.40) | |
| 2018-02-20 06:12:06,048 - handlers.py[DEBUG]: finish: init-network: SUCCESS: searching for network datasources | |
| 2018-02-20 06:12:09,307 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 06:12:08 +0000. Up 1075.80 seconds. | |
| 2018-02-20 06:12:09,467 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 06:12:09,472 - stages.py[DEBUG]: Running module emit_upstart (<module 'cloudinit.config.cc_emit_upstart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_emit_upstart.py'>) with frequency always | |
| 2018-02-20 06:12:09,473 - handlers.py[DEBUG]: start: modules-config/config-emit_upstart: running config-emit_upstart with frequency always | |
| 2018-02-20 06:12:09,474 - helpers.py[DEBUG]: Running config-emit_upstart using lock (<cloudinit.helpers.DummyLock object at 0x75e05c30>) | |
| 2018-02-20 06:12:09,474 - cc_emit_upstart.py[DEBUG]: no /sbin/initctl located | |
| 2018-02-20 06:12:09,474 - cc_emit_upstart.py[DEBUG]: not upstart system, 'emit_upstart' disabled | |
| 2018-02-20 06:12:09,476 - handlers.py[DEBUG]: finish: modules-config/config-emit_upstart: SUCCESS: config-emit_upstart ran successfully | |
| 2018-02-20 06:12:09,477 - stages.py[DEBUG]: Running module snap_config (<module 'cloudinit.config.cc_snap_config' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_snap_config.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:09,478 - handlers.py[DEBUG]: start: modules-config/config-snap_config: running config-snap_config with frequency once-per-instance | |
| 2018-02-20 06:12:09,479 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_snap_config - wb: [644] 25 bytes | |
| 2018-02-20 06:12:09,482 - helpers.py[DEBUG]: Running config-snap_config using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_snap_config'>) | |
| 2018-02-20 06:12:09,482 - cc_snap_config.py[DEBUG]: No snappy config provided, skipping | |
| 2018-02-20 06:12:09,483 - handlers.py[DEBUG]: finish: modules-config/config-snap_config: SUCCESS: config-snap_config ran successfully | |
| 2018-02-20 06:12:09,483 - stages.py[DEBUG]: Running module ssh-import-id (<module 'cloudinit.config.cc_ssh_import_id' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_import_id.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:09,485 - handlers.py[DEBUG]: start: modules-config/config-ssh-import-id: running config-ssh-import-id with frequency once-per-instance | |
| 2018-02-20 06:12:09,485 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_ssh_import_id - wb: [644] 24 bytes | |
| 2018-02-20 06:12:09,489 - helpers.py[DEBUG]: Running config-ssh-import-id using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_ssh_import_id'>) | |
| 2018-02-20 06:12:09,491 - handlers.py[DEBUG]: finish: modules-config/config-ssh-import-id: SUCCESS: config-ssh-import-id ran successfully | |
| 2018-02-20 06:12:09,491 - stages.py[DEBUG]: Running module locale (<module 'cloudinit.config.cc_locale' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_locale.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:09,492 - handlers.py[DEBUG]: start: modules-config/config-locale: running config-locale with frequency once-per-instance | |
| 2018-02-20 06:12:09,493 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_locale - wb: [644] 25 bytes | |
| 2018-02-20 06:12:09,496 - helpers.py[DEBUG]: Running config-locale using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_locale'>) | |
| 2018-02-20 06:12:09,497 - util.py[DEBUG]: Reading from /etc/default/locale (quiet=False) | |
| 2018-02-20 06:12:09,497 - util.py[DEBUG]: Read 52 bytes from /etc/default/locale | |
| 2018-02-20 06:12:09,498 - cc_locale.py[DEBUG]: Setting locale to en_GB.UTF-8 | |
| 2018-02-20 06:12:09,498 - debian.py[DEBUG]: System has 'LANG=en_GB.UTF-8' requested 'en_GB.UTF-8', skipping regeneration. | |
| 2018-02-20 06:12:09,499 - handlers.py[DEBUG]: finish: modules-config/config-locale: SUCCESS: config-locale ran successfully | |
| 2018-02-20 06:12:09,499 - stages.py[DEBUG]: Running module set-passwords (<module 'cloudinit.config.cc_set_passwords' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_passwords.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:09,501 - handlers.py[DEBUG]: start: modules-config/config-set-passwords: running config-set-passwords with frequency once-per-instance | |
| 2018-02-20 06:12:09,501 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_set_passwords - wb: [644] 25 bytes | |
| 2018-02-20 06:12:09,505 - helpers.py[DEBUG]: Running config-set-passwords using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_set_passwords'>) | |
| 2018-02-20 06:12:09,505 - handlers.py[DEBUG]: finish: modules-config/config-set-passwords: SUCCESS: config-set-passwords ran successfully | |
| 2018-02-20 06:12:09,506 - stages.py[DEBUG]: Running module grub-dpkg (<module 'cloudinit.config.cc_grub_dpkg' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_grub_dpkg.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:09,507 - handlers.py[DEBUG]: start: modules-config/config-grub-dpkg: running config-grub-dpkg with frequency once-per-instance | |
| 2018-02-20 06:12:09,508 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_grub_dpkg - wb: [644] 25 bytes | |
| 2018-02-20 06:12:09,511 - helpers.py[DEBUG]: Running config-grub-dpkg using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_grub_dpkg'>) | |
| 2018-02-20 06:12:09,512 - cc_grub_dpkg.py[DEBUG]: Setting grub debconf-set-selections with '/dev/sda','false' | |
| 2018-02-20 06:12:09,512 - util.py[DEBUG]: Running command ['debconf-set-selections'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:11,337 - handlers.py[DEBUG]: finish: modules-config/config-grub-dpkg: SUCCESS: config-grub-dpkg ran successfully | |
| 2018-02-20 06:12:11,338 - stages.py[DEBUG]: Running module apt-pipelining (<module 'cloudinit.config.cc_apt_pipelining' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_pipelining.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:11,341 - handlers.py[DEBUG]: start: modules-config/config-apt-pipelining: running config-apt-pipelining with frequency once-per-instance | |
| 2018-02-20 06:12:11,343 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_apt_pipelining - wb: [644] 25 bytes | |
| 2018-02-20 06:12:11,349 - helpers.py[DEBUG]: Running config-apt-pipelining using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_apt_pipelining'>) | |
| 2018-02-20 06:12:11,350 - util.py[DEBUG]: Writing to /etc/apt/apt.conf.d/90cloud-init-pipelining - wb: [644] 80 bytes | |
| 2018-02-20 06:12:11,356 - cc_apt_pipelining.py[DEBUG]: Wrote /etc/apt/apt.conf.d/90cloud-init-pipelining with apt pipeline depth setting 0 | |
| 2018-02-20 06:12:11,357 - handlers.py[DEBUG]: finish: modules-config/config-apt-pipelining: SUCCESS: config-apt-pipelining ran successfully | |
| 2018-02-20 06:12:11,358 - stages.py[DEBUG]: Running module apt-configure (<module 'cloudinit.config.cc_apt_configure' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_configure.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:11,361 - handlers.py[DEBUG]: start: modules-config/config-apt-configure: running config-apt-configure with frequency once-per-instance | |
| 2018-02-20 06:12:11,362 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_apt_configure - wb: [644] 24 bytes | |
| 2018-02-20 06:12:11,368 - helpers.py[DEBUG]: Running config-apt-configure using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_apt_configure'>) | |
| 2018-02-20 06:12:11,369 - cc_apt_configure.py[DEBUG]: debconf_selections was not set in config | |
| 2018-02-20 06:12:11,370 - util.py[DEBUG]: Reading from /etc/os-release (quiet=True) | |
| 2018-02-20 06:12:11,371 - util.py[DEBUG]: Read 278 bytes from /etc/os-release | |
| 2018-02-20 06:12:11,377 - util.py[DEBUG]: Reading from /etc/system-image/channel.ini (quiet=True) | |
| 2018-02-20 06:12:11,378 - util.py[DEBUG]: Read 0 bytes from /etc/system-image/channel.ini | |
| 2018-02-20 06:12:11,380 - cc_apt_configure.py[DEBUG]: handling apt config: {} | |
| 2018-02-20 06:12:11,381 - util.py[DEBUG]: Running command ['lsb_release', '--all'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:11,682 - util.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:11,693 - cc_apt_configure.py[DEBUG]: got primary mirror: None | |
| 2018-02-20 06:12:11,696 - cc_apt_configure.py[DEBUG]: got security mirror: None | |
| 2018-02-20 06:12:11,696 - util.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:11,707 - __init__.py[DEBUG]: filtered distro mirror info: {'primary': 'http://ports.ubuntu.com/ubuntu-ports', 'security': 'http://ports.ubuntu.com/ubuntu-ports'} | |
| 2018-02-20 06:12:11,708 - cc_apt_configure.py[DEBUG]: Apt Mirror info: {'PRIMARY': 'http://ports.ubuntu.com/ubuntu-ports', 'MIRROR': 'http://ports.ubuntu.com/ubuntu-ports', 'primary': 'http://ports.ubuntu.com/ubuntu-ports', 'security': 'http://ports.ubuntu.com/ubuntu-ports', 'SECURITY': 'http://ports.ubuntu.com/ubuntu-ports'} | |
| 2018-02-20 06:12:11,708 - cc_apt_configure.py[INFO]: No custom template provided, fall back to builtin | |
| 2018-02-20 06:12:11,709 - util.py[DEBUG]: Reading from /etc/cloud/templates/sources.list.debian.tmpl (quiet=False) | |
| 2018-02-20 06:12:11,709 - util.py[DEBUG]: Read 1295 bytes from /etc/cloud/templates/sources.list.debian.tmpl | |
| 2018-02-20 06:12:11,744 - util.py[DEBUG]: Writing to /etc/apt/sources.list - wb: [644] 1441 bytes | |
| 2018-02-20 06:12:13,278 - util.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:13,299 - handlers.py[DEBUG]: finish: modules-config/config-apt-configure: SUCCESS: config-apt-configure ran successfully | |
| 2018-02-20 06:12:13,300 - stages.py[DEBUG]: Running module ntp (<module 'cloudinit.config.cc_ntp' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ntp.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:13,303 - handlers.py[DEBUG]: start: modules-config/config-ntp: running config-ntp with frequency once-per-instance | |
| 2018-02-20 06:12:13,305 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_ntp - wb: [644] 25 bytes | |
| 2018-02-20 06:12:13,311 - helpers.py[DEBUG]: Running config-ntp using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_ntp'>) | |
| 2018-02-20 06:12:13,312 - cc_ntp.py[DEBUG]: Skipping module named ntp, not present or disabled by cfg | |
| 2018-02-20 06:12:13,313 - handlers.py[DEBUG]: finish: modules-config/config-ntp: SUCCESS: config-ntp ran successfully | |
| 2018-02-20 06:12:13,314 - stages.py[DEBUG]: Running module timezone (<module 'cloudinit.config.cc_timezone' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_timezone.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:13,316 - handlers.py[DEBUG]: start: modules-config/config-timezone: running config-timezone with frequency once-per-instance | |
| 2018-02-20 06:12:13,318 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_timezone - wb: [644] 24 bytes | |
| 2018-02-20 06:12:13,324 - helpers.py[DEBUG]: Running config-timezone using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_timezone'>) | |
| 2018-02-20 06:12:13,325 - cc_timezone.py[DEBUG]: Skipping module named timezone, no 'timezone' specified | |
| 2018-02-20 06:12:13,326 - handlers.py[DEBUG]: finish: modules-config/config-timezone: SUCCESS: config-timezone ran successfully | |
| 2018-02-20 06:12:13,326 - stages.py[DEBUG]: Running module disable-ec2-metadata (<module 'cloudinit.config.cc_disable_ec2_metadata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disable_ec2_metadata.py'>) with frequency always | |
| 2018-02-20 06:12:13,329 - handlers.py[DEBUG]: start: modules-config/config-disable-ec2-metadata: running config-disable-ec2-metadata with frequency always | |
| 2018-02-20 06:12:13,330 - helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock (<cloudinit.helpers.DummyLock object at 0x75c7bc10>) | |
| 2018-02-20 06:12:13,330 - cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled | |
| 2018-02-20 06:12:13,331 - handlers.py[DEBUG]: finish: modules-config/config-disable-ec2-metadata: SUCCESS: config-disable-ec2-metadata ran successfully | |
| 2018-02-20 06:12:13,332 - stages.py[DEBUG]: Running module runcmd (<module 'cloudinit.config.cc_runcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_runcmd.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:13,334 - handlers.py[DEBUG]: start: modules-config/config-runcmd: running config-runcmd with frequency once-per-instance | |
| 2018-02-20 06:12:13,336 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_runcmd - wb: [644] 24 bytes | |
| 2018-02-20 06:12:13,342 - helpers.py[DEBUG]: Running config-runcmd using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_runcmd'>) | |
| 2018-02-20 06:12:13,343 - cc_runcmd.py[DEBUG]: Skipping module named runcmd, no 'runcmd' key in configuration | |
| 2018-02-20 06:12:13,344 - handlers.py[DEBUG]: finish: modules-config/config-runcmd: SUCCESS: config-runcmd ran successfully | |
| 2018-02-20 06:12:13,344 - stages.py[DEBUG]: Running module byobu (<module 'cloudinit.config.cc_byobu' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_byobu.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:13,347 - handlers.py[DEBUG]: start: modules-config/config-byobu: running config-byobu with frequency once-per-instance | |
| 2018-02-20 06:12:13,349 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_byobu - wb: [644] 25 bytes | |
| 2018-02-20 06:12:13,355 - helpers.py[DEBUG]: Running config-byobu using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_byobu'>) | |
| 2018-02-20 06:12:13,355 - cc_byobu.py[DEBUG]: Skipping module named byobu, no 'byobu' values found | |
| 2018-02-20 06:12:13,356 - handlers.py[DEBUG]: finish: modules-config/config-byobu: SUCCESS: config-byobu ran successfully | |
| 2018-02-20 06:12:13,357 - main.py[DEBUG]: Ran 13 modules with 0 failures | |
| 2018-02-20 06:12:13,362 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 06:12:13,363 - util.py[DEBUG]: Read 16 bytes from /proc/uptime | |
| 2018-02-20 06:12:13,364 - util.py[DEBUG]: cloud-init mode 'modules' took 4.438 seconds (4.43) | |
| 2018-02-20 06:12:13,365 - handlers.py[DEBUG]: finish: modules-config: SUCCESS: running modules for config | |
| 2018-02-20 06:12:16,607 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 06:12:16 +0000. Up 1083.10 seconds. | |
| 2018-02-20 06:12:17,761 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 06:12:17,764 - stages.py[INFO]: Skipping modules 'snappy,landscape,lxd' because they are not verified on distro 'debian'. To run anyway, add them to 'unverified_modules' in config. | |
| 2018-02-20 06:12:17,766 - stages.py[DEBUG]: Running module package-update-upgrade-install (<module 'cloudinit.config.cc_package_update_upgrade_install' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_package_update_upgrade_install.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:17,767 - handlers.py[DEBUG]: start: modules-final/config-package-update-upgrade-install: running config-package-update-upgrade-install with frequency once-per-instance | |
| 2018-02-20 06:12:17,768 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_package_update_upgrade_install - wb: [644] 25 bytes | |
| 2018-02-20 06:12:17,772 - helpers.py[DEBUG]: Running config-package-update-upgrade-install using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_package_update_upgrade_install'>) | |
| 2018-02-20 06:12:17,772 - handlers.py[DEBUG]: finish: modules-final/config-package-update-upgrade-install: SUCCESS: config-package-update-upgrade-install ran successfully | |
| 2018-02-20 06:12:17,773 - stages.py[DEBUG]: Running module fan (<module 'cloudinit.config.cc_fan' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_fan.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:17,774 - handlers.py[DEBUG]: start: modules-final/config-fan: running config-fan with frequency once-per-instance | |
| 2018-02-20 06:12:17,775 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_fan - wb: [644] 24 bytes | |
| 2018-02-20 06:12:17,778 - helpers.py[DEBUG]: Running config-fan using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_fan'>) | |
| 2018-02-20 06:12:17,779 - cc_fan.py[DEBUG]: fan: no 'fan' config entry. disabling | |
| 2018-02-20 06:12:17,781 - handlers.py[DEBUG]: finish: modules-final/config-fan: SUCCESS: config-fan ran successfully | |
| 2018-02-20 06:12:17,781 - stages.py[DEBUG]: Running module puppet (<module 'cloudinit.config.cc_puppet' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_puppet.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:17,782 - handlers.py[DEBUG]: start: modules-final/config-puppet: running config-puppet with frequency once-per-instance | |
| 2018-02-20 06:12:17,783 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_puppet - wb: [644] 25 bytes | |
| 2018-02-20 06:12:17,786 - helpers.py[DEBUG]: Running config-puppet using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_puppet'>) | |
| 2018-02-20 06:12:17,787 - cc_puppet.py[DEBUG]: Skipping module named puppet, no 'puppet' configuration found | |
| 2018-02-20 06:12:17,787 - handlers.py[DEBUG]: finish: modules-final/config-puppet: SUCCESS: config-puppet ran successfully | |
| 2018-02-20 06:12:17,788 - stages.py[DEBUG]: Running module chef (<module 'cloudinit.config.cc_chef' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_chef.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:17,789 - handlers.py[DEBUG]: start: modules-final/config-chef: running config-chef with frequency once-per-instance | |
| 2018-02-20 06:12:17,790 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_chef - wb: [644] 25 bytes | |
| 2018-02-20 06:12:17,793 - helpers.py[DEBUG]: Running config-chef using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_chef'>) | |
| 2018-02-20 06:12:17,793 - cc_chef.py[DEBUG]: Skipping module named chef, no 'chef' key in configuration | |
| 2018-02-20 06:12:17,794 - handlers.py[DEBUG]: finish: modules-final/config-chef: SUCCESS: config-chef ran successfully | |
| 2018-02-20 06:12:17,794 - stages.py[DEBUG]: Running module salt-minion (<module 'cloudinit.config.cc_salt_minion' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_salt_minion.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:17,796 - handlers.py[DEBUG]: start: modules-final/config-salt-minion: running config-salt-minion with frequency once-per-instance | |
| 2018-02-20 06:12:17,796 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_salt_minion - wb: [644] 25 bytes | |
| 2018-02-20 06:12:17,800 - helpers.py[DEBUG]: Running config-salt-minion using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_salt_minion'>) | |
| 2018-02-20 06:12:17,800 - cc_salt_minion.py[DEBUG]: Skipping module named salt-minion, no 'salt_minion' key in configuration | |
| 2018-02-20 06:12:17,800 - handlers.py[DEBUG]: finish: modules-final/config-salt-minion: SUCCESS: config-salt-minion ran successfully | |
| 2018-02-20 06:12:17,801 - stages.py[DEBUG]: Running module mcollective (<module 'cloudinit.config.cc_mcollective' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mcollective.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:17,802 - handlers.py[DEBUG]: start: modules-final/config-mcollective: running config-mcollective with frequency once-per-instance | |
| 2018-02-20 06:12:17,803 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_mcollective - wb: [644] 25 bytes | |
| 2018-02-20 06:12:17,806 - helpers.py[DEBUG]: Running config-mcollective using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_mcollective'>) | |
| 2018-02-20 06:12:17,806 - cc_mcollective.py[DEBUG]: Skipping module named mcollective, no 'mcollective' key in configuration | |
| 2018-02-20 06:12:17,807 - handlers.py[DEBUG]: finish: modules-final/config-mcollective: SUCCESS: config-mcollective ran successfully | |
| 2018-02-20 06:12:17,807 - stages.py[DEBUG]: Running module rightscale_userdata (<module 'cloudinit.config.cc_rightscale_userdata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rightscale_userdata.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:17,809 - handlers.py[DEBUG]: start: modules-final/config-rightscale_userdata: running config-rightscale_userdata with frequency once-per-instance | |
| 2018-02-20 06:12:17,809 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_rightscale_userdata - wb: [644] 24 bytes | |
| 2018-02-20 06:12:17,813 - helpers.py[DEBUG]: Running config-rightscale_userdata using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_rightscale_userdata'>) | |
| 2018-02-20 06:12:17,813 - cc_rightscale_userdata.py[DEBUG]: Failed to get raw userdata in module rightscale_userdata | |
| 2018-02-20 06:12:17,814 - handlers.py[DEBUG]: finish: modules-final/config-rightscale_userdata: SUCCESS: config-rightscale_userdata ran successfully | |
| 2018-02-20 06:12:17,814 - stages.py[DEBUG]: Running module scripts-vendor (<module 'cloudinit.config.cc_scripts_vendor' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_vendor.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:17,815 - handlers.py[DEBUG]: start: modules-final/config-scripts-vendor: running config-scripts-vendor with frequency once-per-instance | |
| 2018-02-20 06:12:17,816 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_scripts_vendor - wb: [644] 25 bytes | |
| 2018-02-20 06:12:17,819 - helpers.py[DEBUG]: Running config-scripts-vendor using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_scripts_vendor'>) | |
| 2018-02-20 06:12:17,820 - handlers.py[DEBUG]: finish: modules-final/config-scripts-vendor: SUCCESS: config-scripts-vendor ran successfully | |
| 2018-02-20 06:12:17,820 - stages.py[DEBUG]: Running module scripts-per-once (<module 'cloudinit.config.cc_scripts_per_once' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_once.py'>) with frequency once | |
| 2018-02-20 06:12:17,822 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-once: running config-scripts-per-once with frequency once | |
| 2018-02-20 06:12:17,822 - util.py[DEBUG]: Writing to /var/lib/cloud/sem/config_scripts_per_once.once - wb: [644] 25 bytes | |
| 2018-02-20 06:12:17,826 - helpers.py[DEBUG]: Running config-scripts-per-once using lock (<FileLock using file '/var/lib/cloud/sem/config_scripts_per_once.once'>) | |
| 2018-02-20 06:12:17,826 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-once: SUCCESS: config-scripts-per-once ran successfully | |
| 2018-02-20 06:12:17,827 - stages.py[DEBUG]: Running module scripts-per-boot (<module 'cloudinit.config.cc_scripts_per_boot' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_boot.py'>) with frequency always | |
| 2018-02-20 06:12:17,828 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-boot: running config-scripts-per-boot with frequency always | |
| 2018-02-20 06:12:17,829 - helpers.py[DEBUG]: Running config-scripts-per-boot using lock (<cloudinit.helpers.DummyLock object at 0x75e37bf0>) | |
| 2018-02-20 06:12:17,829 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-boot: SUCCESS: config-scripts-per-boot ran successfully | |
| 2018-02-20 06:12:17,829 - stages.py[DEBUG]: Running module scripts-per-instance (<module 'cloudinit.config.cc_scripts_per_instance' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_instance.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:17,831 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-instance: running config-scripts-per-instance with frequency once-per-instance | |
| 2018-02-20 06:12:17,832 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_scripts_per_instance - wb: [644] 25 bytes | |
| 2018-02-20 06:12:17,835 - helpers.py[DEBUG]: Running config-scripts-per-instance using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_scripts_per_instance'>) | |
| 2018-02-20 06:12:17,836 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-instance: SUCCESS: config-scripts-per-instance ran successfully | |
| 2018-02-20 06:12:17,836 - stages.py[DEBUG]: Running module scripts-user (<module 'cloudinit.config.cc_scripts_user' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_user.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:17,837 - handlers.py[DEBUG]: start: modules-final/config-scripts-user: running config-scripts-user with frequency once-per-instance | |
| 2018-02-20 06:12:17,838 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_scripts_user - wb: [644] 25 bytes | |
| 2018-02-20 06:12:17,841 - helpers.py[DEBUG]: Running config-scripts-user using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_scripts_user'>) | |
| 2018-02-20 06:12:17,842 - handlers.py[DEBUG]: finish: modules-final/config-scripts-user: SUCCESS: config-scripts-user ran successfully | |
| 2018-02-20 06:12:17,842 - stages.py[DEBUG]: Running module ssh-authkey-fingerprints (<module 'cloudinit.config.cc_ssh_authkey_fingerprints' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_authkey_fingerprints.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:17,844 - handlers.py[DEBUG]: start: modules-final/config-ssh-authkey-fingerprints: running config-ssh-authkey-fingerprints with frequency once-per-instance | |
| 2018-02-20 06:12:17,845 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_ssh_authkey_fingerprints - wb: [644] 25 bytes | |
| 2018-02-20 06:12:17,848 - helpers.py[DEBUG]: Running config-ssh-authkey-fingerprints using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_ssh_authkey_fingerprints'>) | |
| 2018-02-20 06:12:17,851 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) | |
| 2018-02-20 06:12:17,852 - util.py[DEBUG]: Read 3298 bytes from /etc/ssh/sshd_config | |
| 2018-02-20 06:12:17,854 - util.py[DEBUG]: Reading from /home/ubuntu/.ssh/authorized_keys (quiet=False) | |
| 2018-02-20 06:12:17,854 - util.py[DEBUG]: Read 0 bytes from /home/ubuntu/.ssh/authorized_keys | |
| 2018-02-20 06:12:17,856 - handlers.py[DEBUG]: finish: modules-final/config-ssh-authkey-fingerprints: SUCCESS: config-ssh-authkey-fingerprints ran successfully | |
| 2018-02-20 06:12:17,856 - stages.py[DEBUG]: Running module keys-to-console (<module 'cloudinit.config.cc_keys_to_console' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_keys_to_console.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:17,858 - handlers.py[DEBUG]: start: modules-final/config-keys-to-console: running config-keys-to-console with frequency once-per-instance | |
| 2018-02-20 06:12:17,859 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_keys_to_console - wb: [644] 25 bytes | |
| 2018-02-20 06:12:17,862 - helpers.py[DEBUG]: Running config-keys-to-console using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_keys_to_console'>) | |
| 2018-02-20 06:12:17,862 - util.py[DEBUG]: Running command ['/usr/lib/cloud-init/write-ssh-key-fingerprints', '', 'ssh-dss'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:12:17,954 - handlers.py[DEBUG]: finish: modules-final/config-keys-to-console: SUCCESS: config-keys-to-console ran successfully | |
| 2018-02-20 06:12:17,954 - stages.py[DEBUG]: Running module phone-home (<module 'cloudinit.config.cc_phone_home' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_phone_home.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:17,956 - handlers.py[DEBUG]: start: modules-final/config-phone-home: running config-phone-home with frequency once-per-instance | |
| 2018-02-20 06:12:17,957 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_phone_home - wb: [644] 24 bytes | |
| 2018-02-20 06:12:17,960 - helpers.py[DEBUG]: Running config-phone-home using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_phone_home'>) | |
| 2018-02-20 06:12:17,961 - cc_phone_home.py[DEBUG]: Skipping module named phone-home, no 'phone_home' configuration found | |
| 2018-02-20 06:12:17,961 - handlers.py[DEBUG]: finish: modules-final/config-phone-home: SUCCESS: config-phone-home ran successfully | |
| 2018-02-20 06:12:17,961 - stages.py[DEBUG]: Running module final-message (<module 'cloudinit.config.cc_final_message' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_final_message.py'>) with frequency always | |
| 2018-02-20 06:12:17,963 - handlers.py[DEBUG]: start: modules-final/config-final-message: running config-final-message with frequency always | |
| 2018-02-20 06:12:17,963 - helpers.py[DEBUG]: Running config-final-message using lock (<cloudinit.helpers.DummyLock object at 0x75cb1430>) | |
| 2018-02-20 06:12:17,964 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 06:12:17,964 - util.py[DEBUG]: Read 16 bytes from /proc/uptime | |
| 2018-02-20 06:12:17,984 - util.py[DEBUG]: Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 06:12:17 +0000. Datasource DataSourceNone. Up 1084.83 seconds | |
| 2018-02-20 06:12:17,985 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/boot-finished - wb: [644] 52 bytes | |
| 2018-02-20 06:12:17,988 - cc_final_message.py[WARNING]: Used fallback datasource | |
| 2018-02-20 06:12:17,989 - handlers.py[DEBUG]: finish: modules-final/config-final-message: SUCCESS: config-final-message ran successfully | |
| 2018-02-20 06:12:17,990 - stages.py[DEBUG]: Running module power-state-change (<module 'cloudinit.config.cc_power_state_change' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_power_state_change.py'>) with frequency once-per-instance | |
| 2018-02-20 06:12:17,991 - handlers.py[DEBUG]: start: modules-final/config-power-state-change: running config-power-state-change with frequency once-per-instance | |
| 2018-02-20 06:12:17,992 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/iid-datasource-none/sem/config_power_state_change - wb: [644] 24 bytes | |
| 2018-02-20 06:12:17,995 - helpers.py[DEBUG]: Running config-power-state-change using lock (<FileLock using file '/var/lib/cloud/instances/iid-datasource-none/sem/config_power_state_change'>) | |
| 2018-02-20 06:12:17,996 - cc_power_state_change.py[DEBUG]: no power_state provided. doing nothing | |
| 2018-02-20 06:12:17,996 - handlers.py[DEBUG]: finish: modules-final/config-power-state-change: SUCCESS: config-power-state-change ran successfully | |
| 2018-02-20 06:12:17,997 - main.py[DEBUG]: Ran 17 modules with 0 failures | |
| 2018-02-20 06:12:18,001 - util.py[DEBUG]: Creating symbolic link from '/run/cloud-init/result.json' => '../../var/lib/cloud/data/result.json' | |
| 2018-02-20 06:12:18,001 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 06:12:18,002 - util.py[DEBUG]: Read 16 bytes from /proc/uptime | |
| 2018-02-20 06:12:18,002 - util.py[DEBUG]: cloud-init mode 'modules' took 1.776 seconds (1.77) | |
| 2018-02-20 06:12:18,003 - handlers.py[DEBUG]: finish: modules-final: SUCCESS: running modules for final | |
| 2018-02-20 06:21:56,484 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 06:21:56 +0000. Up 22.96 seconds. | |
| 2018-02-20 06:21:56,486 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 06:21:56,487 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 06:21:56,523 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 06:21:56,533 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 06:21:56,537 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished | |
| 2018-02-20 06:21:56,538 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/data/no-net | |
| 2018-02-20 06:21:56,540 - handlers.py[DEBUG]: start: init-local/check-cache: attempting to read from cache [check] | |
| 2018-02-20 06:21:56,540 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 06:21:56,543 - util.py[DEBUG]: Read 3813 bytes from /var/lib/cloud/instance/obj.pkl | |
| 2018-02-20 06:21:56,561 - stages.py[DEBUG]: cache invalid in datasource: DataSourceNone | |
| 2018-02-20 06:21:56,562 - handlers.py[DEBUG]: finish: init-local/check-cache: SUCCESS: cache invalid in datasource: DataSourceNone | |
| 2018-02-20 06:21:56,562 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 06:21:56,579 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 06:21:56,582 - __init__.py[DEBUG]: Looking for data source in: ['NoCloud', 'None'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM'] | |
| 2018-02-20 06:21:56,595 - __init__.py[DEBUG]: Searching for local data source in: ['DataSourceNoCloud'] | |
| 2018-02-20 06:21:56,596 - handlers.py[DEBUG]: start: init-local/search-NoCloud: searching for local data from DataSourceNoCloud | |
| 2018-02-20 06:21:56,597 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceNoCloud.DataSourceNoCloud'> | |
| 2018-02-20 06:21:56,598 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:21:56,621 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:21:56,632 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:21:56,643 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 06:21:56,644 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 06:21:56,645 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 06:21:56,646 - util.py[DEBUG]: Read 927 bytes from /proc/self/status | |
| 2018-02-20 06:21:56,647 - util.py[DEBUG]: querying dmi data /sys/class/dmi/id/product_serial | |
| 2018-02-20 06:21:56,648 - util.py[DEBUG]: did not find /sys/class/dmi/id/product_serial | |
| 2018-02-20 06:21:56,648 - util.py[DEBUG]: dmidata is not supported on armv7l | |
| 2018-02-20 06:21:56,649 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/user-data (quiet=False) | |
| 2018-02-20 06:21:56,650 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/meta-data (quiet=False) | |
| 2018-02-20 06:21:56,650 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/vendor-data (quiet=False) | |
| 2018-02-20 06:21:56,651 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/network-config (quiet=False) | |
| 2018-02-20 06:21:56,652 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/user-data (quiet=False) | |
| 2018-02-20 06:21:56,654 - util.py[DEBUG]: Read 25 bytes from /var/lib/cloud/seed/nocloud-net/user-data | |
| 2018-02-20 06:21:56,655 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/meta-data (quiet=False) | |
| 2018-02-20 06:21:56,656 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/seed/nocloud-net/meta-data | |
| 2018-02-20 06:21:56,656 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/vendor-data (quiet=False) | |
| 2018-02-20 06:21:56,657 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/network-config (quiet=False) | |
| 2018-02-20 06:21:56,658 - DataSourceNoCloud.py[DEBUG]: Using seeded data from /var/lib/cloud/seed/nocloud-net | |
| 2018-02-20 06:21:56,658 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:21:56,660 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:21:56,660 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr0'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:21:56,674 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr1'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:21:56,688 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=vfat', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:21:56,741 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=iso9660', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:21:56,780 - util.py[DEBUG]: Running command ['blkid', '-tLABEL=cidata', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 06:21:56,820 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 06:21:56,821 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 06:21:56,828 - handlers.py[DEBUG]: finish: init-local/search-NoCloud: SUCCESS: found local data from DataSourceNoCloud | |
| 2018-02-20 06:21:56,829 - stages.py[INFO]: Loaded datasource DataSourceNoCloud - DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 06:21:56,831 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 06:21:56,832 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 06:21:56,832 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:21:57,051 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 06:21:57,052 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 06:21:57,052 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:21:57,123 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 06:21:57,124 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 06:21:57,125 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:21:57,128 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:21:57,131 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 06:21:57,132 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 06:21:57,133 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:21:57,140 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:21:57,141 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:21:57,149 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 06:21:57,150 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/nocloud' | |
| 2018-02-20 06:21:57,168 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/nocloud/datasource (quiet=False) | |
| 2018-02-20 06:21:57,169 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/datasource - wb: [644] 88 bytes | |
| 2018-02-20 06:21:57,175 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 88 bytes | |
| 2018-02-20 06:21:57,182 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) | |
| 2018-02-20 06:21:57,518 - util.py[DEBUG]: Read 20 bytes from /var/lib/cloud/data/instance-id | |
| 2018-02-20 06:21:57,519 - stages.py[DEBUG]: previous iid found to be iid-datasource-none | |
| 2018-02-20 06:21:57,519 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 8 bytes | |
| 2018-02-20 06:21:57,526 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 8 bytes | |
| 2018-02-20 06:21:57,532 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 20 bytes | |
| 2018-02-20 06:21:57,543 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5111 bytes | |
| 2018-02-20 06:21:57,550 - main.py[DEBUG]: [local] init will now be targeting instance id: nocloud. new=True | |
| 2018-02-20 06:21:57,552 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 06:21:57,553 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 06:21:57,553 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:21:57,770 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 06:21:57,772 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 06:21:57,772 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:21:57,843 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 06:21:57,844 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 06:21:57,845 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:21:57,848 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:21:57,851 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 06:21:57,852 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 06:21:57,852 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:21:57,860 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:21:57,861 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:21:57,878 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 06:21:57,880 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/carrier (quiet=False) | |
| 2018-02-20 06:21:57,881 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/dormant (quiet=False) | |
| 2018-02-20 06:21:57,882 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 06:21:57,883 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 06:21:57,884 - util.py[DEBUG]: Reading from /sys/class/net/eth0/carrier (quiet=False) | |
| 2018-02-20 06:21:57,885 - util.py[DEBUG]: Reading from /sys/class/net/eth0/dormant (quiet=False) | |
| 2018-02-20 06:21:57,886 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 06:21:57,887 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 06:21:57,888 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 06:21:57,888 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 06:21:57,889 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 06:21:57,890 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 06:21:57,890 - stages.py[DEBUG]: applying net config names for {'config': [{'subnets': [{'type': 'dhcp'}], 'type': 'physical', 'name': 'eth0', 'mac_address': 'b8:27:eb:55:b7:56'}], 'version': 1} | |
| 2018-02-20 06:21:57,892 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 06:21:57,893 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) | |
| 2018-02-20 06:21:57,893 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type | |
| 2018-02-20 06:21:57,894 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) | |
| 2018-02-20 06:21:57,895 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent | |
| 2018-02-20 06:21:57,896 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 06:21:57,897 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 06:21:57,897 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 06:21:57,898 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) | |
| 2018-02-20 06:21:57,899 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type | |
| 2018-02-20 06:21:57,900 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) | |
| 2018-02-20 06:21:57,900 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent | |
| 2018-02-20 06:21:57,901 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) | |
| 2018-02-20 06:21:57,902 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address | |
| 2018-02-20 06:21:57,903 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) | |
| 2018-02-20 06:21:57,903 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/addr_assign_type (quiet=False) | |
| 2018-02-20 06:21:57,904 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/wlan0/addr_assign_type | |
| 2018-02-20 06:21:57,905 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/uevent (quiet=False) | |
| 2018-02-20 06:21:57,906 - util.py[DEBUG]: Read 39 bytes from /sys/class/net/wlan0/uevent | |
| 2018-02-20 06:21:57,906 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 06:21:57,907 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 06:21:57,908 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/device/device (quiet=False) | |
| 2018-02-20 06:21:57,909 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/wlan0/device/device | |
| 2018-02-20 06:21:57,910 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 06:21:57,910 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 06:21:57,911 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) | |
| 2018-02-20 06:21:57,912 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate | |
| 2018-02-20 06:21:57,912 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 06:21:57,913 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 06:21:57,916 - util.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:21:57,950 - util.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:21:57,966 - __init__.py[DEBUG]: no work necessary for renaming of [['b8:27:eb:55:b7:56', 'eth0', 'smsc95xx', None]] | |
| 2018-02-20 06:21:57,970 - stages.py[INFO]: Applying network configuration from fallback bringup=False: {'config': [{'subnets': [{'type': 'dhcp'}], 'type': 'physical', 'name': 'eth0', 'mac_address': 'b8:27:eb:55:b7:56'}], 'version': 1} | |
| 2018-02-20 06:21:57,972 - __init__.py[DEBUG]: Selected renderer 'eni' from priority list: None | |
| 2018-02-20 06:21:58,007 - util.py[DEBUG]: Writing to /etc/network/interfaces.d/50-cloud-init.cfg - wb: [644] 367 bytes | |
| 2018-02-20 06:21:58,014 - util.py[DEBUG]: Writing to /etc/udev/rules.d/70-persistent-net.rules - wb: [644] 96 bytes | |
| 2018-02-20 06:21:58,021 - main.py[DEBUG]: [local] Exiting. datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] not in local mode. | |
| 2018-02-20 06:21:58,026 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 06:21:58,027 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 06:21:58,028 - util.py[DEBUG]: cloud-init mode 'init' took 2.015 seconds (2.02) | |
| 2018-02-20 06:21:58,029 - handlers.py[DEBUG]: finish: init-local: SUCCESS: searching for local datasources | |
| 2018-02-20 06:22:03,431 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 06:22:03 +0000. Up 29.92 seconds. | |
| 2018-02-20 06:22:03,432 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 06:22:03,432 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 06:22:03,468 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 06:22:03,478 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 06:22:03,479 - util.py[DEBUG]: Running command ['ifconfig', '-a'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 06:22:03,523 - util.py[DEBUG]: Running command ['netstat', '-rn'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 06:22:03,544 - util.py[DEBUG]: Running command ['netstat', '-A', 'inet6', '-n'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 06:22:03,561 - main.py[DEBUG]: Checking to see if files that we need already exist from a previous run that would allow us to stop early. | |
| 2018-02-20 06:22:03,562 - main.py[DEBUG]: Execution continuing, no previous run detected that would allow us to stop early. | |
| 2018-02-20 06:22:03,563 - handlers.py[DEBUG]: start: init-network/check-cache: attempting to read from cache [trust] | |
| 2018-02-20 06:22:03,564 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 06:22:03,565 - util.py[DEBUG]: Read 5111 bytes from /var/lib/cloud/instance/obj.pkl | |
| 2018-02-20 06:22:03,577 - util.py[DEBUG]: Reading from /run/cloud-init/.instance-id (quiet=False) | |
| 2018-02-20 06:22:03,578 - util.py[DEBUG]: Read 8 bytes from /run/cloud-init/.instance-id | |
| 2018-02-20 06:22:03,579 - stages.py[DEBUG]: restored from cache with run check: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 06:22:03,580 - handlers.py[DEBUG]: finish: init-network/check-cache: SUCCESS: restored from cache with run check: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 06:22:03,583 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 06:22:03,584 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 06:22:03,585 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:22:03,805 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 06:22:03,806 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 06:22:03,807 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:22:03,879 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 06:22:03,880 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 06:22:03,881 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:22:03,884 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:22:03,887 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 06:22:03,888 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 06:22:03,888 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:22:03,896 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:22:03,897 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:22:03,905 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 06:22:03,906 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/nocloud' | |
| 2018-02-20 06:22:03,915 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/nocloud/datasource (quiet=False) | |
| 2018-02-20 06:22:03,916 - util.py[DEBUG]: Read 88 bytes from /var/lib/cloud/instances/nocloud/datasource | |
| 2018-02-20 06:22:03,917 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/datasource - wb: [644] 88 bytes | |
| 2018-02-20 06:22:03,923 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 88 bytes | |
| 2018-02-20 06:22:03,930 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) | |
| 2018-02-20 06:22:03,931 - util.py[DEBUG]: Read 8 bytes from /var/lib/cloud/data/instance-id | |
| 2018-02-20 06:22:03,931 - stages.py[DEBUG]: previous iid found to be nocloud | |
| 2018-02-20 06:22:03,932 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 8 bytes | |
| 2018-02-20 06:22:03,939 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 8 bytes | |
| 2018-02-20 06:22:03,945 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 8 bytes | |
| 2018-02-20 06:22:03,956 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5201 bytes | |
| 2018-02-20 06:22:03,963 - main.py[DEBUG]: [net] init will now be targeting instance id: nocloud. new=False | |
| 2018-02-20 06:22:03,965 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 06:22:03,966 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 06:22:03,966 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:22:04,185 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 06:22:04,187 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 06:22:04,187 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:22:04,259 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 06:22:04,260 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 06:22:04,260 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:22:04,263 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:22:04,266 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 06:22:04,267 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 06:22:04,268 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:22:04,275 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:22:04,277 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:22:04,294 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 06:22:04,298 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/carrier (quiet=False) | |
| 2018-02-20 06:22:04,299 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/dormant (quiet=False) | |
| 2018-02-20 06:22:04,300 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 06:22:04,301 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 06:22:04,302 - util.py[DEBUG]: Reading from /sys/class/net/eth0/carrier (quiet=False) | |
| 2018-02-20 06:22:04,303 - util.py[DEBUG]: Reading from /sys/class/net/eth0/dormant (quiet=False) | |
| 2018-02-20 06:22:04,304 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 06:22:04,304 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 06:22:04,305 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 06:22:04,306 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 06:22:04,307 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 06:22:04,308 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 06:22:04,308 - stages.py[DEBUG]: applying net config names for {'config': [{'type': 'physical', 'name': 'eth0', 'mac_address': 'b8:27:eb:55:b7:56', 'subnets': [{'type': 'dhcp'}]}], 'version': 1} | |
| 2018-02-20 06:22:04,309 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 06:22:04,310 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) | |
| 2018-02-20 06:22:04,311 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type | |
| 2018-02-20 06:22:04,312 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) | |
| 2018-02-20 06:22:04,313 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent | |
| 2018-02-20 06:22:04,313 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 06:22:04,314 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 06:22:04,315 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 06:22:04,316 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) | |
| 2018-02-20 06:22:04,317 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type | |
| 2018-02-20 06:22:04,317 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) | |
| 2018-02-20 06:22:04,318 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent | |
| 2018-02-20 06:22:04,319 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) | |
| 2018-02-20 06:22:04,320 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address | |
| 2018-02-20 06:22:04,320 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) | |
| 2018-02-20 06:22:04,321 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/addr_assign_type (quiet=False) | |
| 2018-02-20 06:22:04,322 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/wlan0/addr_assign_type | |
| 2018-02-20 06:22:04,323 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/uevent (quiet=False) | |
| 2018-02-20 06:22:04,323 - util.py[DEBUG]: Read 39 bytes from /sys/class/net/wlan0/uevent | |
| 2018-02-20 06:22:04,324 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 06:22:04,325 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 06:22:04,326 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/device/device (quiet=False) | |
| 2018-02-20 06:22:04,327 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/wlan0/device/device | |
| 2018-02-20 06:22:04,327 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 06:22:04,328 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 06:22:04,329 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) | |
| 2018-02-20 06:22:04,329 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate | |
| 2018-02-20 06:22:04,330 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 06:22:04,331 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 06:22:04,334 - util.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:04,347 - util.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:04,362 - __init__.py[DEBUG]: no work necessary for renaming of [['b8:27:eb:55:b7:56', 'eth0', 'smsc95xx', None]] | |
| 2018-02-20 06:22:04,366 - stages.py[DEBUG]: not a new instance. network config is not applied. | |
| 2018-02-20 06:22:04,367 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/user-data.txt - wb: [600] 25 bytes | |
| 2018-02-20 06:22:04,376 - util.py[DEBUG]: Reading from /boot/user-data (quiet=False) | |
| 2018-02-20 06:22:04,378 - util.py[DEBUG]: Read 468 bytes from /boot/user-data | |
| 2018-02-20 06:22:04,403 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/user-data.txt.i - wb: [600] 747 bytes | |
| 2018-02-20 06:22:04,410 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/vendor-data.txt - wb: [600] 0 bytes | |
| 2018-02-20 06:22:04,425 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/vendor-data.txt.i - wb: [600] 281 bytes | |
| 2018-02-20 06:22:04,436 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/consume_data - wb: [644] 23 bytes | |
| 2018-02-20 06:22:04,442 - helpers.py[DEBUG]: Running consume_data using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/consume_data'>) | |
| 2018-02-20 06:22:04,443 - handlers.py[DEBUG]: start: init-network/consume-user-data: reading and applying user-data | |
| 2018-02-20 06:22:04,447 - stages.py[DEBUG]: Added default handler for {'text/cloud-config', 'text/cloud-config-jsonp'} from CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] | |
| 2018-02-20 06:22:04,447 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript'} from ShellScriptPartHandler: [['text/x-shellscript']] | |
| 2018-02-20 06:22:04,448 - stages.py[DEBUG]: Added default handler for {'text/cloud-boothook'} from BootHookPartHandler: [['text/cloud-boothook']] | |
| 2018-02-20 06:22:04,449 - stages.py[DEBUG]: Added default handler for {'text/upstart-job'} from UpstartJobPartHandler: [['text/upstart-job']] | |
| 2018-02-20 06:22:04,453 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (__begin__, None, 3) with frequency once-per-instance | |
| 2018-02-20 06:22:04,454 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency once-per-instance | |
| 2018-02-20 06:22:04,454 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency once-per-instance | |
| 2018-02-20 06:22:04,455 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__begin__, None, 2) with frequency once-per-instance | |
| 2018-02-20 06:22:04,457 - __init__.py[DEBUG]: {'Content-Disposition': 'attachment; filename="part-001"', 'Content-Type': 'text/x-shellscript', 'MIME-Version': '1.0'} | |
| 2018-02-20 06:22:04,457 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (text/x-shellscript, part-001, 2) with frequency once-per-instance | |
| 2018-02-20 06:22:04,458 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/scripts/part-001 - wb: [700] 468 bytes | |
| 2018-02-20 06:22:04,466 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (__end__, None, 3) with frequency once-per-instance | |
| 2018-02-20 06:22:04,467 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/cloud-config.txt - wb: [600] 0 bytes | |
| 2018-02-20 06:22:04,474 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency once-per-instance | |
| 2018-02-20 06:22:04,475 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency once-per-instance | |
| 2018-02-20 06:22:04,476 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__end__, None, 2) with frequency once-per-instance | |
| 2018-02-20 06:22:04,477 - handlers.py[DEBUG]: finish: init-network/consume-user-data: SUCCESS: reading and applying user-data | |
| 2018-02-20 06:22:04,478 - handlers.py[DEBUG]: start: init-network/consume-vendor-data: reading and applying vendor-data | |
| 2018-02-20 06:22:04,479 - stages.py[DEBUG]: no vendordata from datasource | |
| 2018-02-20 06:22:04,479 - handlers.py[DEBUG]: finish: init-network/consume-vendor-data: SUCCESS: reading and applying vendor-data | |
| 2018-02-20 06:22:04,481 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 06:22:04,482 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 06:22:04,483 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:22:04,703 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 06:22:04,704 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 06:22:04,705 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:22:04,776 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 06:22:04,777 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 06:22:04,778 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:22:04,781 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:22:04,784 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 06:22:04,784 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 06:22:04,785 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:22:04,792 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:22:04,794 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:22:04,797 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 06:22:04,798 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 06:22:04,799 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:22:04,800 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:22:04,812 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 06:22:04,812 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 06:22:04,813 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:22:04,814 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:22:04,841 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5111 bytes | |
| 2018-02-20 06:22:04,852 - main.py[DEBUG]: no di_report found in config. | |
| 2018-02-20 06:22:05,311 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 06:22:05,321 - stages.py[DEBUG]: Running module migrator (<module 'cloudinit.config.cc_migrator' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_migrator.py'>) with frequency always | |
| 2018-02-20 06:22:05,323 - handlers.py[DEBUG]: start: init-network/config-migrator: running config-migrator with frequency always | |
| 2018-02-20 06:22:05,324 - helpers.py[DEBUG]: Running config-migrator using lock (<cloudinit.helpers.DummyLock object at 0x75e5ad50>) | |
| 2018-02-20 06:22:05,326 - cc_migrator.py[DEBUG]: Migrated 0 semaphore files to there canonicalized names | |
| 2018-02-20 06:22:05,330 - handlers.py[DEBUG]: finish: init-network/config-migrator: SUCCESS: config-migrator ran successfully | |
| 2018-02-20 06:22:05,330 - stages.py[DEBUG]: Running module seed_random (<module 'cloudinit.config.cc_seed_random' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_seed_random.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:05,333 - handlers.py[DEBUG]: start: init-network/config-seed_random: running config-seed_random with frequency once-per-instance | |
| 2018-02-20 06:22:05,334 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_seed_random - wb: [644] 23 bytes | |
| 2018-02-20 06:22:05,342 - helpers.py[DEBUG]: Running config-seed_random using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_seed_random'>) | |
| 2018-02-20 06:22:05,343 - cc_seed_random.py[DEBUG]: no command provided | |
| 2018-02-20 06:22:05,344 - handlers.py[DEBUG]: finish: init-network/config-seed_random: SUCCESS: config-seed_random ran successfully | |
| 2018-02-20 06:22:05,344 - stages.py[DEBUG]: Running module bootcmd (<module 'cloudinit.config.cc_bootcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_bootcmd.py'>) with frequency always | |
| 2018-02-20 06:22:05,347 - handlers.py[DEBUG]: start: init-network/config-bootcmd: running config-bootcmd with frequency always | |
| 2018-02-20 06:22:05,348 - helpers.py[DEBUG]: Running config-bootcmd using lock (<cloudinit.helpers.DummyLock object at 0x75e934d0>) | |
| 2018-02-20 06:22:05,348 - cc_bootcmd.py[DEBUG]: Skipping module named bootcmd, no 'bootcmd' key in configuration | |
| 2018-02-20 06:22:05,352 - handlers.py[DEBUG]: finish: init-network/config-bootcmd: SUCCESS: config-bootcmd ran successfully | |
| 2018-02-20 06:22:05,352 - stages.py[DEBUG]: Running module write-files (<module 'cloudinit.config.cc_write_files' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_write_files.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:05,355 - handlers.py[DEBUG]: start: init-network/config-write-files: running config-write-files with frequency once-per-instance | |
| 2018-02-20 06:22:05,356 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_write_files - wb: [644] 24 bytes | |
| 2018-02-20 06:22:05,364 - helpers.py[DEBUG]: Running config-write-files using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_write_files'>) | |
| 2018-02-20 06:22:05,364 - cc_write_files.py[DEBUG]: Skipping module named write-files, no/empty 'write_files' key in configuration | |
| 2018-02-20 06:22:05,365 - handlers.py[DEBUG]: finish: init-network/config-write-files: SUCCESS: config-write-files ran successfully | |
| 2018-02-20 06:22:05,366 - stages.py[DEBUG]: Running module growpart (<module 'cloudinit.config.cc_growpart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_growpart.py'>) with frequency always | |
| 2018-02-20 06:22:05,369 - handlers.py[DEBUG]: start: init-network/config-growpart: running config-growpart with frequency always | |
| 2018-02-20 06:22:05,369 - helpers.py[DEBUG]: Running config-growpart using lock (<cloudinit.helpers.DummyLock object at 0x75e93190>) | |
| 2018-02-20 06:22:05,370 - cc_growpart.py[DEBUG]: No 'growpart' entry in cfg. Using default: {'ignore_growroot_disabled': False, 'devices': ['/'], 'mode': 'auto'} | |
| 2018-02-20 06:22:05,371 - util.py[DEBUG]: Running command ['growpart', '--help'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:05,384 - cc_growpart.py[DEBUG]: growpart unable to find resizer for 'auto': No resizers available | |
| 2018-02-20 06:22:05,385 - handlers.py[DEBUG]: finish: init-network/config-growpart: SUCCESS: config-growpart ran successfully | |
| 2018-02-20 06:22:05,386 - stages.py[DEBUG]: Running module resizefs (<module 'cloudinit.config.cc_resizefs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_resizefs.py'>) with frequency always | |
| 2018-02-20 06:22:05,389 - handlers.py[DEBUG]: start: init-network/config-resizefs: running config-resizefs with frequency always | |
| 2018-02-20 06:22:05,390 - helpers.py[DEBUG]: Running config-resizefs using lock (<cloudinit.helpers.DummyLock object at 0x75e93230>) | |
| 2018-02-20 06:22:05,457 - util.py[DEBUG]: Reading from /proc/373/mountinfo (quiet=False) | |
| 2018-02-20 06:22:05,459 - util.py[DEBUG]: Read 2086 bytes from /proc/373/mountinfo | |
| 2018-02-20 06:22:05,460 - cc_resizefs.py[DEBUG]: resize_info: dev=/dev/root mnt_point=/ path=/ | |
| 2018-02-20 06:22:05,461 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:05,485 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:05,497 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:05,508 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 06:22:05,509 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 06:22:05,510 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 06:22:05,511 - util.py[DEBUG]: Read 926 bytes from /proc/self/status | |
| 2018-02-20 06:22:05,512 - cc_resizefs.py[DEBUG]: Converted /dev/root to '/dev/disk/by-partuuid/3e8f7ed9-02' per kernel cmdline | |
| 2018-02-20 06:22:05,513 - cc_resizefs.py[DEBUG]: Resizing / (ext4) using resize2fs /dev/disk/by-partuuid/3e8f7ed9-02 | |
| 2018-02-20 06:22:05,514 - util.py[DEBUG]: Running command ('resize2fs', '/dev/disk/by-partuuid/3e8f7ed9-02') with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:05,538 - util.py[DEBUG]: Resizing took 0.024 seconds | |
| 2018-02-20 06:22:05,539 - cc_resizefs.py[DEBUG]: Resized root filesystem (type=ext4, val=True) | |
| 2018-02-20 06:22:05,540 - handlers.py[DEBUG]: finish: init-network/config-resizefs: SUCCESS: config-resizefs ran successfully | |
| 2018-02-20 06:22:05,541 - stages.py[DEBUG]: Running module disk_setup (<module 'cloudinit.config.cc_disk_setup' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disk_setup.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:05,543 - handlers.py[DEBUG]: start: init-network/config-disk_setup: running config-disk_setup with frequency once-per-instance | |
| 2018-02-20 06:22:05,545 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_disk_setup - wb: [644] 24 bytes | |
| 2018-02-20 06:22:05,553 - helpers.py[DEBUG]: Running config-disk_setup using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_disk_setup'>) | |
| 2018-02-20 06:22:05,554 - handlers.py[DEBUG]: finish: init-network/config-disk_setup: SUCCESS: config-disk_setup ran successfully | |
| 2018-02-20 06:22:05,555 - stages.py[DEBUG]: Running module mounts (<module 'cloudinit.config.cc_mounts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mounts.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:05,557 - handlers.py[DEBUG]: start: init-network/config-mounts: running config-mounts with frequency once-per-instance | |
| 2018-02-20 06:22:05,559 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_mounts - wb: [644] 24 bytes | |
| 2018-02-20 06:22:05,566 - helpers.py[DEBUG]: Running config-mounts using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_mounts'>) | |
| 2018-02-20 06:22:05,567 - cc_mounts.py[DEBUG]: mounts configuration is [] | |
| 2018-02-20 06:22:05,571 - cc_mounts.py[DEBUG]: Attempting to determine the real name of ephemeral0 | |
| 2018-02-20 06:22:05,571 - cc_mounts.py[DEBUG]: Ignoring nonexistant default named mount ephemeral0 | |
| 2018-02-20 06:22:05,572 - cc_mounts.py[DEBUG]: Attempting to determine the real name of swap | |
| 2018-02-20 06:22:05,572 - cc_mounts.py[DEBUG]: Ignoring nonexistant default named mount swap | |
| 2018-02-20 06:22:05,573 - cc_mounts.py[DEBUG]: no need to setup swap | |
| 2018-02-20 06:22:05,573 - cc_mounts.py[DEBUG]: No modifications to fstab needed. | |
| 2018-02-20 06:22:05,574 - handlers.py[DEBUG]: finish: init-network/config-mounts: SUCCESS: config-mounts ran successfully | |
| 2018-02-20 06:22:05,575 - stages.py[DEBUG]: Running module set_hostname (<module 'cloudinit.config.cc_set_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_hostname.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:05,578 - handlers.py[DEBUG]: start: init-network/config-set_hostname: running config-set_hostname with frequency once-per-instance | |
| 2018-02-20 06:22:05,579 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_set_hostname - wb: [644] 24 bytes | |
| 2018-02-20 06:22:05,586 - helpers.py[DEBUG]: Running config-set_hostname using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_set_hostname'>) | |
| 2018-02-20 06:22:05,587 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 06:22:05,588 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 06:22:05,589 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 06:22:05,590 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 06:22:05,590 - cc_set_hostname.py[DEBUG]: Setting the hostname to raspberrypi (raspberrypi) | |
| 2018-02-20 06:22:05,591 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False) | |
| 2018-02-20 06:22:05,592 - util.py[DEBUG]: Read 12 bytes from /etc/hostname | |
| 2018-02-20 06:22:05,593 - util.py[DEBUG]: Writing to /etc/hostname - wb: [644] 12 bytes | |
| 2018-02-20 06:22:05,600 - __init__.py[DEBUG]: Non-persistently setting the system hostname to raspberrypi | |
| 2018-02-20 06:22:05,601 - util.py[DEBUG]: Running command ['hostname', 'raspberrypi'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:05,617 - handlers.py[DEBUG]: finish: init-network/config-set_hostname: SUCCESS: config-set_hostname ran successfully | |
| 2018-02-20 06:22:05,618 - stages.py[DEBUG]: Running module update_hostname (<module 'cloudinit.config.cc_update_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_hostname.py'>) with frequency always | |
| 2018-02-20 06:22:05,621 - handlers.py[DEBUG]: start: init-network/config-update_hostname: running config-update_hostname with frequency always | |
| 2018-02-20 06:22:05,622 - helpers.py[DEBUG]: Running config-update_hostname using lock (<cloudinit.helpers.DummyLock object at 0x75ce9510>) | |
| 2018-02-20 06:22:05,622 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 06:22:05,623 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 06:22:05,624 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 06:22:05,625 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 06:22:05,625 - cc_update_hostname.py[DEBUG]: Updating hostname to raspberrypi (raspberrypi) | |
| 2018-02-20 06:22:05,626 - util.py[DEBUG]: Reading from /var/lib/cloud/data/previous-hostname (quiet=False) | |
| 2018-02-20 06:22:05,628 - util.py[DEBUG]: Read 12 bytes from /var/lib/cloud/data/previous-hostname | |
| 2018-02-20 06:22:05,629 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False) | |
| 2018-02-20 06:22:05,630 - util.py[DEBUG]: Read 12 bytes from /etc/hostname | |
| 2018-02-20 06:22:05,631 - __init__.py[DEBUG]: Attempting to update hostname to raspberrypi in 0 files | |
| 2018-02-20 06:22:05,632 - handlers.py[DEBUG]: finish: init-network/config-update_hostname: SUCCESS: config-update_hostname ran successfully | |
| 2018-02-20 06:22:05,632 - stages.py[DEBUG]: Running module update_etc_hosts (<module 'cloudinit.config.cc_update_etc_hosts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_etc_hosts.py'>) with frequency always | |
| 2018-02-20 06:22:05,635 - handlers.py[DEBUG]: start: init-network/config-update_etc_hosts: running config-update_etc_hosts with frequency always | |
| 2018-02-20 06:22:05,636 - helpers.py[DEBUG]: Running config-update_etc_hosts using lock (<cloudinit.helpers.DummyLock object at 0x75ce95b0>) | |
| 2018-02-20 06:22:05,636 - cc_update_etc_hosts.py[DEBUG]: Configuration option 'manage_etc_hosts' is not set, not managing /etc/hosts in module update_etc_hosts | |
| 2018-02-20 06:22:05,637 - handlers.py[DEBUG]: finish: init-network/config-update_etc_hosts: SUCCESS: config-update_etc_hosts ran successfully | |
| 2018-02-20 06:22:05,638 - stages.py[DEBUG]: Running module ca-certs (<module 'cloudinit.config.cc_ca_certs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ca_certs.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:05,641 - handlers.py[DEBUG]: start: init-network/config-ca-certs: running config-ca-certs with frequency once-per-instance | |
| 2018-02-20 06:22:05,642 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_ca_certs - wb: [644] 24 bytes | |
| 2018-02-20 06:22:05,650 - helpers.py[DEBUG]: Running config-ca-certs using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_ca_certs'>) | |
| 2018-02-20 06:22:05,650 - cc_ca_certs.py[DEBUG]: Skipping module named ca-certs, no 'ca-certs' key in configuration | |
| 2018-02-20 06:22:05,651 - handlers.py[DEBUG]: finish: init-network/config-ca-certs: SUCCESS: config-ca-certs ran successfully | |
| 2018-02-20 06:22:05,652 - stages.py[DEBUG]: Running module rsyslog (<module 'cloudinit.config.cc_rsyslog' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rsyslog.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:05,655 - handlers.py[DEBUG]: start: init-network/config-rsyslog: running config-rsyslog with frequency once-per-instance | |
| 2018-02-20 06:22:05,656 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_rsyslog - wb: [644] 23 bytes | |
| 2018-02-20 06:22:05,663 - helpers.py[DEBUG]: Running config-rsyslog using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_rsyslog'>) | |
| 2018-02-20 06:22:05,664 - cc_rsyslog.py[DEBUG]: Skipping module named rsyslog, no 'rsyslog' key in configuration | |
| 2018-02-20 06:22:05,665 - handlers.py[DEBUG]: finish: init-network/config-rsyslog: SUCCESS: config-rsyslog ran successfully | |
| 2018-02-20 06:22:05,666 - stages.py[DEBUG]: Running module users-groups (<module 'cloudinit.config.cc_users_groups' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_users_groups.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:05,668 - handlers.py[DEBUG]: start: init-network/config-users-groups: running config-users-groups with frequency once-per-instance | |
| 2018-02-20 06:22:05,670 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_users_groups - wb: [644] 24 bytes | |
| 2018-02-20 06:22:05,677 - helpers.py[DEBUG]: Running config-users-groups using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_users_groups'>) | |
| 2018-02-20 06:22:05,681 - __init__.py[INFO]: User ubuntu already exists, skipping. | |
| 2018-02-20 06:22:05,682 - util.py[DEBUG]: Running command ['passwd', '-l', 'ubuntu'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:06,134 - util.py[DEBUG]: Reading from /etc/sudoers (quiet=False) | |
| 2018-02-20 06:22:06,136 - util.py[DEBUG]: Read 669 bytes from /etc/sudoers | |
| 2018-02-20 06:22:06,143 - util.py[DEBUG]: Writing to /etc/sudoers.d/90-cloud-init-users - ab: [None] 55 bytes | |
| 2018-02-20 06:22:06,150 - handlers.py[DEBUG]: finish: init-network/config-users-groups: SUCCESS: config-users-groups ran successfully | |
| 2018-02-20 06:22:06,151 - stages.py[DEBUG]: Running module ssh (<module 'cloudinit.config.cc_ssh' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:06,154 - handlers.py[DEBUG]: start: init-network/config-ssh: running config-ssh with frequency once-per-instance | |
| 2018-02-20 06:22:06,155 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_ssh - wb: [644] 24 bytes | |
| 2018-02-20 06:22:06,162 - helpers.py[DEBUG]: Running config-ssh using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_ssh'>) | |
| 2018-02-20 06:22:06,166 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ecdsa_key.pub | |
| 2018-02-20 06:22:06,167 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_rsa_key | |
| 2018-02-20 06:22:06,168 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ecdsa_key | |
| 2018-02-20 06:22:06,169 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_dsa_key.pub | |
| 2018-02-20 06:22:06,169 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ed25519_key.pub | |
| 2018-02-20 06:22:06,170 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_rsa_key.pub | |
| 2018-02-20 06:22:06,171 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ed25519_key | |
| 2018-02-20 06:22:06,171 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_dsa_key | |
| 2018-02-20 06:22:06,176 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'rsa', '-N', '', '-f', '/etc/ssh/ssh_host_rsa_key'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:08,139 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'dsa', '-N', '', '-f', '/etc/ssh/ssh_host_dsa_key'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:12,075 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'ecdsa', '-N', '', '-f', '/etc/ssh/ssh_host_ecdsa_key'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:12,113 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'ed25519', '-N', '', '-f', '/etc/ssh/ssh_host_ed25519_key'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:12,162 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) | |
| 2018-02-20 06:22:12,164 - util.py[DEBUG]: Read 3298 bytes from /etc/ssh/sshd_config | |
| 2018-02-20 06:22:12,168 - util.py[DEBUG]: Reading from /home/ubuntu/.ssh/authorized_keys (quiet=False) | |
| 2018-02-20 06:22:12,169 - util.py[DEBUG]: Read 0 bytes from /home/ubuntu/.ssh/authorized_keys | |
| 2018-02-20 06:22:12,176 - util.py[DEBUG]: Writing to /home/ubuntu/.ssh/authorized_keys - wb: [600] 0 bytes | |
| 2018-02-20 06:22:12,183 - util.py[DEBUG]: Changing the ownership of /home/ubuntu/.ssh/authorized_keys to 1001:1002 | |
| 2018-02-20 06:22:12,187 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) | |
| 2018-02-20 06:22:12,188 - util.py[DEBUG]: Read 3298 bytes from /etc/ssh/sshd_config | |
| 2018-02-20 06:22:12,192 - util.py[DEBUG]: Reading from /root/.ssh/authorized_keys (quiet=False) | |
| 2018-02-20 06:22:12,193 - util.py[DEBUG]: Read 0 bytes from /root/.ssh/authorized_keys | |
| 2018-02-20 06:22:12,200 - util.py[DEBUG]: Writing to /root/.ssh/authorized_keys - wb: [600] 0 bytes | |
| 2018-02-20 06:22:12,207 - util.py[DEBUG]: Changing the ownership of /root/.ssh/authorized_keys to 0:0 | |
| 2018-02-20 06:22:12,209 - handlers.py[DEBUG]: finish: init-network/config-ssh: SUCCESS: config-ssh ran successfully | |
| 2018-02-20 06:22:12,210 - main.py[DEBUG]: Ran 15 modules with 0 failures | |
| 2018-02-20 06:22:12,215 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 06:22:12,216 - util.py[DEBUG]: Read 13 bytes from /proc/uptime | |
| 2018-02-20 06:22:12,217 - util.py[DEBUG]: cloud-init mode 'init' took 9.206 seconds (9.20) | |
| 2018-02-20 06:22:12,218 - handlers.py[DEBUG]: finish: init-network: SUCCESS: searching for network datasources | |
| 2018-02-20 06:22:29,191 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 06:22:28 +0000. Up 48.95 seconds. | |
| 2018-02-20 06:22:29,382 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 06:22:29,387 - stages.py[DEBUG]: Running module emit_upstart (<module 'cloudinit.config.cc_emit_upstart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_emit_upstart.py'>) with frequency always | |
| 2018-02-20 06:22:29,388 - handlers.py[DEBUG]: start: modules-config/config-emit_upstart: running config-emit_upstart with frequency always | |
| 2018-02-20 06:22:29,389 - helpers.py[DEBUG]: Running config-emit_upstart using lock (<cloudinit.helpers.DummyLock object at 0x75de8610>) | |
| 2018-02-20 06:22:29,389 - cc_emit_upstart.py[DEBUG]: no /sbin/initctl located | |
| 2018-02-20 06:22:29,389 - cc_emit_upstart.py[DEBUG]: not upstart system, 'emit_upstart' disabled | |
| 2018-02-20 06:22:29,391 - handlers.py[DEBUG]: finish: modules-config/config-emit_upstart: SUCCESS: config-emit_upstart ran successfully | |
| 2018-02-20 06:22:29,391 - stages.py[DEBUG]: Running module snap_config (<module 'cloudinit.config.cc_snap_config' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_snap_config.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:29,393 - handlers.py[DEBUG]: start: modules-config/config-snap_config: running config-snap_config with frequency once-per-instance | |
| 2018-02-20 06:22:29,394 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_snap_config - wb: [644] 24 bytes | |
| 2018-02-20 06:22:29,397 - helpers.py[DEBUG]: Running config-snap_config using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_snap_config'>) | |
| 2018-02-20 06:22:29,397 - cc_snap_config.py[DEBUG]: No snappy config provided, skipping | |
| 2018-02-20 06:22:29,398 - handlers.py[DEBUG]: finish: modules-config/config-snap_config: SUCCESS: config-snap_config ran successfully | |
| 2018-02-20 06:22:29,398 - stages.py[DEBUG]: Running module ssh-import-id (<module 'cloudinit.config.cc_ssh_import_id' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_import_id.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:29,399 - handlers.py[DEBUG]: start: modules-config/config-ssh-import-id: running config-ssh-import-id with frequency once-per-instance | |
| 2018-02-20 06:22:29,400 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_ssh_import_id - wb: [644] 24 bytes | |
| 2018-02-20 06:22:29,403 - helpers.py[DEBUG]: Running config-ssh-import-id using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_ssh_import_id'>) | |
| 2018-02-20 06:22:29,406 - handlers.py[DEBUG]: finish: modules-config/config-ssh-import-id: SUCCESS: config-ssh-import-id ran successfully | |
| 2018-02-20 06:22:29,406 - stages.py[DEBUG]: Running module locale (<module 'cloudinit.config.cc_locale' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_locale.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:29,407 - handlers.py[DEBUG]: start: modules-config/config-locale: running config-locale with frequency once-per-instance | |
| 2018-02-20 06:22:29,408 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_locale - wb: [644] 24 bytes | |
| 2018-02-20 06:22:29,411 - helpers.py[DEBUG]: Running config-locale using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_locale'>) | |
| 2018-02-20 06:22:29,412 - util.py[DEBUG]: Reading from /etc/default/locale (quiet=False) | |
| 2018-02-20 06:22:29,412 - util.py[DEBUG]: Read 52 bytes from /etc/default/locale | |
| 2018-02-20 06:22:29,413 - cc_locale.py[DEBUG]: Setting locale to en_GB.UTF-8 | |
| 2018-02-20 06:22:29,413 - debian.py[DEBUG]: System has 'LANG=en_GB.UTF-8' requested 'en_GB.UTF-8', skipping regeneration. | |
| 2018-02-20 06:22:29,414 - handlers.py[DEBUG]: finish: modules-config/config-locale: SUCCESS: config-locale ran successfully | |
| 2018-02-20 06:22:29,414 - stages.py[DEBUG]: Running module set-passwords (<module 'cloudinit.config.cc_set_passwords' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_passwords.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:29,416 - handlers.py[DEBUG]: start: modules-config/config-set-passwords: running config-set-passwords with frequency once-per-instance | |
| 2018-02-20 06:22:29,416 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_set_passwords - wb: [644] 24 bytes | |
| 2018-02-20 06:22:29,420 - helpers.py[DEBUG]: Running config-set-passwords using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_set_passwords'>) | |
| 2018-02-20 06:22:29,420 - handlers.py[DEBUG]: finish: modules-config/config-set-passwords: SUCCESS: config-set-passwords ran successfully | |
| 2018-02-20 06:22:29,421 - stages.py[DEBUG]: Running module grub-dpkg (<module 'cloudinit.config.cc_grub_dpkg' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_grub_dpkg.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:29,422 - handlers.py[DEBUG]: start: modules-config/config-grub-dpkg: running config-grub-dpkg with frequency once-per-instance | |
| 2018-02-20 06:22:29,423 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_grub_dpkg - wb: [644] 24 bytes | |
| 2018-02-20 06:22:29,426 - helpers.py[DEBUG]: Running config-grub-dpkg using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_grub_dpkg'>) | |
| 2018-02-20 06:22:29,427 - cc_grub_dpkg.py[DEBUG]: Setting grub debconf-set-selections with '/dev/sda','false' | |
| 2018-02-20 06:22:29,427 - util.py[DEBUG]: Running command ['debconf-set-selections'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:31,434 - handlers.py[DEBUG]: finish: modules-config/config-grub-dpkg: SUCCESS: config-grub-dpkg ran successfully | |
| 2018-02-20 06:22:31,435 - stages.py[DEBUG]: Running module apt-pipelining (<module 'cloudinit.config.cc_apt_pipelining' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_pipelining.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:31,437 - handlers.py[DEBUG]: start: modules-config/config-apt-pipelining: running config-apt-pipelining with frequency once-per-instance | |
| 2018-02-20 06:22:31,439 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_apt_pipelining - wb: [644] 23 bytes | |
| 2018-02-20 06:22:31,446 - helpers.py[DEBUG]: Running config-apt-pipelining using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_apt_pipelining'>) | |
| 2018-02-20 06:22:31,447 - util.py[DEBUG]: Writing to /etc/apt/apt.conf.d/90cloud-init-pipelining - wb: [644] 80 bytes | |
| 2018-02-20 06:22:31,453 - cc_apt_pipelining.py[DEBUG]: Wrote /etc/apt/apt.conf.d/90cloud-init-pipelining with apt pipeline depth setting 0 | |
| 2018-02-20 06:22:31,455 - handlers.py[DEBUG]: finish: modules-config/config-apt-pipelining: SUCCESS: config-apt-pipelining ran successfully | |
| 2018-02-20 06:22:31,455 - stages.py[DEBUG]: Running module apt-configure (<module 'cloudinit.config.cc_apt_configure' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_configure.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:31,458 - handlers.py[DEBUG]: start: modules-config/config-apt-configure: running config-apt-configure with frequency once-per-instance | |
| 2018-02-20 06:22:31,460 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_apt_configure - wb: [644] 24 bytes | |
| 2018-02-20 06:22:31,466 - helpers.py[DEBUG]: Running config-apt-configure using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_apt_configure'>) | |
| 2018-02-20 06:22:31,467 - cc_apt_configure.py[DEBUG]: debconf_selections was not set in config | |
| 2018-02-20 06:22:31,467 - util.py[DEBUG]: Reading from /etc/os-release (quiet=True) | |
| 2018-02-20 06:22:31,468 - util.py[DEBUG]: Read 278 bytes from /etc/os-release | |
| 2018-02-20 06:22:31,475 - util.py[DEBUG]: Reading from /etc/system-image/channel.ini (quiet=True) | |
| 2018-02-20 06:22:31,475 - util.py[DEBUG]: Read 0 bytes from /etc/system-image/channel.ini | |
| 2018-02-20 06:22:31,477 - cc_apt_configure.py[DEBUG]: handling apt config: {} | |
| 2018-02-20 06:22:31,478 - util.py[DEBUG]: Running command ['lsb_release', '--all'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:31,765 - util.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:31,787 - cc_apt_configure.py[DEBUG]: got primary mirror: None | |
| 2018-02-20 06:22:31,789 - cc_apt_configure.py[DEBUG]: got security mirror: None | |
| 2018-02-20 06:22:31,789 - util.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:31,799 - __init__.py[DEBUG]: filtered distro mirror info: {'security': 'http://ports.ubuntu.com/ubuntu-ports', 'primary': 'http://ports.ubuntu.com/ubuntu-ports'} | |
| 2018-02-20 06:22:31,800 - cc_apt_configure.py[DEBUG]: Apt Mirror info: {'security': 'http://ports.ubuntu.com/ubuntu-ports', 'MIRROR': 'http://ports.ubuntu.com/ubuntu-ports', 'primary': 'http://ports.ubuntu.com/ubuntu-ports', 'PRIMARY': 'http://ports.ubuntu.com/ubuntu-ports', 'SECURITY': 'http://ports.ubuntu.com/ubuntu-ports'} | |
| 2018-02-20 06:22:31,800 - cc_apt_configure.py[INFO]: No custom template provided, fall back to builtin | |
| 2018-02-20 06:22:31,801 - util.py[DEBUG]: Reading from /etc/cloud/templates/sources.list.debian.tmpl (quiet=False) | |
| 2018-02-20 06:22:31,803 - util.py[DEBUG]: Read 1295 bytes from /etc/cloud/templates/sources.list.debian.tmpl | |
| 2018-02-20 06:22:31,838 - util.py[DEBUG]: Writing to /etc/apt/sources.list - wb: [644] 1441 bytes | |
| 2018-02-20 06:22:31,842 - util.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:31,853 - handlers.py[DEBUG]: finish: modules-config/config-apt-configure: SUCCESS: config-apt-configure ran successfully | |
| 2018-02-20 06:22:31,853 - stages.py[DEBUG]: Running module ntp (<module 'cloudinit.config.cc_ntp' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ntp.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:31,855 - handlers.py[DEBUG]: start: modules-config/config-ntp: running config-ntp with frequency once-per-instance | |
| 2018-02-20 06:22:31,856 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_ntp - wb: [644] 23 bytes | |
| 2018-02-20 06:22:31,859 - helpers.py[DEBUG]: Running config-ntp using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_ntp'>) | |
| 2018-02-20 06:22:31,860 - cc_ntp.py[DEBUG]: Skipping module named ntp, not present or disabled by cfg | |
| 2018-02-20 06:22:31,860 - handlers.py[DEBUG]: finish: modules-config/config-ntp: SUCCESS: config-ntp ran successfully | |
| 2018-02-20 06:22:31,860 - stages.py[DEBUG]: Running module timezone (<module 'cloudinit.config.cc_timezone' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_timezone.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:31,862 - handlers.py[DEBUG]: start: modules-config/config-timezone: running config-timezone with frequency once-per-instance | |
| 2018-02-20 06:22:31,863 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_timezone - wb: [644] 23 bytes | |
| 2018-02-20 06:22:31,866 - helpers.py[DEBUG]: Running config-timezone using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_timezone'>) | |
| 2018-02-20 06:22:31,866 - cc_timezone.py[DEBUG]: Skipping module named timezone, no 'timezone' specified | |
| 2018-02-20 06:22:31,867 - handlers.py[DEBUG]: finish: modules-config/config-timezone: SUCCESS: config-timezone ran successfully | |
| 2018-02-20 06:22:31,867 - stages.py[DEBUG]: Running module disable-ec2-metadata (<module 'cloudinit.config.cc_disable_ec2_metadata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disable_ec2_metadata.py'>) with frequency always | |
| 2018-02-20 06:22:31,869 - handlers.py[DEBUG]: start: modules-config/config-disable-ec2-metadata: running config-disable-ec2-metadata with frequency always | |
| 2018-02-20 06:22:31,869 - helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock (<cloudinit.helpers.DummyLock object at 0x75d88b50>) | |
| 2018-02-20 06:22:31,869 - cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled | |
| 2018-02-20 06:22:31,870 - handlers.py[DEBUG]: finish: modules-config/config-disable-ec2-metadata: SUCCESS: config-disable-ec2-metadata ran successfully | |
| 2018-02-20 06:22:31,870 - stages.py[DEBUG]: Running module runcmd (<module 'cloudinit.config.cc_runcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_runcmd.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:31,871 - handlers.py[DEBUG]: start: modules-config/config-runcmd: running config-runcmd with frequency once-per-instance | |
| 2018-02-20 06:22:31,872 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_runcmd - wb: [644] 23 bytes | |
| 2018-02-20 06:22:31,875 - helpers.py[DEBUG]: Running config-runcmd using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_runcmd'>) | |
| 2018-02-20 06:22:31,876 - cc_runcmd.py[DEBUG]: Skipping module named runcmd, no 'runcmd' key in configuration | |
| 2018-02-20 06:22:31,876 - handlers.py[DEBUG]: finish: modules-config/config-runcmd: SUCCESS: config-runcmd ran successfully | |
| 2018-02-20 06:22:31,877 - stages.py[DEBUG]: Running module byobu (<module 'cloudinit.config.cc_byobu' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_byobu.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:31,878 - handlers.py[DEBUG]: start: modules-config/config-byobu: running config-byobu with frequency once-per-instance | |
| 2018-02-20 06:22:31,879 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_byobu - wb: [644] 24 bytes | |
| 2018-02-20 06:22:31,882 - helpers.py[DEBUG]: Running config-byobu using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_byobu'>) | |
| 2018-02-20 06:22:31,882 - cc_byobu.py[DEBUG]: Skipping module named byobu, no 'byobu' values found | |
| 2018-02-20 06:22:31,883 - handlers.py[DEBUG]: finish: modules-config/config-byobu: SUCCESS: config-byobu ran successfully | |
| 2018-02-20 06:22:31,883 - main.py[DEBUG]: Ran 13 modules with 0 failures | |
| 2018-02-20 06:22:31,886 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 06:22:31,887 - util.py[DEBUG]: Read 13 bytes from /proc/uptime | |
| 2018-02-20 06:22:31,887 - util.py[DEBUG]: cloud-init mode 'modules' took 3.081 seconds (3.08) | |
| 2018-02-20 06:22:31,888 - handlers.py[DEBUG]: finish: modules-config: SUCCESS: running modules for config | |
| 2018-02-20 06:22:34,714 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 06:22:34 +0000. Up 54.47 seconds. | |
| 2018-02-20 06:22:34,905 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 06:22:34,908 - stages.py[INFO]: Skipping modules 'snappy,landscape,lxd' because they are not verified on distro 'debian'. To run anyway, add them to 'unverified_modules' in config. | |
| 2018-02-20 06:22:34,910 - stages.py[DEBUG]: Running module package-update-upgrade-install (<module 'cloudinit.config.cc_package_update_upgrade_install' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_package_update_upgrade_install.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:34,912 - handlers.py[DEBUG]: start: modules-final/config-package-update-upgrade-install: running config-package-update-upgrade-install with frequency once-per-instance | |
| 2018-02-20 06:22:34,913 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_package_update_upgrade_install - wb: [644] 24 bytes | |
| 2018-02-20 06:22:34,916 - helpers.py[DEBUG]: Running config-package-update-upgrade-install using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_package_update_upgrade_install'>) | |
| 2018-02-20 06:22:34,917 - handlers.py[DEBUG]: finish: modules-final/config-package-update-upgrade-install: SUCCESS: config-package-update-upgrade-install ran successfully | |
| 2018-02-20 06:22:34,917 - stages.py[DEBUG]: Running module fan (<module 'cloudinit.config.cc_fan' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_fan.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:34,918 - handlers.py[DEBUG]: start: modules-final/config-fan: running config-fan with frequency once-per-instance | |
| 2018-02-20 06:22:34,919 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_fan - wb: [644] 22 bytes | |
| 2018-02-20 06:22:34,922 - helpers.py[DEBUG]: Running config-fan using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_fan'>) | |
| 2018-02-20 06:22:34,923 - cc_fan.py[DEBUG]: fan: no 'fan' config entry. disabling | |
| 2018-02-20 06:22:34,925 - handlers.py[DEBUG]: finish: modules-final/config-fan: SUCCESS: config-fan ran successfully | |
| 2018-02-20 06:22:34,926 - stages.py[DEBUG]: Running module puppet (<module 'cloudinit.config.cc_puppet' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_puppet.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:34,927 - handlers.py[DEBUG]: start: modules-final/config-puppet: running config-puppet with frequency once-per-instance | |
| 2018-02-20 06:22:34,928 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_puppet - wb: [644] 24 bytes | |
| 2018-02-20 06:22:34,931 - helpers.py[DEBUG]: Running config-puppet using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_puppet'>) | |
| 2018-02-20 06:22:34,931 - cc_puppet.py[DEBUG]: Skipping module named puppet, no 'puppet' configuration found | |
| 2018-02-20 06:22:34,932 - handlers.py[DEBUG]: finish: modules-final/config-puppet: SUCCESS: config-puppet ran successfully | |
| 2018-02-20 06:22:34,932 - stages.py[DEBUG]: Running module chef (<module 'cloudinit.config.cc_chef' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_chef.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:34,934 - handlers.py[DEBUG]: start: modules-final/config-chef: running config-chef with frequency once-per-instance | |
| 2018-02-20 06:22:34,934 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_chef - wb: [644] 24 bytes | |
| 2018-02-20 06:22:34,937 - helpers.py[DEBUG]: Running config-chef using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_chef'>) | |
| 2018-02-20 06:22:34,938 - cc_chef.py[DEBUG]: Skipping module named chef, no 'chef' key in configuration | |
| 2018-02-20 06:22:34,938 - handlers.py[DEBUG]: finish: modules-final/config-chef: SUCCESS: config-chef ran successfully | |
| 2018-02-20 06:22:34,939 - stages.py[DEBUG]: Running module salt-minion (<module 'cloudinit.config.cc_salt_minion' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_salt_minion.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:34,940 - handlers.py[DEBUG]: start: modules-final/config-salt-minion: running config-salt-minion with frequency once-per-instance | |
| 2018-02-20 06:22:34,941 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_salt_minion - wb: [644] 24 bytes | |
| 2018-02-20 06:22:34,944 - helpers.py[DEBUG]: Running config-salt-minion using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_salt_minion'>) | |
| 2018-02-20 06:22:34,944 - cc_salt_minion.py[DEBUG]: Skipping module named salt-minion, no 'salt_minion' key in configuration | |
| 2018-02-20 06:22:34,945 - handlers.py[DEBUG]: finish: modules-final/config-salt-minion: SUCCESS: config-salt-minion ran successfully | |
| 2018-02-20 06:22:34,945 - stages.py[DEBUG]: Running module mcollective (<module 'cloudinit.config.cc_mcollective' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mcollective.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:34,947 - handlers.py[DEBUG]: start: modules-final/config-mcollective: running config-mcollective with frequency once-per-instance | |
| 2018-02-20 06:22:34,947 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_mcollective - wb: [644] 24 bytes | |
| 2018-02-20 06:22:34,951 - helpers.py[DEBUG]: Running config-mcollective using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_mcollective'>) | |
| 2018-02-20 06:22:34,951 - cc_mcollective.py[DEBUG]: Skipping module named mcollective, no 'mcollective' key in configuration | |
| 2018-02-20 06:22:34,952 - handlers.py[DEBUG]: finish: modules-final/config-mcollective: SUCCESS: config-mcollective ran successfully | |
| 2018-02-20 06:22:34,952 - stages.py[DEBUG]: Running module rightscale_userdata (<module 'cloudinit.config.cc_rightscale_userdata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rightscale_userdata.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:34,953 - handlers.py[DEBUG]: start: modules-final/config-rightscale_userdata: running config-rightscale_userdata with frequency once-per-instance | |
| 2018-02-20 06:22:34,954 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_rightscale_userdata - wb: [644] 23 bytes | |
| 2018-02-20 06:22:34,957 - helpers.py[DEBUG]: Running config-rightscale_userdata using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_rightscale_userdata'>) | |
| 2018-02-20 06:22:34,958 - cc_rightscale_userdata.py[DEBUG]: Failed to get raw userdata in module rightscale_userdata | |
| 2018-02-20 06:22:34,958 - handlers.py[DEBUG]: finish: modules-final/config-rightscale_userdata: SUCCESS: config-rightscale_userdata ran successfully | |
| 2018-02-20 06:22:34,958 - stages.py[DEBUG]: Running module scripts-vendor (<module 'cloudinit.config.cc_scripts_vendor' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_vendor.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:34,960 - handlers.py[DEBUG]: start: modules-final/config-scripts-vendor: running config-scripts-vendor with frequency once-per-instance | |
| 2018-02-20 06:22:34,960 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_scripts_vendor - wb: [644] 24 bytes | |
| 2018-02-20 06:22:34,964 - helpers.py[DEBUG]: Running config-scripts-vendor using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_scripts_vendor'>) | |
| 2018-02-20 06:22:34,965 - handlers.py[DEBUG]: finish: modules-final/config-scripts-vendor: SUCCESS: config-scripts-vendor ran successfully | |
| 2018-02-20 06:22:34,965 - stages.py[DEBUG]: Running module scripts-per-once (<module 'cloudinit.config.cc_scripts_per_once' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_once.py'>) with frequency once | |
| 2018-02-20 06:22:34,966 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-once: running config-scripts-per-once with frequency once | |
| 2018-02-20 06:22:34,967 - helpers.py[DEBUG]: config-scripts-per-once already ran (freq=once) | |
| 2018-02-20 06:22:34,967 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-once: SUCCESS: config-scripts-per-once previously ran | |
| 2018-02-20 06:22:34,967 - stages.py[DEBUG]: Running module scripts-per-boot (<module 'cloudinit.config.cc_scripts_per_boot' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_boot.py'>) with frequency always | |
| 2018-02-20 06:22:34,969 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-boot: running config-scripts-per-boot with frequency always | |
| 2018-02-20 06:22:34,969 - helpers.py[DEBUG]: Running config-scripts-per-boot using lock (<cloudinit.helpers.DummyLock object at 0x75e16fb0>) | |
| 2018-02-20 06:22:34,970 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-boot: SUCCESS: config-scripts-per-boot ran successfully | |
| 2018-02-20 06:22:34,970 - stages.py[DEBUG]: Running module scripts-per-instance (<module 'cloudinit.config.cc_scripts_per_instance' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_instance.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:34,971 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-instance: running config-scripts-per-instance with frequency once-per-instance | |
| 2018-02-20 06:22:34,972 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_scripts_per_instance - wb: [644] 24 bytes | |
| 2018-02-20 06:22:34,975 - helpers.py[DEBUG]: Running config-scripts-per-instance using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_scripts_per_instance'>) | |
| 2018-02-20 06:22:34,976 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-instance: SUCCESS: config-scripts-per-instance ran successfully | |
| 2018-02-20 06:22:34,977 - stages.py[DEBUG]: Running module scripts-user (<module 'cloudinit.config.cc_scripts_user' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_user.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:34,978 - handlers.py[DEBUG]: start: modules-final/config-scripts-user: running config-scripts-user with frequency once-per-instance | |
| 2018-02-20 06:22:34,979 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_scripts_user - wb: [644] 24 bytes | |
| 2018-02-20 06:22:34,982 - helpers.py[DEBUG]: Running config-scripts-user using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_scripts_user'>) | |
| 2018-02-20 06:22:34,983 - util.py[DEBUG]: Running command ['/var/lib/cloud/instance/scripts/part-001'] with allowed return codes [0] (shell=False, capture=False) | |
| 2018-02-20 06:22:35,035 - handlers.py[DEBUG]: finish: modules-final/config-scripts-user: SUCCESS: config-scripts-user ran successfully | |
| 2018-02-20 06:22:35,035 - stages.py[DEBUG]: Running module ssh-authkey-fingerprints (<module 'cloudinit.config.cc_ssh_authkey_fingerprints' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_authkey_fingerprints.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:35,037 - handlers.py[DEBUG]: start: modules-final/config-ssh-authkey-fingerprints: running config-ssh-authkey-fingerprints with frequency once-per-instance | |
| 2018-02-20 06:22:35,038 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_ssh_authkey_fingerprints - wb: [644] 24 bytes | |
| 2018-02-20 06:22:35,041 - helpers.py[DEBUG]: Running config-ssh-authkey-fingerprints using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_ssh_authkey_fingerprints'>) | |
| 2018-02-20 06:22:35,045 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) | |
| 2018-02-20 06:22:35,045 - util.py[DEBUG]: Read 3298 bytes from /etc/ssh/sshd_config | |
| 2018-02-20 06:22:35,047 - util.py[DEBUG]: Reading from /home/ubuntu/.ssh/authorized_keys (quiet=False) | |
| 2018-02-20 06:22:35,048 - util.py[DEBUG]: Read 0 bytes from /home/ubuntu/.ssh/authorized_keys | |
| 2018-02-20 06:22:35,050 - handlers.py[DEBUG]: finish: modules-final/config-ssh-authkey-fingerprints: SUCCESS: config-ssh-authkey-fingerprints ran successfully | |
| 2018-02-20 06:22:35,050 - stages.py[DEBUG]: Running module keys-to-console (<module 'cloudinit.config.cc_keys_to_console' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_keys_to_console.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:35,052 - handlers.py[DEBUG]: start: modules-final/config-keys-to-console: running config-keys-to-console with frequency once-per-instance | |
| 2018-02-20 06:22:35,053 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_keys_to_console - wb: [644] 24 bytes | |
| 2018-02-20 06:22:35,056 - helpers.py[DEBUG]: Running config-keys-to-console using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_keys_to_console'>) | |
| 2018-02-20 06:22:35,056 - util.py[DEBUG]: Running command ['/usr/lib/cloud-init/write-ssh-key-fingerprints', '', 'ssh-dss'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:22:35,153 - handlers.py[DEBUG]: finish: modules-final/config-keys-to-console: SUCCESS: config-keys-to-console ran successfully | |
| 2018-02-20 06:22:35,154 - stages.py[DEBUG]: Running module phone-home (<module 'cloudinit.config.cc_phone_home' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_phone_home.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:35,155 - handlers.py[DEBUG]: start: modules-final/config-phone-home: running config-phone-home with frequency once-per-instance | |
| 2018-02-20 06:22:35,156 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_phone_home - wb: [644] 24 bytes | |
| 2018-02-20 06:22:35,160 - helpers.py[DEBUG]: Running config-phone-home using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_phone_home'>) | |
| 2018-02-20 06:22:35,160 - cc_phone_home.py[DEBUG]: Skipping module named phone-home, no 'phone_home' configuration found | |
| 2018-02-20 06:22:35,161 - handlers.py[DEBUG]: finish: modules-final/config-phone-home: SUCCESS: config-phone-home ran successfully | |
| 2018-02-20 06:22:35,161 - stages.py[DEBUG]: Running module final-message (<module 'cloudinit.config.cc_final_message' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_final_message.py'>) with frequency always | |
| 2018-02-20 06:22:35,162 - handlers.py[DEBUG]: start: modules-final/config-final-message: running config-final-message with frequency always | |
| 2018-02-20 06:22:35,163 - helpers.py[DEBUG]: Running config-final-message using lock (<cloudinit.helpers.DummyLock object at 0x75c8e8d0>) | |
| 2018-02-20 06:22:35,163 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 06:22:35,164 - util.py[DEBUG]: Read 13 bytes from /proc/uptime | |
| 2018-02-20 06:22:35,184 - util.py[DEBUG]: Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 06:22:35 +0000. Datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]. Up 55.30 seconds | |
| 2018-02-20 06:22:35,185 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/boot-finished - wb: [644] 50 bytes | |
| 2018-02-20 06:22:35,188 - handlers.py[DEBUG]: finish: modules-final/config-final-message: SUCCESS: config-final-message ran successfully | |
| 2018-02-20 06:22:35,189 - stages.py[DEBUG]: Running module power-state-change (<module 'cloudinit.config.cc_power_state_change' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_power_state_change.py'>) with frequency once-per-instance | |
| 2018-02-20 06:22:35,190 - handlers.py[DEBUG]: start: modules-final/config-power-state-change: running config-power-state-change with frequency once-per-instance | |
| 2018-02-20 06:22:35,191 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_power_state_change - wb: [644] 24 bytes | |
| 2018-02-20 06:22:35,194 - helpers.py[DEBUG]: Running config-power-state-change using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_power_state_change'>) | |
| 2018-02-20 06:22:35,194 - cc_power_state_change.py[DEBUG]: no power_state provided. doing nothing | |
| 2018-02-20 06:22:35,195 - handlers.py[DEBUG]: finish: modules-final/config-power-state-change: SUCCESS: config-power-state-change ran successfully | |
| 2018-02-20 06:22:35,195 - main.py[DEBUG]: Ran 17 modules with 0 failures | |
| 2018-02-20 06:22:35,199 - util.py[DEBUG]: Creating symbolic link from '/run/cloud-init/result.json' => '../../var/lib/cloud/data/result.json' | |
| 2018-02-20 06:22:35,200 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 06:22:35,200 - util.py[DEBUG]: Read 13 bytes from /proc/uptime | |
| 2018-02-20 06:22:35,201 - util.py[DEBUG]: cloud-init mode 'modules' took 0.872 seconds (0.87) | |
| 2018-02-20 06:22:35,201 - handlers.py[DEBUG]: finish: modules-final: SUCCESS: running modules for final | |
| 2018-02-20 06:27:36,846 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 06:27:36 +0000. Up 9.47 seconds. | |
| 2018-02-20 06:27:36,849 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 06:27:36,850 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 06:27:36,886 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 06:27:36,896 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 06:27:36,901 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished | |
| 2018-02-20 06:27:36,902 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/data/no-net | |
| 2018-02-20 06:27:36,903 - handlers.py[DEBUG]: start: init-local/check-cache: attempting to read from cache [check] | |
| 2018-02-20 06:27:36,904 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 06:27:36,906 - util.py[DEBUG]: Read 5111 bytes from /var/lib/cloud/instance/obj.pkl | |
| 2018-02-20 06:27:36,926 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/meta-data (quiet=False) | |
| 2018-02-20 06:27:36,927 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/meta-data (quiet=False) | |
| 2018-02-20 06:27:36,927 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/seed/nocloud-net/meta-data | |
| 2018-02-20 06:27:36,929 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:36,931 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:27:36,932 - handlers.py[DEBUG]: finish: init-local/check-cache: FAIL: attempting to read from cache [check] | |
| 2018-02-20 06:27:36,933 - util.py[WARNING]: failed stage init-local | |
| 2018-02-20 06:27:36,933 - util.py[DEBUG]: failed stage init-local | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 650, in status_wrapper | |
| ret = functor(name, args) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 324, in main_init | |
| init.fetch(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 349, in fetch | |
| return self._get_data_source(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 244, in _get_data_source | |
| ds, desc = self._restore_from_checked_cache(existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 230, in _restore_from_checked_cache | |
| ds.check_instance_id(self.cfg)): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 199, in check_instance_id | |
| quick_id = _quick_read_instance_id(dirs=dirs) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 227, in _quick_read_instance_id | |
| if iid_key in md: | |
| TypeError: argument of type 'NoneType' is not iterable | |
| 2018-02-20 06:27:36,955 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 06:27:36,956 - util.py[DEBUG]: Read 11 bytes from /proc/uptime | |
| 2018-02-20 06:27:36,957 - util.py[DEBUG]: cloud-init mode 'init' took 0.567 seconds (0.57) | |
| 2018-02-20 06:27:36,958 - handlers.py[DEBUG]: finish: init-local: FAIL: searching for local datasources | |
| 2018-02-20 06:27:42,985 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 06:27:42 +0000. Up 15.60 seconds. | |
| 2018-02-20 06:27:42,986 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 06:27:42,986 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 06:27:43,022 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 06:27:43,032 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 06:27:43,033 - util.py[DEBUG]: Running command ['ifconfig', '-a'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 06:27:43,077 - util.py[DEBUG]: Running command ['netstat', '-rn'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 06:27:43,099 - util.py[DEBUG]: Running command ['netstat', '-A', 'inet6', '-n'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 06:27:43,115 - main.py[DEBUG]: Checking to see if files that we need already exist from a previous run that would allow us to stop early. | |
| 2018-02-20 06:27:43,116 - main.py[DEBUG]: Execution continuing, no previous run detected that would allow us to stop early. | |
| 2018-02-20 06:27:43,118 - handlers.py[DEBUG]: start: init-network/check-cache: attempting to read from cache [trust] | |
| 2018-02-20 06:27:43,118 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 06:27:43,119 - util.py[DEBUG]: Read 5111 bytes from /var/lib/cloud/instance/obj.pkl | |
| 2018-02-20 06:27:43,133 - stages.py[DEBUG]: restored from cache: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 06:27:43,135 - handlers.py[DEBUG]: finish: init-network/check-cache: SUCCESS: restored from cache: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 06:27:43,137 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 06:27:43,138 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 06:27:43,138 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:43,356 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 06:27:43,357 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 06:27:43,358 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:43,429 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 06:27:43,430 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 06:27:43,430 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:43,434 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:27:43,436 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 06:27:43,437 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 06:27:43,438 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:43,445 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:43,446 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:27:43,450 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 06:27:43,451 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 06:27:43,452 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:43,453 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:27:43,458 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 06:27:43,459 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/nocloud' | |
| 2018-02-20 06:27:43,468 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/nocloud/datasource (quiet=False) | |
| 2018-02-20 06:27:43,470 - util.py[DEBUG]: Read 88 bytes from /var/lib/cloud/instances/nocloud/datasource | |
| 2018-02-20 06:27:43,471 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/datasource - wb: [644] 88 bytes | |
| 2018-02-20 06:27:43,477 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 88 bytes | |
| 2018-02-20 06:27:43,484 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) | |
| 2018-02-20 06:27:43,486 - util.py[DEBUG]: Read 8 bytes from /var/lib/cloud/data/instance-id | |
| 2018-02-20 06:27:43,487 - stages.py[DEBUG]: previous iid found to be nocloud | |
| 2018-02-20 06:27:43,487 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 8 bytes | |
| 2018-02-20 06:27:43,494 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 8 bytes | |
| 2018-02-20 06:27:43,500 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 8 bytes | |
| 2018-02-20 06:27:43,512 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5178 bytes | |
| 2018-02-20 06:27:43,519 - main.py[DEBUG]: [net] init will now be targeting instance id: nocloud. new=False | |
| 2018-02-20 06:27:43,521 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 06:27:43,522 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 06:27:43,522 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:43,740 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 06:27:43,741 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 06:27:43,741 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:43,813 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 06:27:43,814 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 06:27:43,814 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:43,817 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:27:43,820 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 06:27:43,821 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 06:27:43,822 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:43,829 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:43,830 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:27:43,834 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 06:27:43,835 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 06:27:43,835 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:43,836 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:27:43,851 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 06:27:43,855 - util.py[DEBUG]: Reading from /sys/class/net/eth0/carrier (quiet=False) | |
| 2018-02-20 06:27:43,856 - util.py[DEBUG]: Reading from /sys/class/net/eth0/dormant (quiet=False) | |
| 2018-02-20 06:27:43,857 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 06:27:43,858 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 06:27:43,859 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/carrier (quiet=False) | |
| 2018-02-20 06:27:43,860 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/dormant (quiet=False) | |
| 2018-02-20 06:27:43,861 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 06:27:43,862 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 06:27:43,863 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 06:27:43,863 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 06:27:43,864 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 06:27:43,865 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 06:27:43,865 - stages.py[DEBUG]: applying net config names for {'config': [{'subnets': [{'type': 'dhcp'}], 'mac_address': 'b8:27:eb:55:b7:56', 'type': 'physical', 'name': 'eth0'}], 'version': 1} | |
| 2018-02-20 06:27:43,867 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 06:27:43,868 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) | |
| 2018-02-20 06:27:43,868 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type | |
| 2018-02-20 06:27:43,869 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) | |
| 2018-02-20 06:27:43,870 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent | |
| 2018-02-20 06:27:43,871 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 06:27:43,872 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 06:27:43,872 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 06:27:43,873 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) | |
| 2018-02-20 06:27:43,874 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type | |
| 2018-02-20 06:27:43,875 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) | |
| 2018-02-20 06:27:43,875 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent | |
| 2018-02-20 06:27:43,876 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) | |
| 2018-02-20 06:27:43,877 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address | |
| 2018-02-20 06:27:43,878 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) | |
| 2018-02-20 06:27:43,878 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/addr_assign_type (quiet=False) | |
| 2018-02-20 06:27:43,879 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/wlan0/addr_assign_type | |
| 2018-02-20 06:27:43,880 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/uevent (quiet=False) | |
| 2018-02-20 06:27:43,881 - util.py[DEBUG]: Read 39 bytes from /sys/class/net/wlan0/uevent | |
| 2018-02-20 06:27:43,881 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 06:27:43,882 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 06:27:43,883 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/device/device (quiet=False) | |
| 2018-02-20 06:27:43,884 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/wlan0/device/device | |
| 2018-02-20 06:27:43,885 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 06:27:43,885 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 06:27:43,886 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) | |
| 2018-02-20 06:27:43,887 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate | |
| 2018-02-20 06:27:43,887 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 06:27:43,888 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 06:27:43,891 - util.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:27:43,907 - util.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:27:43,923 - __init__.py[DEBUG]: no work necessary for renaming of [['b8:27:eb:55:b7:56', 'eth0', 'smsc95xx', None]] | |
| 2018-02-20 06:27:43,926 - stages.py[DEBUG]: not a new instance. network config is not applied. | |
| 2018-02-20 06:27:43,927 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/user-data.txt - wb: [600] 25 bytes | |
| 2018-02-20 06:27:43,961 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/user-data.txt.i - wb: [600] 747 bytes | |
| 2018-02-20 06:27:43,968 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/vendor-data.txt - wb: [600] 0 bytes | |
| 2018-02-20 06:27:43,979 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/vendor-data.txt.i - wb: [600] 281 bytes | |
| 2018-02-20 06:27:43,992 - helpers.py[DEBUG]: consume_data already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:43,994 - handlers.py[DEBUG]: start: init-network/consume-user-data: reading and applying user-data | |
| 2018-02-20 06:27:43,998 - stages.py[DEBUG]: Added default handler for {'text/cloud-config-jsonp', 'text/cloud-config'} from CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] | |
| 2018-02-20 06:27:43,999 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript'} from ShellScriptPartHandler: [['text/x-shellscript']] | |
| 2018-02-20 06:27:43,999 - stages.py[DEBUG]: Added default handler for {'text/cloud-boothook'} from BootHookPartHandler: [['text/cloud-boothook']] | |
| 2018-02-20 06:27:44,000 - stages.py[DEBUG]: Added default handler for {'text/upstart-job'} from UpstartJobPartHandler: [['text/upstart-job']] | |
| 2018-02-20 06:27:44,004 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (__begin__, None, 3) with frequency always | |
| 2018-02-20 06:27:44,005 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency always | |
| 2018-02-20 06:27:44,006 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency always | |
| 2018-02-20 06:27:44,007 - __init__.py[DEBUG]: {'MIME-Version': '1.0', 'Content-Disposition': 'attachment; filename="part-001"', 'Content-Type': 'text/x-shellscript'} | |
| 2018-02-20 06:27:44,008 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (text/x-shellscript, part-001, 2) with frequency always | |
| 2018-02-20 06:27:44,009 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/scripts/part-001 - wb: [700] 468 bytes | |
| 2018-02-20 06:27:44,019 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (__end__, None, 3) with frequency always | |
| 2018-02-20 06:27:44,020 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/cloud-config.txt - wb: [600] 0 bytes | |
| 2018-02-20 06:27:44,027 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency always | |
| 2018-02-20 06:27:44,028 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency always | |
| 2018-02-20 06:27:44,029 - handlers.py[DEBUG]: finish: init-network/consume-user-data: SUCCESS: reading and applying user-data | |
| 2018-02-20 06:27:44,030 - handlers.py[DEBUG]: start: init-network/consume-vendor-data: reading and applying vendor-data | |
| 2018-02-20 06:27:44,031 - stages.py[DEBUG]: no vendordata from datasource | |
| 2018-02-20 06:27:44,032 - handlers.py[DEBUG]: finish: init-network/consume-vendor-data: SUCCESS: reading and applying vendor-data | |
| 2018-02-20 06:27:44,034 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 06:27:44,034 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 06:27:44,035 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:44,254 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 06:27:44,255 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 06:27:44,256 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:44,327 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 06:27:44,328 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 06:27:44,329 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:44,332 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:27:44,335 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 06:27:44,335 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 06:27:44,336 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:44,343 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:44,345 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:27:44,348 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 06:27:44,349 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 06:27:44,350 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:44,351 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:27:44,363 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 06:27:44,364 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 06:27:44,364 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 06:27:44,365 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 06:27:44,392 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5102 bytes | |
| 2018-02-20 06:27:44,403 - main.py[DEBUG]: no di_report found in config. | |
| 2018-02-20 06:27:44,844 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 06:27:44,853 - stages.py[DEBUG]: Running module migrator (<module 'cloudinit.config.cc_migrator' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_migrator.py'>) with frequency always | |
| 2018-02-20 06:27:44,856 - handlers.py[DEBUG]: start: init-network/config-migrator: running config-migrator with frequency always | |
| 2018-02-20 06:27:44,857 - helpers.py[DEBUG]: Running config-migrator using lock (<cloudinit.helpers.DummyLock object at 0x75e2fd90>) | |
| 2018-02-20 06:27:44,864 - cc_migrator.py[DEBUG]: Migrated 0 semaphore files to there canonicalized names | |
| 2018-02-20 06:27:44,869 - handlers.py[DEBUG]: finish: init-network/config-migrator: SUCCESS: config-migrator ran successfully | |
| 2018-02-20 06:27:44,869 - stages.py[DEBUG]: Running module seed_random (<module 'cloudinit.config.cc_seed_random' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_seed_random.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:44,872 - handlers.py[DEBUG]: start: init-network/config-seed_random: running config-seed_random with frequency once-per-instance | |
| 2018-02-20 06:27:44,873 - helpers.py[DEBUG]: config-seed_random already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:44,874 - handlers.py[DEBUG]: finish: init-network/config-seed_random: SUCCESS: config-seed_random previously ran | |
| 2018-02-20 06:27:44,875 - stages.py[DEBUG]: Running module bootcmd (<module 'cloudinit.config.cc_bootcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_bootcmd.py'>) with frequency always | |
| 2018-02-20 06:27:44,877 - handlers.py[DEBUG]: start: init-network/config-bootcmd: running config-bootcmd with frequency always | |
| 2018-02-20 06:27:44,878 - helpers.py[DEBUG]: Running config-bootcmd using lock (<cloudinit.helpers.DummyLock object at 0x75e34650>) | |
| 2018-02-20 06:27:44,878 - cc_bootcmd.py[DEBUG]: Skipping module named bootcmd, no 'bootcmd' key in configuration | |
| 2018-02-20 06:27:44,882 - handlers.py[DEBUG]: finish: init-network/config-bootcmd: SUCCESS: config-bootcmd ran successfully | |
| 2018-02-20 06:27:44,883 - stages.py[DEBUG]: Running module write-files (<module 'cloudinit.config.cc_write_files' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_write_files.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:44,885 - handlers.py[DEBUG]: start: init-network/config-write-files: running config-write-files with frequency once-per-instance | |
| 2018-02-20 06:27:44,886 - helpers.py[DEBUG]: config-write-files already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:44,887 - handlers.py[DEBUG]: finish: init-network/config-write-files: SUCCESS: config-write-files previously ran | |
| 2018-02-20 06:27:44,887 - stages.py[DEBUG]: Running module growpart (<module 'cloudinit.config.cc_growpart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_growpart.py'>) with frequency always | |
| 2018-02-20 06:27:44,890 - handlers.py[DEBUG]: start: init-network/config-growpart: running config-growpart with frequency always | |
| 2018-02-20 06:27:44,891 - helpers.py[DEBUG]: Running config-growpart using lock (<cloudinit.helpers.DummyLock object at 0x75df6110>) | |
| 2018-02-20 06:27:44,891 - cc_growpart.py[DEBUG]: No 'growpart' entry in cfg. Using default: {'mode': 'auto', 'devices': ['/'], 'ignore_growroot_disabled': False} | |
| 2018-02-20 06:27:44,892 - util.py[DEBUG]: Running command ['growpart', '--help'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:27:44,905 - cc_growpart.py[DEBUG]: growpart unable to find resizer for 'auto': No resizers available | |
| 2018-02-20 06:27:44,907 - handlers.py[DEBUG]: finish: init-network/config-growpart: SUCCESS: config-growpart ran successfully | |
| 2018-02-20 06:27:44,908 - stages.py[DEBUG]: Running module resizefs (<module 'cloudinit.config.cc_resizefs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_resizefs.py'>) with frequency always | |
| 2018-02-20 06:27:44,911 - handlers.py[DEBUG]: start: init-network/config-resizefs: running config-resizefs with frequency always | |
| 2018-02-20 06:27:44,911 - helpers.py[DEBUG]: Running config-resizefs using lock (<cloudinit.helpers.DummyLock object at 0x75df63d0>) | |
| 2018-02-20 06:27:44,980 - util.py[DEBUG]: Reading from /proc/361/mountinfo (quiet=False) | |
| 2018-02-20 06:27:44,982 - util.py[DEBUG]: Read 2086 bytes from /proc/361/mountinfo | |
| 2018-02-20 06:27:44,983 - cc_resizefs.py[DEBUG]: resize_info: dev=/dev/root mnt_point=/ path=/ | |
| 2018-02-20 06:27:44,984 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:27:45,008 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:27:45,020 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:27:45,031 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 06:27:45,032 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 06:27:45,033 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 06:27:45,034 - util.py[DEBUG]: Read 926 bytes from /proc/self/status | |
| 2018-02-20 06:27:45,035 - cc_resizefs.py[DEBUG]: Converted /dev/root to '/dev/disk/by-partuuid/3e8f7ed9-02' per kernel cmdline | |
| 2018-02-20 06:27:45,036 - cc_resizefs.py[DEBUG]: Resizing / (ext4) using resize2fs /dev/disk/by-partuuid/3e8f7ed9-02 | |
| 2018-02-20 06:27:45,037 - util.py[DEBUG]: Running command ('resize2fs', '/dev/disk/by-partuuid/3e8f7ed9-02') with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 06:27:45,060 - util.py[DEBUG]: Resizing took 0.024 seconds | |
| 2018-02-20 06:27:45,061 - cc_resizefs.py[DEBUG]: Resized root filesystem (type=ext4, val=True) | |
| 2018-02-20 06:27:45,063 - handlers.py[DEBUG]: finish: init-network/config-resizefs: SUCCESS: config-resizefs ran successfully | |
| 2018-02-20 06:27:45,063 - stages.py[DEBUG]: Running module disk_setup (<module 'cloudinit.config.cc_disk_setup' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disk_setup.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:45,066 - handlers.py[DEBUG]: start: init-network/config-disk_setup: running config-disk_setup with frequency once-per-instance | |
| 2018-02-20 06:27:45,067 - helpers.py[DEBUG]: config-disk_setup already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:45,068 - handlers.py[DEBUG]: finish: init-network/config-disk_setup: SUCCESS: config-disk_setup previously ran | |
| 2018-02-20 06:27:45,069 - stages.py[DEBUG]: Running module mounts (<module 'cloudinit.config.cc_mounts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mounts.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:45,071 - handlers.py[DEBUG]: start: init-network/config-mounts: running config-mounts with frequency once-per-instance | |
| 2018-02-20 06:27:45,072 - helpers.py[DEBUG]: config-mounts already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:45,073 - handlers.py[DEBUG]: finish: init-network/config-mounts: SUCCESS: config-mounts previously ran | |
| 2018-02-20 06:27:45,074 - stages.py[DEBUG]: Running module set_hostname (<module 'cloudinit.config.cc_set_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_hostname.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:45,076 - handlers.py[DEBUG]: start: init-network/config-set_hostname: running config-set_hostname with frequency once-per-instance | |
| 2018-02-20 06:27:45,077 - helpers.py[DEBUG]: config-set_hostname already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:45,078 - handlers.py[DEBUG]: finish: init-network/config-set_hostname: SUCCESS: config-set_hostname previously ran | |
| 2018-02-20 06:27:45,079 - stages.py[DEBUG]: Running module update_hostname (<module 'cloudinit.config.cc_update_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_hostname.py'>) with frequency always | |
| 2018-02-20 06:27:45,081 - handlers.py[DEBUG]: start: init-network/config-update_hostname: running config-update_hostname with frequency always | |
| 2018-02-20 06:27:45,082 - helpers.py[DEBUG]: Running config-update_hostname using lock (<cloudinit.helpers.DummyLock object at 0x75c804d0>) | |
| 2018-02-20 06:27:45,083 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 06:27:45,084 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 06:27:45,084 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 06:27:45,085 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 06:27:45,086 - cc_update_hostname.py[DEBUG]: Updating hostname to raspberrypi (raspberrypi) | |
| 2018-02-20 06:27:45,087 - util.py[DEBUG]: Reading from /var/lib/cloud/data/previous-hostname (quiet=False) | |
| 2018-02-20 06:27:45,089 - util.py[DEBUG]: Read 12 bytes from /var/lib/cloud/data/previous-hostname | |
| 2018-02-20 06:27:45,089 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False) | |
| 2018-02-20 06:27:45,090 - util.py[DEBUG]: Read 12 bytes from /etc/hostname | |
| 2018-02-20 06:27:45,091 - __init__.py[DEBUG]: Attempting to update hostname to raspberrypi in 0 files | |
| 2018-02-20 06:27:45,092 - handlers.py[DEBUG]: finish: init-network/config-update_hostname: SUCCESS: config-update_hostname ran successfully | |
| 2018-02-20 06:27:45,093 - stages.py[DEBUG]: Running module update_etc_hosts (<module 'cloudinit.config.cc_update_etc_hosts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_etc_hosts.py'>) with frequency always | |
| 2018-02-20 06:27:45,096 - handlers.py[DEBUG]: start: init-network/config-update_etc_hosts: running config-update_etc_hosts with frequency always | |
| 2018-02-20 06:27:45,096 - helpers.py[DEBUG]: Running config-update_etc_hosts using lock (<cloudinit.helpers.DummyLock object at 0x75c80470>) | |
| 2018-02-20 06:27:45,097 - cc_update_etc_hosts.py[DEBUG]: Configuration option 'manage_etc_hosts' is not set, not managing /etc/hosts in module update_etc_hosts | |
| 2018-02-20 06:27:45,098 - handlers.py[DEBUG]: finish: init-network/config-update_etc_hosts: SUCCESS: config-update_etc_hosts ran successfully | |
| 2018-02-20 06:27:45,098 - stages.py[DEBUG]: Running module ca-certs (<module 'cloudinit.config.cc_ca_certs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ca_certs.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:45,101 - handlers.py[DEBUG]: start: init-network/config-ca-certs: running config-ca-certs with frequency once-per-instance | |
| 2018-02-20 06:27:45,102 - helpers.py[DEBUG]: config-ca-certs already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:45,103 - handlers.py[DEBUG]: finish: init-network/config-ca-certs: SUCCESS: config-ca-certs previously ran | |
| 2018-02-20 06:27:45,103 - stages.py[DEBUG]: Running module rsyslog (<module 'cloudinit.config.cc_rsyslog' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rsyslog.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:45,106 - handlers.py[DEBUG]: start: init-network/config-rsyslog: running config-rsyslog with frequency once-per-instance | |
| 2018-02-20 06:27:45,107 - helpers.py[DEBUG]: config-rsyslog already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:45,108 - handlers.py[DEBUG]: finish: init-network/config-rsyslog: SUCCESS: config-rsyslog previously ran | |
| 2018-02-20 06:27:45,108 - stages.py[DEBUG]: Running module users-groups (<module 'cloudinit.config.cc_users_groups' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_users_groups.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:45,111 - handlers.py[DEBUG]: start: init-network/config-users-groups: running config-users-groups with frequency once-per-instance | |
| 2018-02-20 06:27:45,112 - helpers.py[DEBUG]: config-users-groups already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:45,113 - handlers.py[DEBUG]: finish: init-network/config-users-groups: SUCCESS: config-users-groups previously ran | |
| 2018-02-20 06:27:45,113 - stages.py[DEBUG]: Running module ssh (<module 'cloudinit.config.cc_ssh' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:45,116 - handlers.py[DEBUG]: start: init-network/config-ssh: running config-ssh with frequency once-per-instance | |
| 2018-02-20 06:27:45,117 - helpers.py[DEBUG]: config-ssh already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:45,118 - handlers.py[DEBUG]: finish: init-network/config-ssh: SUCCESS: config-ssh previously ran | |
| 2018-02-20 06:27:45,118 - main.py[DEBUG]: Ran 15 modules with 0 failures | |
| 2018-02-20 06:27:45,124 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 06:27:45,125 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 06:27:45,125 - util.py[DEBUG]: cloud-init mode 'init' took 2.561 seconds (2.56) | |
| 2018-02-20 06:27:45,126 - handlers.py[DEBUG]: finish: init-network: SUCCESS: searching for network datasources | |
| 2018-02-20 06:27:55,337 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 06:27:54 +0000. Up 27.93 seconds. | |
| 2018-02-20 06:27:55,517 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 06:27:55,522 - stages.py[DEBUG]: Running module emit_upstart (<module 'cloudinit.config.cc_emit_upstart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_emit_upstart.py'>) with frequency always | |
| 2018-02-20 06:27:55,523 - handlers.py[DEBUG]: start: modules-config/config-emit_upstart: running config-emit_upstart with frequency always | |
| 2018-02-20 06:27:55,524 - helpers.py[DEBUG]: Running config-emit_upstart using lock (<cloudinit.helpers.DummyLock object at 0x75e668f0>) | |
| 2018-02-20 06:27:55,524 - cc_emit_upstart.py[DEBUG]: no /sbin/initctl located | |
| 2018-02-20 06:27:55,524 - cc_emit_upstart.py[DEBUG]: not upstart system, 'emit_upstart' disabled | |
| 2018-02-20 06:27:55,526 - handlers.py[DEBUG]: finish: modules-config/config-emit_upstart: SUCCESS: config-emit_upstart ran successfully | |
| 2018-02-20 06:27:55,526 - stages.py[DEBUG]: Running module snap_config (<module 'cloudinit.config.cc_snap_config' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_snap_config.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:55,528 - handlers.py[DEBUG]: start: modules-config/config-snap_config: running config-snap_config with frequency once-per-instance | |
| 2018-02-20 06:27:55,528 - helpers.py[DEBUG]: config-snap_config already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:55,529 - handlers.py[DEBUG]: finish: modules-config/config-snap_config: SUCCESS: config-snap_config previously ran | |
| 2018-02-20 06:27:55,529 - stages.py[DEBUG]: Running module ssh-import-id (<module 'cloudinit.config.cc_ssh_import_id' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_import_id.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:55,530 - handlers.py[DEBUG]: start: modules-config/config-ssh-import-id: running config-ssh-import-id with frequency once-per-instance | |
| 2018-02-20 06:27:55,531 - helpers.py[DEBUG]: config-ssh-import-id already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:55,531 - handlers.py[DEBUG]: finish: modules-config/config-ssh-import-id: SUCCESS: config-ssh-import-id previously ran | |
| 2018-02-20 06:27:55,531 - stages.py[DEBUG]: Running module locale (<module 'cloudinit.config.cc_locale' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_locale.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:55,533 - handlers.py[DEBUG]: start: modules-config/config-locale: running config-locale with frequency once-per-instance | |
| 2018-02-20 06:27:55,533 - helpers.py[DEBUG]: config-locale already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:55,534 - handlers.py[DEBUG]: finish: modules-config/config-locale: SUCCESS: config-locale previously ran | |
| 2018-02-20 06:27:55,534 - stages.py[DEBUG]: Running module set-passwords (<module 'cloudinit.config.cc_set_passwords' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_passwords.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:55,535 - handlers.py[DEBUG]: start: modules-config/config-set-passwords: running config-set-passwords with frequency once-per-instance | |
| 2018-02-20 06:27:55,536 - helpers.py[DEBUG]: config-set-passwords already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:55,536 - handlers.py[DEBUG]: finish: modules-config/config-set-passwords: SUCCESS: config-set-passwords previously ran | |
| 2018-02-20 06:27:55,536 - stages.py[DEBUG]: Running module grub-dpkg (<module 'cloudinit.config.cc_grub_dpkg' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_grub_dpkg.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:55,538 - handlers.py[DEBUG]: start: modules-config/config-grub-dpkg: running config-grub-dpkg with frequency once-per-instance | |
| 2018-02-20 06:27:55,538 - helpers.py[DEBUG]: config-grub-dpkg already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:55,539 - handlers.py[DEBUG]: finish: modules-config/config-grub-dpkg: SUCCESS: config-grub-dpkg previously ran | |
| 2018-02-20 06:27:55,539 - stages.py[DEBUG]: Running module apt-pipelining (<module 'cloudinit.config.cc_apt_pipelining' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_pipelining.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:55,540 - handlers.py[DEBUG]: start: modules-config/config-apt-pipelining: running config-apt-pipelining with frequency once-per-instance | |
| 2018-02-20 06:27:55,541 - helpers.py[DEBUG]: config-apt-pipelining already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:55,541 - handlers.py[DEBUG]: finish: modules-config/config-apt-pipelining: SUCCESS: config-apt-pipelining previously ran | |
| 2018-02-20 06:27:55,541 - stages.py[DEBUG]: Running module apt-configure (<module 'cloudinit.config.cc_apt_configure' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_configure.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:55,543 - handlers.py[DEBUG]: start: modules-config/config-apt-configure: running config-apt-configure with frequency once-per-instance | |
| 2018-02-20 06:27:55,543 - helpers.py[DEBUG]: config-apt-configure already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:55,544 - handlers.py[DEBUG]: finish: modules-config/config-apt-configure: SUCCESS: config-apt-configure previously ran | |
| 2018-02-20 06:27:55,544 - stages.py[DEBUG]: Running module ntp (<module 'cloudinit.config.cc_ntp' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ntp.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:55,545 - handlers.py[DEBUG]: start: modules-config/config-ntp: running config-ntp with frequency once-per-instance | |
| 2018-02-20 06:27:55,546 - helpers.py[DEBUG]: config-ntp already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:55,546 - handlers.py[DEBUG]: finish: modules-config/config-ntp: SUCCESS: config-ntp previously ran | |
| 2018-02-20 06:27:55,546 - stages.py[DEBUG]: Running module timezone (<module 'cloudinit.config.cc_timezone' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_timezone.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:55,548 - handlers.py[DEBUG]: start: modules-config/config-timezone: running config-timezone with frequency once-per-instance | |
| 2018-02-20 06:27:55,548 - helpers.py[DEBUG]: config-timezone already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:55,548 - handlers.py[DEBUG]: finish: modules-config/config-timezone: SUCCESS: config-timezone previously ran | |
| 2018-02-20 06:27:55,549 - stages.py[DEBUG]: Running module disable-ec2-metadata (<module 'cloudinit.config.cc_disable_ec2_metadata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disable_ec2_metadata.py'>) with frequency always | |
| 2018-02-20 06:27:55,550 - handlers.py[DEBUG]: start: modules-config/config-disable-ec2-metadata: running config-disable-ec2-metadata with frequency always | |
| 2018-02-20 06:27:55,550 - helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock (<cloudinit.helpers.DummyLock object at 0x75e666b0>) | |
| 2018-02-20 06:27:55,551 - cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled | |
| 2018-02-20 06:27:55,551 - handlers.py[DEBUG]: finish: modules-config/config-disable-ec2-metadata: SUCCESS: config-disable-ec2-metadata ran successfully | |
| 2018-02-20 06:27:55,551 - stages.py[DEBUG]: Running module runcmd (<module 'cloudinit.config.cc_runcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_runcmd.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:55,553 - handlers.py[DEBUG]: start: modules-config/config-runcmd: running config-runcmd with frequency once-per-instance | |
| 2018-02-20 06:27:55,553 - helpers.py[DEBUG]: config-runcmd already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:55,554 - handlers.py[DEBUG]: finish: modules-config/config-runcmd: SUCCESS: config-runcmd previously ran | |
| 2018-02-20 06:27:55,554 - stages.py[DEBUG]: Running module byobu (<module 'cloudinit.config.cc_byobu' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_byobu.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:55,555 - handlers.py[DEBUG]: start: modules-config/config-byobu: running config-byobu with frequency once-per-instance | |
| 2018-02-20 06:27:55,556 - helpers.py[DEBUG]: config-byobu already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:55,556 - handlers.py[DEBUG]: finish: modules-config/config-byobu: SUCCESS: config-byobu previously ran | |
| 2018-02-20 06:27:55,556 - main.py[DEBUG]: Ran 13 modules with 0 failures | |
| 2018-02-20 06:27:55,559 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 06:27:55,560 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 06:27:55,560 - util.py[DEBUG]: cloud-init mode 'modules' took 0.609 seconds (0.60) | |
| 2018-02-20 06:27:55,561 - handlers.py[DEBUG]: finish: modules-config: SUCCESS: running modules for config | |
| 2018-02-20 06:27:58,407 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 06:27:58 +0000. Up 31.00 seconds. | |
| 2018-02-20 06:27:58,599 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 06:27:58,603 - stages.py[INFO]: Skipping modules 'snappy,landscape,lxd' because they are not verified on distro 'debian'. To run anyway, add them to 'unverified_modules' in config. | |
| 2018-02-20 06:27:58,605 - stages.py[DEBUG]: Running module package-update-upgrade-install (<module 'cloudinit.config.cc_package_update_upgrade_install' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_package_update_upgrade_install.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:58,606 - handlers.py[DEBUG]: start: modules-final/config-package-update-upgrade-install: running config-package-update-upgrade-install with frequency once-per-instance | |
| 2018-02-20 06:27:58,607 - helpers.py[DEBUG]: config-package-update-upgrade-install already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:58,607 - handlers.py[DEBUG]: finish: modules-final/config-package-update-upgrade-install: SUCCESS: config-package-update-upgrade-install previously ran | |
| 2018-02-20 06:27:58,608 - stages.py[DEBUG]: Running module fan (<module 'cloudinit.config.cc_fan' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_fan.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:58,609 - handlers.py[DEBUG]: start: modules-final/config-fan: running config-fan with frequency once-per-instance | |
| 2018-02-20 06:27:58,609 - helpers.py[DEBUG]: config-fan already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:58,610 - handlers.py[DEBUG]: finish: modules-final/config-fan: SUCCESS: config-fan previously ran | |
| 2018-02-20 06:27:58,610 - stages.py[DEBUG]: Running module puppet (<module 'cloudinit.config.cc_puppet' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_puppet.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:58,612 - handlers.py[DEBUG]: start: modules-final/config-puppet: running config-puppet with frequency once-per-instance | |
| 2018-02-20 06:27:58,612 - helpers.py[DEBUG]: config-puppet already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:58,612 - handlers.py[DEBUG]: finish: modules-final/config-puppet: SUCCESS: config-puppet previously ran | |
| 2018-02-20 06:27:58,613 - stages.py[DEBUG]: Running module chef (<module 'cloudinit.config.cc_chef' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_chef.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:58,614 - handlers.py[DEBUG]: start: modules-final/config-chef: running config-chef with frequency once-per-instance | |
| 2018-02-20 06:27:58,614 - helpers.py[DEBUG]: config-chef already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:58,615 - handlers.py[DEBUG]: finish: modules-final/config-chef: SUCCESS: config-chef previously ran | |
| 2018-02-20 06:27:58,615 - stages.py[DEBUG]: Running module salt-minion (<module 'cloudinit.config.cc_salt_minion' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_salt_minion.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:58,616 - handlers.py[DEBUG]: start: modules-final/config-salt-minion: running config-salt-minion with frequency once-per-instance | |
| 2018-02-20 06:27:58,617 - helpers.py[DEBUG]: config-salt-minion already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:58,617 - handlers.py[DEBUG]: finish: modules-final/config-salt-minion: SUCCESS: config-salt-minion previously ran | |
| 2018-02-20 06:27:58,618 - stages.py[DEBUG]: Running module mcollective (<module 'cloudinit.config.cc_mcollective' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mcollective.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:58,619 - handlers.py[DEBUG]: start: modules-final/config-mcollective: running config-mcollective with frequency once-per-instance | |
| 2018-02-20 06:27:58,619 - helpers.py[DEBUG]: config-mcollective already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:58,620 - handlers.py[DEBUG]: finish: modules-final/config-mcollective: SUCCESS: config-mcollective previously ran | |
| 2018-02-20 06:27:58,620 - stages.py[DEBUG]: Running module rightscale_userdata (<module 'cloudinit.config.cc_rightscale_userdata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rightscale_userdata.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:58,621 - handlers.py[DEBUG]: start: modules-final/config-rightscale_userdata: running config-rightscale_userdata with frequency once-per-instance | |
| 2018-02-20 06:27:58,622 - helpers.py[DEBUG]: config-rightscale_userdata already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:58,622 - handlers.py[DEBUG]: finish: modules-final/config-rightscale_userdata: SUCCESS: config-rightscale_userdata previously ran | |
| 2018-02-20 06:27:58,622 - stages.py[DEBUG]: Running module scripts-vendor (<module 'cloudinit.config.cc_scripts_vendor' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_vendor.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:58,624 - handlers.py[DEBUG]: start: modules-final/config-scripts-vendor: running config-scripts-vendor with frequency once-per-instance | |
| 2018-02-20 06:27:58,624 - helpers.py[DEBUG]: config-scripts-vendor already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:58,625 - handlers.py[DEBUG]: finish: modules-final/config-scripts-vendor: SUCCESS: config-scripts-vendor previously ran | |
| 2018-02-20 06:27:58,625 - stages.py[DEBUG]: Running module scripts-per-once (<module 'cloudinit.config.cc_scripts_per_once' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_once.py'>) with frequency once | |
| 2018-02-20 06:27:58,626 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-once: running config-scripts-per-once with frequency once | |
| 2018-02-20 06:27:58,627 - helpers.py[DEBUG]: config-scripts-per-once already ran (freq=once) | |
| 2018-02-20 06:27:58,627 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-once: SUCCESS: config-scripts-per-once previously ran | |
| 2018-02-20 06:27:58,627 - stages.py[DEBUG]: Running module scripts-per-boot (<module 'cloudinit.config.cc_scripts_per_boot' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_boot.py'>) with frequency always | |
| 2018-02-20 06:27:58,629 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-boot: running config-scripts-per-boot with frequency always | |
| 2018-02-20 06:27:58,629 - helpers.py[DEBUG]: Running config-scripts-per-boot using lock (<cloudinit.helpers.DummyLock object at 0x75e266d0>) | |
| 2018-02-20 06:27:58,631 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-boot: SUCCESS: config-scripts-per-boot ran successfully | |
| 2018-02-20 06:27:58,631 - stages.py[DEBUG]: Running module scripts-per-instance (<module 'cloudinit.config.cc_scripts_per_instance' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_instance.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:58,632 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-instance: running config-scripts-per-instance with frequency once-per-instance | |
| 2018-02-20 06:27:58,633 - helpers.py[DEBUG]: config-scripts-per-instance already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:58,633 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-instance: SUCCESS: config-scripts-per-instance previously ran | |
| 2018-02-20 06:27:58,634 - stages.py[DEBUG]: Running module scripts-user (<module 'cloudinit.config.cc_scripts_user' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_user.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:58,635 - handlers.py[DEBUG]: start: modules-final/config-scripts-user: running config-scripts-user with frequency once-per-instance | |
| 2018-02-20 06:27:58,635 - helpers.py[DEBUG]: config-scripts-user already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:58,636 - handlers.py[DEBUG]: finish: modules-final/config-scripts-user: SUCCESS: config-scripts-user previously ran | |
| 2018-02-20 06:27:58,636 - stages.py[DEBUG]: Running module ssh-authkey-fingerprints (<module 'cloudinit.config.cc_ssh_authkey_fingerprints' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_authkey_fingerprints.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:58,637 - handlers.py[DEBUG]: start: modules-final/config-ssh-authkey-fingerprints: running config-ssh-authkey-fingerprints with frequency once-per-instance | |
| 2018-02-20 06:27:58,638 - helpers.py[DEBUG]: config-ssh-authkey-fingerprints already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:58,638 - handlers.py[DEBUG]: finish: modules-final/config-ssh-authkey-fingerprints: SUCCESS: config-ssh-authkey-fingerprints previously ran | |
| 2018-02-20 06:27:58,638 - stages.py[DEBUG]: Running module keys-to-console (<module 'cloudinit.config.cc_keys_to_console' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_keys_to_console.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:58,640 - handlers.py[DEBUG]: start: modules-final/config-keys-to-console: running config-keys-to-console with frequency once-per-instance | |
| 2018-02-20 06:27:58,640 - helpers.py[DEBUG]: config-keys-to-console already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:58,641 - handlers.py[DEBUG]: finish: modules-final/config-keys-to-console: SUCCESS: config-keys-to-console previously ran | |
| 2018-02-20 06:27:58,641 - stages.py[DEBUG]: Running module phone-home (<module 'cloudinit.config.cc_phone_home' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_phone_home.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:58,642 - handlers.py[DEBUG]: start: modules-final/config-phone-home: running config-phone-home with frequency once-per-instance | |
| 2018-02-20 06:27:58,643 - helpers.py[DEBUG]: config-phone-home already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:58,643 - handlers.py[DEBUG]: finish: modules-final/config-phone-home: SUCCESS: config-phone-home previously ran | |
| 2018-02-20 06:27:58,644 - stages.py[DEBUG]: Running module final-message (<module 'cloudinit.config.cc_final_message' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_final_message.py'>) with frequency always | |
| 2018-02-20 06:27:58,645 - handlers.py[DEBUG]: start: modules-final/config-final-message: running config-final-message with frequency always | |
| 2018-02-20 06:27:58,645 - helpers.py[DEBUG]: Running config-final-message using lock (<cloudinit.helpers.DummyLock object at 0x75e263f0>) | |
| 2018-02-20 06:27:58,646 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 06:27:58,646 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 06:27:58,666 - util.py[DEBUG]: Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 06:27:58 +0000. Datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]. Up 31.62 seconds | |
| 2018-02-20 06:27:58,666 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/boot-finished - wb: [644] 50 bytes | |
| 2018-02-20 06:27:58,670 - handlers.py[DEBUG]: finish: modules-final/config-final-message: SUCCESS: config-final-message ran successfully | |
| 2018-02-20 06:27:58,670 - stages.py[DEBUG]: Running module power-state-change (<module 'cloudinit.config.cc_power_state_change' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_power_state_change.py'>) with frequency once-per-instance | |
| 2018-02-20 06:27:58,672 - handlers.py[DEBUG]: start: modules-final/config-power-state-change: running config-power-state-change with frequency once-per-instance | |
| 2018-02-20 06:27:58,672 - helpers.py[DEBUG]: config-power-state-change already ran (freq=once-per-instance) | |
| 2018-02-20 06:27:58,673 - handlers.py[DEBUG]: finish: modules-final/config-power-state-change: SUCCESS: config-power-state-change previously ran | |
| 2018-02-20 06:27:58,673 - main.py[DEBUG]: Ran 17 modules with 0 failures | |
| 2018-02-20 06:27:58,677 - util.py[DEBUG]: Creating symbolic link from '/run/cloud-init/result.json' => '../../var/lib/cloud/data/result.json' | |
| 2018-02-20 06:27:58,678 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 06:27:58,678 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 06:27:58,679 - util.py[DEBUG]: cloud-init mode 'modules' took 0.660 seconds (0.66) | |
| 2018-02-20 06:27:58,679 - handlers.py[DEBUG]: finish: modules-final: SUCCESS: running modules for final | |
| 2018-02-20 07:10:01,870 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 07:10:01 +0000. Up 9.44 seconds. | |
| 2018-02-20 07:10:01,873 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 07:10:01,874 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 07:10:01,913 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 07:10:01,923 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 07:10:01,928 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished | |
| 2018-02-20 07:10:01,929 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/data/no-net | |
| 2018-02-20 07:10:01,930 - handlers.py[DEBUG]: start: init-local/check-cache: attempting to read from cache [check] | |
| 2018-02-20 07:10:01,930 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 07:10:01,931 - stages.py[DEBUG]: no cache found | |
| 2018-02-20 07:10:01,932 - handlers.py[DEBUG]: finish: init-local/check-cache: SUCCESS: no cache found | |
| 2018-02-20 07:10:01,933 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 07:10:01,957 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:10:01,960 - __init__.py[DEBUG]: Looking for data source in: ['NoCloud', 'None'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM'] | |
| 2018-02-20 07:10:01,977 - __init__.py[DEBUG]: Searching for local data source in: ['DataSourceNoCloud'] | |
| 2018-02-20 07:10:01,978 - handlers.py[DEBUG]: start: init-local/search-NoCloud: searching for local data from DataSourceNoCloud | |
| 2018-02-20 07:10:01,979 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceNoCloud.DataSourceNoCloud'> | |
| 2018-02-20 07:10:01,980 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:02,004 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:02,014 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:02,025 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 07:10:02,026 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 07:10:02,027 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 07:10:02,028 - util.py[DEBUG]: Read 927 bytes from /proc/self/status | |
| 2018-02-20 07:10:02,029 - util.py[DEBUG]: querying dmi data /sys/class/dmi/id/product_serial | |
| 2018-02-20 07:10:02,030 - util.py[DEBUG]: did not find /sys/class/dmi/id/product_serial | |
| 2018-02-20 07:10:02,030 - util.py[DEBUG]: dmidata is not supported on armv7l | |
| 2018-02-20 07:10:02,031 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/user-data (quiet=False) | |
| 2018-02-20 07:10:02,032 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/meta-data (quiet=False) | |
| 2018-02-20 07:10:02,032 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/vendor-data (quiet=False) | |
| 2018-02-20 07:10:02,033 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/network-config (quiet=False) | |
| 2018-02-20 07:10:02,034 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/user-data (quiet=False) | |
| 2018-02-20 07:10:02,035 - util.py[DEBUG]: Read 25 bytes from /var/lib/cloud/seed/nocloud-net/user-data | |
| 2018-02-20 07:10:02,036 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/meta-data (quiet=False) | |
| 2018-02-20 07:10:02,037 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/seed/nocloud-net/meta-data | |
| 2018-02-20 07:10:02,037 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/vendor-data (quiet=False) | |
| 2018-02-20 07:10:02,038 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/network-config (quiet=False) | |
| 2018-02-20 07:10:02,039 - DataSourceNoCloud.py[DEBUG]: Using seeded data from /var/lib/cloud/seed/nocloud-net | |
| 2018-02-20 07:10:02,039 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:02,041 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:10:02,041 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr0'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 07:10:02,055 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr1'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 07:10:02,068 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=vfat', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 07:10:02,122 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=iso9660', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 07:10:02,159 - util.py[DEBUG]: Running command ['blkid', '-tLABEL=cidata', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 07:10:02,198 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:10:02,199 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:10:02,206 - handlers.py[DEBUG]: finish: init-local/search-NoCloud: SUCCESS: found local data from DataSourceNoCloud | |
| 2018-02-20 07:10:02,207 - stages.py[INFO]: Loaded datasource DataSourceNoCloud - DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 07:10:02,209 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:10:02,209 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:10:02,210 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:02,426 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:10:02,427 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:10:02,428 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:02,499 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:10:02,500 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:10:02,500 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:02,503 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:10:02,506 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:10:02,507 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:10:02,508 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:02,515 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:02,516 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:10:02,524 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 07:10:02,525 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/nocloud' | |
| 2018-02-20 07:10:02,542 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/nocloud/datasource (quiet=False) | |
| 2018-02-20 07:10:02,543 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/datasource - wb: [644] 88 bytes | |
| 2018-02-20 07:10:02,550 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 88 bytes | |
| 2018-02-20 07:10:02,556 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) | |
| 2018-02-20 07:10:02,558 - util.py[DEBUG]: Read 8 bytes from /var/lib/cloud/data/instance-id | |
| 2018-02-20 07:10:02,559 - stages.py[DEBUG]: previous iid found to be nocloud | |
| 2018-02-20 07:10:02,560 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:10:02,566 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:10:02,573 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:10:02,584 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5111 bytes | |
| 2018-02-20 07:10:02,590 - main.py[DEBUG]: [local] init will now be targeting instance id: nocloud. new=False | |
| 2018-02-20 07:10:02,592 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:10:02,593 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:10:02,594 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:02,809 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:10:02,810 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:10:02,811 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:02,882 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:10:02,883 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:10:02,883 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:02,886 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:10:02,889 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:10:02,890 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:10:02,891 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:02,898 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:02,899 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:10:02,916 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:10:02,918 - util.py[DEBUG]: Reading from /sys/class/net/eth0/carrier (quiet=False) | |
| 2018-02-20 07:10:02,919 - util.py[DEBUG]: Reading from /sys/class/net/eth0/dormant (quiet=False) | |
| 2018-02-20 07:10:02,920 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 07:10:02,921 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 07:10:02,922 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/carrier (quiet=False) | |
| 2018-02-20 07:10:02,923 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/dormant (quiet=False) | |
| 2018-02-20 07:10:02,924 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 07:10:02,925 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 07:10:02,926 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:10:02,926 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:10:02,927 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:10:02,928 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:10:02,928 - stages.py[DEBUG]: applying net config names for {'version': 1, 'config': [{'subnets': [{'type': 'dhcp'}], 'name': 'eth0', 'type': 'physical', 'mac_address': 'b8:27:eb:55:b7:56'}]} | |
| 2018-02-20 07:10:02,930 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 07:10:02,931 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) | |
| 2018-02-20 07:10:02,932 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type | |
| 2018-02-20 07:10:02,932 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) | |
| 2018-02-20 07:10:02,933 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent | |
| 2018-02-20 07:10:02,934 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:10:02,935 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:10:02,936 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 07:10:02,936 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) | |
| 2018-02-20 07:10:02,937 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type | |
| 2018-02-20 07:10:02,938 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) | |
| 2018-02-20 07:10:02,939 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent | |
| 2018-02-20 07:10:02,939 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) | |
| 2018-02-20 07:10:02,940 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address | |
| 2018-02-20 07:10:02,941 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) | |
| 2018-02-20 07:10:02,942 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/addr_assign_type (quiet=False) | |
| 2018-02-20 07:10:02,942 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/wlan0/addr_assign_type | |
| 2018-02-20 07:10:02,943 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/uevent (quiet=False) | |
| 2018-02-20 07:10:02,944 - util.py[DEBUG]: Read 39 bytes from /sys/class/net/wlan0/uevent | |
| 2018-02-20 07:10:02,945 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 07:10:02,946 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 07:10:02,946 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/device/device (quiet=False) | |
| 2018-02-20 07:10:02,947 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/wlan0/device/device | |
| 2018-02-20 07:10:02,948 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 07:10:02,949 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 07:10:02,949 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) | |
| 2018-02-20 07:10:02,950 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate | |
| 2018-02-20 07:10:02,951 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 07:10:02,951 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 07:10:02,954 - util.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:02,989 - util.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:03,005 - __init__.py[DEBUG]: no work necessary for renaming of [['b8:27:eb:55:b7:56', 'eth0', 'smsc95xx', None]] | |
| 2018-02-20 07:10:03,009 - stages.py[DEBUG]: not a new instance. network config is not applied. | |
| 2018-02-20 07:10:03,009 - main.py[DEBUG]: [local] Exiting. datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] not in local mode. | |
| 2018-02-20 07:10:03,014 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:10:03,015 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 07:10:03,016 - util.py[DEBUG]: cloud-init mode 'init' took 1.578 seconds (1.58) | |
| 2018-02-20 07:10:03,017 - handlers.py[DEBUG]: finish: init-local: SUCCESS: searching for local datasources | |
| 2018-02-20 07:10:08,420 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 07:10:08 +0000. Up 16.00 seconds. | |
| 2018-02-20 07:10:08,421 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 07:10:08,421 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 07:10:08,457 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 07:10:08,467 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 07:10:08,468 - util.py[DEBUG]: Running command ['ifconfig', '-a'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:10:08,512 - util.py[DEBUG]: Running command ['netstat', '-rn'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:10:08,534 - util.py[DEBUG]: Running command ['netstat', '-A', 'inet6', '-n'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:10:08,550 - main.py[DEBUG]: Checking to see if files that we need already exist from a previous run that would allow us to stop early. | |
| 2018-02-20 07:10:08,551 - main.py[DEBUG]: Execution continuing, no previous run detected that would allow us to stop early. | |
| 2018-02-20 07:10:08,553 - handlers.py[DEBUG]: start: init-network/check-cache: attempting to read from cache [trust] | |
| 2018-02-20 07:10:08,553 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 07:10:08,554 - util.py[DEBUG]: Read 5111 bytes from /var/lib/cloud/instance/obj.pkl | |
| 2018-02-20 07:10:08,567 - util.py[DEBUG]: Reading from /run/cloud-init/.instance-id (quiet=False) | |
| 2018-02-20 07:10:08,568 - util.py[DEBUG]: Read 8 bytes from /run/cloud-init/.instance-id | |
| 2018-02-20 07:10:08,568 - stages.py[DEBUG]: restored from cache with run check: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 07:10:08,569 - handlers.py[DEBUG]: finish: init-network/check-cache: SUCCESS: restored from cache with run check: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 07:10:08,573 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:10:08,574 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:10:08,575 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:08,790 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:10:08,791 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:10:08,792 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:08,862 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:10:08,863 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:10:08,864 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:08,867 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:10:08,870 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:10:08,871 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:10:08,871 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:08,878 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:08,880 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:10:08,888 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 07:10:08,889 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/nocloud' | |
| 2018-02-20 07:10:08,898 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/nocloud/datasource (quiet=False) | |
| 2018-02-20 07:10:08,898 - util.py[DEBUG]: Read 88 bytes from /var/lib/cloud/instances/nocloud/datasource | |
| 2018-02-20 07:10:08,899 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/datasource - wb: [644] 88 bytes | |
| 2018-02-20 07:10:08,906 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 88 bytes | |
| 2018-02-20 07:10:08,912 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) | |
| 2018-02-20 07:10:08,913 - util.py[DEBUG]: Read 8 bytes from /var/lib/cloud/data/instance-id | |
| 2018-02-20 07:10:08,914 - stages.py[DEBUG]: previous iid found to be nocloud | |
| 2018-02-20 07:10:08,915 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:10:08,921 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:10:08,928 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:10:08,938 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5201 bytes | |
| 2018-02-20 07:10:08,945 - main.py[DEBUG]: [net] init will now be targeting instance id: nocloud. new=False | |
| 2018-02-20 07:10:08,947 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:10:08,948 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:10:08,949 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:09,164 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:10:09,165 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:10:09,166 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:09,235 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:10:09,237 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:10:09,237 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:09,240 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:10:09,243 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:10:09,244 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:10:09,245 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:09,252 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:09,253 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:10:09,270 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:10:09,275 - util.py[DEBUG]: Reading from /sys/class/net/eth0/carrier (quiet=False) | |
| 2018-02-20 07:10:09,276 - util.py[DEBUG]: Reading from /sys/class/net/eth0/dormant (quiet=False) | |
| 2018-02-20 07:10:09,277 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 07:10:09,278 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 07:10:09,278 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/carrier (quiet=False) | |
| 2018-02-20 07:10:09,279 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/dormant (quiet=False) | |
| 2018-02-20 07:10:09,280 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 07:10:09,281 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 07:10:09,282 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:10:09,283 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:10:09,283 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:10:09,284 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:10:09,285 - stages.py[DEBUG]: applying net config names for {'config': [{'subnets': [{'type': 'dhcp'}], 'mac_address': 'b8:27:eb:55:b7:56', 'type': 'physical', 'name': 'eth0'}], 'version': 1} | |
| 2018-02-20 07:10:09,286 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 07:10:09,287 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) | |
| 2018-02-20 07:10:09,288 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type | |
| 2018-02-20 07:10:09,288 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) | |
| 2018-02-20 07:10:09,289 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent | |
| 2018-02-20 07:10:09,290 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:10:09,291 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:10:09,292 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 07:10:09,292 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) | |
| 2018-02-20 07:10:09,293 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type | |
| 2018-02-20 07:10:09,294 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) | |
| 2018-02-20 07:10:09,295 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent | |
| 2018-02-20 07:10:09,295 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) | |
| 2018-02-20 07:10:09,296 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address | |
| 2018-02-20 07:10:09,297 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) | |
| 2018-02-20 07:10:09,297 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/addr_assign_type (quiet=False) | |
| 2018-02-20 07:10:09,298 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/wlan0/addr_assign_type | |
| 2018-02-20 07:10:09,299 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/uevent (quiet=False) | |
| 2018-02-20 07:10:09,300 - util.py[DEBUG]: Read 39 bytes from /sys/class/net/wlan0/uevent | |
| 2018-02-20 07:10:09,300 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 07:10:09,301 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 07:10:09,302 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/device/device (quiet=False) | |
| 2018-02-20 07:10:09,303 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/wlan0/device/device | |
| 2018-02-20 07:10:09,304 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 07:10:09,305 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 07:10:09,305 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) | |
| 2018-02-20 07:10:09,306 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate | |
| 2018-02-20 07:10:09,307 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 07:10:09,307 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 07:10:09,310 - util.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:09,324 - util.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:09,338 - __init__.py[DEBUG]: no work necessary for renaming of [['b8:27:eb:55:b7:56', 'eth0', 'smsc95xx', None]] | |
| 2018-02-20 07:10:09,342 - stages.py[DEBUG]: not a new instance. network config is not applied. | |
| 2018-02-20 07:10:09,343 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/user-data.txt - wb: [600] 25 bytes | |
| 2018-02-20 07:10:09,352 - util.py[DEBUG]: Reading from /boot/user-data (quiet=False) | |
| 2018-02-20 07:10:09,354 - util.py[DEBUG]: Read 553 bytes from /boot/user-data | |
| 2018-02-20 07:10:09,379 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/user-data.txt.i - wb: [600] 832 bytes | |
| 2018-02-20 07:10:09,386 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/vendor-data.txt - wb: [600] 0 bytes | |
| 2018-02-20 07:10:09,402 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/vendor-data.txt.i - wb: [600] 281 bytes | |
| 2018-02-20 07:10:09,412 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/consume_data - wb: [644] 23 bytes | |
| 2018-02-20 07:10:09,419 - helpers.py[DEBUG]: Running consume_data using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/consume_data'>) | |
| 2018-02-20 07:10:09,420 - handlers.py[DEBUG]: start: init-network/consume-user-data: reading and applying user-data | |
| 2018-02-20 07:10:09,424 - stages.py[DEBUG]: Added default handler for {'text/cloud-config-jsonp', 'text/cloud-config'} from CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] | |
| 2018-02-20 07:10:09,425 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript'} from ShellScriptPartHandler: [['text/x-shellscript']] | |
| 2018-02-20 07:10:09,426 - stages.py[DEBUG]: Added default handler for {'text/cloud-boothook'} from BootHookPartHandler: [['text/cloud-boothook']] | |
| 2018-02-20 07:10:09,427 - stages.py[DEBUG]: Added default handler for {'text/upstart-job'} from UpstartJobPartHandler: [['text/upstart-job']] | |
| 2018-02-20 07:10:09,431 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (__begin__, None, 3) with frequency once-per-instance | |
| 2018-02-20 07:10:09,431 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__begin__, None, 2) with frequency once-per-instance | |
| 2018-02-20 07:10:09,432 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency once-per-instance | |
| 2018-02-20 07:10:09,433 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency once-per-instance | |
| 2018-02-20 07:10:09,434 - __init__.py[DEBUG]: {'Content-Type': 'text/x-shellscript', 'Content-Disposition': 'attachment; filename="part-001"', 'MIME-Version': '1.0'} | |
| 2018-02-20 07:10:09,435 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (text/x-shellscript, part-001, 2) with frequency once-per-instance | |
| 2018-02-20 07:10:09,436 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/scripts/part-001 - wb: [700] 553 bytes | |
| 2018-02-20 07:10:09,444 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (__end__, None, 3) with frequency once-per-instance | |
| 2018-02-20 07:10:09,445 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/cloud-config.txt - wb: [600] 0 bytes | |
| 2018-02-20 07:10:09,452 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__end__, None, 2) with frequency once-per-instance | |
| 2018-02-20 07:10:09,453 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency once-per-instance | |
| 2018-02-20 07:10:09,454 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency once-per-instance | |
| 2018-02-20 07:10:09,455 - handlers.py[DEBUG]: finish: init-network/consume-user-data: SUCCESS: reading and applying user-data | |
| 2018-02-20 07:10:09,456 - handlers.py[DEBUG]: start: init-network/consume-vendor-data: reading and applying vendor-data | |
| 2018-02-20 07:10:09,457 - stages.py[DEBUG]: no vendordata from datasource | |
| 2018-02-20 07:10:09,457 - handlers.py[DEBUG]: finish: init-network/consume-vendor-data: SUCCESS: reading and applying vendor-data | |
| 2018-02-20 07:10:09,459 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:10:09,460 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:10:09,461 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:09,676 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:10:09,677 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:10:09,677 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:09,747 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:10:09,749 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:10:09,749 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:09,752 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:10:09,755 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:10:09,756 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:10:09,757 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:09,764 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:09,765 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:10:09,769 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:10:09,769 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:10:09,770 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:09,771 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:10:09,783 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:10:09,784 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:10:09,784 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:10:09,786 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:10:09,812 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5193 bytes | |
| 2018-02-20 07:10:09,823 - main.py[DEBUG]: no di_report found in config. | |
| 2018-02-20 07:10:10,272 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:10:10,281 - stages.py[DEBUG]: Running module migrator (<module 'cloudinit.config.cc_migrator' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_migrator.py'>) with frequency always | |
| 2018-02-20 07:10:10,284 - handlers.py[DEBUG]: start: init-network/config-migrator: running config-migrator with frequency always | |
| 2018-02-20 07:10:10,285 - helpers.py[DEBUG]: Running config-migrator using lock (<cloudinit.helpers.DummyLock object at 0x75df8bb0>) | |
| 2018-02-20 07:10:10,287 - cc_migrator.py[DEBUG]: Migrated 0 semaphore files to there canonicalized names | |
| 2018-02-20 07:10:10,291 - handlers.py[DEBUG]: finish: init-network/config-migrator: SUCCESS: config-migrator ran successfully | |
| 2018-02-20 07:10:10,292 - stages.py[DEBUG]: Running module seed_random (<module 'cloudinit.config.cc_seed_random' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_seed_random.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:10,295 - handlers.py[DEBUG]: start: init-network/config-seed_random: running config-seed_random with frequency once-per-instance | |
| 2018-02-20 07:10:10,296 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_seed_random - wb: [644] 23 bytes | |
| 2018-02-20 07:10:10,304 - helpers.py[DEBUG]: Running config-seed_random using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_seed_random'>) | |
| 2018-02-20 07:10:10,305 - cc_seed_random.py[DEBUG]: no command provided | |
| 2018-02-20 07:10:10,306 - handlers.py[DEBUG]: finish: init-network/config-seed_random: SUCCESS: config-seed_random ran successfully | |
| 2018-02-20 07:10:10,306 - stages.py[DEBUG]: Running module bootcmd (<module 'cloudinit.config.cc_bootcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_bootcmd.py'>) with frequency always | |
| 2018-02-20 07:10:10,309 - handlers.py[DEBUG]: start: init-network/config-bootcmd: running config-bootcmd with frequency always | |
| 2018-02-20 07:10:10,310 - helpers.py[DEBUG]: Running config-bootcmd using lock (<cloudinit.helpers.DummyLock object at 0x75df8a10>) | |
| 2018-02-20 07:10:10,310 - cc_bootcmd.py[DEBUG]: Skipping module named bootcmd, no 'bootcmd' key in configuration | |
| 2018-02-20 07:10:10,314 - handlers.py[DEBUG]: finish: init-network/config-bootcmd: SUCCESS: config-bootcmd ran successfully | |
| 2018-02-20 07:10:10,314 - stages.py[DEBUG]: Running module write-files (<module 'cloudinit.config.cc_write_files' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_write_files.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:10,317 - handlers.py[DEBUG]: start: init-network/config-write-files: running config-write-files with frequency once-per-instance | |
| 2018-02-20 07:10:10,318 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_write_files - wb: [644] 24 bytes | |
| 2018-02-20 07:10:10,326 - helpers.py[DEBUG]: Running config-write-files using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_write_files'>) | |
| 2018-02-20 07:10:10,326 - cc_write_files.py[DEBUG]: Skipping module named write-files, no/empty 'write_files' key in configuration | |
| 2018-02-20 07:10:10,327 - handlers.py[DEBUG]: finish: init-network/config-write-files: SUCCESS: config-write-files ran successfully | |
| 2018-02-20 07:10:10,328 - stages.py[DEBUG]: Running module growpart (<module 'cloudinit.config.cc_growpart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_growpart.py'>) with frequency always | |
| 2018-02-20 07:10:10,331 - handlers.py[DEBUG]: start: init-network/config-growpart: running config-growpart with frequency always | |
| 2018-02-20 07:10:10,331 - helpers.py[DEBUG]: Running config-growpart using lock (<cloudinit.helpers.DummyLock object at 0x75e39bf0>) | |
| 2018-02-20 07:10:10,332 - cc_growpart.py[DEBUG]: No 'growpart' entry in cfg. Using default: {'mode': 'auto', 'devices': ['/'], 'ignore_growroot_disabled': False} | |
| 2018-02-20 07:10:10,333 - util.py[DEBUG]: Running command ['growpart', '--help'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:10,346 - cc_growpart.py[DEBUG]: growpart unable to find resizer for 'auto': No resizers available | |
| 2018-02-20 07:10:10,348 - handlers.py[DEBUG]: finish: init-network/config-growpart: SUCCESS: config-growpart ran successfully | |
| 2018-02-20 07:10:10,348 - stages.py[DEBUG]: Running module resizefs (<module 'cloudinit.config.cc_resizefs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_resizefs.py'>) with frequency always | |
| 2018-02-20 07:10:10,351 - handlers.py[DEBUG]: start: init-network/config-resizefs: running config-resizefs with frequency always | |
| 2018-02-20 07:10:10,352 - helpers.py[DEBUG]: Running config-resizefs using lock (<cloudinit.helpers.DummyLock object at 0x75e39b10>) | |
| 2018-02-20 07:10:10,420 - util.py[DEBUG]: Reading from /proc/372/mountinfo (quiet=False) | |
| 2018-02-20 07:10:10,422 - util.py[DEBUG]: Read 2086 bytes from /proc/372/mountinfo | |
| 2018-02-20 07:10:10,423 - cc_resizefs.py[DEBUG]: resize_info: dev=/dev/root mnt_point=/ path=/ | |
| 2018-02-20 07:10:10,424 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:10,448 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:10,459 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:10,471 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 07:10:10,472 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 07:10:10,473 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 07:10:10,474 - util.py[DEBUG]: Read 927 bytes from /proc/self/status | |
| 2018-02-20 07:10:10,475 - cc_resizefs.py[DEBUG]: Converted /dev/root to '/dev/disk/by-partuuid/3e8f7ed9-02' per kernel cmdline | |
| 2018-02-20 07:10:10,476 - cc_resizefs.py[DEBUG]: Resizing / (ext4) using resize2fs /dev/disk/by-partuuid/3e8f7ed9-02 | |
| 2018-02-20 07:10:10,476 - util.py[DEBUG]: Running command ('resize2fs', '/dev/disk/by-partuuid/3e8f7ed9-02') with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:10,500 - util.py[DEBUG]: Resizing took 0.023 seconds | |
| 2018-02-20 07:10:10,501 - cc_resizefs.py[DEBUG]: Resized root filesystem (type=ext4, val=True) | |
| 2018-02-20 07:10:10,502 - handlers.py[DEBUG]: finish: init-network/config-resizefs: SUCCESS: config-resizefs ran successfully | |
| 2018-02-20 07:10:10,503 - stages.py[DEBUG]: Running module disk_setup (<module 'cloudinit.config.cc_disk_setup' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disk_setup.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:10,506 - handlers.py[DEBUG]: start: init-network/config-disk_setup: running config-disk_setup with frequency once-per-instance | |
| 2018-02-20 07:10:10,508 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_disk_setup - wb: [644] 24 bytes | |
| 2018-02-20 07:10:10,515 - helpers.py[DEBUG]: Running config-disk_setup using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_disk_setup'>) | |
| 2018-02-20 07:10:10,517 - handlers.py[DEBUG]: finish: init-network/config-disk_setup: SUCCESS: config-disk_setup ran successfully | |
| 2018-02-20 07:10:10,517 - stages.py[DEBUG]: Running module mounts (<module 'cloudinit.config.cc_mounts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mounts.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:10,520 - handlers.py[DEBUG]: start: init-network/config-mounts: running config-mounts with frequency once-per-instance | |
| 2018-02-20 07:10:10,521 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_mounts - wb: [644] 23 bytes | |
| 2018-02-20 07:10:10,529 - helpers.py[DEBUG]: Running config-mounts using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_mounts'>) | |
| 2018-02-20 07:10:10,529 - cc_mounts.py[DEBUG]: mounts configuration is [] | |
| 2018-02-20 07:10:10,533 - cc_mounts.py[DEBUG]: Attempting to determine the real name of ephemeral0 | |
| 2018-02-20 07:10:10,534 - cc_mounts.py[DEBUG]: Ignoring nonexistant default named mount ephemeral0 | |
| 2018-02-20 07:10:10,534 - cc_mounts.py[DEBUG]: Attempting to determine the real name of swap | |
| 2018-02-20 07:10:10,535 - cc_mounts.py[DEBUG]: Ignoring nonexistant default named mount swap | |
| 2018-02-20 07:10:10,535 - cc_mounts.py[DEBUG]: no need to setup swap | |
| 2018-02-20 07:10:10,536 - cc_mounts.py[DEBUG]: No modifications to fstab needed. | |
| 2018-02-20 07:10:10,537 - handlers.py[DEBUG]: finish: init-network/config-mounts: SUCCESS: config-mounts ran successfully | |
| 2018-02-20 07:10:10,537 - stages.py[DEBUG]: Running module set_hostname (<module 'cloudinit.config.cc_set_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_hostname.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:10,540 - handlers.py[DEBUG]: start: init-network/config-set_hostname: running config-set_hostname with frequency once-per-instance | |
| 2018-02-20 07:10:10,542 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_set_hostname - wb: [644] 24 bytes | |
| 2018-02-20 07:10:10,549 - helpers.py[DEBUG]: Running config-set_hostname using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_set_hostname'>) | |
| 2018-02-20 07:10:10,550 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:10:10,551 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:10:10,551 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:10:10,552 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:10:10,553 - cc_set_hostname.py[DEBUG]: Setting the hostname to raspberrypi (raspberrypi) | |
| 2018-02-20 07:10:10,553 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False) | |
| 2018-02-20 07:10:10,554 - util.py[DEBUG]: Read 12 bytes from /etc/hostname | |
| 2018-02-20 07:10:10,555 - util.py[DEBUG]: Writing to /etc/hostname - wb: [644] 12 bytes | |
| 2018-02-20 07:10:10,563 - __init__.py[DEBUG]: Non-persistently setting the system hostname to raspberrypi | |
| 2018-02-20 07:10:10,563 - util.py[DEBUG]: Running command ['hostname', 'raspberrypi'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:10,580 - handlers.py[DEBUG]: finish: init-network/config-set_hostname: SUCCESS: config-set_hostname ran successfully | |
| 2018-02-20 07:10:10,581 - stages.py[DEBUG]: Running module update_hostname (<module 'cloudinit.config.cc_update_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_hostname.py'>) with frequency always | |
| 2018-02-20 07:10:10,584 - handlers.py[DEBUG]: start: init-network/config-update_hostname: running config-update_hostname with frequency always | |
| 2018-02-20 07:10:10,585 - helpers.py[DEBUG]: Running config-update_hostname using lock (<cloudinit.helpers.DummyLock object at 0x75c89550>) | |
| 2018-02-20 07:10:10,586 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:10:10,587 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:10:10,587 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:10:10,588 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:10:10,589 - cc_update_hostname.py[DEBUG]: Updating hostname to raspberrypi (raspberrypi) | |
| 2018-02-20 07:10:10,590 - util.py[DEBUG]: Reading from /var/lib/cloud/data/previous-hostname (quiet=False) | |
| 2018-02-20 07:10:10,592 - util.py[DEBUG]: Read 12 bytes from /var/lib/cloud/data/previous-hostname | |
| 2018-02-20 07:10:10,592 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False) | |
| 2018-02-20 07:10:10,593 - util.py[DEBUG]: Read 12 bytes from /etc/hostname | |
| 2018-02-20 07:10:10,594 - __init__.py[DEBUG]: Attempting to update hostname to raspberrypi in 0 files | |
| 2018-02-20 07:10:10,595 - handlers.py[DEBUG]: finish: init-network/config-update_hostname: SUCCESS: config-update_hostname ran successfully | |
| 2018-02-20 07:10:10,596 - stages.py[DEBUG]: Running module update_etc_hosts (<module 'cloudinit.config.cc_update_etc_hosts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_etc_hosts.py'>) with frequency always | |
| 2018-02-20 07:10:10,598 - handlers.py[DEBUG]: start: init-network/config-update_etc_hosts: running config-update_etc_hosts with frequency always | |
| 2018-02-20 07:10:10,599 - helpers.py[DEBUG]: Running config-update_etc_hosts using lock (<cloudinit.helpers.DummyLock object at 0x75c89650>) | |
| 2018-02-20 07:10:10,600 - cc_update_etc_hosts.py[DEBUG]: Configuration option 'manage_etc_hosts' is not set, not managing /etc/hosts in module update_etc_hosts | |
| 2018-02-20 07:10:10,601 - handlers.py[DEBUG]: finish: init-network/config-update_etc_hosts: SUCCESS: config-update_etc_hosts ran successfully | |
| 2018-02-20 07:10:10,601 - stages.py[DEBUG]: Running module ca-certs (<module 'cloudinit.config.cc_ca_certs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ca_certs.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:10,604 - handlers.py[DEBUG]: start: init-network/config-ca-certs: running config-ca-certs with frequency once-per-instance | |
| 2018-02-20 07:10:10,606 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_ca_certs - wb: [644] 24 bytes | |
| 2018-02-20 07:10:10,613 - helpers.py[DEBUG]: Running config-ca-certs using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_ca_certs'>) | |
| 2018-02-20 07:10:10,614 - cc_ca_certs.py[DEBUG]: Skipping module named ca-certs, no 'ca-certs' key in configuration | |
| 2018-02-20 07:10:10,615 - handlers.py[DEBUG]: finish: init-network/config-ca-certs: SUCCESS: config-ca-certs ran successfully | |
| 2018-02-20 07:10:10,616 - stages.py[DEBUG]: Running module rsyslog (<module 'cloudinit.config.cc_rsyslog' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rsyslog.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:10,618 - handlers.py[DEBUG]: start: init-network/config-rsyslog: running config-rsyslog with frequency once-per-instance | |
| 2018-02-20 07:10:10,620 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_rsyslog - wb: [644] 23 bytes | |
| 2018-02-20 07:10:10,627 - helpers.py[DEBUG]: Running config-rsyslog using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_rsyslog'>) | |
| 2018-02-20 07:10:10,628 - cc_rsyslog.py[DEBUG]: Skipping module named rsyslog, no 'rsyslog' key in configuration | |
| 2018-02-20 07:10:10,629 - handlers.py[DEBUG]: finish: init-network/config-rsyslog: SUCCESS: config-rsyslog ran successfully | |
| 2018-02-20 07:10:10,629 - stages.py[DEBUG]: Running module users-groups (<module 'cloudinit.config.cc_users_groups' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_users_groups.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:10,632 - handlers.py[DEBUG]: start: init-network/config-users-groups: running config-users-groups with frequency once-per-instance | |
| 2018-02-20 07:10:10,633 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_users_groups - wb: [644] 24 bytes | |
| 2018-02-20 07:10:10,641 - helpers.py[DEBUG]: Running config-users-groups using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_users_groups'>) | |
| 2018-02-20 07:10:10,645 - __init__.py[INFO]: User ubuntu already exists, skipping. | |
| 2018-02-20 07:10:10,645 - util.py[DEBUG]: Running command ['passwd', '-l', 'ubuntu'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:10,785 - util.py[DEBUG]: Reading from /etc/sudoers (quiet=False) | |
| 2018-02-20 07:10:10,787 - util.py[DEBUG]: Read 669 bytes from /etc/sudoers | |
| 2018-02-20 07:10:10,796 - util.py[DEBUG]: Writing to /etc/sudoers.d/90-cloud-init-users - ab: [None] 55 bytes | |
| 2018-02-20 07:10:10,803 - handlers.py[DEBUG]: finish: init-network/config-users-groups: SUCCESS: config-users-groups ran successfully | |
| 2018-02-20 07:10:10,804 - stages.py[DEBUG]: Running module ssh (<module 'cloudinit.config.cc_ssh' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:10,807 - handlers.py[DEBUG]: start: init-network/config-ssh: running config-ssh with frequency once-per-instance | |
| 2018-02-20 07:10:10,808 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_ssh - wb: [644] 24 bytes | |
| 2018-02-20 07:10:10,816 - helpers.py[DEBUG]: Running config-ssh using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_ssh'>) | |
| 2018-02-20 07:10:10,821 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ecdsa_key.pub | |
| 2018-02-20 07:10:10,822 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_rsa_key | |
| 2018-02-20 07:10:10,823 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ecdsa_key | |
| 2018-02-20 07:10:10,824 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_dsa_key.pub | |
| 2018-02-20 07:10:10,825 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ed25519_key.pub | |
| 2018-02-20 07:10:10,825 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_rsa_key.pub | |
| 2018-02-20 07:10:10,826 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ed25519_key | |
| 2018-02-20 07:10:10,827 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_dsa_key | |
| 2018-02-20 07:10:10,831 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'rsa', '-N', '', '-f', '/etc/ssh/ssh_host_rsa_key'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:13,423 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'dsa', '-N', '', '-f', '/etc/ssh/ssh_host_dsa_key'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:14,988 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'ecdsa', '-N', '', '-f', '/etc/ssh/ssh_host_ecdsa_key'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:15,026 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'ed25519', '-N', '', '-f', '/etc/ssh/ssh_host_ed25519_key'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:15,077 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) | |
| 2018-02-20 07:10:15,079 - util.py[DEBUG]: Read 3298 bytes from /etc/ssh/sshd_config | |
| 2018-02-20 07:10:15,084 - util.py[DEBUG]: Reading from /home/ubuntu/.ssh/authorized_keys (quiet=False) | |
| 2018-02-20 07:10:15,085 - util.py[DEBUG]: Read 0 bytes from /home/ubuntu/.ssh/authorized_keys | |
| 2018-02-20 07:10:15,092 - util.py[DEBUG]: Writing to /home/ubuntu/.ssh/authorized_keys - wb: [600] 0 bytes | |
| 2018-02-20 07:10:15,099 - util.py[DEBUG]: Changing the ownership of /home/ubuntu/.ssh/authorized_keys to 1001:1002 | |
| 2018-02-20 07:10:15,103 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) | |
| 2018-02-20 07:10:15,105 - util.py[DEBUG]: Read 3298 bytes from /etc/ssh/sshd_config | |
| 2018-02-20 07:10:15,109 - util.py[DEBUG]: Reading from /root/.ssh/authorized_keys (quiet=False) | |
| 2018-02-20 07:10:15,110 - util.py[DEBUG]: Read 0 bytes from /root/.ssh/authorized_keys | |
| 2018-02-20 07:10:15,117 - util.py[DEBUG]: Writing to /root/.ssh/authorized_keys - wb: [600] 0 bytes | |
| 2018-02-20 07:10:15,124 - util.py[DEBUG]: Changing the ownership of /root/.ssh/authorized_keys to 0:0 | |
| 2018-02-20 07:10:15,126 - handlers.py[DEBUG]: finish: init-network/config-ssh: SUCCESS: config-ssh ran successfully | |
| 2018-02-20 07:10:15,127 - main.py[DEBUG]: Ran 15 modules with 0 failures | |
| 2018-02-20 07:10:15,131 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:10:15,133 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 07:10:15,133 - util.py[DEBUG]: cloud-init mode 'init' took 7.127 seconds (7.12) | |
| 2018-02-20 07:10:15,134 - handlers.py[DEBUG]: finish: init-network: SUCCESS: searching for network datasources | |
| 2018-02-20 07:10:26,590 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 07:10:26 +0000. Up 34.14 seconds. | |
| 2018-02-20 07:10:26,770 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:10:26,775 - stages.py[DEBUG]: Running module emit_upstart (<module 'cloudinit.config.cc_emit_upstart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_emit_upstart.py'>) with frequency always | |
| 2018-02-20 07:10:26,777 - handlers.py[DEBUG]: start: modules-config/config-emit_upstart: running config-emit_upstart with frequency always | |
| 2018-02-20 07:10:26,777 - helpers.py[DEBUG]: Running config-emit_upstart using lock (<cloudinit.helpers.DummyLock object at 0x75de2610>) | |
| 2018-02-20 07:10:26,778 - cc_emit_upstart.py[DEBUG]: no /sbin/initctl located | |
| 2018-02-20 07:10:26,778 - cc_emit_upstart.py[DEBUG]: not upstart system, 'emit_upstart' disabled | |
| 2018-02-20 07:10:26,780 - handlers.py[DEBUG]: finish: modules-config/config-emit_upstart: SUCCESS: config-emit_upstart ran successfully | |
| 2018-02-20 07:10:26,780 - stages.py[DEBUG]: Running module snap_config (<module 'cloudinit.config.cc_snap_config' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_snap_config.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:26,781 - handlers.py[DEBUG]: start: modules-config/config-snap_config: running config-snap_config with frequency once-per-instance | |
| 2018-02-20 07:10:26,782 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_snap_config - wb: [644] 24 bytes | |
| 2018-02-20 07:10:26,786 - helpers.py[DEBUG]: Running config-snap_config using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_snap_config'>) | |
| 2018-02-20 07:10:26,786 - cc_snap_config.py[DEBUG]: No snappy config provided, skipping | |
| 2018-02-20 07:10:26,787 - handlers.py[DEBUG]: finish: modules-config/config-snap_config: SUCCESS: config-snap_config ran successfully | |
| 2018-02-20 07:10:26,787 - stages.py[DEBUG]: Running module ssh-import-id (<module 'cloudinit.config.cc_ssh_import_id' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_import_id.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:26,788 - handlers.py[DEBUG]: start: modules-config/config-ssh-import-id: running config-ssh-import-id with frequency once-per-instance | |
| 2018-02-20 07:10:26,789 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_ssh_import_id - wb: [644] 24 bytes | |
| 2018-02-20 07:10:26,792 - helpers.py[DEBUG]: Running config-ssh-import-id using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_ssh_import_id'>) | |
| 2018-02-20 07:10:26,795 - handlers.py[DEBUG]: finish: modules-config/config-ssh-import-id: SUCCESS: config-ssh-import-id ran successfully | |
| 2018-02-20 07:10:26,795 - stages.py[DEBUG]: Running module locale (<module 'cloudinit.config.cc_locale' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_locale.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:26,796 - handlers.py[DEBUG]: start: modules-config/config-locale: running config-locale with frequency once-per-instance | |
| 2018-02-20 07:10:26,797 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_locale - wb: [644] 23 bytes | |
| 2018-02-20 07:10:26,800 - helpers.py[DEBUG]: Running config-locale using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_locale'>) | |
| 2018-02-20 07:10:26,801 - util.py[DEBUG]: Reading from /etc/default/locale (quiet=False) | |
| 2018-02-20 07:10:26,801 - util.py[DEBUG]: Read 52 bytes from /etc/default/locale | |
| 2018-02-20 07:10:26,802 - cc_locale.py[DEBUG]: Setting locale to en_GB.UTF-8 | |
| 2018-02-20 07:10:26,802 - debian.py[DEBUG]: System has 'LANG=en_GB.UTF-8' requested 'en_GB.UTF-8', skipping regeneration. | |
| 2018-02-20 07:10:26,803 - handlers.py[DEBUG]: finish: modules-config/config-locale: SUCCESS: config-locale ran successfully | |
| 2018-02-20 07:10:26,803 - stages.py[DEBUG]: Running module set-passwords (<module 'cloudinit.config.cc_set_passwords' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_passwords.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:26,805 - handlers.py[DEBUG]: start: modules-config/config-set-passwords: running config-set-passwords with frequency once-per-instance | |
| 2018-02-20 07:10:26,806 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_set_passwords - wb: [644] 23 bytes | |
| 2018-02-20 07:10:26,809 - helpers.py[DEBUG]: Running config-set-passwords using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_set_passwords'>) | |
| 2018-02-20 07:10:26,809 - handlers.py[DEBUG]: finish: modules-config/config-set-passwords: SUCCESS: config-set-passwords ran successfully | |
| 2018-02-20 07:10:26,810 - stages.py[DEBUG]: Running module grub-dpkg (<module 'cloudinit.config.cc_grub_dpkg' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_grub_dpkg.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:26,811 - handlers.py[DEBUG]: start: modules-config/config-grub-dpkg: running config-grub-dpkg with frequency once-per-instance | |
| 2018-02-20 07:10:26,812 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_grub_dpkg - wb: [644] 24 bytes | |
| 2018-02-20 07:10:26,815 - helpers.py[DEBUG]: Running config-grub-dpkg using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_grub_dpkg'>) | |
| 2018-02-20 07:10:26,816 - cc_grub_dpkg.py[DEBUG]: Setting grub debconf-set-selections with '/dev/sda','false' | |
| 2018-02-20 07:10:26,816 - util.py[DEBUG]: Running command ['debconf-set-selections'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:35,839 - handlers.py[DEBUG]: finish: modules-config/config-grub-dpkg: SUCCESS: config-grub-dpkg ran successfully | |
| 2018-02-20 07:10:35,840 - stages.py[DEBUG]: Running module apt-pipelining (<module 'cloudinit.config.cc_apt_pipelining' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_pipelining.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:35,843 - handlers.py[DEBUG]: start: modules-config/config-apt-pipelining: running config-apt-pipelining with frequency once-per-instance | |
| 2018-02-20 07:10:35,845 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_apt_pipelining - wb: [644] 24 bytes | |
| 2018-02-20 07:10:35,852 - helpers.py[DEBUG]: Running config-apt-pipelining using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_apt_pipelining'>) | |
| 2018-02-20 07:10:35,854 - util.py[DEBUG]: Writing to /etc/apt/apt.conf.d/90cloud-init-pipelining - wb: [644] 80 bytes | |
| 2018-02-20 07:10:35,862 - cc_apt_pipelining.py[DEBUG]: Wrote /etc/apt/apt.conf.d/90cloud-init-pipelining with apt pipeline depth setting 0 | |
| 2018-02-20 07:10:35,864 - handlers.py[DEBUG]: finish: modules-config/config-apt-pipelining: SUCCESS: config-apt-pipelining ran successfully | |
| 2018-02-20 07:10:35,864 - stages.py[DEBUG]: Running module apt-configure (<module 'cloudinit.config.cc_apt_configure' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_configure.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:35,867 - handlers.py[DEBUG]: start: modules-config/config-apt-configure: running config-apt-configure with frequency once-per-instance | |
| 2018-02-20 07:10:35,869 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_apt_configure - wb: [644] 24 bytes | |
| 2018-02-20 07:10:35,875 - helpers.py[DEBUG]: Running config-apt-configure using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_apt_configure'>) | |
| 2018-02-20 07:10:35,876 - cc_apt_configure.py[DEBUG]: debconf_selections was not set in config | |
| 2018-02-20 07:10:35,876 - util.py[DEBUG]: Reading from /etc/os-release (quiet=True) | |
| 2018-02-20 07:10:35,877 - util.py[DEBUG]: Read 278 bytes from /etc/os-release | |
| 2018-02-20 07:10:35,884 - util.py[DEBUG]: Reading from /etc/system-image/channel.ini (quiet=True) | |
| 2018-02-20 07:10:35,885 - util.py[DEBUG]: Read 0 bytes from /etc/system-image/channel.ini | |
| 2018-02-20 07:10:35,887 - cc_apt_configure.py[DEBUG]: handling apt config: {} | |
| 2018-02-20 07:10:35,888 - util.py[DEBUG]: Running command ['lsb_release', '--all'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:36,178 - util.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:36,201 - cc_apt_configure.py[DEBUG]: got primary mirror: None | |
| 2018-02-20 07:10:36,203 - cc_apt_configure.py[DEBUG]: got security mirror: None | |
| 2018-02-20 07:10:36,203 - util.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:36,214 - __init__.py[DEBUG]: filtered distro mirror info: {'primary': 'http://ports.ubuntu.com/ubuntu-ports', 'security': 'http://ports.ubuntu.com/ubuntu-ports'} | |
| 2018-02-20 07:10:36,215 - cc_apt_configure.py[DEBUG]: Apt Mirror info: {'primary': 'http://ports.ubuntu.com/ubuntu-ports', 'SECURITY': 'http://ports.ubuntu.com/ubuntu-ports', 'PRIMARY': 'http://ports.ubuntu.com/ubuntu-ports', 'MIRROR': 'http://ports.ubuntu.com/ubuntu-ports', 'security': 'http://ports.ubuntu.com/ubuntu-ports'} | |
| 2018-02-20 07:10:36,215 - cc_apt_configure.py[INFO]: No custom template provided, fall back to builtin | |
| 2018-02-20 07:10:36,216 - util.py[DEBUG]: Reading from /etc/cloud/templates/sources.list.debian.tmpl (quiet=False) | |
| 2018-02-20 07:10:36,218 - util.py[DEBUG]: Read 1295 bytes from /etc/cloud/templates/sources.list.debian.tmpl | |
| 2018-02-20 07:10:36,253 - util.py[DEBUG]: Writing to /etc/apt/sources.list - wb: [644] 1441 bytes | |
| 2018-02-20 07:10:36,257 - util.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:36,268 - handlers.py[DEBUG]: finish: modules-config/config-apt-configure: SUCCESS: config-apt-configure ran successfully | |
| 2018-02-20 07:10:36,269 - stages.py[DEBUG]: Running module ntp (<module 'cloudinit.config.cc_ntp' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ntp.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:36,271 - handlers.py[DEBUG]: start: modules-config/config-ntp: running config-ntp with frequency once-per-instance | |
| 2018-02-20 07:10:36,271 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_ntp - wb: [644] 24 bytes | |
| 2018-02-20 07:10:36,275 - helpers.py[DEBUG]: Running config-ntp using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_ntp'>) | |
| 2018-02-20 07:10:36,275 - cc_ntp.py[DEBUG]: Skipping module named ntp, not present or disabled by cfg | |
| 2018-02-20 07:10:36,276 - handlers.py[DEBUG]: finish: modules-config/config-ntp: SUCCESS: config-ntp ran successfully | |
| 2018-02-20 07:10:36,276 - stages.py[DEBUG]: Running module timezone (<module 'cloudinit.config.cc_timezone' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_timezone.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:36,278 - handlers.py[DEBUG]: start: modules-config/config-timezone: running config-timezone with frequency once-per-instance | |
| 2018-02-20 07:10:36,279 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_timezone - wb: [644] 24 bytes | |
| 2018-02-20 07:10:36,282 - helpers.py[DEBUG]: Running config-timezone using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_timezone'>) | |
| 2018-02-20 07:10:36,283 - cc_timezone.py[DEBUG]: Skipping module named timezone, no 'timezone' specified | |
| 2018-02-20 07:10:36,283 - handlers.py[DEBUG]: finish: modules-config/config-timezone: SUCCESS: config-timezone ran successfully | |
| 2018-02-20 07:10:36,284 - stages.py[DEBUG]: Running module disable-ec2-metadata (<module 'cloudinit.config.cc_disable_ec2_metadata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disable_ec2_metadata.py'>) with frequency always | |
| 2018-02-20 07:10:36,285 - handlers.py[DEBUG]: start: modules-config/config-disable-ec2-metadata: running config-disable-ec2-metadata with frequency always | |
| 2018-02-20 07:10:36,285 - helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock (<cloudinit.helpers.DummyLock object at 0x75de2650>) | |
| 2018-02-20 07:10:36,286 - cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled | |
| 2018-02-20 07:10:36,286 - handlers.py[DEBUG]: finish: modules-config/config-disable-ec2-metadata: SUCCESS: config-disable-ec2-metadata ran successfully | |
| 2018-02-20 07:10:36,286 - stages.py[DEBUG]: Running module runcmd (<module 'cloudinit.config.cc_runcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_runcmd.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:36,288 - handlers.py[DEBUG]: start: modules-config/config-runcmd: running config-runcmd with frequency once-per-instance | |
| 2018-02-20 07:10:36,289 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_runcmd - wb: [644] 23 bytes | |
| 2018-02-20 07:10:36,292 - helpers.py[DEBUG]: Running config-runcmd using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_runcmd'>) | |
| 2018-02-20 07:10:36,292 - cc_runcmd.py[DEBUG]: Skipping module named runcmd, no 'runcmd' key in configuration | |
| 2018-02-20 07:10:36,293 - handlers.py[DEBUG]: finish: modules-config/config-runcmd: SUCCESS: config-runcmd ran successfully | |
| 2018-02-20 07:10:36,293 - stages.py[DEBUG]: Running module byobu (<module 'cloudinit.config.cc_byobu' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_byobu.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:36,295 - handlers.py[DEBUG]: start: modules-config/config-byobu: running config-byobu with frequency once-per-instance | |
| 2018-02-20 07:10:36,295 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_byobu - wb: [644] 24 bytes | |
| 2018-02-20 07:10:36,299 - helpers.py[DEBUG]: Running config-byobu using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_byobu'>) | |
| 2018-02-20 07:10:36,299 - cc_byobu.py[DEBUG]: Skipping module named byobu, no 'byobu' values found | |
| 2018-02-20 07:10:36,300 - handlers.py[DEBUG]: finish: modules-config/config-byobu: SUCCESS: config-byobu ran successfully | |
| 2018-02-20 07:10:36,300 - main.py[DEBUG]: Ran 13 modules with 0 failures | |
| 2018-02-20 07:10:36,303 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:10:36,304 - util.py[DEBUG]: Read 13 bytes from /proc/uptime | |
| 2018-02-20 07:10:36,304 - util.py[DEBUG]: cloud-init mode 'modules' took 10.107 seconds (3.15) | |
| 2018-02-20 07:10:36,305 - handlers.py[DEBUG]: finish: modules-config: SUCCESS: running modules for config | |
| 2018-02-20 07:10:39,211 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 07:10:38 +0000. Up 39.80 seconds. | |
| 2018-02-20 07:10:39,403 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:10:39,407 - stages.py[INFO]: Skipping modules 'snappy,landscape,lxd' because they are not verified on distro 'debian'. To run anyway, add them to 'unverified_modules' in config. | |
| 2018-02-20 07:10:39,409 - stages.py[DEBUG]: Running module package-update-upgrade-install (<module 'cloudinit.config.cc_package_update_upgrade_install' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_package_update_upgrade_install.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:39,410 - handlers.py[DEBUG]: start: modules-final/config-package-update-upgrade-install: running config-package-update-upgrade-install with frequency once-per-instance | |
| 2018-02-20 07:10:39,411 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_package_update_upgrade_install - wb: [644] 24 bytes | |
| 2018-02-20 07:10:39,414 - helpers.py[DEBUG]: Running config-package-update-upgrade-install using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_package_update_upgrade_install'>) | |
| 2018-02-20 07:10:39,415 - handlers.py[DEBUG]: finish: modules-final/config-package-update-upgrade-install: SUCCESS: config-package-update-upgrade-install ran successfully | |
| 2018-02-20 07:10:39,416 - stages.py[DEBUG]: Running module fan (<module 'cloudinit.config.cc_fan' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_fan.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:39,417 - handlers.py[DEBUG]: start: modules-final/config-fan: running config-fan with frequency once-per-instance | |
| 2018-02-20 07:10:39,418 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_fan - wb: [644] 24 bytes | |
| 2018-02-20 07:10:39,421 - helpers.py[DEBUG]: Running config-fan using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_fan'>) | |
| 2018-02-20 07:10:39,422 - cc_fan.py[DEBUG]: fan: no 'fan' config entry. disabling | |
| 2018-02-20 07:10:39,424 - handlers.py[DEBUG]: finish: modules-final/config-fan: SUCCESS: config-fan ran successfully | |
| 2018-02-20 07:10:39,424 - stages.py[DEBUG]: Running module puppet (<module 'cloudinit.config.cc_puppet' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_puppet.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:39,426 - handlers.py[DEBUG]: start: modules-final/config-puppet: running config-puppet with frequency once-per-instance | |
| 2018-02-20 07:10:39,426 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_puppet - wb: [644] 24 bytes | |
| 2018-02-20 07:10:39,430 - helpers.py[DEBUG]: Running config-puppet using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_puppet'>) | |
| 2018-02-20 07:10:39,430 - cc_puppet.py[DEBUG]: Skipping module named puppet, no 'puppet' configuration found | |
| 2018-02-20 07:10:39,431 - handlers.py[DEBUG]: finish: modules-final/config-puppet: SUCCESS: config-puppet ran successfully | |
| 2018-02-20 07:10:39,431 - stages.py[DEBUG]: Running module chef (<module 'cloudinit.config.cc_chef' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_chef.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:39,432 - handlers.py[DEBUG]: start: modules-final/config-chef: running config-chef with frequency once-per-instance | |
| 2018-02-20 07:10:39,433 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_chef - wb: [644] 24 bytes | |
| 2018-02-20 07:10:39,436 - helpers.py[DEBUG]: Running config-chef using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_chef'>) | |
| 2018-02-20 07:10:39,437 - cc_chef.py[DEBUG]: Skipping module named chef, no 'chef' key in configuration | |
| 2018-02-20 07:10:39,437 - handlers.py[DEBUG]: finish: modules-final/config-chef: SUCCESS: config-chef ran successfully | |
| 2018-02-20 07:10:39,437 - stages.py[DEBUG]: Running module salt-minion (<module 'cloudinit.config.cc_salt_minion' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_salt_minion.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:39,439 - handlers.py[DEBUG]: start: modules-final/config-salt-minion: running config-salt-minion with frequency once-per-instance | |
| 2018-02-20 07:10:39,440 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_salt_minion - wb: [644] 24 bytes | |
| 2018-02-20 07:10:39,443 - helpers.py[DEBUG]: Running config-salt-minion using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_salt_minion'>) | |
| 2018-02-20 07:10:39,443 - cc_salt_minion.py[DEBUG]: Skipping module named salt-minion, no 'salt_minion' key in configuration | |
| 2018-02-20 07:10:39,444 - handlers.py[DEBUG]: finish: modules-final/config-salt-minion: SUCCESS: config-salt-minion ran successfully | |
| 2018-02-20 07:10:39,444 - stages.py[DEBUG]: Running module mcollective (<module 'cloudinit.config.cc_mcollective' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mcollective.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:39,445 - handlers.py[DEBUG]: start: modules-final/config-mcollective: running config-mcollective with frequency once-per-instance | |
| 2018-02-20 07:10:39,446 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_mcollective - wb: [644] 24 bytes | |
| 2018-02-20 07:10:39,449 - helpers.py[DEBUG]: Running config-mcollective using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_mcollective'>) | |
| 2018-02-20 07:10:39,450 - cc_mcollective.py[DEBUG]: Skipping module named mcollective, no 'mcollective' key in configuration | |
| 2018-02-20 07:10:39,450 - handlers.py[DEBUG]: finish: modules-final/config-mcollective: SUCCESS: config-mcollective ran successfully | |
| 2018-02-20 07:10:39,451 - stages.py[DEBUG]: Running module rightscale_userdata (<module 'cloudinit.config.cc_rightscale_userdata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rightscale_userdata.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:39,452 - handlers.py[DEBUG]: start: modules-final/config-rightscale_userdata: running config-rightscale_userdata with frequency once-per-instance | |
| 2018-02-20 07:10:39,453 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_rightscale_userdata - wb: [644] 23 bytes | |
| 2018-02-20 07:10:39,456 - helpers.py[DEBUG]: Running config-rightscale_userdata using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_rightscale_userdata'>) | |
| 2018-02-20 07:10:39,457 - cc_rightscale_userdata.py[DEBUG]: Failed to get raw userdata in module rightscale_userdata | |
| 2018-02-20 07:10:39,457 - handlers.py[DEBUG]: finish: modules-final/config-rightscale_userdata: SUCCESS: config-rightscale_userdata ran successfully | |
| 2018-02-20 07:10:39,457 - stages.py[DEBUG]: Running module scripts-vendor (<module 'cloudinit.config.cc_scripts_vendor' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_vendor.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:39,459 - handlers.py[DEBUG]: start: modules-final/config-scripts-vendor: running config-scripts-vendor with frequency once-per-instance | |
| 2018-02-20 07:10:39,460 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_scripts_vendor - wb: [644] 24 bytes | |
| 2018-02-20 07:10:39,463 - helpers.py[DEBUG]: Running config-scripts-vendor using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_scripts_vendor'>) | |
| 2018-02-20 07:10:39,464 - handlers.py[DEBUG]: finish: modules-final/config-scripts-vendor: SUCCESS: config-scripts-vendor ran successfully | |
| 2018-02-20 07:10:39,464 - stages.py[DEBUG]: Running module scripts-per-once (<module 'cloudinit.config.cc_scripts_per_once' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_once.py'>) with frequency once | |
| 2018-02-20 07:10:39,465 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-once: running config-scripts-per-once with frequency once | |
| 2018-02-20 07:10:39,466 - helpers.py[DEBUG]: config-scripts-per-once already ran (freq=once) | |
| 2018-02-20 07:10:39,466 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-once: SUCCESS: config-scripts-per-once previously ran | |
| 2018-02-20 07:10:39,466 - stages.py[DEBUG]: Running module scripts-per-boot (<module 'cloudinit.config.cc_scripts_per_boot' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_boot.py'>) with frequency always | |
| 2018-02-20 07:10:39,468 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-boot: running config-scripts-per-boot with frequency always | |
| 2018-02-20 07:10:39,468 - helpers.py[DEBUG]: Running config-scripts-per-boot using lock (<cloudinit.helpers.DummyLock object at 0x75e67470>) | |
| 2018-02-20 07:10:39,470 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-boot: SUCCESS: config-scripts-per-boot ran successfully | |
| 2018-02-20 07:10:39,470 - stages.py[DEBUG]: Running module scripts-per-instance (<module 'cloudinit.config.cc_scripts_per_instance' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_instance.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:39,472 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-instance: running config-scripts-per-instance with frequency once-per-instance | |
| 2018-02-20 07:10:39,472 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_scripts_per_instance - wb: [644] 24 bytes | |
| 2018-02-20 07:10:39,476 - helpers.py[DEBUG]: Running config-scripts-per-instance using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_scripts_per_instance'>) | |
| 2018-02-20 07:10:39,477 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-instance: SUCCESS: config-scripts-per-instance ran successfully | |
| 2018-02-20 07:10:39,478 - stages.py[DEBUG]: Running module scripts-user (<module 'cloudinit.config.cc_scripts_user' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_user.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:39,479 - handlers.py[DEBUG]: start: modules-final/config-scripts-user: running config-scripts-user with frequency once-per-instance | |
| 2018-02-20 07:10:39,480 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_scripts_user - wb: [644] 24 bytes | |
| 2018-02-20 07:10:39,483 - helpers.py[DEBUG]: Running config-scripts-user using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_scripts_user'>) | |
| 2018-02-20 07:10:39,484 - util.py[DEBUG]: Running command ['/var/lib/cloud/instance/scripts/part-001'] with allowed return codes [0] (shell=False, capture=False) | |
| 2018-02-20 07:10:39,547 - handlers.py[DEBUG]: finish: modules-final/config-scripts-user: SUCCESS: config-scripts-user ran successfully | |
| 2018-02-20 07:10:39,548 - stages.py[DEBUG]: Running module ssh-authkey-fingerprints (<module 'cloudinit.config.cc_ssh_authkey_fingerprints' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_authkey_fingerprints.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:39,549 - handlers.py[DEBUG]: start: modules-final/config-ssh-authkey-fingerprints: running config-ssh-authkey-fingerprints with frequency once-per-instance | |
| 2018-02-20 07:10:39,550 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_ssh_authkey_fingerprints - wb: [644] 24 bytes | |
| 2018-02-20 07:10:39,554 - helpers.py[DEBUG]: Running config-ssh-authkey-fingerprints using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_ssh_authkey_fingerprints'>) | |
| 2018-02-20 07:10:39,558 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) | |
| 2018-02-20 07:10:39,558 - util.py[DEBUG]: Read 3298 bytes from /etc/ssh/sshd_config | |
| 2018-02-20 07:10:39,560 - util.py[DEBUG]: Reading from /home/ubuntu/.ssh/authorized_keys (quiet=False) | |
| 2018-02-20 07:10:39,561 - util.py[DEBUG]: Read 0 bytes from /home/ubuntu/.ssh/authorized_keys | |
| 2018-02-20 07:10:39,563 - handlers.py[DEBUG]: finish: modules-final/config-ssh-authkey-fingerprints: SUCCESS: config-ssh-authkey-fingerprints ran successfully | |
| 2018-02-20 07:10:39,563 - stages.py[DEBUG]: Running module keys-to-console (<module 'cloudinit.config.cc_keys_to_console' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_keys_to_console.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:39,565 - handlers.py[DEBUG]: start: modules-final/config-keys-to-console: running config-keys-to-console with frequency once-per-instance | |
| 2018-02-20 07:10:39,565 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_keys_to_console - wb: [644] 24 bytes | |
| 2018-02-20 07:10:39,569 - helpers.py[DEBUG]: Running config-keys-to-console using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_keys_to_console'>) | |
| 2018-02-20 07:10:39,569 - util.py[DEBUG]: Running command ['/usr/lib/cloud-init/write-ssh-key-fingerprints', '', 'ssh-dss'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:10:39,671 - handlers.py[DEBUG]: finish: modules-final/config-keys-to-console: SUCCESS: config-keys-to-console ran successfully | |
| 2018-02-20 07:10:39,672 - stages.py[DEBUG]: Running module phone-home (<module 'cloudinit.config.cc_phone_home' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_phone_home.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:39,673 - handlers.py[DEBUG]: start: modules-final/config-phone-home: running config-phone-home with frequency once-per-instance | |
| 2018-02-20 07:10:39,674 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_phone_home - wb: [644] 24 bytes | |
| 2018-02-20 07:10:39,678 - helpers.py[DEBUG]: Running config-phone-home using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_phone_home'>) | |
| 2018-02-20 07:10:39,678 - cc_phone_home.py[DEBUG]: Skipping module named phone-home, no 'phone_home' configuration found | |
| 2018-02-20 07:10:39,679 - handlers.py[DEBUG]: finish: modules-final/config-phone-home: SUCCESS: config-phone-home ran successfully | |
| 2018-02-20 07:10:39,679 - stages.py[DEBUG]: Running module final-message (<module 'cloudinit.config.cc_final_message' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_final_message.py'>) with frequency always | |
| 2018-02-20 07:10:39,680 - handlers.py[DEBUG]: start: modules-final/config-final-message: running config-final-message with frequency always | |
| 2018-02-20 07:10:39,681 - helpers.py[DEBUG]: Running config-final-message using lock (<cloudinit.helpers.DummyLock object at 0x75d428f0>) | |
| 2018-02-20 07:10:39,681 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:10:39,682 - util.py[DEBUG]: Read 13 bytes from /proc/uptime | |
| 2018-02-20 07:10:39,702 - util.py[DEBUG]: Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 07:10:39 +0000. Datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]. Up 40.66 seconds | |
| 2018-02-20 07:10:39,703 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/boot-finished - wb: [644] 50 bytes | |
| 2018-02-20 07:10:39,706 - handlers.py[DEBUG]: finish: modules-final/config-final-message: SUCCESS: config-final-message ran successfully | |
| 2018-02-20 07:10:39,707 - stages.py[DEBUG]: Running module power-state-change (<module 'cloudinit.config.cc_power_state_change' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_power_state_change.py'>) with frequency once-per-instance | |
| 2018-02-20 07:10:39,708 - handlers.py[DEBUG]: start: modules-final/config-power-state-change: running config-power-state-change with frequency once-per-instance | |
| 2018-02-20 07:10:39,709 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_power_state_change - wb: [644] 24 bytes | |
| 2018-02-20 07:10:39,712 - helpers.py[DEBUG]: Running config-power-state-change using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_power_state_change'>) | |
| 2018-02-20 07:10:39,713 - cc_power_state_change.py[DEBUG]: no power_state provided. doing nothing | |
| 2018-02-20 07:10:39,713 - handlers.py[DEBUG]: finish: modules-final/config-power-state-change: SUCCESS: config-power-state-change ran successfully | |
| 2018-02-20 07:10:39,714 - main.py[DEBUG]: Ran 17 modules with 0 failures | |
| 2018-02-20 07:10:39,718 - util.py[DEBUG]: Creating symbolic link from '/run/cloud-init/result.json' => '../../var/lib/cloud/data/result.json' | |
| 2018-02-20 07:10:39,718 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:10:39,719 - util.py[DEBUG]: Read 13 bytes from /proc/uptime | |
| 2018-02-20 07:10:39,719 - util.py[DEBUG]: cloud-init mode 'modules' took 0.899 seconds (0.89) | |
| 2018-02-20 07:10:39,720 - handlers.py[DEBUG]: finish: modules-final: SUCCESS: running modules for final | |
| 2018-02-20 07:11:48,762 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 07:11:48 +0000. Up 9.37 seconds. | |
| 2018-02-20 07:11:48,765 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 07:11:48,765 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 07:11:48,802 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 07:11:48,812 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 07:11:48,817 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished | |
| 2018-02-20 07:11:48,818 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/data/no-net | |
| 2018-02-20 07:11:48,819 - handlers.py[DEBUG]: start: init-local/check-cache: attempting to read from cache [check] | |
| 2018-02-20 07:11:48,819 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 07:11:48,822 - util.py[DEBUG]: Read 5193 bytes from /var/lib/cloud/instance/obj.pkl | |
| 2018-02-20 07:11:48,841 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/meta-data (quiet=False) | |
| 2018-02-20 07:11:48,842 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/meta-data (quiet=False) | |
| 2018-02-20 07:11:48,843 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/seed/nocloud-net/meta-data | |
| 2018-02-20 07:11:48,845 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:48,846 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:11:48,847 - handlers.py[DEBUG]: finish: init-local/check-cache: FAIL: attempting to read from cache [check] | |
| 2018-02-20 07:11:48,848 - util.py[WARNING]: failed stage init-local | |
| 2018-02-20 07:11:48,849 - util.py[DEBUG]: failed stage init-local | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 650, in status_wrapper | |
| ret = functor(name, args) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 324, in main_init | |
| init.fetch(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 349, in fetch | |
| return self._get_data_source(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 244, in _get_data_source | |
| ds, desc = self._restore_from_checked_cache(existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 230, in _restore_from_checked_cache | |
| ds.check_instance_id(self.cfg)): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 199, in check_instance_id | |
| quick_id = _quick_read_instance_id(dirs=dirs) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 227, in _quick_read_instance_id | |
| if iid_key in md: | |
| TypeError: argument of type 'NoneType' is not iterable | |
| 2018-02-20 07:11:48,870 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:11:48,872 - util.py[DEBUG]: Read 11 bytes from /proc/uptime | |
| 2018-02-20 07:11:48,872 - util.py[DEBUG]: cloud-init mode 'init' took 0.546 seconds (0.55) | |
| 2018-02-20 07:11:48,873 - handlers.py[DEBUG]: finish: init-local: FAIL: searching for local datasources | |
| 2018-02-20 07:11:54,346 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 07:11:53 +0000. Up 14.96 seconds. | |
| 2018-02-20 07:11:54,347 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 07:11:54,348 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 07:11:54,384 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 07:11:54,394 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 07:11:54,395 - util.py[DEBUG]: Running command ['ifconfig', '-a'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:11:54,439 - util.py[DEBUG]: Running command ['netstat', '-rn'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:11:54,461 - util.py[DEBUG]: Running command ['netstat', '-A', 'inet6', '-n'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:11:54,478 - main.py[DEBUG]: Checking to see if files that we need already exist from a previous run that would allow us to stop early. | |
| 2018-02-20 07:11:54,479 - main.py[DEBUG]: Execution continuing, no previous run detected that would allow us to stop early. | |
| 2018-02-20 07:11:54,480 - handlers.py[DEBUG]: start: init-network/check-cache: attempting to read from cache [trust] | |
| 2018-02-20 07:11:54,481 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 07:11:54,482 - util.py[DEBUG]: Read 5193 bytes from /var/lib/cloud/instance/obj.pkl | |
| 2018-02-20 07:11:54,496 - stages.py[DEBUG]: restored from cache: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 07:11:54,497 - handlers.py[DEBUG]: finish: init-network/check-cache: SUCCESS: restored from cache: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 07:11:54,499 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:11:54,500 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:11:54,501 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:54,724 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:11:54,725 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:11:54,726 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:54,799 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:11:54,800 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:11:54,801 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:54,804 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:11:54,807 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:11:54,808 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:11:54,809 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:54,816 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:54,817 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:11:54,821 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:11:54,822 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:11:54,823 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:54,824 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:11:54,829 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 07:11:54,830 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/nocloud' | |
| 2018-02-20 07:11:54,839 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/nocloud/datasource (quiet=False) | |
| 2018-02-20 07:11:54,841 - util.py[DEBUG]: Read 88 bytes from /var/lib/cloud/instances/nocloud/datasource | |
| 2018-02-20 07:11:54,842 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/datasource - wb: [644] 88 bytes | |
| 2018-02-20 07:11:54,849 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 88 bytes | |
| 2018-02-20 07:11:54,856 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) | |
| 2018-02-20 07:11:54,857 - util.py[DEBUG]: Read 8 bytes from /var/lib/cloud/data/instance-id | |
| 2018-02-20 07:11:54,858 - stages.py[DEBUG]: previous iid found to be nocloud | |
| 2018-02-20 07:11:54,859 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:11:54,866 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:11:54,872 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:11:54,884 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5260 bytes | |
| 2018-02-20 07:11:54,891 - main.py[DEBUG]: [net] init will now be targeting instance id: nocloud. new=False | |
| 2018-02-20 07:11:54,893 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:11:54,894 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:11:54,894 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:55,117 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:11:55,118 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:11:55,119 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:55,192 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:11:55,193 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:11:55,194 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:55,197 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:11:55,200 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:11:55,201 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:11:55,201 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:55,209 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:55,210 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:11:55,214 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:11:55,214 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:11:55,215 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:55,216 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:11:55,231 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:11:55,235 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/carrier (quiet=False) | |
| 2018-02-20 07:11:55,236 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/dormant (quiet=False) | |
| 2018-02-20 07:11:55,237 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 07:11:55,238 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 07:11:55,239 - util.py[DEBUG]: Reading from /sys/class/net/eth0/carrier (quiet=False) | |
| 2018-02-20 07:11:55,240 - util.py[DEBUG]: Reading from /sys/class/net/eth0/dormant (quiet=False) | |
| 2018-02-20 07:11:55,241 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 07:11:55,242 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 07:11:55,243 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:11:55,244 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:11:55,244 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:11:55,245 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:11:55,246 - stages.py[DEBUG]: applying net config names for {'version': 1, 'config': [{'subnets': [{'type': 'dhcp'}], 'name': 'eth0', 'mac_address': 'b8:27:eb:55:b7:56', 'type': 'physical'}]} | |
| 2018-02-20 07:11:55,247 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 07:11:55,248 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) | |
| 2018-02-20 07:11:55,249 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type | |
| 2018-02-20 07:11:55,249 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) | |
| 2018-02-20 07:11:55,250 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent | |
| 2018-02-20 07:11:55,251 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:11:55,252 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:11:55,253 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 07:11:55,254 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) | |
| 2018-02-20 07:11:55,254 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type | |
| 2018-02-20 07:11:55,255 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) | |
| 2018-02-20 07:11:55,256 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent | |
| 2018-02-20 07:11:55,257 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) | |
| 2018-02-20 07:11:55,257 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address | |
| 2018-02-20 07:11:55,258 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) | |
| 2018-02-20 07:11:55,259 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/addr_assign_type (quiet=False) | |
| 2018-02-20 07:11:55,260 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/wlan0/addr_assign_type | |
| 2018-02-20 07:11:55,261 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/uevent (quiet=False) | |
| 2018-02-20 07:11:55,262 - util.py[DEBUG]: Read 39 bytes from /sys/class/net/wlan0/uevent | |
| 2018-02-20 07:11:55,262 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 07:11:55,263 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 07:11:55,264 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/device/device (quiet=False) | |
| 2018-02-20 07:11:55,265 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/wlan0/device/device | |
| 2018-02-20 07:11:55,265 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 07:11:55,266 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 07:11:55,267 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) | |
| 2018-02-20 07:11:55,268 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate | |
| 2018-02-20 07:11:55,268 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 07:11:55,269 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 07:11:55,272 - util.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:11:55,288 - util.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:11:55,304 - __init__.py[DEBUG]: no work necessary for renaming of [['b8:27:eb:55:b7:56', 'eth0', 'smsc95xx', None]] | |
| 2018-02-20 07:11:55,308 - stages.py[DEBUG]: not a new instance. network config is not applied. | |
| 2018-02-20 07:11:55,309 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/user-data.txt - wb: [600] 25 bytes | |
| 2018-02-20 07:11:55,343 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/user-data.txt.i - wb: [600] 832 bytes | |
| 2018-02-20 07:11:55,350 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/vendor-data.txt - wb: [600] 0 bytes | |
| 2018-02-20 07:11:55,361 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/vendor-data.txt.i - wb: [600] 281 bytes | |
| 2018-02-20 07:11:55,381 - helpers.py[DEBUG]: consume_data already ran (freq=once-per-instance) | |
| 2018-02-20 07:11:55,383 - handlers.py[DEBUG]: start: init-network/consume-user-data: reading and applying user-data | |
| 2018-02-20 07:11:55,387 - stages.py[DEBUG]: Added default handler for {'text/cloud-config-jsonp', 'text/cloud-config'} from CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] | |
| 2018-02-20 07:11:55,388 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript'} from ShellScriptPartHandler: [['text/x-shellscript']] | |
| 2018-02-20 07:11:55,389 - stages.py[DEBUG]: Added default handler for {'text/cloud-boothook'} from BootHookPartHandler: [['text/cloud-boothook']] | |
| 2018-02-20 07:11:55,389 - stages.py[DEBUG]: Added default handler for {'text/upstart-job'} from UpstartJobPartHandler: [['text/upstart-job']] | |
| 2018-02-20 07:11:55,394 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency always | |
| 2018-02-20 07:11:55,394 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency always | |
| 2018-02-20 07:11:55,395 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (__begin__, None, 3) with frequency always | |
| 2018-02-20 07:11:55,397 - __init__.py[DEBUG]: {'MIME-Version': '1.0', 'Content-Type': 'text/x-shellscript', 'Content-Disposition': 'attachment; filename="part-001"'} | |
| 2018-02-20 07:11:55,397 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (text/x-shellscript, part-001, 2) with frequency always | |
| 2018-02-20 07:11:55,398 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/scripts/part-001 - wb: [700] 553 bytes | |
| 2018-02-20 07:11:55,408 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency always | |
| 2018-02-20 07:11:55,410 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency always | |
| 2018-02-20 07:11:55,410 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (__end__, None, 3) with frequency always | |
| 2018-02-20 07:11:55,411 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/cloud-config.txt - wb: [600] 0 bytes | |
| 2018-02-20 07:11:55,419 - handlers.py[DEBUG]: finish: init-network/consume-user-data: SUCCESS: reading and applying user-data | |
| 2018-02-20 07:11:55,420 - handlers.py[DEBUG]: start: init-network/consume-vendor-data: reading and applying vendor-data | |
| 2018-02-20 07:11:55,421 - stages.py[DEBUG]: no vendordata from datasource | |
| 2018-02-20 07:11:55,421 - handlers.py[DEBUG]: finish: init-network/consume-vendor-data: SUCCESS: reading and applying vendor-data | |
| 2018-02-20 07:11:55,423 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:11:55,424 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:11:55,425 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:55,647 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:11:55,649 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:11:55,649 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:55,722 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:11:55,723 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:11:55,724 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:55,727 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:11:55,730 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:11:55,731 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:11:55,732 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:55,739 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:55,740 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:11:55,744 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:11:55,745 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:11:55,745 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:55,746 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:11:55,758 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:11:55,759 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:11:55,760 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:11:55,761 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:11:55,788 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5184 bytes | |
| 2018-02-20 07:11:55,799 - main.py[DEBUG]: no di_report found in config. | |
| 2018-02-20 07:11:56,243 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:11:56,253 - stages.py[DEBUG]: Running module migrator (<module 'cloudinit.config.cc_migrator' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_migrator.py'>) with frequency always | |
| 2018-02-20 07:11:56,255 - handlers.py[DEBUG]: start: init-network/config-migrator: running config-migrator with frequency always | |
| 2018-02-20 07:11:56,256 - helpers.py[DEBUG]: Running config-migrator using lock (<cloudinit.helpers.DummyLock object at 0x75e509f0>) | |
| 2018-02-20 07:11:56,263 - cc_migrator.py[DEBUG]: Migrated 0 semaphore files to there canonicalized names | |
| 2018-02-20 07:11:56,268 - handlers.py[DEBUG]: finish: init-network/config-migrator: SUCCESS: config-migrator ran successfully | |
| 2018-02-20 07:11:56,269 - stages.py[DEBUG]: Running module seed_random (<module 'cloudinit.config.cc_seed_random' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_seed_random.py'>) with frequency once-per-instance | |
| 2018-02-20 07:11:56,272 - handlers.py[DEBUG]: start: init-network/config-seed_random: running config-seed_random with frequency once-per-instance | |
| 2018-02-20 07:11:56,273 - helpers.py[DEBUG]: config-seed_random already ran (freq=once-per-instance) | |
| 2018-02-20 07:11:56,274 - handlers.py[DEBUG]: finish: init-network/config-seed_random: SUCCESS: config-seed_random previously ran | |
| 2018-02-20 07:11:56,274 - stages.py[DEBUG]: Running module bootcmd (<module 'cloudinit.config.cc_bootcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_bootcmd.py'>) with frequency always | |
| 2018-02-20 07:11:56,277 - handlers.py[DEBUG]: start: init-network/config-bootcmd: running config-bootcmd with frequency always | |
| 2018-02-20 07:11:56,277 - helpers.py[DEBUG]: Running config-bootcmd using lock (<cloudinit.helpers.DummyLock object at 0x75e50370>) | |
| 2018-02-20 07:11:56,278 - cc_bootcmd.py[DEBUG]: Skipping module named bootcmd, no 'bootcmd' key in configuration | |
| 2018-02-20 07:11:56,282 - handlers.py[DEBUG]: finish: init-network/config-bootcmd: SUCCESS: config-bootcmd ran successfully | |
| 2018-02-20 07:11:56,282 - stages.py[DEBUG]: Running module write-files (<module 'cloudinit.config.cc_write_files' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_write_files.py'>) with frequency once-per-instance | |
| 2018-02-20 07:11:56,285 - handlers.py[DEBUG]: start: init-network/config-write-files: running config-write-files with frequency once-per-instance | |
| 2018-02-20 07:11:56,286 - helpers.py[DEBUG]: config-write-files already ran (freq=once-per-instance) | |
| 2018-02-20 07:11:56,287 - handlers.py[DEBUG]: finish: init-network/config-write-files: SUCCESS: config-write-files previously ran | |
| 2018-02-20 07:11:56,287 - stages.py[DEBUG]: Running module growpart (<module 'cloudinit.config.cc_growpart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_growpart.py'>) with frequency always | |
| 2018-02-20 07:11:56,290 - handlers.py[DEBUG]: start: init-network/config-growpart: running config-growpart with frequency always | |
| 2018-02-20 07:11:56,291 - helpers.py[DEBUG]: Running config-growpart using lock (<cloudinit.helpers.DummyLock object at 0x75e88710>) | |
| 2018-02-20 07:11:56,291 - cc_growpart.py[DEBUG]: No 'growpart' entry in cfg. Using default: {'ignore_growroot_disabled': False, 'mode': 'auto', 'devices': ['/']} | |
| 2018-02-20 07:11:56,292 - util.py[DEBUG]: Running command ['growpart', '--help'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:11:56,305 - cc_growpart.py[DEBUG]: growpart unable to find resizer for 'auto': No resizers available | |
| 2018-02-20 07:11:56,307 - handlers.py[DEBUG]: finish: init-network/config-growpart: SUCCESS: config-growpart ran successfully | |
| 2018-02-20 07:11:56,307 - stages.py[DEBUG]: Running module resizefs (<module 'cloudinit.config.cc_resizefs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_resizefs.py'>) with frequency always | |
| 2018-02-20 07:11:56,311 - handlers.py[DEBUG]: start: init-network/config-resizefs: running config-resizefs with frequency always | |
| 2018-02-20 07:11:56,311 - helpers.py[DEBUG]: Running config-resizefs using lock (<cloudinit.helpers.DummyLock object at 0x76a3a770>) | |
| 2018-02-20 07:11:56,380 - util.py[DEBUG]: Reading from /proc/346/mountinfo (quiet=False) | |
| 2018-02-20 07:11:56,382 - util.py[DEBUG]: Read 2086 bytes from /proc/346/mountinfo | |
| 2018-02-20 07:11:56,383 - cc_resizefs.py[DEBUG]: resize_info: dev=/dev/root mnt_point=/ path=/ | |
| 2018-02-20 07:11:56,384 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:11:56,408 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:11:56,420 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:11:56,431 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 07:11:56,433 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 07:11:56,433 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 07:11:56,434 - util.py[DEBUG]: Read 925 bytes from /proc/self/status | |
| 2018-02-20 07:11:56,436 - cc_resizefs.py[DEBUG]: Converted /dev/root to '/dev/disk/by-partuuid/3e8f7ed9-02' per kernel cmdline | |
| 2018-02-20 07:11:56,436 - cc_resizefs.py[DEBUG]: Resizing / (ext4) using resize2fs /dev/disk/by-partuuid/3e8f7ed9-02 | |
| 2018-02-20 07:11:56,437 - util.py[DEBUG]: Running command ('resize2fs', '/dev/disk/by-partuuid/3e8f7ed9-02') with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:11:56,461 - util.py[DEBUG]: Resizing took 0.023 seconds | |
| 2018-02-20 07:11:56,462 - cc_resizefs.py[DEBUG]: Resized root filesystem (type=ext4, val=True) | |
| 2018-02-20 07:11:56,463 - handlers.py[DEBUG]: finish: init-network/config-resizefs: SUCCESS: config-resizefs ran successfully | |
| 2018-02-20 07:11:56,464 - stages.py[DEBUG]: Running module disk_setup (<module 'cloudinit.config.cc_disk_setup' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disk_setup.py'>) with frequency once-per-instance | |
| 2018-02-20 07:11:56,467 - handlers.py[DEBUG]: start: init-network/config-disk_setup: running config-disk_setup with frequency once-per-instance | |
| 2018-02-20 07:11:56,468 - helpers.py[DEBUG]: config-disk_setup already ran (freq=once-per-instance) | |
| 2018-02-20 07:11:56,468 - handlers.py[DEBUG]: finish: init-network/config-disk_setup: SUCCESS: config-disk_setup previously ran | |
| 2018-02-20 07:11:56,469 - stages.py[DEBUG]: Running module mounts (<module 'cloudinit.config.cc_mounts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mounts.py'>) with frequency once-per-instance | |
| 2018-02-20 07:11:56,472 - handlers.py[DEBUG]: start: init-network/config-mounts: running config-mounts with frequency once-per-instance | |
| 2018-02-20 07:11:56,473 - helpers.py[DEBUG]: config-mounts already ran (freq=once-per-instance) | |
| 2018-02-20 07:11:56,474 - handlers.py[DEBUG]: finish: init-network/config-mounts: SUCCESS: config-mounts previously ran | |
| 2018-02-20 07:11:56,474 - stages.py[DEBUG]: Running module set_hostname (<module 'cloudinit.config.cc_set_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_hostname.py'>) with frequency once-per-instance | |
| 2018-02-20 07:11:56,477 - handlers.py[DEBUG]: start: init-network/config-set_hostname: running config-set_hostname with frequency once-per-instance | |
| 2018-02-20 07:11:56,478 - helpers.py[DEBUG]: config-set_hostname already ran (freq=once-per-instance) | |
| 2018-02-20 07:11:56,479 - handlers.py[DEBUG]: finish: init-network/config-set_hostname: SUCCESS: config-set_hostname previously ran | |
| 2018-02-20 07:11:56,479 - stages.py[DEBUG]: Running module update_hostname (<module 'cloudinit.config.cc_update_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_hostname.py'>) with frequency always | |
| 2018-02-20 07:11:56,482 - handlers.py[DEBUG]: start: init-network/config-update_hostname: running config-update_hostname with frequency always | |
| 2018-02-20 07:11:56,483 - helpers.py[DEBUG]: Running config-update_hostname using lock (<cloudinit.helpers.DummyLock object at 0x75cd9630>) | |
| 2018-02-20 07:11:56,483 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:11:56,484 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:11:56,485 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:11:56,486 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:11:56,487 - cc_update_hostname.py[DEBUG]: Updating hostname to raspberrypi (raspberrypi) | |
| 2018-02-20 07:11:56,487 - util.py[DEBUG]: Reading from /var/lib/cloud/data/previous-hostname (quiet=False) | |
| 2018-02-20 07:11:56,489 - util.py[DEBUG]: Read 12 bytes from /var/lib/cloud/data/previous-hostname | |
| 2018-02-20 07:11:56,490 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False) | |
| 2018-02-20 07:11:56,491 - util.py[DEBUG]: Read 12 bytes from /etc/hostname | |
| 2018-02-20 07:11:56,492 - __init__.py[DEBUG]: Attempting to update hostname to raspberrypi in 0 files | |
| 2018-02-20 07:11:56,493 - handlers.py[DEBUG]: finish: init-network/config-update_hostname: SUCCESS: config-update_hostname ran successfully | |
| 2018-02-20 07:11:56,493 - stages.py[DEBUG]: Running module update_etc_hosts (<module 'cloudinit.config.cc_update_etc_hosts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_etc_hosts.py'>) with frequency always | |
| 2018-02-20 07:11:56,496 - handlers.py[DEBUG]: start: init-network/config-update_etc_hosts: running config-update_etc_hosts with frequency always | |
| 2018-02-20 07:11:56,497 - helpers.py[DEBUG]: Running config-update_etc_hosts using lock (<cloudinit.helpers.DummyLock object at 0x75cd9510>) | |
| 2018-02-20 07:11:56,497 - cc_update_etc_hosts.py[DEBUG]: Configuration option 'manage_etc_hosts' is not set, not managing /etc/hosts in module update_etc_hosts | |
| 2018-02-20 07:11:56,498 - handlers.py[DEBUG]: finish: init-network/config-update_etc_hosts: SUCCESS: config-update_etc_hosts ran successfully | |
| 2018-02-20 07:11:56,499 - stages.py[DEBUG]: Running module ca-certs (<module 'cloudinit.config.cc_ca_certs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ca_certs.py'>) with frequency once-per-instance | |
| 2018-02-20 07:11:56,502 - handlers.py[DEBUG]: start: init-network/config-ca-certs: running config-ca-certs with frequency once-per-instance | |
| 2018-02-20 07:11:56,503 - helpers.py[DEBUG]: config-ca-certs already ran (freq=once-per-instance) | |
| 2018-02-20 07:11:56,504 - handlers.py[DEBUG]: finish: init-network/config-ca-certs: SUCCESS: config-ca-certs previously ran | |
| 2018-02-20 07:11:56,504 - stages.py[DEBUG]: Running module rsyslog (<module 'cloudinit.config.cc_rsyslog' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rsyslog.py'>) with frequency once-per-instance | |
| 2018-02-20 07:11:56,507 - handlers.py[DEBUG]: start: init-network/config-rsyslog: running config-rsyslog with frequency once-per-instance | |
| 2018-02-20 07:11:56,508 - helpers.py[DEBUG]: config-rsyslog already ran (freq=once-per-instance) | |
| 2018-02-20 07:11:56,509 - handlers.py[DEBUG]: finish: init-network/config-rsyslog: SUCCESS: config-rsyslog previously ran | |
| 2018-02-20 07:11:56,509 - stages.py[DEBUG]: Running module users-groups (<module 'cloudinit.config.cc_users_groups' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_users_groups.py'>) with frequency once-per-instance | |
| 2018-02-20 07:11:56,512 - handlers.py[DEBUG]: start: init-network/config-users-groups: running config-users-groups with frequency once-per-instance | |
| 2018-02-20 07:11:56,513 - helpers.py[DEBUG]: config-users-groups already ran (freq=once-per-instance) | |
| 2018-02-20 07:11:56,514 - handlers.py[DEBUG]: finish: init-network/config-users-groups: SUCCESS: config-users-groups previously ran | |
| 2018-02-20 07:11:56,514 - stages.py[DEBUG]: Running module ssh (<module 'cloudinit.config.cc_ssh' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh.py'>) with frequency once-per-instance | |
| 2018-02-20 07:11:56,517 - handlers.py[DEBUG]: start: init-network/config-ssh: running config-ssh with frequency once-per-instance | |
| 2018-02-20 07:11:56,518 - helpers.py[DEBUG]: config-ssh already ran (freq=once-per-instance) | |
| 2018-02-20 07:11:56,519 - handlers.py[DEBUG]: finish: init-network/config-ssh: SUCCESS: config-ssh previously ran | |
| 2018-02-20 07:11:56,520 - main.py[DEBUG]: Ran 15 modules with 0 failures | |
| 2018-02-20 07:11:56,525 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:11:56,526 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 07:11:56,527 - util.py[DEBUG]: cloud-init mode 'init' took 2.610 seconds (2.61) | |
| 2018-02-20 07:11:56,528 - handlers.py[DEBUG]: finish: init-network: SUCCESS: searching for network datasources | |
| 2018-02-20 07:12:07,433 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 07:12:07 +0000. Up 28.03 seconds. | |
| 2018-02-20 07:12:07,614 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:12:07,619 - stages.py[DEBUG]: Running module emit_upstart (<module 'cloudinit.config.cc_emit_upstart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_emit_upstart.py'>) with frequency always | |
| 2018-02-20 07:12:07,621 - handlers.py[DEBUG]: start: modules-config/config-emit_upstart: running config-emit_upstart with frequency always | |
| 2018-02-20 07:12:07,621 - helpers.py[DEBUG]: Running config-emit_upstart using lock (<cloudinit.helpers.DummyLock object at 0x75e486d0>) | |
| 2018-02-20 07:12:07,622 - cc_emit_upstart.py[DEBUG]: no /sbin/initctl located | |
| 2018-02-20 07:12:07,622 - cc_emit_upstart.py[DEBUG]: not upstart system, 'emit_upstart' disabled | |
| 2018-02-20 07:12:07,624 - handlers.py[DEBUG]: finish: modules-config/config-emit_upstart: SUCCESS: config-emit_upstart ran successfully | |
| 2018-02-20 07:12:07,624 - stages.py[DEBUG]: Running module snap_config (<module 'cloudinit.config.cc_snap_config' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_snap_config.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:07,626 - handlers.py[DEBUG]: start: modules-config/config-snap_config: running config-snap_config with frequency once-per-instance | |
| 2018-02-20 07:12:07,626 - helpers.py[DEBUG]: config-snap_config already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:07,626 - handlers.py[DEBUG]: finish: modules-config/config-snap_config: SUCCESS: config-snap_config previously ran | |
| 2018-02-20 07:12:07,627 - stages.py[DEBUG]: Running module ssh-import-id (<module 'cloudinit.config.cc_ssh_import_id' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_import_id.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:07,628 - handlers.py[DEBUG]: start: modules-config/config-ssh-import-id: running config-ssh-import-id with frequency once-per-instance | |
| 2018-02-20 07:12:07,629 - helpers.py[DEBUG]: config-ssh-import-id already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:07,629 - handlers.py[DEBUG]: finish: modules-config/config-ssh-import-id: SUCCESS: config-ssh-import-id previously ran | |
| 2018-02-20 07:12:07,629 - stages.py[DEBUG]: Running module locale (<module 'cloudinit.config.cc_locale' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_locale.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:07,631 - handlers.py[DEBUG]: start: modules-config/config-locale: running config-locale with frequency once-per-instance | |
| 2018-02-20 07:12:07,631 - helpers.py[DEBUG]: config-locale already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:07,632 - handlers.py[DEBUG]: finish: modules-config/config-locale: SUCCESS: config-locale previously ran | |
| 2018-02-20 07:12:07,632 - stages.py[DEBUG]: Running module set-passwords (<module 'cloudinit.config.cc_set_passwords' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_passwords.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:07,633 - handlers.py[DEBUG]: start: modules-config/config-set-passwords: running config-set-passwords with frequency once-per-instance | |
| 2018-02-20 07:12:07,634 - helpers.py[DEBUG]: config-set-passwords already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:07,634 - handlers.py[DEBUG]: finish: modules-config/config-set-passwords: SUCCESS: config-set-passwords previously ran | |
| 2018-02-20 07:12:07,634 - stages.py[DEBUG]: Running module grub-dpkg (<module 'cloudinit.config.cc_grub_dpkg' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_grub_dpkg.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:07,636 - handlers.py[DEBUG]: start: modules-config/config-grub-dpkg: running config-grub-dpkg with frequency once-per-instance | |
| 2018-02-20 07:12:07,636 - helpers.py[DEBUG]: config-grub-dpkg already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:07,637 - handlers.py[DEBUG]: finish: modules-config/config-grub-dpkg: SUCCESS: config-grub-dpkg previously ran | |
| 2018-02-20 07:12:07,637 - stages.py[DEBUG]: Running module apt-pipelining (<module 'cloudinit.config.cc_apt_pipelining' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_pipelining.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:07,638 - handlers.py[DEBUG]: start: modules-config/config-apt-pipelining: running config-apt-pipelining with frequency once-per-instance | |
| 2018-02-20 07:12:07,639 - helpers.py[DEBUG]: config-apt-pipelining already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:07,639 - handlers.py[DEBUG]: finish: modules-config/config-apt-pipelining: SUCCESS: config-apt-pipelining previously ran | |
| 2018-02-20 07:12:07,639 - stages.py[DEBUG]: Running module apt-configure (<module 'cloudinit.config.cc_apt_configure' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_configure.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:07,641 - handlers.py[DEBUG]: start: modules-config/config-apt-configure: running config-apt-configure with frequency once-per-instance | |
| 2018-02-20 07:12:07,641 - helpers.py[DEBUG]: config-apt-configure already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:07,642 - handlers.py[DEBUG]: finish: modules-config/config-apt-configure: SUCCESS: config-apt-configure previously ran | |
| 2018-02-20 07:12:07,642 - stages.py[DEBUG]: Running module ntp (<module 'cloudinit.config.cc_ntp' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ntp.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:07,643 - handlers.py[DEBUG]: start: modules-config/config-ntp: running config-ntp with frequency once-per-instance | |
| 2018-02-20 07:12:07,644 - helpers.py[DEBUG]: config-ntp already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:07,644 - handlers.py[DEBUG]: finish: modules-config/config-ntp: SUCCESS: config-ntp previously ran | |
| 2018-02-20 07:12:07,645 - stages.py[DEBUG]: Running module timezone (<module 'cloudinit.config.cc_timezone' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_timezone.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:07,646 - handlers.py[DEBUG]: start: modules-config/config-timezone: running config-timezone with frequency once-per-instance | |
| 2018-02-20 07:12:07,646 - helpers.py[DEBUG]: config-timezone already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:07,647 - handlers.py[DEBUG]: finish: modules-config/config-timezone: SUCCESS: config-timezone previously ran | |
| 2018-02-20 07:12:07,647 - stages.py[DEBUG]: Running module disable-ec2-metadata (<module 'cloudinit.config.cc_disable_ec2_metadata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disable_ec2_metadata.py'>) with frequency always | |
| 2018-02-20 07:12:07,648 - handlers.py[DEBUG]: start: modules-config/config-disable-ec2-metadata: running config-disable-ec2-metadata with frequency always | |
| 2018-02-20 07:12:07,649 - helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock (<cloudinit.helpers.DummyLock object at 0x75e48510>) | |
| 2018-02-20 07:12:07,649 - cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled | |
| 2018-02-20 07:12:07,650 - handlers.py[DEBUG]: finish: modules-config/config-disable-ec2-metadata: SUCCESS: config-disable-ec2-metadata ran successfully | |
| 2018-02-20 07:12:07,650 - stages.py[DEBUG]: Running module runcmd (<module 'cloudinit.config.cc_runcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_runcmd.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:07,651 - handlers.py[DEBUG]: start: modules-config/config-runcmd: running config-runcmd with frequency once-per-instance | |
| 2018-02-20 07:12:07,652 - helpers.py[DEBUG]: config-runcmd already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:07,652 - handlers.py[DEBUG]: finish: modules-config/config-runcmd: SUCCESS: config-runcmd previously ran | |
| 2018-02-20 07:12:07,652 - stages.py[DEBUG]: Running module byobu (<module 'cloudinit.config.cc_byobu' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_byobu.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:07,654 - handlers.py[DEBUG]: start: modules-config/config-byobu: running config-byobu with frequency once-per-instance | |
| 2018-02-20 07:12:07,654 - helpers.py[DEBUG]: config-byobu already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:07,655 - handlers.py[DEBUG]: finish: modules-config/config-byobu: SUCCESS: config-byobu previously ran | |
| 2018-02-20 07:12:07,655 - main.py[DEBUG]: Ran 13 modules with 0 failures | |
| 2018-02-20 07:12:07,658 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:12:07,658 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 07:12:07,659 - util.py[DEBUG]: cloud-init mode 'modules' took 0.612 seconds (0.61) | |
| 2018-02-20 07:12:07,659 - handlers.py[DEBUG]: finish: modules-config: SUCCESS: running modules for config | |
| 2018-02-20 07:12:10,496 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 07:12:10 +0000. Up 31.09 seconds. | |
| 2018-02-20 07:12:10,686 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:12:10,690 - stages.py[INFO]: Skipping modules 'snappy,landscape,lxd' because they are not verified on distro 'debian'. To run anyway, add them to 'unverified_modules' in config. | |
| 2018-02-20 07:12:10,692 - stages.py[DEBUG]: Running module package-update-upgrade-install (<module 'cloudinit.config.cc_package_update_upgrade_install' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_package_update_upgrade_install.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:10,693 - handlers.py[DEBUG]: start: modules-final/config-package-update-upgrade-install: running config-package-update-upgrade-install with frequency once-per-instance | |
| 2018-02-20 07:12:10,694 - helpers.py[DEBUG]: config-package-update-upgrade-install already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:10,694 - handlers.py[DEBUG]: finish: modules-final/config-package-update-upgrade-install: SUCCESS: config-package-update-upgrade-install previously ran | |
| 2018-02-20 07:12:10,695 - stages.py[DEBUG]: Running module fan (<module 'cloudinit.config.cc_fan' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_fan.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:10,696 - handlers.py[DEBUG]: start: modules-final/config-fan: running config-fan with frequency once-per-instance | |
| 2018-02-20 07:12:10,696 - helpers.py[DEBUG]: config-fan already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:10,697 - handlers.py[DEBUG]: finish: modules-final/config-fan: SUCCESS: config-fan previously ran | |
| 2018-02-20 07:12:10,697 - stages.py[DEBUG]: Running module puppet (<module 'cloudinit.config.cc_puppet' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_puppet.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:10,698 - handlers.py[DEBUG]: start: modules-final/config-puppet: running config-puppet with frequency once-per-instance | |
| 2018-02-20 07:12:10,699 - helpers.py[DEBUG]: config-puppet already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:10,699 - handlers.py[DEBUG]: finish: modules-final/config-puppet: SUCCESS: config-puppet previously ran | |
| 2018-02-20 07:12:10,700 - stages.py[DEBUG]: Running module chef (<module 'cloudinit.config.cc_chef' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_chef.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:10,701 - handlers.py[DEBUG]: start: modules-final/config-chef: running config-chef with frequency once-per-instance | |
| 2018-02-20 07:12:10,701 - helpers.py[DEBUG]: config-chef already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:10,702 - handlers.py[DEBUG]: finish: modules-final/config-chef: SUCCESS: config-chef previously ran | |
| 2018-02-20 07:12:10,702 - stages.py[DEBUG]: Running module salt-minion (<module 'cloudinit.config.cc_salt_minion' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_salt_minion.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:10,703 - handlers.py[DEBUG]: start: modules-final/config-salt-minion: running config-salt-minion with frequency once-per-instance | |
| 2018-02-20 07:12:10,704 - helpers.py[DEBUG]: config-salt-minion already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:10,704 - handlers.py[DEBUG]: finish: modules-final/config-salt-minion: SUCCESS: config-salt-minion previously ran | |
| 2018-02-20 07:12:10,705 - stages.py[DEBUG]: Running module mcollective (<module 'cloudinit.config.cc_mcollective' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mcollective.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:10,706 - handlers.py[DEBUG]: start: modules-final/config-mcollective: running config-mcollective with frequency once-per-instance | |
| 2018-02-20 07:12:10,706 - helpers.py[DEBUG]: config-mcollective already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:10,707 - handlers.py[DEBUG]: finish: modules-final/config-mcollective: SUCCESS: config-mcollective previously ran | |
| 2018-02-20 07:12:10,707 - stages.py[DEBUG]: Running module rightscale_userdata (<module 'cloudinit.config.cc_rightscale_userdata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rightscale_userdata.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:10,708 - handlers.py[DEBUG]: start: modules-final/config-rightscale_userdata: running config-rightscale_userdata with frequency once-per-instance | |
| 2018-02-20 07:12:10,709 - helpers.py[DEBUG]: config-rightscale_userdata already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:10,709 - handlers.py[DEBUG]: finish: modules-final/config-rightscale_userdata: SUCCESS: config-rightscale_userdata previously ran | |
| 2018-02-20 07:12:10,709 - stages.py[DEBUG]: Running module scripts-vendor (<module 'cloudinit.config.cc_scripts_vendor' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_vendor.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:10,711 - handlers.py[DEBUG]: start: modules-final/config-scripts-vendor: running config-scripts-vendor with frequency once-per-instance | |
| 2018-02-20 07:12:10,711 - helpers.py[DEBUG]: config-scripts-vendor already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:10,712 - handlers.py[DEBUG]: finish: modules-final/config-scripts-vendor: SUCCESS: config-scripts-vendor previously ran | |
| 2018-02-20 07:12:10,712 - stages.py[DEBUG]: Running module scripts-per-once (<module 'cloudinit.config.cc_scripts_per_once' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_once.py'>) with frequency once | |
| 2018-02-20 07:12:10,713 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-once: running config-scripts-per-once with frequency once | |
| 2018-02-20 07:12:10,714 - helpers.py[DEBUG]: config-scripts-per-once already ran (freq=once) | |
| 2018-02-20 07:12:10,714 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-once: SUCCESS: config-scripts-per-once previously ran | |
| 2018-02-20 07:12:10,714 - stages.py[DEBUG]: Running module scripts-per-boot (<module 'cloudinit.config.cc_scripts_per_boot' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_boot.py'>) with frequency always | |
| 2018-02-20 07:12:10,716 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-boot: running config-scripts-per-boot with frequency always | |
| 2018-02-20 07:12:10,716 - helpers.py[DEBUG]: Running config-scripts-per-boot using lock (<cloudinit.helpers.DummyLock object at 0x75e00710>) | |
| 2018-02-20 07:12:10,718 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-boot: SUCCESS: config-scripts-per-boot ran successfully | |
| 2018-02-20 07:12:10,718 - stages.py[DEBUG]: Running module scripts-per-instance (<module 'cloudinit.config.cc_scripts_per_instance' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_instance.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:10,719 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-instance: running config-scripts-per-instance with frequency once-per-instance | |
| 2018-02-20 07:12:10,720 - helpers.py[DEBUG]: config-scripts-per-instance already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:10,720 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-instance: SUCCESS: config-scripts-per-instance previously ran | |
| 2018-02-20 07:12:10,721 - stages.py[DEBUG]: Running module scripts-user (<module 'cloudinit.config.cc_scripts_user' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_user.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:10,722 - handlers.py[DEBUG]: start: modules-final/config-scripts-user: running config-scripts-user with frequency once-per-instance | |
| 2018-02-20 07:12:10,722 - helpers.py[DEBUG]: config-scripts-user already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:10,723 - handlers.py[DEBUG]: finish: modules-final/config-scripts-user: SUCCESS: config-scripts-user previously ran | |
| 2018-02-20 07:12:10,723 - stages.py[DEBUG]: Running module ssh-authkey-fingerprints (<module 'cloudinit.config.cc_ssh_authkey_fingerprints' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_authkey_fingerprints.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:10,724 - handlers.py[DEBUG]: start: modules-final/config-ssh-authkey-fingerprints: running config-ssh-authkey-fingerprints with frequency once-per-instance | |
| 2018-02-20 07:12:10,725 - helpers.py[DEBUG]: config-ssh-authkey-fingerprints already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:10,725 - handlers.py[DEBUG]: finish: modules-final/config-ssh-authkey-fingerprints: SUCCESS: config-ssh-authkey-fingerprints previously ran | |
| 2018-02-20 07:12:10,725 - stages.py[DEBUG]: Running module keys-to-console (<module 'cloudinit.config.cc_keys_to_console' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_keys_to_console.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:10,727 - handlers.py[DEBUG]: start: modules-final/config-keys-to-console: running config-keys-to-console with frequency once-per-instance | |
| 2018-02-20 07:12:10,727 - helpers.py[DEBUG]: config-keys-to-console already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:10,728 - handlers.py[DEBUG]: finish: modules-final/config-keys-to-console: SUCCESS: config-keys-to-console previously ran | |
| 2018-02-20 07:12:10,728 - stages.py[DEBUG]: Running module phone-home (<module 'cloudinit.config.cc_phone_home' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_phone_home.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:10,729 - handlers.py[DEBUG]: start: modules-final/config-phone-home: running config-phone-home with frequency once-per-instance | |
| 2018-02-20 07:12:10,730 - helpers.py[DEBUG]: config-phone-home already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:10,730 - handlers.py[DEBUG]: finish: modules-final/config-phone-home: SUCCESS: config-phone-home previously ran | |
| 2018-02-20 07:12:10,730 - stages.py[DEBUG]: Running module final-message (<module 'cloudinit.config.cc_final_message' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_final_message.py'>) with frequency always | |
| 2018-02-20 07:12:10,732 - handlers.py[DEBUG]: start: modules-final/config-final-message: running config-final-message with frequency always | |
| 2018-02-20 07:12:10,732 - helpers.py[DEBUG]: Running config-final-message using lock (<cloudinit.helpers.DummyLock object at 0x75e00890>) | |
| 2018-02-20 07:12:10,732 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:12:10,733 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 07:12:10,753 - util.py[DEBUG]: Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 07:12:10 +0000. Datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]. Up 31.71 seconds | |
| 2018-02-20 07:12:10,753 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/boot-finished - wb: [644] 50 bytes | |
| 2018-02-20 07:12:10,757 - handlers.py[DEBUG]: finish: modules-final/config-final-message: SUCCESS: config-final-message ran successfully | |
| 2018-02-20 07:12:10,757 - stages.py[DEBUG]: Running module power-state-change (<module 'cloudinit.config.cc_power_state_change' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_power_state_change.py'>) with frequency once-per-instance | |
| 2018-02-20 07:12:10,759 - handlers.py[DEBUG]: start: modules-final/config-power-state-change: running config-power-state-change with frequency once-per-instance | |
| 2018-02-20 07:12:10,759 - helpers.py[DEBUG]: config-power-state-change already ran (freq=once-per-instance) | |
| 2018-02-20 07:12:10,759 - handlers.py[DEBUG]: finish: modules-final/config-power-state-change: SUCCESS: config-power-state-change previously ran | |
| 2018-02-20 07:12:10,760 - main.py[DEBUG]: Ran 17 modules with 0 failures | |
| 2018-02-20 07:12:10,764 - util.py[DEBUG]: Creating symbolic link from '/run/cloud-init/result.json' => '../../var/lib/cloud/data/result.json' | |
| 2018-02-20 07:12:10,764 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:12:10,765 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 07:12:10,765 - util.py[DEBUG]: cloud-init mode 'modules' took 0.654 seconds (0.65) | |
| 2018-02-20 07:12:10,766 - handlers.py[DEBUG]: finish: modules-final: SUCCESS: running modules for final | |
| 2018-02-20 07:20:27,784 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 07:20:27 +0000. Up 9.41 seconds. | |
| 2018-02-20 07:20:27,787 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 07:20:27,788 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 07:20:27,824 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 07:20:27,834 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 07:20:27,839 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished | |
| 2018-02-20 07:20:27,840 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/data/no-net | |
| 2018-02-20 07:20:27,841 - handlers.py[DEBUG]: start: init-local/check-cache: attempting to read from cache [check] | |
| 2018-02-20 07:20:27,842 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 07:20:27,844 - util.py[DEBUG]: Read 5184 bytes from /var/lib/cloud/instance/obj.pkl | |
| 2018-02-20 07:20:27,863 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/meta-data (quiet=False) | |
| 2018-02-20 07:20:27,864 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/meta-data (quiet=False) | |
| 2018-02-20 07:20:27,865 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/seed/nocloud-net/meta-data | |
| 2018-02-20 07:20:27,867 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:27,869 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:20:27,870 - handlers.py[DEBUG]: finish: init-local/check-cache: FAIL: attempting to read from cache [check] | |
| 2018-02-20 07:20:27,870 - util.py[WARNING]: failed stage init-local | |
| 2018-02-20 07:20:27,871 - util.py[DEBUG]: failed stage init-local | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 650, in status_wrapper | |
| ret = functor(name, args) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 324, in main_init | |
| init.fetch(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 349, in fetch | |
| return self._get_data_source(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 244, in _get_data_source | |
| ds, desc = self._restore_from_checked_cache(existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 230, in _restore_from_checked_cache | |
| ds.check_instance_id(self.cfg)): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 199, in check_instance_id | |
| quick_id = _quick_read_instance_id(dirs=dirs) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 227, in _quick_read_instance_id | |
| if iid_key in md: | |
| TypeError: argument of type 'NoneType' is not iterable | |
| 2018-02-20 07:20:27,895 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:20:27,896 - util.py[DEBUG]: Read 11 bytes from /proc/uptime | |
| 2018-02-20 07:20:27,897 - util.py[DEBUG]: cloud-init mode 'init' took 0.552 seconds (0.55) | |
| 2018-02-20 07:20:27,898 - handlers.py[DEBUG]: finish: init-local: FAIL: searching for local datasources | |
| 2018-02-20 07:20:33,383 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 07:20:33 +0000. Up 15.02 seconds. | |
| 2018-02-20 07:20:33,384 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 07:20:33,384 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 07:20:33,420 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 07:20:33,430 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 07:20:33,431 - util.py[DEBUG]: Running command ['ifconfig', '-a'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:20:33,475 - util.py[DEBUG]: Running command ['netstat', '-rn'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:20:33,497 - util.py[DEBUG]: Running command ['netstat', '-A', 'inet6', '-n'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:20:33,513 - main.py[DEBUG]: Checking to see if files that we need already exist from a previous run that would allow us to stop early. | |
| 2018-02-20 07:20:33,514 - main.py[DEBUG]: Execution continuing, no previous run detected that would allow us to stop early. | |
| 2018-02-20 07:20:33,515 - handlers.py[DEBUG]: start: init-network/check-cache: attempting to read from cache [trust] | |
| 2018-02-20 07:20:33,516 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 07:20:33,517 - util.py[DEBUG]: Read 5184 bytes from /var/lib/cloud/instance/obj.pkl | |
| 2018-02-20 07:20:33,531 - stages.py[DEBUG]: restored from cache: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 07:20:33,533 - handlers.py[DEBUG]: finish: init-network/check-cache: SUCCESS: restored from cache: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 07:20:33,535 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:20:33,536 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:20:33,536 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:33,756 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:20:33,757 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:20:33,757 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:33,830 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:20:33,831 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:20:33,831 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:33,834 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:20:33,837 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:20:33,838 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:20:33,839 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:33,846 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:33,848 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:20:33,851 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:20:33,852 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:20:33,853 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:33,854 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:20:33,859 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 07:20:33,860 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/nocloud' | |
| 2018-02-20 07:20:33,869 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/nocloud/datasource (quiet=False) | |
| 2018-02-20 07:20:33,871 - util.py[DEBUG]: Read 88 bytes from /var/lib/cloud/instances/nocloud/datasource | |
| 2018-02-20 07:20:33,872 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/datasource - wb: [644] 88 bytes | |
| 2018-02-20 07:20:33,879 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 88 bytes | |
| 2018-02-20 07:20:33,886 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) | |
| 2018-02-20 07:20:33,888 - util.py[DEBUG]: Read 8 bytes from /var/lib/cloud/data/instance-id | |
| 2018-02-20 07:20:33,889 - stages.py[DEBUG]: previous iid found to be nocloud | |
| 2018-02-20 07:20:33,890 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:20:33,896 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:20:33,903 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:20:33,915 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5272 bytes | |
| 2018-02-20 07:20:33,922 - main.py[DEBUG]: [net] init will now be targeting instance id: nocloud. new=False | |
| 2018-02-20 07:20:33,924 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:20:33,925 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:20:33,925 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:34,145 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:20:34,146 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:20:34,146 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:34,218 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:20:34,219 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:20:34,220 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:34,223 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:20:34,226 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:20:34,227 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:20:34,227 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:34,235 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:34,236 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:20:34,240 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:20:34,241 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:20:34,241 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:34,243 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:20:34,257 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:20:34,261 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/carrier (quiet=False) | |
| 2018-02-20 07:20:34,263 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/dormant (quiet=False) | |
| 2018-02-20 07:20:34,263 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 07:20:34,264 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 07:20:34,265 - util.py[DEBUG]: Reading from /sys/class/net/eth0/carrier (quiet=False) | |
| 2018-02-20 07:20:34,266 - util.py[DEBUG]: Reading from /sys/class/net/eth0/dormant (quiet=False) | |
| 2018-02-20 07:20:34,267 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 07:20:34,268 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 07:20:34,269 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:20:34,269 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:20:34,270 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:20:34,271 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:20:34,271 - stages.py[DEBUG]: applying net config names for {'version': 1, 'config': [{'name': 'eth0', 'type': 'physical', 'mac_address': 'b8:27:eb:55:b7:56', 'subnets': [{'type': 'dhcp'}]}]} | |
| 2018-02-20 07:20:34,273 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 07:20:34,274 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) | |
| 2018-02-20 07:20:34,275 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type | |
| 2018-02-20 07:20:34,275 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) | |
| 2018-02-20 07:20:34,276 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent | |
| 2018-02-20 07:20:34,277 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:20:34,278 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:20:34,278 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 07:20:34,279 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) | |
| 2018-02-20 07:20:34,280 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type | |
| 2018-02-20 07:20:34,281 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) | |
| 2018-02-20 07:20:34,282 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent | |
| 2018-02-20 07:20:34,282 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) | |
| 2018-02-20 07:20:34,283 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address | |
| 2018-02-20 07:20:34,284 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) | |
| 2018-02-20 07:20:34,284 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/addr_assign_type (quiet=False) | |
| 2018-02-20 07:20:34,285 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/wlan0/addr_assign_type | |
| 2018-02-20 07:20:34,286 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/uevent (quiet=False) | |
| 2018-02-20 07:20:34,287 - util.py[DEBUG]: Read 39 bytes from /sys/class/net/wlan0/uevent | |
| 2018-02-20 07:20:34,287 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 07:20:34,288 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 07:20:34,289 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/device/device (quiet=False) | |
| 2018-02-20 07:20:34,290 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/wlan0/device/device | |
| 2018-02-20 07:20:34,291 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 07:20:34,291 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 07:20:34,292 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) | |
| 2018-02-20 07:20:34,293 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate | |
| 2018-02-20 07:20:34,293 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 07:20:34,294 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 07:20:34,297 - util.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:20:34,313 - util.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:20:34,329 - __init__.py[DEBUG]: no work necessary for renaming of [['b8:27:eb:55:b7:56', 'eth0', 'smsc95xx', None]] | |
| 2018-02-20 07:20:34,332 - stages.py[DEBUG]: not a new instance. network config is not applied. | |
| 2018-02-20 07:20:34,333 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/user-data.txt - wb: [600] 25 bytes | |
| 2018-02-20 07:20:34,367 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/user-data.txt.i - wb: [600] 832 bytes | |
| 2018-02-20 07:20:34,374 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/vendor-data.txt - wb: [600] 0 bytes | |
| 2018-02-20 07:20:34,385 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/vendor-data.txt.i - wb: [600] 281 bytes | |
| 2018-02-20 07:20:34,399 - helpers.py[DEBUG]: consume_data already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:34,400 - handlers.py[DEBUG]: start: init-network/consume-user-data: reading and applying user-data | |
| 2018-02-20 07:20:34,404 - stages.py[DEBUG]: Added default handler for {'text/cloud-config', 'text/cloud-config-jsonp'} from CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] | |
| 2018-02-20 07:20:34,405 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript'} from ShellScriptPartHandler: [['text/x-shellscript']] | |
| 2018-02-20 07:20:34,406 - stages.py[DEBUG]: Added default handler for {'text/cloud-boothook'} from BootHookPartHandler: [['text/cloud-boothook']] | |
| 2018-02-20 07:20:34,407 - stages.py[DEBUG]: Added default handler for {'text/upstart-job'} from UpstartJobPartHandler: [['text/upstart-job']] | |
| 2018-02-20 07:20:34,411 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__begin__, None, 3) with frequency always | |
| 2018-02-20 07:20:34,412 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency always | |
| 2018-02-20 07:20:34,412 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency always | |
| 2018-02-20 07:20:34,414 - __init__.py[DEBUG]: {'MIME-Version': '1.0', 'Content-Disposition': 'attachment; filename="part-001"', 'Content-Type': 'text/x-shellscript'} | |
| 2018-02-20 07:20:34,415 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (text/x-shellscript, part-001, 2) with frequency always | |
| 2018-02-20 07:20:34,416 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/scripts/part-001 - wb: [700] 553 bytes | |
| 2018-02-20 07:20:34,426 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__end__, None, 3) with frequency always | |
| 2018-02-20 07:20:34,427 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/cloud-config.txt - wb: [600] 0 bytes | |
| 2018-02-20 07:20:34,434 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency always | |
| 2018-02-20 07:20:34,435 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency always | |
| 2018-02-20 07:20:34,436 - handlers.py[DEBUG]: finish: init-network/consume-user-data: SUCCESS: reading and applying user-data | |
| 2018-02-20 07:20:34,437 - handlers.py[DEBUG]: start: init-network/consume-vendor-data: reading and applying vendor-data | |
| 2018-02-20 07:20:34,438 - stages.py[DEBUG]: no vendordata from datasource | |
| 2018-02-20 07:20:34,439 - handlers.py[DEBUG]: finish: init-network/consume-vendor-data: SUCCESS: reading and applying vendor-data | |
| 2018-02-20 07:20:34,441 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:20:34,441 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:20:34,442 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:34,662 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:20:34,663 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:20:34,664 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:34,736 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:20:34,737 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:20:34,737 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:34,740 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:20:34,743 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:20:34,744 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:20:34,745 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:34,752 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:34,754 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:20:34,757 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:20:34,758 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:20:34,759 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:34,760 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:20:34,771 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:20:34,772 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:20:34,773 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:20:34,774 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:20:34,801 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5187 bytes | |
| 2018-02-20 07:20:34,812 - main.py[DEBUG]: no di_report found in config. | |
| 2018-02-20 07:20:35,256 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:20:35,266 - stages.py[DEBUG]: Running module migrator (<module 'cloudinit.config.cc_migrator' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_migrator.py'>) with frequency always | |
| 2018-02-20 07:20:35,269 - handlers.py[DEBUG]: start: init-network/config-migrator: running config-migrator with frequency always | |
| 2018-02-20 07:20:35,269 - helpers.py[DEBUG]: Running config-migrator using lock (<cloudinit.helpers.DummyLock object at 0x75db64b0>) | |
| 2018-02-20 07:20:35,276 - cc_migrator.py[DEBUG]: Migrated 0 semaphore files to there canonicalized names | |
| 2018-02-20 07:20:35,282 - handlers.py[DEBUG]: finish: init-network/config-migrator: SUCCESS: config-migrator ran successfully | |
| 2018-02-20 07:20:35,282 - stages.py[DEBUG]: Running module seed_random (<module 'cloudinit.config.cc_seed_random' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_seed_random.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:35,285 - handlers.py[DEBUG]: start: init-network/config-seed_random: running config-seed_random with frequency once-per-instance | |
| 2018-02-20 07:20:35,286 - helpers.py[DEBUG]: config-seed_random already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:35,287 - handlers.py[DEBUG]: finish: init-network/config-seed_random: SUCCESS: config-seed_random previously ran | |
| 2018-02-20 07:20:35,287 - stages.py[DEBUG]: Running module bootcmd (<module 'cloudinit.config.cc_bootcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_bootcmd.py'>) with frequency always | |
| 2018-02-20 07:20:35,290 - handlers.py[DEBUG]: start: init-network/config-bootcmd: running config-bootcmd with frequency always | |
| 2018-02-20 07:20:35,291 - helpers.py[DEBUG]: Running config-bootcmd using lock (<cloudinit.helpers.DummyLock object at 0x75db6970>) | |
| 2018-02-20 07:20:35,291 - cc_bootcmd.py[DEBUG]: Skipping module named bootcmd, no 'bootcmd' key in configuration | |
| 2018-02-20 07:20:35,294 - handlers.py[DEBUG]: finish: init-network/config-bootcmd: SUCCESS: config-bootcmd ran successfully | |
| 2018-02-20 07:20:35,295 - stages.py[DEBUG]: Running module write-files (<module 'cloudinit.config.cc_write_files' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_write_files.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:35,298 - handlers.py[DEBUG]: start: init-network/config-write-files: running config-write-files with frequency once-per-instance | |
| 2018-02-20 07:20:35,298 - helpers.py[DEBUG]: config-write-files already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:35,299 - handlers.py[DEBUG]: finish: init-network/config-write-files: SUCCESS: config-write-files previously ran | |
| 2018-02-20 07:20:35,300 - stages.py[DEBUG]: Running module growpart (<module 'cloudinit.config.cc_growpart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_growpart.py'>) with frequency always | |
| 2018-02-20 07:20:35,303 - handlers.py[DEBUG]: start: init-network/config-growpart: running config-growpart with frequency always | |
| 2018-02-20 07:20:35,303 - helpers.py[DEBUG]: Running config-growpart using lock (<cloudinit.helpers.DummyLock object at 0x75db6e50>) | |
| 2018-02-20 07:20:35,304 - cc_growpart.py[DEBUG]: No 'growpart' entry in cfg. Using default: {'devices': ['/'], 'ignore_growroot_disabled': False, 'mode': 'auto'} | |
| 2018-02-20 07:20:35,305 - util.py[DEBUG]: Running command ['growpart', '--help'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:20:35,318 - cc_growpart.py[DEBUG]: growpart unable to find resizer for 'auto': No resizers available | |
| 2018-02-20 07:20:35,320 - handlers.py[DEBUG]: finish: init-network/config-growpart: SUCCESS: config-growpart ran successfully | |
| 2018-02-20 07:20:35,320 - stages.py[DEBUG]: Running module resizefs (<module 'cloudinit.config.cc_resizefs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_resizefs.py'>) with frequency always | |
| 2018-02-20 07:20:35,323 - handlers.py[DEBUG]: start: init-network/config-resizefs: running config-resizefs with frequency always | |
| 2018-02-20 07:20:35,324 - helpers.py[DEBUG]: Running config-resizefs using lock (<cloudinit.helpers.DummyLock object at 0x762b3790>) | |
| 2018-02-20 07:20:35,393 - util.py[DEBUG]: Reading from /proc/346/mountinfo (quiet=False) | |
| 2018-02-20 07:20:35,394 - util.py[DEBUG]: Read 2086 bytes from /proc/346/mountinfo | |
| 2018-02-20 07:20:35,396 - cc_resizefs.py[DEBUG]: resize_info: dev=/dev/root mnt_point=/ path=/ | |
| 2018-02-20 07:20:35,397 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:20:35,421 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:20:35,432 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:20:35,444 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 07:20:35,445 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 07:20:35,446 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 07:20:35,447 - util.py[DEBUG]: Read 926 bytes from /proc/self/status | |
| 2018-02-20 07:20:35,448 - cc_resizefs.py[DEBUG]: Converted /dev/root to '/dev/disk/by-partuuid/3e8f7ed9-02' per kernel cmdline | |
| 2018-02-20 07:20:35,449 - cc_resizefs.py[DEBUG]: Resizing / (ext4) using resize2fs /dev/disk/by-partuuid/3e8f7ed9-02 | |
| 2018-02-20 07:20:35,449 - util.py[DEBUG]: Running command ('resize2fs', '/dev/disk/by-partuuid/3e8f7ed9-02') with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:20:35,473 - util.py[DEBUG]: Resizing took 0.024 seconds | |
| 2018-02-20 07:20:35,474 - cc_resizefs.py[DEBUG]: Resized root filesystem (type=ext4, val=True) | |
| 2018-02-20 07:20:35,475 - handlers.py[DEBUG]: finish: init-network/config-resizefs: SUCCESS: config-resizefs ran successfully | |
| 2018-02-20 07:20:35,476 - stages.py[DEBUG]: Running module disk_setup (<module 'cloudinit.config.cc_disk_setup' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disk_setup.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:35,479 - handlers.py[DEBUG]: start: init-network/config-disk_setup: running config-disk_setup with frequency once-per-instance | |
| 2018-02-20 07:20:35,480 - helpers.py[DEBUG]: config-disk_setup already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:35,481 - handlers.py[DEBUG]: finish: init-network/config-disk_setup: SUCCESS: config-disk_setup previously ran | |
| 2018-02-20 07:20:35,481 - stages.py[DEBUG]: Running module mounts (<module 'cloudinit.config.cc_mounts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mounts.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:35,484 - handlers.py[DEBUG]: start: init-network/config-mounts: running config-mounts with frequency once-per-instance | |
| 2018-02-20 07:20:35,485 - helpers.py[DEBUG]: config-mounts already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:35,486 - handlers.py[DEBUG]: finish: init-network/config-mounts: SUCCESS: config-mounts previously ran | |
| 2018-02-20 07:20:35,486 - stages.py[DEBUG]: Running module set_hostname (<module 'cloudinit.config.cc_set_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_hostname.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:35,489 - handlers.py[DEBUG]: start: init-network/config-set_hostname: running config-set_hostname with frequency once-per-instance | |
| 2018-02-20 07:20:35,490 - helpers.py[DEBUG]: config-set_hostname already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:35,491 - handlers.py[DEBUG]: finish: init-network/config-set_hostname: SUCCESS: config-set_hostname previously ran | |
| 2018-02-20 07:20:35,491 - stages.py[DEBUG]: Running module update_hostname (<module 'cloudinit.config.cc_update_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_hostname.py'>) with frequency always | |
| 2018-02-20 07:20:35,494 - handlers.py[DEBUG]: start: init-network/config-update_hostname: running config-update_hostname with frequency always | |
| 2018-02-20 07:20:35,495 - helpers.py[DEBUG]: Running config-update_hostname using lock (<cloudinit.helpers.DummyLock object at 0x75c3f4d0>) | |
| 2018-02-20 07:20:35,495 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:20:35,496 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:20:35,497 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:20:35,498 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:20:35,499 - cc_update_hostname.py[DEBUG]: Updating hostname to raspberrypi (raspberrypi) | |
| 2018-02-20 07:20:35,499 - util.py[DEBUG]: Reading from /var/lib/cloud/data/previous-hostname (quiet=False) | |
| 2018-02-20 07:20:35,501 - util.py[DEBUG]: Read 12 bytes from /var/lib/cloud/data/previous-hostname | |
| 2018-02-20 07:20:35,502 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False) | |
| 2018-02-20 07:20:35,503 - util.py[DEBUG]: Read 12 bytes from /etc/hostname | |
| 2018-02-20 07:20:35,504 - __init__.py[DEBUG]: Attempting to update hostname to raspberrypi in 0 files | |
| 2018-02-20 07:20:35,505 - handlers.py[DEBUG]: finish: init-network/config-update_hostname: SUCCESS: config-update_hostname ran successfully | |
| 2018-02-20 07:20:35,505 - stages.py[DEBUG]: Running module update_etc_hosts (<module 'cloudinit.config.cc_update_etc_hosts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_etc_hosts.py'>) with frequency always | |
| 2018-02-20 07:20:35,508 - handlers.py[DEBUG]: start: init-network/config-update_etc_hosts: running config-update_etc_hosts with frequency always | |
| 2018-02-20 07:20:35,509 - helpers.py[DEBUG]: Running config-update_etc_hosts using lock (<cloudinit.helpers.DummyLock object at 0x75c3f470>) | |
| 2018-02-20 07:20:35,509 - cc_update_etc_hosts.py[DEBUG]: Configuration option 'manage_etc_hosts' is not set, not managing /etc/hosts in module update_etc_hosts | |
| 2018-02-20 07:20:35,510 - handlers.py[DEBUG]: finish: init-network/config-update_etc_hosts: SUCCESS: config-update_etc_hosts ran successfully | |
| 2018-02-20 07:20:35,511 - stages.py[DEBUG]: Running module ca-certs (<module 'cloudinit.config.cc_ca_certs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ca_certs.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:35,514 - handlers.py[DEBUG]: start: init-network/config-ca-certs: running config-ca-certs with frequency once-per-instance | |
| 2018-02-20 07:20:35,515 - helpers.py[DEBUG]: config-ca-certs already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:35,515 - handlers.py[DEBUG]: finish: init-network/config-ca-certs: SUCCESS: config-ca-certs previously ran | |
| 2018-02-20 07:20:35,516 - stages.py[DEBUG]: Running module rsyslog (<module 'cloudinit.config.cc_rsyslog' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rsyslog.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:35,519 - handlers.py[DEBUG]: start: init-network/config-rsyslog: running config-rsyslog with frequency once-per-instance | |
| 2018-02-20 07:20:35,519 - helpers.py[DEBUG]: config-rsyslog already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:35,520 - handlers.py[DEBUG]: finish: init-network/config-rsyslog: SUCCESS: config-rsyslog previously ran | |
| 2018-02-20 07:20:35,521 - stages.py[DEBUG]: Running module users-groups (<module 'cloudinit.config.cc_users_groups' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_users_groups.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:35,523 - handlers.py[DEBUG]: start: init-network/config-users-groups: running config-users-groups with frequency once-per-instance | |
| 2018-02-20 07:20:35,524 - helpers.py[DEBUG]: config-users-groups already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:35,525 - handlers.py[DEBUG]: finish: init-network/config-users-groups: SUCCESS: config-users-groups previously ran | |
| 2018-02-20 07:20:35,526 - stages.py[DEBUG]: Running module ssh (<module 'cloudinit.config.cc_ssh' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:35,528 - handlers.py[DEBUG]: start: init-network/config-ssh: running config-ssh with frequency once-per-instance | |
| 2018-02-20 07:20:35,529 - helpers.py[DEBUG]: config-ssh already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:35,530 - handlers.py[DEBUG]: finish: init-network/config-ssh: SUCCESS: config-ssh previously ran | |
| 2018-02-20 07:20:35,531 - main.py[DEBUG]: Ran 15 modules with 0 failures | |
| 2018-02-20 07:20:35,536 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:20:35,537 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 07:20:35,538 - util.py[DEBUG]: cloud-init mode 'init' took 2.581 seconds (2.58) | |
| 2018-02-20 07:20:35,539 - handlers.py[DEBUG]: finish: init-network: SUCCESS: searching for network datasources | |
| 2018-02-20 07:20:47,041 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 07:20:46 +0000. Up 28.61 seconds. | |
| 2018-02-20 07:20:50,623 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:20:50,628 - stages.py[DEBUG]: Running module emit_upstart (<module 'cloudinit.config.cc_emit_upstart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_emit_upstart.py'>) with frequency always | |
| 2018-02-20 07:20:50,629 - handlers.py[DEBUG]: start: modules-config/config-emit_upstart: running config-emit_upstart with frequency always | |
| 2018-02-20 07:20:50,630 - helpers.py[DEBUG]: Running config-emit_upstart using lock (<cloudinit.helpers.DummyLock object at 0x75df5810>) | |
| 2018-02-20 07:20:50,630 - cc_emit_upstart.py[DEBUG]: no /sbin/initctl located | |
| 2018-02-20 07:20:50,630 - cc_emit_upstart.py[DEBUG]: not upstart system, 'emit_upstart' disabled | |
| 2018-02-20 07:20:50,632 - handlers.py[DEBUG]: finish: modules-config/config-emit_upstart: SUCCESS: config-emit_upstart ran successfully | |
| 2018-02-20 07:20:50,632 - stages.py[DEBUG]: Running module snap_config (<module 'cloudinit.config.cc_snap_config' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_snap_config.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:50,634 - handlers.py[DEBUG]: start: modules-config/config-snap_config: running config-snap_config with frequency once-per-instance | |
| 2018-02-20 07:20:50,634 - helpers.py[DEBUG]: config-snap_config already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:50,635 - handlers.py[DEBUG]: finish: modules-config/config-snap_config: SUCCESS: config-snap_config previously ran | |
| 2018-02-20 07:20:50,635 - stages.py[DEBUG]: Running module ssh-import-id (<module 'cloudinit.config.cc_ssh_import_id' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_import_id.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:50,636 - handlers.py[DEBUG]: start: modules-config/config-ssh-import-id: running config-ssh-import-id with frequency once-per-instance | |
| 2018-02-20 07:20:50,637 - helpers.py[DEBUG]: config-ssh-import-id already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:50,637 - handlers.py[DEBUG]: finish: modules-config/config-ssh-import-id: SUCCESS: config-ssh-import-id previously ran | |
| 2018-02-20 07:20:50,637 - stages.py[DEBUG]: Running module locale (<module 'cloudinit.config.cc_locale' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_locale.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:50,639 - handlers.py[DEBUG]: start: modules-config/config-locale: running config-locale with frequency once-per-instance | |
| 2018-02-20 07:20:50,639 - helpers.py[DEBUG]: config-locale already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:50,640 - handlers.py[DEBUG]: finish: modules-config/config-locale: SUCCESS: config-locale previously ran | |
| 2018-02-20 07:20:50,640 - stages.py[DEBUG]: Running module set-passwords (<module 'cloudinit.config.cc_set_passwords' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_passwords.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:50,641 - handlers.py[DEBUG]: start: modules-config/config-set-passwords: running config-set-passwords with frequency once-per-instance | |
| 2018-02-20 07:20:50,642 - helpers.py[DEBUG]: config-set-passwords already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:50,642 - handlers.py[DEBUG]: finish: modules-config/config-set-passwords: SUCCESS: config-set-passwords previously ran | |
| 2018-02-20 07:20:50,642 - stages.py[DEBUG]: Running module grub-dpkg (<module 'cloudinit.config.cc_grub_dpkg' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_grub_dpkg.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:50,644 - handlers.py[DEBUG]: start: modules-config/config-grub-dpkg: running config-grub-dpkg with frequency once-per-instance | |
| 2018-02-20 07:20:50,644 - helpers.py[DEBUG]: config-grub-dpkg already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:50,644 - handlers.py[DEBUG]: finish: modules-config/config-grub-dpkg: SUCCESS: config-grub-dpkg previously ran | |
| 2018-02-20 07:20:50,645 - stages.py[DEBUG]: Running module apt-pipelining (<module 'cloudinit.config.cc_apt_pipelining' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_pipelining.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:50,646 - handlers.py[DEBUG]: start: modules-config/config-apt-pipelining: running config-apt-pipelining with frequency once-per-instance | |
| 2018-02-20 07:20:50,647 - helpers.py[DEBUG]: config-apt-pipelining already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:50,647 - handlers.py[DEBUG]: finish: modules-config/config-apt-pipelining: SUCCESS: config-apt-pipelining previously ran | |
| 2018-02-20 07:20:50,647 - stages.py[DEBUG]: Running module apt-configure (<module 'cloudinit.config.cc_apt_configure' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_configure.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:50,649 - handlers.py[DEBUG]: start: modules-config/config-apt-configure: running config-apt-configure with frequency once-per-instance | |
| 2018-02-20 07:20:50,649 - helpers.py[DEBUG]: config-apt-configure already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:50,649 - handlers.py[DEBUG]: finish: modules-config/config-apt-configure: SUCCESS: config-apt-configure previously ran | |
| 2018-02-20 07:20:50,650 - stages.py[DEBUG]: Running module ntp (<module 'cloudinit.config.cc_ntp' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ntp.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:50,651 - handlers.py[DEBUG]: start: modules-config/config-ntp: running config-ntp with frequency once-per-instance | |
| 2018-02-20 07:20:50,651 - helpers.py[DEBUG]: config-ntp already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:50,652 - handlers.py[DEBUG]: finish: modules-config/config-ntp: SUCCESS: config-ntp previously ran | |
| 2018-02-20 07:20:50,652 - stages.py[DEBUG]: Running module timezone (<module 'cloudinit.config.cc_timezone' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_timezone.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:50,654 - handlers.py[DEBUG]: start: modules-config/config-timezone: running config-timezone with frequency once-per-instance | |
| 2018-02-20 07:20:50,654 - helpers.py[DEBUG]: config-timezone already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:50,654 - handlers.py[DEBUG]: finish: modules-config/config-timezone: SUCCESS: config-timezone previously ran | |
| 2018-02-20 07:20:50,655 - stages.py[DEBUG]: Running module disable-ec2-metadata (<module 'cloudinit.config.cc_disable_ec2_metadata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disable_ec2_metadata.py'>) with frequency always | |
| 2018-02-20 07:20:50,656 - handlers.py[DEBUG]: start: modules-config/config-disable-ec2-metadata: running config-disable-ec2-metadata with frequency always | |
| 2018-02-20 07:20:50,656 - helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock (<cloudinit.helpers.DummyLock object at 0x75df5b10>) | |
| 2018-02-20 07:20:50,657 - cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled | |
| 2018-02-20 07:20:50,657 - handlers.py[DEBUG]: finish: modules-config/config-disable-ec2-metadata: SUCCESS: config-disable-ec2-metadata ran successfully | |
| 2018-02-20 07:20:50,657 - stages.py[DEBUG]: Running module runcmd (<module 'cloudinit.config.cc_runcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_runcmd.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:50,659 - handlers.py[DEBUG]: start: modules-config/config-runcmd: running config-runcmd with frequency once-per-instance | |
| 2018-02-20 07:20:50,659 - helpers.py[DEBUG]: config-runcmd already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:50,659 - handlers.py[DEBUG]: finish: modules-config/config-runcmd: SUCCESS: config-runcmd previously ran | |
| 2018-02-20 07:20:50,660 - stages.py[DEBUG]: Running module byobu (<module 'cloudinit.config.cc_byobu' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_byobu.py'>) with frequency once-per-instance | |
| 2018-02-20 07:20:50,661 - handlers.py[DEBUG]: start: modules-config/config-byobu: running config-byobu with frequency once-per-instance | |
| 2018-02-20 07:20:50,662 - helpers.py[DEBUG]: config-byobu already ran (freq=once-per-instance) | |
| 2018-02-20 07:20:50,662 - handlers.py[DEBUG]: finish: modules-config/config-byobu: SUCCESS: config-byobu previously ran | |
| 2018-02-20 07:20:50,662 - main.py[DEBUG]: Ran 13 modules with 0 failures | |
| 2018-02-20 07:20:50,665 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:20:50,666 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 07:20:50,666 - util.py[DEBUG]: cloud-init mode 'modules' took 4.063 seconds (4.06) | |
| 2018-02-20 07:20:50,666 - handlers.py[DEBUG]: finish: modules-config: SUCCESS: running modules for config | |
| 2018-02-20 07:21:00,419 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 07:20:53 +0000. Up 35.13 seconds. | |
| 2018-02-20 07:21:00,611 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:21:00,614 - stages.py[INFO]: Skipping modules 'snappy,landscape,lxd' because they are not verified on distro 'debian'. To run anyway, add them to 'unverified_modules' in config. | |
| 2018-02-20 07:21:00,616 - stages.py[DEBUG]: Running module package-update-upgrade-install (<module 'cloudinit.config.cc_package_update_upgrade_install' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_package_update_upgrade_install.py'>) with frequency once-per-instance | |
| 2018-02-20 07:21:00,617 - handlers.py[DEBUG]: start: modules-final/config-package-update-upgrade-install: running config-package-update-upgrade-install with frequency once-per-instance | |
| 2018-02-20 07:21:00,618 - helpers.py[DEBUG]: config-package-update-upgrade-install already ran (freq=once-per-instance) | |
| 2018-02-20 07:21:00,618 - handlers.py[DEBUG]: finish: modules-final/config-package-update-upgrade-install: SUCCESS: config-package-update-upgrade-install previously ran | |
| 2018-02-20 07:21:00,619 - stages.py[DEBUG]: Running module fan (<module 'cloudinit.config.cc_fan' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_fan.py'>) with frequency once-per-instance | |
| 2018-02-20 07:21:00,620 - handlers.py[DEBUG]: start: modules-final/config-fan: running config-fan with frequency once-per-instance | |
| 2018-02-20 07:21:00,620 - helpers.py[DEBUG]: config-fan already ran (freq=once-per-instance) | |
| 2018-02-20 07:21:00,621 - handlers.py[DEBUG]: finish: modules-final/config-fan: SUCCESS: config-fan previously ran | |
| 2018-02-20 07:21:00,621 - stages.py[DEBUG]: Running module puppet (<module 'cloudinit.config.cc_puppet' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_puppet.py'>) with frequency once-per-instance | |
| 2018-02-20 07:21:00,622 - handlers.py[DEBUG]: start: modules-final/config-puppet: running config-puppet with frequency once-per-instance | |
| 2018-02-20 07:21:00,623 - helpers.py[DEBUG]: config-puppet already ran (freq=once-per-instance) | |
| 2018-02-20 07:21:00,623 - handlers.py[DEBUG]: finish: modules-final/config-puppet: SUCCESS: config-puppet previously ran | |
| 2018-02-20 07:21:00,624 - stages.py[DEBUG]: Running module chef (<module 'cloudinit.config.cc_chef' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_chef.py'>) with frequency once-per-instance | |
| 2018-02-20 07:21:00,625 - handlers.py[DEBUG]: start: modules-final/config-chef: running config-chef with frequency once-per-instance | |
| 2018-02-20 07:21:00,625 - helpers.py[DEBUG]: config-chef already ran (freq=once-per-instance) | |
| 2018-02-20 07:21:00,626 - handlers.py[DEBUG]: finish: modules-final/config-chef: SUCCESS: config-chef previously ran | |
| 2018-02-20 07:21:00,626 - stages.py[DEBUG]: Running module salt-minion (<module 'cloudinit.config.cc_salt_minion' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_salt_minion.py'>) with frequency once-per-instance | |
| 2018-02-20 07:21:00,627 - handlers.py[DEBUG]: start: modules-final/config-salt-minion: running config-salt-minion with frequency once-per-instance | |
| 2018-02-20 07:21:00,628 - helpers.py[DEBUG]: config-salt-minion already ran (freq=once-per-instance) | |
| 2018-02-20 07:21:00,628 - handlers.py[DEBUG]: finish: modules-final/config-salt-minion: SUCCESS: config-salt-minion previously ran | |
| 2018-02-20 07:21:00,629 - stages.py[DEBUG]: Running module mcollective (<module 'cloudinit.config.cc_mcollective' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mcollective.py'>) with frequency once-per-instance | |
| 2018-02-20 07:21:00,630 - handlers.py[DEBUG]: start: modules-final/config-mcollective: running config-mcollective with frequency once-per-instance | |
| 2018-02-20 07:21:00,630 - helpers.py[DEBUG]: config-mcollective already ran (freq=once-per-instance) | |
| 2018-02-20 07:21:00,631 - handlers.py[DEBUG]: finish: modules-final/config-mcollective: SUCCESS: config-mcollective previously ran | |
| 2018-02-20 07:21:00,631 - stages.py[DEBUG]: Running module rightscale_userdata (<module 'cloudinit.config.cc_rightscale_userdata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rightscale_userdata.py'>) with frequency once-per-instance | |
| 2018-02-20 07:21:00,632 - handlers.py[DEBUG]: start: modules-final/config-rightscale_userdata: running config-rightscale_userdata with frequency once-per-instance | |
| 2018-02-20 07:21:00,633 - helpers.py[DEBUG]: config-rightscale_userdata already ran (freq=once-per-instance) | |
| 2018-02-20 07:21:00,633 - handlers.py[DEBUG]: finish: modules-final/config-rightscale_userdata: SUCCESS: config-rightscale_userdata previously ran | |
| 2018-02-20 07:21:00,633 - stages.py[DEBUG]: Running module scripts-vendor (<module 'cloudinit.config.cc_scripts_vendor' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_vendor.py'>) with frequency once-per-instance | |
| 2018-02-20 07:21:00,635 - handlers.py[DEBUG]: start: modules-final/config-scripts-vendor: running config-scripts-vendor with frequency once-per-instance | |
| 2018-02-20 07:21:00,635 - helpers.py[DEBUG]: config-scripts-vendor already ran (freq=once-per-instance) | |
| 2018-02-20 07:21:00,636 - handlers.py[DEBUG]: finish: modules-final/config-scripts-vendor: SUCCESS: config-scripts-vendor previously ran | |
| 2018-02-20 07:21:00,636 - stages.py[DEBUG]: Running module scripts-per-once (<module 'cloudinit.config.cc_scripts_per_once' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_once.py'>) with frequency once | |
| 2018-02-20 07:21:00,637 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-once: running config-scripts-per-once with frequency once | |
| 2018-02-20 07:21:00,638 - helpers.py[DEBUG]: config-scripts-per-once already ran (freq=once) | |
| 2018-02-20 07:21:00,638 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-once: SUCCESS: config-scripts-per-once previously ran | |
| 2018-02-20 07:21:00,639 - stages.py[DEBUG]: Running module scripts-per-boot (<module 'cloudinit.config.cc_scripts_per_boot' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_boot.py'>) with frequency always | |
| 2018-02-20 07:21:00,640 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-boot: running config-scripts-per-boot with frequency always | |
| 2018-02-20 07:21:00,640 - helpers.py[DEBUG]: Running config-scripts-per-boot using lock (<cloudinit.helpers.DummyLock object at 0x75e6ab10>) | |
| 2018-02-20 07:21:00,642 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-boot: SUCCESS: config-scripts-per-boot ran successfully | |
| 2018-02-20 07:21:00,642 - stages.py[DEBUG]: Running module scripts-per-instance (<module 'cloudinit.config.cc_scripts_per_instance' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_instance.py'>) with frequency once-per-instance | |
| 2018-02-20 07:21:00,644 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-instance: running config-scripts-per-instance with frequency once-per-instance | |
| 2018-02-20 07:21:00,644 - helpers.py[DEBUG]: config-scripts-per-instance already ran (freq=once-per-instance) | |
| 2018-02-20 07:21:00,644 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-instance: SUCCESS: config-scripts-per-instance previously ran | |
| 2018-02-20 07:21:00,645 - stages.py[DEBUG]: Running module scripts-user (<module 'cloudinit.config.cc_scripts_user' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_user.py'>) with frequency once-per-instance | |
| 2018-02-20 07:21:00,646 - handlers.py[DEBUG]: start: modules-final/config-scripts-user: running config-scripts-user with frequency once-per-instance | |
| 2018-02-20 07:21:00,646 - helpers.py[DEBUG]: config-scripts-user already ran (freq=once-per-instance) | |
| 2018-02-20 07:21:00,647 - handlers.py[DEBUG]: finish: modules-final/config-scripts-user: SUCCESS: config-scripts-user previously ran | |
| 2018-02-20 07:21:00,647 - stages.py[DEBUG]: Running module ssh-authkey-fingerprints (<module 'cloudinit.config.cc_ssh_authkey_fingerprints' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_authkey_fingerprints.py'>) with frequency once-per-instance | |
| 2018-02-20 07:21:00,649 - handlers.py[DEBUG]: start: modules-final/config-ssh-authkey-fingerprints: running config-ssh-authkey-fingerprints with frequency once-per-instance | |
| 2018-02-20 07:21:00,649 - helpers.py[DEBUG]: config-ssh-authkey-fingerprints already ran (freq=once-per-instance) | |
| 2018-02-20 07:21:00,649 - handlers.py[DEBUG]: finish: modules-final/config-ssh-authkey-fingerprints: SUCCESS: config-ssh-authkey-fingerprints previously ran | |
| 2018-02-20 07:21:00,650 - stages.py[DEBUG]: Running module keys-to-console (<module 'cloudinit.config.cc_keys_to_console' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_keys_to_console.py'>) with frequency once-per-instance | |
| 2018-02-20 07:21:00,651 - handlers.py[DEBUG]: start: modules-final/config-keys-to-console: running config-keys-to-console with frequency once-per-instance | |
| 2018-02-20 07:21:00,651 - helpers.py[DEBUG]: config-keys-to-console already ran (freq=once-per-instance) | |
| 2018-02-20 07:21:00,652 - handlers.py[DEBUG]: finish: modules-final/config-keys-to-console: SUCCESS: config-keys-to-console previously ran | |
| 2018-02-20 07:21:00,652 - stages.py[DEBUG]: Running module phone-home (<module 'cloudinit.config.cc_phone_home' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_phone_home.py'>) with frequency once-per-instance | |
| 2018-02-20 07:21:00,654 - handlers.py[DEBUG]: start: modules-final/config-phone-home: running config-phone-home with frequency once-per-instance | |
| 2018-02-20 07:21:00,654 - helpers.py[DEBUG]: config-phone-home already ran (freq=once-per-instance) | |
| 2018-02-20 07:21:00,654 - handlers.py[DEBUG]: finish: modules-final/config-phone-home: SUCCESS: config-phone-home previously ran | |
| 2018-02-20 07:21:00,655 - stages.py[DEBUG]: Running module final-message (<module 'cloudinit.config.cc_final_message' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_final_message.py'>) with frequency always | |
| 2018-02-20 07:21:00,656 - handlers.py[DEBUG]: start: modules-final/config-final-message: running config-final-message with frequency always | |
| 2018-02-20 07:21:00,656 - helpers.py[DEBUG]: Running config-final-message using lock (<cloudinit.helpers.DummyLock object at 0x75e6a6b0>) | |
| 2018-02-20 07:21:00,657 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:21:00,657 - util.py[DEBUG]: Read 13 bytes from /proc/uptime | |
| 2018-02-20 07:21:00,677 - util.py[DEBUG]: Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 07:21:00 +0000. Datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]. Up 35.74 seconds | |
| 2018-02-20 07:21:00,678 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/boot-finished - wb: [644] 50 bytes | |
| 2018-02-20 07:21:00,681 - handlers.py[DEBUG]: finish: modules-final/config-final-message: SUCCESS: config-final-message ran successfully | |
| 2018-02-20 07:21:00,682 - stages.py[DEBUG]: Running module power-state-change (<module 'cloudinit.config.cc_power_state_change' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_power_state_change.py'>) with frequency once-per-instance | |
| 2018-02-20 07:21:00,683 - handlers.py[DEBUG]: start: modules-final/config-power-state-change: running config-power-state-change with frequency once-per-instance | |
| 2018-02-20 07:21:00,684 - helpers.py[DEBUG]: config-power-state-change already ran (freq=once-per-instance) | |
| 2018-02-20 07:21:00,684 - handlers.py[DEBUG]: finish: modules-final/config-power-state-change: SUCCESS: config-power-state-change previously ran | |
| 2018-02-20 07:21:00,684 - main.py[DEBUG]: Ran 17 modules with 0 failures | |
| 2018-02-20 07:21:00,688 - util.py[DEBUG]: Creating symbolic link from '/run/cloud-init/result.json' => '../../var/lib/cloud/data/result.json' | |
| 2018-02-20 07:21:00,689 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:21:00,690 - util.py[DEBUG]: Read 13 bytes from /proc/uptime | |
| 2018-02-20 07:21:00,690 - util.py[DEBUG]: cloud-init mode 'modules' took 7.567 seconds (0.66) | |
| 2018-02-20 07:21:00,691 - handlers.py[DEBUG]: finish: modules-final: SUCCESS: running modules for final | |
| 2018-02-20 07:28:48,465 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 07:28:48 +0000. Up 23.14 seconds. | |
| 2018-02-20 07:28:48,466 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 07:28:48,467 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 07:28:48,503 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 07:28:48,513 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 07:28:48,517 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished | |
| 2018-02-20 07:28:48,518 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/data/no-net | |
| 2018-02-20 07:28:48,519 - handlers.py[DEBUG]: start: init-local/check-cache: attempting to read from cache [check] | |
| 2018-02-20 07:28:48,520 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 07:28:48,523 - util.py[DEBUG]: Read 5187 bytes from /var/lib/cloud/instance/obj.pkl | |
| 2018-02-20 07:28:48,542 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/meta-data (quiet=False) | |
| 2018-02-20 07:28:48,543 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/meta-data (quiet=False) | |
| 2018-02-20 07:28:48,544 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/seed/nocloud-net/meta-data | |
| 2018-02-20 07:28:48,546 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:48,547 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:28:48,548 - handlers.py[DEBUG]: finish: init-local/check-cache: FAIL: attempting to read from cache [check] | |
| 2018-02-20 07:28:48,549 - util.py[WARNING]: failed stage init-local | |
| 2018-02-20 07:28:48,550 - util.py[DEBUG]: failed stage init-local | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 650, in status_wrapper | |
| ret = functor(name, args) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 324, in main_init | |
| init.fetch(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 349, in fetch | |
| return self._get_data_source(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 244, in _get_data_source | |
| ds, desc = self._restore_from_checked_cache(existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 230, in _restore_from_checked_cache | |
| ds.check_instance_id(self.cfg)): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 199, in check_instance_id | |
| quick_id = _quick_read_instance_id(dirs=dirs) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 227, in _quick_read_instance_id | |
| if iid_key in md: | |
| TypeError: argument of type 'NoneType' is not iterable | |
| 2018-02-20 07:28:48,575 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:28:48,576 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 07:28:48,577 - util.py[DEBUG]: cloud-init mode 'init' took 0.551 seconds (0.55) | |
| 2018-02-20 07:28:48,578 - handlers.py[DEBUG]: finish: init-local: FAIL: searching for local datasources | |
| 2018-02-20 07:28:53,998 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 07:28:53 +0000. Up 28.69 seconds. | |
| 2018-02-20 07:28:53,999 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 07:28:54,000 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 07:28:54,035 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 07:28:54,045 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 07:28:54,046 - util.py[DEBUG]: Running command ['ifconfig', '-a'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:28:54,090 - util.py[DEBUG]: Running command ['netstat', '-rn'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:28:54,111 - util.py[DEBUG]: Running command ['netstat', '-A', 'inet6', '-n'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:28:54,128 - main.py[DEBUG]: Checking to see if files that we need already exist from a previous run that would allow us to stop early. | |
| 2018-02-20 07:28:54,129 - main.py[DEBUG]: Execution continuing, no previous run detected that would allow us to stop early. | |
| 2018-02-20 07:28:54,131 - handlers.py[DEBUG]: start: init-network/check-cache: attempting to read from cache [trust] | |
| 2018-02-20 07:28:54,131 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 07:28:54,132 - util.py[DEBUG]: Read 5187 bytes from /var/lib/cloud/instance/obj.pkl | |
| 2018-02-20 07:28:54,146 - stages.py[DEBUG]: restored from cache: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 07:28:54,147 - handlers.py[DEBUG]: finish: init-network/check-cache: SUCCESS: restored from cache: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 07:28:54,149 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:28:54,150 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:28:54,151 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:54,366 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:28:54,367 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:28:54,368 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:54,438 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:28:54,439 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:28:54,440 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:54,443 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:28:54,446 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:28:54,447 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:28:54,447 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:54,454 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:54,456 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:28:54,459 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:28:54,460 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:28:54,461 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:54,462 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:28:54,467 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 07:28:54,468 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/nocloud' | |
| 2018-02-20 07:28:54,477 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/nocloud/datasource (quiet=False) | |
| 2018-02-20 07:28:54,479 - util.py[DEBUG]: Read 88 bytes from /var/lib/cloud/instances/nocloud/datasource | |
| 2018-02-20 07:28:54,480 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/datasource - wb: [644] 88 bytes | |
| 2018-02-20 07:28:54,487 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 88 bytes | |
| 2018-02-20 07:28:54,494 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) | |
| 2018-02-20 07:28:54,496 - util.py[DEBUG]: Read 8 bytes from /var/lib/cloud/data/instance-id | |
| 2018-02-20 07:28:54,496 - stages.py[DEBUG]: previous iid found to be nocloud | |
| 2018-02-20 07:28:54,497 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:28:54,504 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:28:54,510 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:28:54,522 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5263 bytes | |
| 2018-02-20 07:28:54,528 - main.py[DEBUG]: [net] init will now be targeting instance id: nocloud. new=False | |
| 2018-02-20 07:28:54,531 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:28:54,532 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:28:54,532 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:54,747 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:28:54,748 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:28:54,748 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:54,819 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:28:54,820 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:28:54,820 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:54,823 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:28:54,826 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:28:54,827 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:28:54,828 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:54,835 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:54,836 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:28:54,840 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:28:54,841 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:28:54,841 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:54,842 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:28:54,857 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:28:54,861 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/carrier (quiet=False) | |
| 2018-02-20 07:28:54,862 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/dormant (quiet=False) | |
| 2018-02-20 07:28:54,863 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 07:28:54,864 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 07:28:54,865 - util.py[DEBUG]: Reading from /sys/class/net/eth0/carrier (quiet=False) | |
| 2018-02-20 07:28:54,866 - util.py[DEBUG]: Reading from /sys/class/net/eth0/dormant (quiet=False) | |
| 2018-02-20 07:28:54,867 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 07:28:54,868 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 07:28:54,868 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:28:54,869 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:28:54,870 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:28:54,871 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:28:54,871 - stages.py[DEBUG]: applying net config names for {'config': [{'name': 'eth0', 'type': 'physical', 'subnets': [{'type': 'dhcp'}], 'mac_address': 'b8:27:eb:55:b7:56'}], 'version': 1} | |
| 2018-02-20 07:28:54,873 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 07:28:54,874 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) | |
| 2018-02-20 07:28:54,874 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type | |
| 2018-02-20 07:28:54,875 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) | |
| 2018-02-20 07:28:54,876 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent | |
| 2018-02-20 07:28:54,877 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:28:54,878 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:28:54,878 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 07:28:54,879 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) | |
| 2018-02-20 07:28:54,880 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type | |
| 2018-02-20 07:28:54,881 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) | |
| 2018-02-20 07:28:54,881 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent | |
| 2018-02-20 07:28:54,882 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) | |
| 2018-02-20 07:28:54,883 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address | |
| 2018-02-20 07:28:54,884 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) | |
| 2018-02-20 07:28:54,884 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/addr_assign_type (quiet=False) | |
| 2018-02-20 07:28:54,885 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/wlan0/addr_assign_type | |
| 2018-02-20 07:28:54,886 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/uevent (quiet=False) | |
| 2018-02-20 07:28:54,887 - util.py[DEBUG]: Read 39 bytes from /sys/class/net/wlan0/uevent | |
| 2018-02-20 07:28:54,887 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 07:28:54,888 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 07:28:54,889 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/device/device (quiet=False) | |
| 2018-02-20 07:28:54,890 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/wlan0/device/device | |
| 2018-02-20 07:28:54,891 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 07:28:54,891 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 07:28:54,892 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) | |
| 2018-02-20 07:28:54,893 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate | |
| 2018-02-20 07:28:54,893 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 07:28:54,894 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 07:28:54,897 - util.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:28:54,912 - util.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:28:54,928 - __init__.py[DEBUG]: no work necessary for renaming of [['b8:27:eb:55:b7:56', 'eth0', 'smsc95xx', None]] | |
| 2018-02-20 07:28:54,931 - stages.py[DEBUG]: not a new instance. network config is not applied. | |
| 2018-02-20 07:28:54,933 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/user-data.txt - wb: [600] 25 bytes | |
| 2018-02-20 07:28:54,966 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/user-data.txt.i - wb: [600] 832 bytes | |
| 2018-02-20 07:28:54,973 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/vendor-data.txt - wb: [600] 0 bytes | |
| 2018-02-20 07:28:54,984 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/vendor-data.txt.i - wb: [600] 281 bytes | |
| 2018-02-20 07:28:54,995 - helpers.py[DEBUG]: consume_data already ran (freq=once-per-instance) | |
| 2018-02-20 07:28:54,996 - handlers.py[DEBUG]: start: init-network/consume-user-data: reading and applying user-data | |
| 2018-02-20 07:28:55,000 - stages.py[DEBUG]: Added default handler for {'text/cloud-config', 'text/cloud-config-jsonp'} from CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] | |
| 2018-02-20 07:28:55,001 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript'} from ShellScriptPartHandler: [['text/x-shellscript']] | |
| 2018-02-20 07:28:55,001 - stages.py[DEBUG]: Added default handler for {'text/cloud-boothook'} from BootHookPartHandler: [['text/cloud-boothook']] | |
| 2018-02-20 07:28:55,002 - stages.py[DEBUG]: Added default handler for {'text/upstart-job'} from UpstartJobPartHandler: [['text/upstart-job']] | |
| 2018-02-20 07:28:55,006 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency always | |
| 2018-02-20 07:28:55,007 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency always | |
| 2018-02-20 07:28:55,007 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__begin__, None, 3) with frequency always | |
| 2018-02-20 07:28:55,009 - __init__.py[DEBUG]: {'Content-Type': 'text/x-shellscript', 'Content-Disposition': 'attachment; filename="part-001"', 'MIME-Version': '1.0'} | |
| 2018-02-20 07:28:55,010 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (text/x-shellscript, part-001, 2) with frequency always | |
| 2018-02-20 07:28:55,011 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/scripts/part-001 - wb: [700] 553 bytes | |
| 2018-02-20 07:28:55,019 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency always | |
| 2018-02-20 07:28:55,020 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency always | |
| 2018-02-20 07:28:55,021 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__end__, None, 3) with frequency always | |
| 2018-02-20 07:28:55,022 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/cloud-config.txt - wb: [600] 0 bytes | |
| 2018-02-20 07:28:55,030 - handlers.py[DEBUG]: finish: init-network/consume-user-data: SUCCESS: reading and applying user-data | |
| 2018-02-20 07:28:55,031 - handlers.py[DEBUG]: start: init-network/consume-vendor-data: reading and applying vendor-data | |
| 2018-02-20 07:28:55,031 - stages.py[DEBUG]: no vendordata from datasource | |
| 2018-02-20 07:28:55,032 - handlers.py[DEBUG]: finish: init-network/consume-vendor-data: SUCCESS: reading and applying vendor-data | |
| 2018-02-20 07:28:55,034 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:28:55,035 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:28:55,035 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:55,251 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:28:55,252 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:28:55,253 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:55,323 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:28:55,324 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:28:55,325 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:55,328 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:28:55,331 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:28:55,332 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:28:55,332 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:55,339 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:55,341 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:28:55,344 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:28:55,345 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:28:55,346 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:55,347 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:28:55,358 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:28:55,359 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:28:55,360 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:28:55,361 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:28:55,387 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5184 bytes | |
| 2018-02-20 07:28:55,399 - main.py[DEBUG]: no di_report found in config. | |
| 2018-02-20 07:28:55,837 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:28:55,846 - stages.py[DEBUG]: Running module migrator (<module 'cloudinit.config.cc_migrator' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_migrator.py'>) with frequency always | |
| 2018-02-20 07:28:55,849 - handlers.py[DEBUG]: start: init-network/config-migrator: running config-migrator with frequency always | |
| 2018-02-20 07:28:55,850 - helpers.py[DEBUG]: Running config-migrator using lock (<cloudinit.helpers.DummyLock object at 0x75ec9db0>) | |
| 2018-02-20 07:28:55,856 - cc_migrator.py[DEBUG]: Migrated 0 semaphore files to there canonicalized names | |
| 2018-02-20 07:28:55,861 - handlers.py[DEBUG]: finish: init-network/config-migrator: SUCCESS: config-migrator ran successfully | |
| 2018-02-20 07:28:55,861 - stages.py[DEBUG]: Running module seed_random (<module 'cloudinit.config.cc_seed_random' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_seed_random.py'>) with frequency once-per-instance | |
| 2018-02-20 07:28:55,864 - handlers.py[DEBUG]: start: init-network/config-seed_random: running config-seed_random with frequency once-per-instance | |
| 2018-02-20 07:28:55,865 - helpers.py[DEBUG]: config-seed_random already ran (freq=once-per-instance) | |
| 2018-02-20 07:28:55,866 - handlers.py[DEBUG]: finish: init-network/config-seed_random: SUCCESS: config-seed_random previously ran | |
| 2018-02-20 07:28:55,866 - stages.py[DEBUG]: Running module bootcmd (<module 'cloudinit.config.cc_bootcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_bootcmd.py'>) with frequency always | |
| 2018-02-20 07:28:55,869 - handlers.py[DEBUG]: start: init-network/config-bootcmd: running config-bootcmd with frequency always | |
| 2018-02-20 07:28:55,870 - helpers.py[DEBUG]: Running config-bootcmd using lock (<cloudinit.helpers.DummyLock object at 0x75e8bc90>) | |
| 2018-02-20 07:28:55,870 - cc_bootcmd.py[DEBUG]: Skipping module named bootcmd, no 'bootcmd' key in configuration | |
| 2018-02-20 07:28:55,874 - handlers.py[DEBUG]: finish: init-network/config-bootcmd: SUCCESS: config-bootcmd ran successfully | |
| 2018-02-20 07:28:55,874 - stages.py[DEBUG]: Running module write-files (<module 'cloudinit.config.cc_write_files' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_write_files.py'>) with frequency once-per-instance | |
| 2018-02-20 07:28:55,877 - handlers.py[DEBUG]: start: init-network/config-write-files: running config-write-files with frequency once-per-instance | |
| 2018-02-20 07:28:55,878 - helpers.py[DEBUG]: config-write-files already ran (freq=once-per-instance) | |
| 2018-02-20 07:28:55,879 - handlers.py[DEBUG]: finish: init-network/config-write-files: SUCCESS: config-write-files previously ran | |
| 2018-02-20 07:28:55,879 - stages.py[DEBUG]: Running module growpart (<module 'cloudinit.config.cc_growpart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_growpart.py'>) with frequency always | |
| 2018-02-20 07:28:55,882 - handlers.py[DEBUG]: start: init-network/config-growpart: running config-growpart with frequency always | |
| 2018-02-20 07:28:55,883 - helpers.py[DEBUG]: Running config-growpart using lock (<cloudinit.helpers.DummyLock object at 0x75e8b7f0>) | |
| 2018-02-20 07:28:55,883 - cc_growpart.py[DEBUG]: No 'growpart' entry in cfg. Using default: {'ignore_growroot_disabled': False, 'devices': ['/'], 'mode': 'auto'} | |
| 2018-02-20 07:28:55,884 - util.py[DEBUG]: Running command ['growpart', '--help'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:28:55,897 - cc_growpart.py[DEBUG]: growpart unable to find resizer for 'auto': No resizers available | |
| 2018-02-20 07:28:55,899 - handlers.py[DEBUG]: finish: init-network/config-growpart: SUCCESS: config-growpart ran successfully | |
| 2018-02-20 07:28:55,900 - stages.py[DEBUG]: Running module resizefs (<module 'cloudinit.config.cc_resizefs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_resizefs.py'>) with frequency always | |
| 2018-02-20 07:28:55,903 - handlers.py[DEBUG]: start: init-network/config-resizefs: running config-resizefs with frequency always | |
| 2018-02-20 07:28:55,903 - helpers.py[DEBUG]: Running config-resizefs using lock (<cloudinit.helpers.DummyLock object at 0x75e8be50>) | |
| 2018-02-20 07:28:55,969 - util.py[DEBUG]: Reading from /proc/370/mountinfo (quiet=False) | |
| 2018-02-20 07:28:55,971 - util.py[DEBUG]: Read 2086 bytes from /proc/370/mountinfo | |
| 2018-02-20 07:28:55,972 - cc_resizefs.py[DEBUG]: resize_info: dev=/dev/root mnt_point=/ path=/ | |
| 2018-02-20 07:28:55,973 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:28:55,997 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:28:56,009 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:28:56,020 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 07:28:56,021 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 07:28:56,022 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 07:28:56,023 - util.py[DEBUG]: Read 927 bytes from /proc/self/status | |
| 2018-02-20 07:28:56,024 - cc_resizefs.py[DEBUG]: Converted /dev/root to '/dev/disk/by-partuuid/3e8f7ed9-02' per kernel cmdline | |
| 2018-02-20 07:28:56,025 - cc_resizefs.py[DEBUG]: Resizing / (ext4) using resize2fs /dev/disk/by-partuuid/3e8f7ed9-02 | |
| 2018-02-20 07:28:56,026 - util.py[DEBUG]: Running command ('resize2fs', '/dev/disk/by-partuuid/3e8f7ed9-02') with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:28:56,049 - util.py[DEBUG]: Resizing took 0.023 seconds | |
| 2018-02-20 07:28:56,050 - cc_resizefs.py[DEBUG]: Resized root filesystem (type=ext4, val=True) | |
| 2018-02-20 07:28:56,052 - handlers.py[DEBUG]: finish: init-network/config-resizefs: SUCCESS: config-resizefs ran successfully | |
| 2018-02-20 07:28:56,052 - stages.py[DEBUG]: Running module disk_setup (<module 'cloudinit.config.cc_disk_setup' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disk_setup.py'>) with frequency once-per-instance | |
| 2018-02-20 07:28:56,055 - handlers.py[DEBUG]: start: init-network/config-disk_setup: running config-disk_setup with frequency once-per-instance | |
| 2018-02-20 07:28:56,056 - helpers.py[DEBUG]: config-disk_setup already ran (freq=once-per-instance) | |
| 2018-02-20 07:28:56,057 - handlers.py[DEBUG]: finish: init-network/config-disk_setup: SUCCESS: config-disk_setup previously ran | |
| 2018-02-20 07:28:56,057 - stages.py[DEBUG]: Running module mounts (<module 'cloudinit.config.cc_mounts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mounts.py'>) with frequency once-per-instance | |
| 2018-02-20 07:28:56,060 - handlers.py[DEBUG]: start: init-network/config-mounts: running config-mounts with frequency once-per-instance | |
| 2018-02-20 07:28:56,061 - helpers.py[DEBUG]: config-mounts already ran (freq=once-per-instance) | |
| 2018-02-20 07:28:56,062 - handlers.py[DEBUG]: finish: init-network/config-mounts: SUCCESS: config-mounts previously ran | |
| 2018-02-20 07:28:56,063 - stages.py[DEBUG]: Running module set_hostname (<module 'cloudinit.config.cc_set_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_hostname.py'>) with frequency once-per-instance | |
| 2018-02-20 07:28:56,065 - handlers.py[DEBUG]: start: init-network/config-set_hostname: running config-set_hostname with frequency once-per-instance | |
| 2018-02-20 07:28:56,066 - helpers.py[DEBUG]: config-set_hostname already ran (freq=once-per-instance) | |
| 2018-02-20 07:28:56,067 - handlers.py[DEBUG]: finish: init-network/config-set_hostname: SUCCESS: config-set_hostname previously ran | |
| 2018-02-20 07:28:56,068 - stages.py[DEBUG]: Running module update_hostname (<module 'cloudinit.config.cc_update_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_hostname.py'>) with frequency always | |
| 2018-02-20 07:28:56,071 - handlers.py[DEBUG]: start: init-network/config-update_hostname: running config-update_hostname with frequency always | |
| 2018-02-20 07:28:56,071 - helpers.py[DEBUG]: Running config-update_hostname using lock (<cloudinit.helpers.DummyLock object at 0x75d14450>) | |
| 2018-02-20 07:28:56,072 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:28:56,073 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:28:56,074 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:28:56,074 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:28:56,075 - cc_update_hostname.py[DEBUG]: Updating hostname to raspberrypi (raspberrypi) | |
| 2018-02-20 07:28:56,076 - util.py[DEBUG]: Reading from /var/lib/cloud/data/previous-hostname (quiet=False) | |
| 2018-02-20 07:28:56,078 - util.py[DEBUG]: Read 12 bytes from /var/lib/cloud/data/previous-hostname | |
| 2018-02-20 07:28:56,079 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False) | |
| 2018-02-20 07:28:56,080 - util.py[DEBUG]: Read 12 bytes from /etc/hostname | |
| 2018-02-20 07:28:56,080 - __init__.py[DEBUG]: Attempting to update hostname to raspberrypi in 0 files | |
| 2018-02-20 07:28:56,081 - handlers.py[DEBUG]: finish: init-network/config-update_hostname: SUCCESS: config-update_hostname ran successfully | |
| 2018-02-20 07:28:56,082 - stages.py[DEBUG]: Running module update_etc_hosts (<module 'cloudinit.config.cc_update_etc_hosts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_etc_hosts.py'>) with frequency always | |
| 2018-02-20 07:28:56,085 - handlers.py[DEBUG]: start: init-network/config-update_etc_hosts: running config-update_etc_hosts with frequency always | |
| 2018-02-20 07:28:56,085 - helpers.py[DEBUG]: Running config-update_etc_hosts using lock (<cloudinit.helpers.DummyLock object at 0x75d145b0>) | |
| 2018-02-20 07:28:56,086 - cc_update_etc_hosts.py[DEBUG]: Configuration option 'manage_etc_hosts' is not set, not managing /etc/hosts in module update_etc_hosts | |
| 2018-02-20 07:28:56,087 - handlers.py[DEBUG]: finish: init-network/config-update_etc_hosts: SUCCESS: config-update_etc_hosts ran successfully | |
| 2018-02-20 07:28:56,088 - stages.py[DEBUG]: Running module ca-certs (<module 'cloudinit.config.cc_ca_certs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ca_certs.py'>) with frequency once-per-instance | |
| 2018-02-20 07:28:56,090 - handlers.py[DEBUG]: start: init-network/config-ca-certs: running config-ca-certs with frequency once-per-instance | |
| 2018-02-20 07:28:56,091 - helpers.py[DEBUG]: config-ca-certs already ran (freq=once-per-instance) | |
| 2018-02-20 07:28:56,092 - handlers.py[DEBUG]: finish: init-network/config-ca-certs: SUCCESS: config-ca-certs previously ran | |
| 2018-02-20 07:28:56,093 - stages.py[DEBUG]: Running module rsyslog (<module 'cloudinit.config.cc_rsyslog' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rsyslog.py'>) with frequency once-per-instance | |
| 2018-02-20 07:28:56,095 - handlers.py[DEBUG]: start: init-network/config-rsyslog: running config-rsyslog with frequency once-per-instance | |
| 2018-02-20 07:28:56,096 - helpers.py[DEBUG]: config-rsyslog already ran (freq=once-per-instance) | |
| 2018-02-20 07:28:56,097 - handlers.py[DEBUG]: finish: init-network/config-rsyslog: SUCCESS: config-rsyslog previously ran | |
| 2018-02-20 07:28:56,097 - stages.py[DEBUG]: Running module users-groups (<module 'cloudinit.config.cc_users_groups' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_users_groups.py'>) with frequency once-per-instance | |
| 2018-02-20 07:28:56,100 - handlers.py[DEBUG]: start: init-network/config-users-groups: running config-users-groups with frequency once-per-instance | |
| 2018-02-20 07:28:56,101 - helpers.py[DEBUG]: config-users-groups already ran (freq=once-per-instance) | |
| 2018-02-20 07:28:56,102 - handlers.py[DEBUG]: finish: init-network/config-users-groups: SUCCESS: config-users-groups previously ran | |
| 2018-02-20 07:28:56,103 - stages.py[DEBUG]: Running module ssh (<module 'cloudinit.config.cc_ssh' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh.py'>) with frequency once-per-instance | |
| 2018-02-20 07:28:56,105 - handlers.py[DEBUG]: start: init-network/config-ssh: running config-ssh with frequency once-per-instance | |
| 2018-02-20 07:28:56,106 - helpers.py[DEBUG]: config-ssh already ran (freq=once-per-instance) | |
| 2018-02-20 07:28:56,107 - handlers.py[DEBUG]: finish: init-network/config-ssh: SUCCESS: config-ssh previously ran | |
| 2018-02-20 07:28:56,108 - main.py[DEBUG]: Ran 15 modules with 0 failures | |
| 2018-02-20 07:28:56,113 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:28:56,114 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 07:28:56,115 - util.py[DEBUG]: cloud-init mode 'init' took 2.534 seconds (2.53) | |
| 2018-02-20 07:28:56,116 - handlers.py[DEBUG]: finish: init-network: SUCCESS: searching for network datasources | |
| 2018-02-20 07:29:06,750 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 07:29:06 +0000. Up 41.42 seconds. | |
| 2018-02-20 07:29:06,926 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:29:06,931 - stages.py[DEBUG]: Running module emit_upstart (<module 'cloudinit.config.cc_emit_upstart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_emit_upstart.py'>) with frequency always | |
| 2018-02-20 07:29:06,933 - handlers.py[DEBUG]: start: modules-config/config-emit_upstart: running config-emit_upstart with frequency always | |
| 2018-02-20 07:29:06,933 - helpers.py[DEBUG]: Running config-emit_upstart using lock (<cloudinit.helpers.DummyLock object at 0x75e7b4d0>) | |
| 2018-02-20 07:29:06,933 - cc_emit_upstart.py[DEBUG]: no /sbin/initctl located | |
| 2018-02-20 07:29:06,934 - cc_emit_upstart.py[DEBUG]: not upstart system, 'emit_upstart' disabled | |
| 2018-02-20 07:29:06,936 - handlers.py[DEBUG]: finish: modules-config/config-emit_upstart: SUCCESS: config-emit_upstart ran successfully | |
| 2018-02-20 07:29:06,936 - stages.py[DEBUG]: Running module snap_config (<module 'cloudinit.config.cc_snap_config' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_snap_config.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:06,937 - handlers.py[DEBUG]: start: modules-config/config-snap_config: running config-snap_config with frequency once-per-instance | |
| 2018-02-20 07:29:06,938 - helpers.py[DEBUG]: config-snap_config already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:06,938 - handlers.py[DEBUG]: finish: modules-config/config-snap_config: SUCCESS: config-snap_config previously ran | |
| 2018-02-20 07:29:06,938 - stages.py[DEBUG]: Running module ssh-import-id (<module 'cloudinit.config.cc_ssh_import_id' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_import_id.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:06,940 - handlers.py[DEBUG]: start: modules-config/config-ssh-import-id: running config-ssh-import-id with frequency once-per-instance | |
| 2018-02-20 07:29:06,940 - helpers.py[DEBUG]: config-ssh-import-id already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:06,941 - handlers.py[DEBUG]: finish: modules-config/config-ssh-import-id: SUCCESS: config-ssh-import-id previously ran | |
| 2018-02-20 07:29:06,941 - stages.py[DEBUG]: Running module locale (<module 'cloudinit.config.cc_locale' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_locale.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:06,942 - handlers.py[DEBUG]: start: modules-config/config-locale: running config-locale with frequency once-per-instance | |
| 2018-02-20 07:29:06,943 - helpers.py[DEBUG]: config-locale already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:06,943 - handlers.py[DEBUG]: finish: modules-config/config-locale: SUCCESS: config-locale previously ran | |
| 2018-02-20 07:29:06,944 - stages.py[DEBUG]: Running module set-passwords (<module 'cloudinit.config.cc_set_passwords' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_passwords.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:06,945 - handlers.py[DEBUG]: start: modules-config/config-set-passwords: running config-set-passwords with frequency once-per-instance | |
| 2018-02-20 07:29:06,945 - helpers.py[DEBUG]: config-set-passwords already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:06,946 - handlers.py[DEBUG]: finish: modules-config/config-set-passwords: SUCCESS: config-set-passwords previously ran | |
| 2018-02-20 07:29:06,946 - stages.py[DEBUG]: Running module grub-dpkg (<module 'cloudinit.config.cc_grub_dpkg' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_grub_dpkg.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:06,947 - handlers.py[DEBUG]: start: modules-config/config-grub-dpkg: running config-grub-dpkg with frequency once-per-instance | |
| 2018-02-20 07:29:06,948 - helpers.py[DEBUG]: config-grub-dpkg already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:06,948 - handlers.py[DEBUG]: finish: modules-config/config-grub-dpkg: SUCCESS: config-grub-dpkg previously ran | |
| 2018-02-20 07:29:06,948 - stages.py[DEBUG]: Running module apt-pipelining (<module 'cloudinit.config.cc_apt_pipelining' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_pipelining.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:06,950 - handlers.py[DEBUG]: start: modules-config/config-apt-pipelining: running config-apt-pipelining with frequency once-per-instance | |
| 2018-02-20 07:29:06,950 - helpers.py[DEBUG]: config-apt-pipelining already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:06,951 - handlers.py[DEBUG]: finish: modules-config/config-apt-pipelining: SUCCESS: config-apt-pipelining previously ran | |
| 2018-02-20 07:29:06,951 - stages.py[DEBUG]: Running module apt-configure (<module 'cloudinit.config.cc_apt_configure' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_configure.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:06,952 - handlers.py[DEBUG]: start: modules-config/config-apt-configure: running config-apt-configure with frequency once-per-instance | |
| 2018-02-20 07:29:06,953 - helpers.py[DEBUG]: config-apt-configure already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:06,953 - handlers.py[DEBUG]: finish: modules-config/config-apt-configure: SUCCESS: config-apt-configure previously ran | |
| 2018-02-20 07:29:06,954 - stages.py[DEBUG]: Running module ntp (<module 'cloudinit.config.cc_ntp' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ntp.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:06,955 - handlers.py[DEBUG]: start: modules-config/config-ntp: running config-ntp with frequency once-per-instance | |
| 2018-02-20 07:29:06,955 - helpers.py[DEBUG]: config-ntp already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:06,956 - handlers.py[DEBUG]: finish: modules-config/config-ntp: SUCCESS: config-ntp previously ran | |
| 2018-02-20 07:29:06,956 - stages.py[DEBUG]: Running module timezone (<module 'cloudinit.config.cc_timezone' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_timezone.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:06,957 - handlers.py[DEBUG]: start: modules-config/config-timezone: running config-timezone with frequency once-per-instance | |
| 2018-02-20 07:29:06,958 - helpers.py[DEBUG]: config-timezone already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:06,958 - handlers.py[DEBUG]: finish: modules-config/config-timezone: SUCCESS: config-timezone previously ran | |
| 2018-02-20 07:29:06,959 - stages.py[DEBUG]: Running module disable-ec2-metadata (<module 'cloudinit.config.cc_disable_ec2_metadata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disable_ec2_metadata.py'>) with frequency always | |
| 2018-02-20 07:29:06,960 - handlers.py[DEBUG]: start: modules-config/config-disable-ec2-metadata: running config-disable-ec2-metadata with frequency always | |
| 2018-02-20 07:29:06,960 - helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock (<cloudinit.helpers.DummyLock object at 0x75e81b30>) | |
| 2018-02-20 07:29:06,961 - cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled | |
| 2018-02-20 07:29:06,961 - handlers.py[DEBUG]: finish: modules-config/config-disable-ec2-metadata: SUCCESS: config-disable-ec2-metadata ran successfully | |
| 2018-02-20 07:29:06,961 - stages.py[DEBUG]: Running module runcmd (<module 'cloudinit.config.cc_runcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_runcmd.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:06,963 - handlers.py[DEBUG]: start: modules-config/config-runcmd: running config-runcmd with frequency once-per-instance | |
| 2018-02-20 07:29:06,963 - helpers.py[DEBUG]: config-runcmd already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:06,964 - handlers.py[DEBUG]: finish: modules-config/config-runcmd: SUCCESS: config-runcmd previously ran | |
| 2018-02-20 07:29:06,964 - stages.py[DEBUG]: Running module byobu (<module 'cloudinit.config.cc_byobu' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_byobu.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:06,965 - handlers.py[DEBUG]: start: modules-config/config-byobu: running config-byobu with frequency once-per-instance | |
| 2018-02-20 07:29:06,966 - helpers.py[DEBUG]: config-byobu already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:06,966 - handlers.py[DEBUG]: finish: modules-config/config-byobu: SUCCESS: config-byobu previously ran | |
| 2018-02-20 07:29:06,966 - main.py[DEBUG]: Ran 13 modules with 0 failures | |
| 2018-02-20 07:29:06,969 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:29:06,970 - util.py[DEBUG]: Read 13 bytes from /proc/uptime | |
| 2018-02-20 07:29:06,970 - util.py[DEBUG]: cloud-init mode 'modules' took 0.607 seconds (0.61) | |
| 2018-02-20 07:29:06,971 - handlers.py[DEBUG]: finish: modules-config: SUCCESS: running modules for config | |
| 2018-02-20 07:29:09,792 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 07:29:09 +0000. Up 44.46 seconds. | |
| 2018-02-20 07:29:09,982 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:29:09,985 - stages.py[INFO]: Skipping modules 'snappy,landscape,lxd' because they are not verified on distro 'debian'. To run anyway, add them to 'unverified_modules' in config. | |
| 2018-02-20 07:29:09,987 - stages.py[DEBUG]: Running module package-update-upgrade-install (<module 'cloudinit.config.cc_package_update_upgrade_install' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_package_update_upgrade_install.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:09,989 - handlers.py[DEBUG]: start: modules-final/config-package-update-upgrade-install: running config-package-update-upgrade-install with frequency once-per-instance | |
| 2018-02-20 07:29:09,989 - helpers.py[DEBUG]: config-package-update-upgrade-install already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:09,990 - handlers.py[DEBUG]: finish: modules-final/config-package-update-upgrade-install: SUCCESS: config-package-update-upgrade-install previously ran | |
| 2018-02-20 07:29:09,990 - stages.py[DEBUG]: Running module fan (<module 'cloudinit.config.cc_fan' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_fan.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:09,991 - handlers.py[DEBUG]: start: modules-final/config-fan: running config-fan with frequency once-per-instance | |
| 2018-02-20 07:29:09,992 - helpers.py[DEBUG]: config-fan already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:09,992 - handlers.py[DEBUG]: finish: modules-final/config-fan: SUCCESS: config-fan previously ran | |
| 2018-02-20 07:29:09,992 - stages.py[DEBUG]: Running module puppet (<module 'cloudinit.config.cc_puppet' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_puppet.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:09,994 - handlers.py[DEBUG]: start: modules-final/config-puppet: running config-puppet with frequency once-per-instance | |
| 2018-02-20 07:29:09,994 - helpers.py[DEBUG]: config-puppet already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:09,995 - handlers.py[DEBUG]: finish: modules-final/config-puppet: SUCCESS: config-puppet previously ran | |
| 2018-02-20 07:29:09,995 - stages.py[DEBUG]: Running module chef (<module 'cloudinit.config.cc_chef' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_chef.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:09,996 - handlers.py[DEBUG]: start: modules-final/config-chef: running config-chef with frequency once-per-instance | |
| 2018-02-20 07:29:09,996 - helpers.py[DEBUG]: config-chef already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:09,997 - handlers.py[DEBUG]: finish: modules-final/config-chef: SUCCESS: config-chef previously ran | |
| 2018-02-20 07:29:09,997 - stages.py[DEBUG]: Running module salt-minion (<module 'cloudinit.config.cc_salt_minion' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_salt_minion.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:09,998 - handlers.py[DEBUG]: start: modules-final/config-salt-minion: running config-salt-minion with frequency once-per-instance | |
| 2018-02-20 07:29:09,999 - helpers.py[DEBUG]: config-salt-minion already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:09,999 - handlers.py[DEBUG]: finish: modules-final/config-salt-minion: SUCCESS: config-salt-minion previously ran | |
| 2018-02-20 07:29:10,000 - stages.py[DEBUG]: Running module mcollective (<module 'cloudinit.config.cc_mcollective' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mcollective.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:10,001 - handlers.py[DEBUG]: start: modules-final/config-mcollective: running config-mcollective with frequency once-per-instance | |
| 2018-02-20 07:29:10,001 - helpers.py[DEBUG]: config-mcollective already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:10,002 - handlers.py[DEBUG]: finish: modules-final/config-mcollective: SUCCESS: config-mcollective previously ran | |
| 2018-02-20 07:29:10,002 - stages.py[DEBUG]: Running module rightscale_userdata (<module 'cloudinit.config.cc_rightscale_userdata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rightscale_userdata.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:10,003 - handlers.py[DEBUG]: start: modules-final/config-rightscale_userdata: running config-rightscale_userdata with frequency once-per-instance | |
| 2018-02-20 07:29:10,004 - helpers.py[DEBUG]: config-rightscale_userdata already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:10,004 - handlers.py[DEBUG]: finish: modules-final/config-rightscale_userdata: SUCCESS: config-rightscale_userdata previously ran | |
| 2018-02-20 07:29:10,005 - stages.py[DEBUG]: Running module scripts-vendor (<module 'cloudinit.config.cc_scripts_vendor' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_vendor.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:10,006 - handlers.py[DEBUG]: start: modules-final/config-scripts-vendor: running config-scripts-vendor with frequency once-per-instance | |
| 2018-02-20 07:29:10,006 - helpers.py[DEBUG]: config-scripts-vendor already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:10,007 - handlers.py[DEBUG]: finish: modules-final/config-scripts-vendor: SUCCESS: config-scripts-vendor previously ran | |
| 2018-02-20 07:29:10,007 - stages.py[DEBUG]: Running module scripts-per-once (<module 'cloudinit.config.cc_scripts_per_once' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_once.py'>) with frequency once | |
| 2018-02-20 07:29:10,008 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-once: running config-scripts-per-once with frequency once | |
| 2018-02-20 07:29:10,009 - helpers.py[DEBUG]: config-scripts-per-once already ran (freq=once) | |
| 2018-02-20 07:29:10,009 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-once: SUCCESS: config-scripts-per-once previously ran | |
| 2018-02-20 07:29:10,010 - stages.py[DEBUG]: Running module scripts-per-boot (<module 'cloudinit.config.cc_scripts_per_boot' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_boot.py'>) with frequency always | |
| 2018-02-20 07:29:10,011 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-boot: running config-scripts-per-boot with frequency always | |
| 2018-02-20 07:29:10,011 - helpers.py[DEBUG]: Running config-scripts-per-boot using lock (<cloudinit.helpers.DummyLock object at 0x75e993f0>) | |
| 2018-02-20 07:29:10,012 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-boot: SUCCESS: config-scripts-per-boot ran successfully | |
| 2018-02-20 07:29:10,012 - stages.py[DEBUG]: Running module scripts-per-instance (<module 'cloudinit.config.cc_scripts_per_instance' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_instance.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:10,014 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-instance: running config-scripts-per-instance with frequency once-per-instance | |
| 2018-02-20 07:29:10,014 - helpers.py[DEBUG]: config-scripts-per-instance already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:10,014 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-instance: SUCCESS: config-scripts-per-instance previously ran | |
| 2018-02-20 07:29:10,015 - stages.py[DEBUG]: Running module scripts-user (<module 'cloudinit.config.cc_scripts_user' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_user.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:10,016 - handlers.py[DEBUG]: start: modules-final/config-scripts-user: running config-scripts-user with frequency once-per-instance | |
| 2018-02-20 07:29:10,016 - helpers.py[DEBUG]: config-scripts-user already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:10,017 - handlers.py[DEBUG]: finish: modules-final/config-scripts-user: SUCCESS: config-scripts-user previously ran | |
| 2018-02-20 07:29:10,017 - stages.py[DEBUG]: Running module ssh-authkey-fingerprints (<module 'cloudinit.config.cc_ssh_authkey_fingerprints' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_authkey_fingerprints.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:10,018 - handlers.py[DEBUG]: start: modules-final/config-ssh-authkey-fingerprints: running config-ssh-authkey-fingerprints with frequency once-per-instance | |
| 2018-02-20 07:29:10,019 - helpers.py[DEBUG]: config-ssh-authkey-fingerprints already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:10,019 - handlers.py[DEBUG]: finish: modules-final/config-ssh-authkey-fingerprints: SUCCESS: config-ssh-authkey-fingerprints previously ran | |
| 2018-02-20 07:29:10,020 - stages.py[DEBUG]: Running module keys-to-console (<module 'cloudinit.config.cc_keys_to_console' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_keys_to_console.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:10,021 - handlers.py[DEBUG]: start: modules-final/config-keys-to-console: running config-keys-to-console with frequency once-per-instance | |
| 2018-02-20 07:29:10,021 - helpers.py[DEBUG]: config-keys-to-console already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:10,022 - handlers.py[DEBUG]: finish: modules-final/config-keys-to-console: SUCCESS: config-keys-to-console previously ran | |
| 2018-02-20 07:29:10,022 - stages.py[DEBUG]: Running module phone-home (<module 'cloudinit.config.cc_phone_home' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_phone_home.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:10,023 - handlers.py[DEBUG]: start: modules-final/config-phone-home: running config-phone-home with frequency once-per-instance | |
| 2018-02-20 07:29:10,024 - helpers.py[DEBUG]: config-phone-home already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:10,024 - handlers.py[DEBUG]: finish: modules-final/config-phone-home: SUCCESS: config-phone-home previously ran | |
| 2018-02-20 07:29:10,025 - stages.py[DEBUG]: Running module final-message (<module 'cloudinit.config.cc_final_message' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_final_message.py'>) with frequency always | |
| 2018-02-20 07:29:10,026 - handlers.py[DEBUG]: start: modules-final/config-final-message: running config-final-message with frequency always | |
| 2018-02-20 07:29:10,026 - helpers.py[DEBUG]: Running config-final-message using lock (<cloudinit.helpers.DummyLock object at 0x75e38df0>) | |
| 2018-02-20 07:29:10,027 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:29:10,027 - util.py[DEBUG]: Read 13 bytes from /proc/uptime | |
| 2018-02-20 07:29:10,047 - util.py[DEBUG]: Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 07:29:10 +0000. Datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]. Up 45.07 seconds | |
| 2018-02-20 07:29:10,047 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/boot-finished - wb: [644] 50 bytes | |
| 2018-02-20 07:29:10,051 - handlers.py[DEBUG]: finish: modules-final/config-final-message: SUCCESS: config-final-message ran successfully | |
| 2018-02-20 07:29:10,051 - stages.py[DEBUG]: Running module power-state-change (<module 'cloudinit.config.cc_power_state_change' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_power_state_change.py'>) with frequency once-per-instance | |
| 2018-02-20 07:29:10,053 - handlers.py[DEBUG]: start: modules-final/config-power-state-change: running config-power-state-change with frequency once-per-instance | |
| 2018-02-20 07:29:10,053 - helpers.py[DEBUG]: config-power-state-change already ran (freq=once-per-instance) | |
| 2018-02-20 07:29:10,054 - handlers.py[DEBUG]: finish: modules-final/config-power-state-change: SUCCESS: config-power-state-change previously ran | |
| 2018-02-20 07:29:10,054 - main.py[DEBUG]: Ran 17 modules with 0 failures | |
| 2018-02-20 07:29:10,058 - util.py[DEBUG]: Creating symbolic link from '/run/cloud-init/result.json' => '../../var/lib/cloud/data/result.json' | |
| 2018-02-20 07:29:10,058 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:29:10,059 - util.py[DEBUG]: Read 13 bytes from /proc/uptime | |
| 2018-02-20 07:29:10,059 - util.py[DEBUG]: cloud-init mode 'modules' took 0.653 seconds (0.65) | |
| 2018-02-20 07:29:10,060 - handlers.py[DEBUG]: finish: modules-final: SUCCESS: running modules for final | |
| 2018-02-20 07:31:02,642 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 07:31:02 +0000. Up 9.28 seconds. | |
| 2018-02-20 07:31:02,645 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 07:31:02,646 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 07:31:02,686 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 07:31:02,696 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 07:31:02,700 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished | |
| 2018-02-20 07:31:02,701 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/data/no-net | |
| 2018-02-20 07:31:02,702 - handlers.py[DEBUG]: start: init-local/check-cache: attempting to read from cache [check] | |
| 2018-02-20 07:31:02,702 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 07:31:02,703 - stages.py[DEBUG]: no cache found | |
| 2018-02-20 07:31:02,704 - handlers.py[DEBUG]: finish: init-local/check-cache: SUCCESS: no cache found | |
| 2018-02-20 07:31:02,705 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 07:31:02,729 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:31:02,732 - __init__.py[DEBUG]: Looking for data source in: ['NoCloud', 'None'], via packages ['', 'cloudinit.sources'] that matches dependencies ['FILESYSTEM'] | |
| 2018-02-20 07:31:02,748 - __init__.py[DEBUG]: Searching for local data source in: ['DataSourceNoCloud'] | |
| 2018-02-20 07:31:02,750 - handlers.py[DEBUG]: start: init-local/search-NoCloud: searching for local data from DataSourceNoCloud | |
| 2018-02-20 07:31:02,750 - __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceNoCloud.DataSourceNoCloud'> | |
| 2018-02-20 07:31:02,751 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:02,775 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:02,786 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:02,796 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 07:31:02,798 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 07:31:02,798 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 07:31:02,799 - util.py[DEBUG]: Read 927 bytes from /proc/self/status | |
| 2018-02-20 07:31:02,800 - util.py[DEBUG]: querying dmi data /sys/class/dmi/id/product_serial | |
| 2018-02-20 07:31:02,801 - util.py[DEBUG]: did not find /sys/class/dmi/id/product_serial | |
| 2018-02-20 07:31:02,801 - util.py[DEBUG]: dmidata is not supported on armv7l | |
| 2018-02-20 07:31:02,802 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/user-data (quiet=False) | |
| 2018-02-20 07:31:02,803 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/meta-data (quiet=False) | |
| 2018-02-20 07:31:02,804 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/vendor-data (quiet=False) | |
| 2018-02-20 07:31:02,804 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/network-config (quiet=False) | |
| 2018-02-20 07:31:02,805 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/user-data (quiet=False) | |
| 2018-02-20 07:31:02,807 - util.py[DEBUG]: Read 25 bytes from /var/lib/cloud/seed/nocloud-net/user-data | |
| 2018-02-20 07:31:02,807 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/meta-data (quiet=False) | |
| 2018-02-20 07:31:02,808 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/seed/nocloud-net/meta-data | |
| 2018-02-20 07:31:02,809 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/vendor-data (quiet=False) | |
| 2018-02-20 07:31:02,809 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/network-config (quiet=False) | |
| 2018-02-20 07:31:02,810 - DataSourceNoCloud.py[DEBUG]: Using seeded data from /var/lib/cloud/seed/nocloud-net | |
| 2018-02-20 07:31:02,811 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:02,812 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:31:02,813 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr0'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 07:31:02,826 - util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr1'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 07:31:02,840 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=vfat', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 07:31:02,894 - util.py[DEBUG]: Running command ['blkid', '-tTYPE=iso9660', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 07:31:02,931 - util.py[DEBUG]: Running command ['blkid', '-tLABEL=cidata', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True) | |
| 2018-02-20 07:31:02,969 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:31:02,970 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:31:02,977 - handlers.py[DEBUG]: finish: init-local/search-NoCloud: SUCCESS: found local data from DataSourceNoCloud | |
| 2018-02-20 07:31:02,977 - stages.py[INFO]: Loaded datasource DataSourceNoCloud - DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 07:31:02,979 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:31:02,980 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:31:02,981 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:03,197 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:31:03,198 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:31:03,199 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:03,270 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:31:03,271 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:31:03,271 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:03,274 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:31:03,277 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:31:03,278 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:31:03,279 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:03,286 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:03,287 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:31:03,295 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 07:31:03,296 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/nocloud' | |
| 2018-02-20 07:31:03,314 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/nocloud/datasource (quiet=False) | |
| 2018-02-20 07:31:03,315 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/datasource - wb: [644] 88 bytes | |
| 2018-02-20 07:31:03,321 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 88 bytes | |
| 2018-02-20 07:31:03,328 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) | |
| 2018-02-20 07:31:03,329 - util.py[DEBUG]: Read 8 bytes from /var/lib/cloud/data/instance-id | |
| 2018-02-20 07:31:03,330 - stages.py[DEBUG]: previous iid found to be nocloud | |
| 2018-02-20 07:31:03,331 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:31:03,338 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:31:03,344 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:31:03,355 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5111 bytes | |
| 2018-02-20 07:31:03,361 - main.py[DEBUG]: [local] init will now be targeting instance id: nocloud. new=False | |
| 2018-02-20 07:31:03,363 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:31:03,364 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:31:03,365 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:03,580 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:31:03,581 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:31:03,582 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:03,653 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:31:03,654 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:31:03,654 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:03,657 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:31:03,660 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:31:03,661 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:31:03,662 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:03,669 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:03,670 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:31:03,687 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:31:03,689 - util.py[DEBUG]: Reading from /sys/class/net/eth0/carrier (quiet=False) | |
| 2018-02-20 07:31:03,690 - util.py[DEBUG]: Reading from /sys/class/net/eth0/dormant (quiet=False) | |
| 2018-02-20 07:31:03,691 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 07:31:03,692 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 07:31:03,693 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/carrier (quiet=False) | |
| 2018-02-20 07:31:03,694 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/dormant (quiet=False) | |
| 2018-02-20 07:31:03,695 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 07:31:03,695 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 07:31:03,696 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:31:03,697 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:31:03,698 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:31:03,699 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:31:03,699 - stages.py[DEBUG]: applying net config names for {'config': [{'name': 'eth0', 'mac_address': 'b8:27:eb:55:b7:56', 'type': 'physical', 'subnets': [{'type': 'dhcp'}]}], 'version': 1} | |
| 2018-02-20 07:31:03,701 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 07:31:03,701 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) | |
| 2018-02-20 07:31:03,702 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type | |
| 2018-02-20 07:31:03,703 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) | |
| 2018-02-20 07:31:03,704 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent | |
| 2018-02-20 07:31:03,705 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:31:03,705 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:31:03,706 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 07:31:03,707 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) | |
| 2018-02-20 07:31:03,708 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type | |
| 2018-02-20 07:31:03,708 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) | |
| 2018-02-20 07:31:03,709 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent | |
| 2018-02-20 07:31:03,710 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) | |
| 2018-02-20 07:31:03,711 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address | |
| 2018-02-20 07:31:03,711 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) | |
| 2018-02-20 07:31:03,712 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/addr_assign_type (quiet=False) | |
| 2018-02-20 07:31:03,713 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/wlan0/addr_assign_type | |
| 2018-02-20 07:31:03,714 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/uevent (quiet=False) | |
| 2018-02-20 07:31:03,714 - util.py[DEBUG]: Read 39 bytes from /sys/class/net/wlan0/uevent | |
| 2018-02-20 07:31:03,715 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 07:31:03,716 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 07:31:03,717 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/device/device (quiet=False) | |
| 2018-02-20 07:31:03,718 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/wlan0/device/device | |
| 2018-02-20 07:31:03,718 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 07:31:03,719 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 07:31:03,720 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) | |
| 2018-02-20 07:31:03,720 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate | |
| 2018-02-20 07:31:03,721 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 07:31:03,722 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 07:31:03,724 - util.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:03,759 - util.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:03,775 - __init__.py[DEBUG]: no work necessary for renaming of [['b8:27:eb:55:b7:56', 'eth0', 'smsc95xx', None]] | |
| 2018-02-20 07:31:03,778 - stages.py[DEBUG]: not a new instance. network config is not applied. | |
| 2018-02-20 07:31:03,779 - main.py[DEBUG]: [local] Exiting. datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] not in local mode. | |
| 2018-02-20 07:31:03,784 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:31:03,785 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 07:31:03,786 - util.py[DEBUG]: cloud-init mode 'init' took 1.578 seconds (1.57) | |
| 2018-02-20 07:31:03,787 - handlers.py[DEBUG]: finish: init-local: SUCCESS: searching for local datasources | |
| 2018-02-20 07:31:09,239 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 07:31:08 +0000. Up 15.88 seconds. | |
| 2018-02-20 07:31:09,240 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 07:31:09,240 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 07:31:09,276 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 07:31:09,286 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 07:31:09,287 - util.py[DEBUG]: Running command ['ifconfig', '-a'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:31:09,331 - util.py[DEBUG]: Running command ['netstat', '-rn'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:31:09,353 - util.py[DEBUG]: Running command ['netstat', '-A', 'inet6', '-n'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:31:09,369 - main.py[DEBUG]: Checking to see if files that we need already exist from a previous run that would allow us to stop early. | |
| 2018-02-20 07:31:09,370 - main.py[DEBUG]: Execution continuing, no previous run detected that would allow us to stop early. | |
| 2018-02-20 07:31:09,372 - handlers.py[DEBUG]: start: init-network/check-cache: attempting to read from cache [trust] | |
| 2018-02-20 07:31:09,372 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 07:31:09,373 - util.py[DEBUG]: Read 5111 bytes from /var/lib/cloud/instance/obj.pkl | |
| 2018-02-20 07:31:09,386 - util.py[DEBUG]: Reading from /run/cloud-init/.instance-id (quiet=False) | |
| 2018-02-20 07:31:09,387 - util.py[DEBUG]: Read 8 bytes from /run/cloud-init/.instance-id | |
| 2018-02-20 07:31:09,388 - stages.py[DEBUG]: restored from cache with run check: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 07:31:09,389 - handlers.py[DEBUG]: finish: init-network/check-cache: SUCCESS: restored from cache with run check: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 07:31:09,392 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:31:09,393 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:31:09,394 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:09,613 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:31:09,614 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:31:09,615 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:09,686 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:31:09,687 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:31:09,688 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:09,691 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:31:09,694 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:31:09,695 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:31:09,695 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:09,703 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:09,704 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:31:09,712 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 07:31:09,713 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/nocloud' | |
| 2018-02-20 07:31:09,722 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/nocloud/datasource (quiet=False) | |
| 2018-02-20 07:31:09,723 - util.py[DEBUG]: Read 88 bytes from /var/lib/cloud/instances/nocloud/datasource | |
| 2018-02-20 07:31:09,724 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/datasource - wb: [644] 88 bytes | |
| 2018-02-20 07:31:09,731 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 88 bytes | |
| 2018-02-20 07:31:09,738 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) | |
| 2018-02-20 07:31:09,739 - util.py[DEBUG]: Read 8 bytes from /var/lib/cloud/data/instance-id | |
| 2018-02-20 07:31:09,739 - stages.py[DEBUG]: previous iid found to be nocloud | |
| 2018-02-20 07:31:09,740 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:31:09,747 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:31:09,753 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:31:09,764 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5201 bytes | |
| 2018-02-20 07:31:09,771 - main.py[DEBUG]: [net] init will now be targeting instance id: nocloud. new=False | |
| 2018-02-20 07:31:09,773 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:31:09,774 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:31:09,774 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:09,994 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:31:09,995 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:31:09,996 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:10,067 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:31:10,068 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:31:10,069 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:10,072 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:31:10,075 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:31:10,076 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:31:10,077 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:10,084 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:10,085 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:31:10,102 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:31:10,107 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/carrier (quiet=False) | |
| 2018-02-20 07:31:10,108 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/dormant (quiet=False) | |
| 2018-02-20 07:31:10,109 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 07:31:10,110 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 07:31:10,111 - util.py[DEBUG]: Reading from /sys/class/net/eth0/carrier (quiet=False) | |
| 2018-02-20 07:31:10,112 - util.py[DEBUG]: Reading from /sys/class/net/eth0/dormant (quiet=False) | |
| 2018-02-20 07:31:10,112 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 07:31:10,113 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 07:31:10,114 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:31:10,115 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:31:10,116 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:31:10,116 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:31:10,117 - stages.py[DEBUG]: applying net config names for {'version': 1, 'config': [{'mac_address': 'b8:27:eb:55:b7:56', 'type': 'physical', 'name': 'eth0', 'subnets': [{'type': 'dhcp'}]}]} | |
| 2018-02-20 07:31:10,118 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 07:31:10,119 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) | |
| 2018-02-20 07:31:10,120 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type | |
| 2018-02-20 07:31:10,121 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) | |
| 2018-02-20 07:31:10,122 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent | |
| 2018-02-20 07:31:10,122 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:31:10,123 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:31:10,124 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 07:31:10,125 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) | |
| 2018-02-20 07:31:10,126 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type | |
| 2018-02-20 07:31:10,126 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) | |
| 2018-02-20 07:31:10,127 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent | |
| 2018-02-20 07:31:10,128 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) | |
| 2018-02-20 07:31:10,129 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address | |
| 2018-02-20 07:31:10,129 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) | |
| 2018-02-20 07:31:10,130 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/addr_assign_type (quiet=False) | |
| 2018-02-20 07:31:10,131 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/wlan0/addr_assign_type | |
| 2018-02-20 07:31:10,132 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/uevent (quiet=False) | |
| 2018-02-20 07:31:10,132 - util.py[DEBUG]: Read 39 bytes from /sys/class/net/wlan0/uevent | |
| 2018-02-20 07:31:10,133 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 07:31:10,134 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 07:31:10,135 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/device/device (quiet=False) | |
| 2018-02-20 07:31:10,136 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/wlan0/device/device | |
| 2018-02-20 07:31:10,136 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 07:31:10,137 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 07:31:10,138 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) | |
| 2018-02-20 07:31:10,139 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate | |
| 2018-02-20 07:31:10,139 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 07:31:10,140 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 07:31:10,143 - util.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:10,157 - util.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:10,171 - __init__.py[DEBUG]: no work necessary for renaming of [['b8:27:eb:55:b7:56', 'eth0', 'smsc95xx', None]] | |
| 2018-02-20 07:31:10,175 - stages.py[DEBUG]: not a new instance. network config is not applied. | |
| 2018-02-20 07:31:10,176 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/user-data.txt - wb: [600] 25 bytes | |
| 2018-02-20 07:31:10,185 - util.py[DEBUG]: Reading from /boot/user-data (quiet=False) | |
| 2018-02-20 07:31:10,187 - util.py[DEBUG]: Read 553 bytes from /boot/user-data | |
| 2018-02-20 07:31:10,212 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/user-data.txt.i - wb: [600] 832 bytes | |
| 2018-02-20 07:31:10,219 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/vendor-data.txt - wb: [600] 0 bytes | |
| 2018-02-20 07:31:10,235 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/vendor-data.txt.i - wb: [600] 281 bytes | |
| 2018-02-20 07:31:10,245 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/consume_data - wb: [644] 24 bytes | |
| 2018-02-20 07:31:10,251 - helpers.py[DEBUG]: Running consume_data using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/consume_data'>) | |
| 2018-02-20 07:31:10,253 - handlers.py[DEBUG]: start: init-network/consume-user-data: reading and applying user-data | |
| 2018-02-20 07:31:10,257 - stages.py[DEBUG]: Added default handler for {'text/cloud-config', 'text/cloud-config-jsonp'} from CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] | |
| 2018-02-20 07:31:10,258 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript'} from ShellScriptPartHandler: [['text/x-shellscript']] | |
| 2018-02-20 07:31:10,259 - stages.py[DEBUG]: Added default handler for {'text/cloud-boothook'} from BootHookPartHandler: [['text/cloud-boothook']] | |
| 2018-02-20 07:31:10,260 - stages.py[DEBUG]: Added default handler for {'text/upstart-job'} from UpstartJobPartHandler: [['text/upstart-job']] | |
| 2018-02-20 07:31:10,264 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency once-per-instance | |
| 2018-02-20 07:31:10,265 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (__begin__, None, 3) with frequency once-per-instance | |
| 2018-02-20 07:31:10,265 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__begin__, None, 2) with frequency once-per-instance | |
| 2018-02-20 07:31:10,266 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency once-per-instance | |
| 2018-02-20 07:31:10,268 - __init__.py[DEBUG]: {'MIME-Version': '1.0', 'Content-Disposition': 'attachment; filename="part-001"', 'Content-Type': 'text/x-shellscript'} | |
| 2018-02-20 07:31:10,268 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (text/x-shellscript, part-001, 2) with frequency once-per-instance | |
| 2018-02-20 07:31:10,269 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/scripts/part-001 - wb: [700] 553 bytes | |
| 2018-02-20 07:31:10,277 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency once-per-instance | |
| 2018-02-20 07:31:10,278 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config-jsonp', 'text/cloud-config']] (__end__, None, 3) with frequency once-per-instance | |
| 2018-02-20 07:31:10,279 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/cloud-config.txt - wb: [600] 0 bytes | |
| 2018-02-20 07:31:10,286 - __init__.py[DEBUG]: Calling handler UpstartJobPartHandler: [['text/upstart-job']] (__end__, None, 2) with frequency once-per-instance | |
| 2018-02-20 07:31:10,287 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency once-per-instance | |
| 2018-02-20 07:31:10,288 - handlers.py[DEBUG]: finish: init-network/consume-user-data: SUCCESS: reading and applying user-data | |
| 2018-02-20 07:31:10,289 - handlers.py[DEBUG]: start: init-network/consume-vendor-data: reading and applying vendor-data | |
| 2018-02-20 07:31:10,290 - stages.py[DEBUG]: no vendordata from datasource | |
| 2018-02-20 07:31:10,291 - handlers.py[DEBUG]: finish: init-network/consume-vendor-data: SUCCESS: reading and applying vendor-data | |
| 2018-02-20 07:31:10,292 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:31:10,293 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:31:10,294 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:10,513 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:31:10,514 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:31:10,515 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:10,586 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:31:10,588 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:31:10,588 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:10,591 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:31:10,594 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:31:10,595 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:31:10,596 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:10,603 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:10,604 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:31:10,608 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:31:10,609 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:31:10,609 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:10,611 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:31:10,622 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:31:10,623 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:31:10,624 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:31:10,625 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:31:10,652 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5193 bytes | |
| 2018-02-20 07:31:10,663 - main.py[DEBUG]: no di_report found in config. | |
| 2018-02-20 07:31:11,115 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:31:11,124 - stages.py[DEBUG]: Running module migrator (<module 'cloudinit.config.cc_migrator' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_migrator.py'>) with frequency always | |
| 2018-02-20 07:31:11,127 - handlers.py[DEBUG]: start: init-network/config-migrator: running config-migrator with frequency always | |
| 2018-02-20 07:31:11,128 - helpers.py[DEBUG]: Running config-migrator using lock (<cloudinit.helpers.DummyLock object at 0x75ea4890>) | |
| 2018-02-20 07:31:11,130 - cc_migrator.py[DEBUG]: Migrated 0 semaphore files to there canonicalized names | |
| 2018-02-20 07:31:11,134 - handlers.py[DEBUG]: finish: init-network/config-migrator: SUCCESS: config-migrator ran successfully | |
| 2018-02-20 07:31:11,135 - stages.py[DEBUG]: Running module seed_random (<module 'cloudinit.config.cc_seed_random' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_seed_random.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:11,138 - handlers.py[DEBUG]: start: init-network/config-seed_random: running config-seed_random with frequency once-per-instance | |
| 2018-02-20 07:31:11,139 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_seed_random - wb: [644] 23 bytes | |
| 2018-02-20 07:31:11,147 - helpers.py[DEBUG]: Running config-seed_random using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_seed_random'>) | |
| 2018-02-20 07:31:11,148 - cc_seed_random.py[DEBUG]: no command provided | |
| 2018-02-20 07:31:11,149 - handlers.py[DEBUG]: finish: init-network/config-seed_random: SUCCESS: config-seed_random ran successfully | |
| 2018-02-20 07:31:11,149 - stages.py[DEBUG]: Running module bootcmd (<module 'cloudinit.config.cc_bootcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_bootcmd.py'>) with frequency always | |
| 2018-02-20 07:31:11,152 - handlers.py[DEBUG]: start: init-network/config-bootcmd: running config-bootcmd with frequency always | |
| 2018-02-20 07:31:11,153 - helpers.py[DEBUG]: Running config-bootcmd using lock (<cloudinit.helpers.DummyLock object at 0x75ea4d70>) | |
| 2018-02-20 07:31:11,153 - cc_bootcmd.py[DEBUG]: Skipping module named bootcmd, no 'bootcmd' key in configuration | |
| 2018-02-20 07:31:11,157 - handlers.py[DEBUG]: finish: init-network/config-bootcmd: SUCCESS: config-bootcmd ran successfully | |
| 2018-02-20 07:31:11,157 - stages.py[DEBUG]: Running module write-files (<module 'cloudinit.config.cc_write_files' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_write_files.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:11,160 - handlers.py[DEBUG]: start: init-network/config-write-files: running config-write-files with frequency once-per-instance | |
| 2018-02-20 07:31:11,161 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_write_files - wb: [644] 24 bytes | |
| 2018-02-20 07:31:11,169 - helpers.py[DEBUG]: Running config-write-files using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_write_files'>) | |
| 2018-02-20 07:31:11,169 - cc_write_files.py[DEBUG]: Skipping module named write-files, no/empty 'write_files' key in configuration | |
| 2018-02-20 07:31:11,170 - handlers.py[DEBUG]: finish: init-network/config-write-files: SUCCESS: config-write-files ran successfully | |
| 2018-02-20 07:31:11,171 - stages.py[DEBUG]: Running module growpart (<module 'cloudinit.config.cc_growpart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_growpart.py'>) with frequency always | |
| 2018-02-20 07:31:11,174 - handlers.py[DEBUG]: start: init-network/config-growpart: running config-growpart with frequency always | |
| 2018-02-20 07:31:11,174 - helpers.py[DEBUG]: Running config-growpart using lock (<cloudinit.helpers.DummyLock object at 0x75edc190>) | |
| 2018-02-20 07:31:11,175 - cc_growpart.py[DEBUG]: No 'growpart' entry in cfg. Using default: {'devices': ['/'], 'ignore_growroot_disabled': False, 'mode': 'auto'} | |
| 2018-02-20 07:31:11,176 - util.py[DEBUG]: Running command ['growpart', '--help'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:11,189 - cc_growpart.py[DEBUG]: growpart unable to find resizer for 'auto': No resizers available | |
| 2018-02-20 07:31:11,191 - handlers.py[DEBUG]: finish: init-network/config-growpart: SUCCESS: config-growpart ran successfully | |
| 2018-02-20 07:31:11,191 - stages.py[DEBUG]: Running module resizefs (<module 'cloudinit.config.cc_resizefs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_resizefs.py'>) with frequency always | |
| 2018-02-20 07:31:11,194 - handlers.py[DEBUG]: start: init-network/config-resizefs: running config-resizefs with frequency always | |
| 2018-02-20 07:31:11,195 - helpers.py[DEBUG]: Running config-resizefs using lock (<cloudinit.helpers.DummyLock object at 0x75e2ead0>) | |
| 2018-02-20 07:31:11,264 - util.py[DEBUG]: Reading from /proc/359/mountinfo (quiet=False) | |
| 2018-02-20 07:31:11,266 - util.py[DEBUG]: Read 2086 bytes from /proc/359/mountinfo | |
| 2018-02-20 07:31:11,267 - cc_resizefs.py[DEBUG]: resize_info: dev=/dev/root mnt_point=/ path=/ | |
| 2018-02-20 07:31:11,268 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:11,292 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:11,304 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:11,315 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 07:31:11,692 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 07:31:11,692 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 07:31:11,693 - util.py[DEBUG]: Read 927 bytes from /proc/self/status | |
| 2018-02-20 07:31:11,695 - cc_resizefs.py[DEBUG]: Converted /dev/root to '/dev/disk/by-partuuid/3e8f7ed9-02' per kernel cmdline | |
| 2018-02-20 07:31:11,696 - cc_resizefs.py[DEBUG]: Resizing / (ext4) using resize2fs /dev/disk/by-partuuid/3e8f7ed9-02 | |
| 2018-02-20 07:31:11,696 - util.py[DEBUG]: Running command ('resize2fs', '/dev/disk/by-partuuid/3e8f7ed9-02') with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:11,778 - util.py[DEBUG]: Resizing took 0.082 seconds | |
| 2018-02-20 07:31:11,779 - cc_resizefs.py[DEBUG]: Resized root filesystem (type=ext4, val=True) | |
| 2018-02-20 07:31:11,781 - handlers.py[DEBUG]: finish: init-network/config-resizefs: SUCCESS: config-resizefs ran successfully | |
| 2018-02-20 07:31:11,781 - stages.py[DEBUG]: Running module disk_setup (<module 'cloudinit.config.cc_disk_setup' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disk_setup.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:11,784 - handlers.py[DEBUG]: start: init-network/config-disk_setup: running config-disk_setup with frequency once-per-instance | |
| 2018-02-20 07:31:11,786 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_disk_setup - wb: [644] 24 bytes | |
| 2018-02-20 07:31:11,794 - helpers.py[DEBUG]: Running config-disk_setup using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_disk_setup'>) | |
| 2018-02-20 07:31:11,795 - handlers.py[DEBUG]: finish: init-network/config-disk_setup: SUCCESS: config-disk_setup ran successfully | |
| 2018-02-20 07:31:11,795 - stages.py[DEBUG]: Running module mounts (<module 'cloudinit.config.cc_mounts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mounts.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:11,798 - handlers.py[DEBUG]: start: init-network/config-mounts: running config-mounts with frequency once-per-instance | |
| 2018-02-20 07:31:11,800 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_mounts - wb: [644] 24 bytes | |
| 2018-02-20 07:31:11,807 - helpers.py[DEBUG]: Running config-mounts using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_mounts'>) | |
| 2018-02-20 07:31:11,808 - cc_mounts.py[DEBUG]: mounts configuration is [] | |
| 2018-02-20 07:31:11,811 - cc_mounts.py[DEBUG]: Attempting to determine the real name of ephemeral0 | |
| 2018-02-20 07:31:11,812 - cc_mounts.py[DEBUG]: Ignoring nonexistant default named mount ephemeral0 | |
| 2018-02-20 07:31:11,813 - cc_mounts.py[DEBUG]: Attempting to determine the real name of swap | |
| 2018-02-20 07:31:11,813 - cc_mounts.py[DEBUG]: Ignoring nonexistant default named mount swap | |
| 2018-02-20 07:31:11,814 - cc_mounts.py[DEBUG]: no need to setup swap | |
| 2018-02-20 07:31:11,814 - cc_mounts.py[DEBUG]: No modifications to fstab needed. | |
| 2018-02-20 07:31:11,815 - handlers.py[DEBUG]: finish: init-network/config-mounts: SUCCESS: config-mounts ran successfully | |
| 2018-02-20 07:31:11,816 - stages.py[DEBUG]: Running module set_hostname (<module 'cloudinit.config.cc_set_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_hostname.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:11,819 - handlers.py[DEBUG]: start: init-network/config-set_hostname: running config-set_hostname with frequency once-per-instance | |
| 2018-02-20 07:31:11,820 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_set_hostname - wb: [644] 24 bytes | |
| 2018-02-20 07:31:11,827 - helpers.py[DEBUG]: Running config-set_hostname using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_set_hostname'>) | |
| 2018-02-20 07:31:11,828 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:31:11,829 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:31:11,830 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:31:11,830 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:31:11,831 - cc_set_hostname.py[DEBUG]: Setting the hostname to raspberrypi (raspberrypi) | |
| 2018-02-20 07:31:11,832 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False) | |
| 2018-02-20 07:31:11,833 - util.py[DEBUG]: Read 12 bytes from /etc/hostname | |
| 2018-02-20 07:31:11,834 - util.py[DEBUG]: Writing to /etc/hostname - wb: [644] 12 bytes | |
| 2018-02-20 07:31:11,841 - __init__.py[DEBUG]: Non-persistently setting the system hostname to raspberrypi | |
| 2018-02-20 07:31:11,842 - util.py[DEBUG]: Running command ['hostname', 'raspberrypi'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:11,858 - handlers.py[DEBUG]: finish: init-network/config-set_hostname: SUCCESS: config-set_hostname ran successfully | |
| 2018-02-20 07:31:11,859 - stages.py[DEBUG]: Running module update_hostname (<module 'cloudinit.config.cc_update_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_hostname.py'>) with frequency always | |
| 2018-02-20 07:31:11,862 - handlers.py[DEBUG]: start: init-network/config-update_hostname: running config-update_hostname with frequency always | |
| 2018-02-20 07:31:11,863 - helpers.py[DEBUG]: Running config-update_hostname using lock (<cloudinit.helpers.DummyLock object at 0x75d364f0>) | |
| 2018-02-20 07:31:11,863 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:31:11,864 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:31:11,865 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:31:11,866 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:31:11,867 - cc_update_hostname.py[DEBUG]: Updating hostname to raspberrypi (raspberrypi) | |
| 2018-02-20 07:31:11,867 - util.py[DEBUG]: Reading from /var/lib/cloud/data/previous-hostname (quiet=False) | |
| 2018-02-20 07:31:11,869 - util.py[DEBUG]: Read 12 bytes from /var/lib/cloud/data/previous-hostname | |
| 2018-02-20 07:31:11,870 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False) | |
| 2018-02-20 07:31:11,871 - util.py[DEBUG]: Read 12 bytes from /etc/hostname | |
| 2018-02-20 07:31:11,872 - __init__.py[DEBUG]: Attempting to update hostname to raspberrypi in 0 files | |
| 2018-02-20 07:31:11,873 - handlers.py[DEBUG]: finish: init-network/config-update_hostname: SUCCESS: config-update_hostname ran successfully | |
| 2018-02-20 07:31:11,873 - stages.py[DEBUG]: Running module update_etc_hosts (<module 'cloudinit.config.cc_update_etc_hosts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_etc_hosts.py'>) with frequency always | |
| 2018-02-20 07:31:11,876 - handlers.py[DEBUG]: start: init-network/config-update_etc_hosts: running config-update_etc_hosts with frequency always | |
| 2018-02-20 07:31:11,877 - helpers.py[DEBUG]: Running config-update_etc_hosts using lock (<cloudinit.helpers.DummyLock object at 0x75d365f0>) | |
| 2018-02-20 07:31:11,877 - cc_update_etc_hosts.py[DEBUG]: Configuration option 'manage_etc_hosts' is not set, not managing /etc/hosts in module update_etc_hosts | |
| 2018-02-20 07:31:11,878 - handlers.py[DEBUG]: finish: init-network/config-update_etc_hosts: SUCCESS: config-update_etc_hosts ran successfully | |
| 2018-02-20 07:31:11,879 - stages.py[DEBUG]: Running module ca-certs (<module 'cloudinit.config.cc_ca_certs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ca_certs.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:11,882 - handlers.py[DEBUG]: start: init-network/config-ca-certs: running config-ca-certs with frequency once-per-instance | |
| 2018-02-20 07:31:11,883 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_ca_certs - wb: [644] 24 bytes | |
| 2018-02-20 07:31:11,891 - helpers.py[DEBUG]: Running config-ca-certs using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_ca_certs'>) | |
| 2018-02-20 07:31:11,892 - cc_ca_certs.py[DEBUG]: Skipping module named ca-certs, no 'ca-certs' key in configuration | |
| 2018-02-20 07:31:11,893 - handlers.py[DEBUG]: finish: init-network/config-ca-certs: SUCCESS: config-ca-certs ran successfully | |
| 2018-02-20 07:31:11,893 - stages.py[DEBUG]: Running module rsyslog (<module 'cloudinit.config.cc_rsyslog' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rsyslog.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:11,896 - handlers.py[DEBUG]: start: init-network/config-rsyslog: running config-rsyslog with frequency once-per-instance | |
| 2018-02-20 07:31:11,897 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_rsyslog - wb: [644] 24 bytes | |
| 2018-02-20 07:31:11,905 - helpers.py[DEBUG]: Running config-rsyslog using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_rsyslog'>) | |
| 2018-02-20 07:31:11,905 - cc_rsyslog.py[DEBUG]: Skipping module named rsyslog, no 'rsyslog' key in configuration | |
| 2018-02-20 07:31:11,907 - handlers.py[DEBUG]: finish: init-network/config-rsyslog: SUCCESS: config-rsyslog ran successfully | |
| 2018-02-20 07:31:11,907 - stages.py[DEBUG]: Running module users-groups (<module 'cloudinit.config.cc_users_groups' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_users_groups.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:11,910 - handlers.py[DEBUG]: start: init-network/config-users-groups: running config-users-groups with frequency once-per-instance | |
| 2018-02-20 07:31:11,911 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_users_groups - wb: [644] 24 bytes | |
| 2018-02-20 07:31:11,919 - helpers.py[DEBUG]: Running config-users-groups using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_users_groups'>) | |
| 2018-02-20 07:31:11,923 - __init__.py[INFO]: User ubuntu already exists, skipping. | |
| 2018-02-20 07:31:11,923 - util.py[DEBUG]: Running command ['passwd', '-l', 'ubuntu'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:12,105 - util.py[DEBUG]: Reading from /etc/sudoers (quiet=False) | |
| 2018-02-20 07:31:12,107 - util.py[DEBUG]: Read 669 bytes from /etc/sudoers | |
| 2018-02-20 07:31:12,116 - util.py[DEBUG]: Writing to /etc/sudoers.d/90-cloud-init-users - ab: [None] 55 bytes | |
| 2018-02-20 07:31:12,123 - handlers.py[DEBUG]: finish: init-network/config-users-groups: SUCCESS: config-users-groups ran successfully | |
| 2018-02-20 07:31:12,124 - stages.py[DEBUG]: Running module ssh (<module 'cloudinit.config.cc_ssh' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:12,127 - handlers.py[DEBUG]: start: init-network/config-ssh: running config-ssh with frequency once-per-instance | |
| 2018-02-20 07:31:12,128 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_ssh - wb: [644] 22 bytes | |
| 2018-02-20 07:31:12,135 - helpers.py[DEBUG]: Running config-ssh using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_ssh'>) | |
| 2018-02-20 07:31:12,141 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ecdsa_key.pub | |
| 2018-02-20 07:31:12,142 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_rsa_key | |
| 2018-02-20 07:31:12,143 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ecdsa_key | |
| 2018-02-20 07:31:12,144 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_dsa_key.pub | |
| 2018-02-20 07:31:12,144 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ed25519_key.pub | |
| 2018-02-20 07:31:12,145 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_rsa_key.pub | |
| 2018-02-20 07:31:12,146 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_ed25519_key | |
| 2018-02-20 07:31:12,146 - util.py[DEBUG]: Attempting to remove /etc/ssh/ssh_host_dsa_key | |
| 2018-02-20 07:31:12,151 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'rsa', '-N', '', '-f', '/etc/ssh/ssh_host_rsa_key'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:17,803 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'dsa', '-N', '', '-f', '/etc/ssh/ssh_host_dsa_key'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:20,130 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'ecdsa', '-N', '', '-f', '/etc/ssh/ssh_host_ecdsa_key'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:20,167 - util.py[DEBUG]: Running command ['ssh-keygen', '-t', 'ed25519', '-N', '', '-f', '/etc/ssh/ssh_host_ed25519_key'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:20,219 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) | |
| 2018-02-20 07:31:20,221 - util.py[DEBUG]: Read 3298 bytes from /etc/ssh/sshd_config | |
| 2018-02-20 07:31:20,226 - util.py[DEBUG]: Reading from /home/ubuntu/.ssh/authorized_keys (quiet=False) | |
| 2018-02-20 07:31:20,227 - util.py[DEBUG]: Read 0 bytes from /home/ubuntu/.ssh/authorized_keys | |
| 2018-02-20 07:31:20,234 - util.py[DEBUG]: Writing to /home/ubuntu/.ssh/authorized_keys - wb: [600] 0 bytes | |
| 2018-02-20 07:31:20,241 - util.py[DEBUG]: Changing the ownership of /home/ubuntu/.ssh/authorized_keys to 1001:1002 | |
| 2018-02-20 07:31:20,246 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) | |
| 2018-02-20 07:31:20,247 - util.py[DEBUG]: Read 3298 bytes from /etc/ssh/sshd_config | |
| 2018-02-20 07:31:20,251 - util.py[DEBUG]: Reading from /root/.ssh/authorized_keys (quiet=False) | |
| 2018-02-20 07:31:20,252 - util.py[DEBUG]: Read 0 bytes from /root/.ssh/authorized_keys | |
| 2018-02-20 07:31:20,260 - util.py[DEBUG]: Writing to /root/.ssh/authorized_keys - wb: [600] 0 bytes | |
| 2018-02-20 07:31:20,267 - util.py[DEBUG]: Changing the ownership of /root/.ssh/authorized_keys to 0:0 | |
| 2018-02-20 07:31:20,268 - handlers.py[DEBUG]: finish: init-network/config-ssh: SUCCESS: config-ssh ran successfully | |
| 2018-02-20 07:31:20,269 - main.py[DEBUG]: Ran 15 modules with 0 failures | |
| 2018-02-20 07:31:20,274 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:31:20,275 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 07:31:20,276 - util.py[DEBUG]: cloud-init mode 'init' took 11.457 seconds (11.45) | |
| 2018-02-20 07:31:20,277 - handlers.py[DEBUG]: finish: init-network: SUCCESS: searching for network datasources | |
| 2018-02-20 07:31:31,943 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 07:31:31 +0000. Up 38.56 seconds. | |
| 2018-02-20 07:31:32,120 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:31:32,125 - stages.py[DEBUG]: Running module emit_upstart (<module 'cloudinit.config.cc_emit_upstart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_emit_upstart.py'>) with frequency always | |
| 2018-02-20 07:31:32,126 - handlers.py[DEBUG]: start: modules-config/config-emit_upstart: running config-emit_upstart with frequency always | |
| 2018-02-20 07:31:32,127 - helpers.py[DEBUG]: Running config-emit_upstart using lock (<cloudinit.helpers.DummyLock object at 0x75edc4d0>) | |
| 2018-02-20 07:31:32,127 - cc_emit_upstart.py[DEBUG]: no /sbin/initctl located | |
| 2018-02-20 07:31:32,127 - cc_emit_upstart.py[DEBUG]: not upstart system, 'emit_upstart' disabled | |
| 2018-02-20 07:31:32,129 - handlers.py[DEBUG]: finish: modules-config/config-emit_upstart: SUCCESS: config-emit_upstart ran successfully | |
| 2018-02-20 07:31:32,130 - stages.py[DEBUG]: Running module snap_config (<module 'cloudinit.config.cc_snap_config' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_snap_config.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:32,131 - handlers.py[DEBUG]: start: modules-config/config-snap_config: running config-snap_config with frequency once-per-instance | |
| 2018-02-20 07:31:32,132 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_snap_config - wb: [644] 24 bytes | |
| 2018-02-20 07:31:32,135 - helpers.py[DEBUG]: Running config-snap_config using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_snap_config'>) | |
| 2018-02-20 07:31:32,135 - cc_snap_config.py[DEBUG]: No snappy config provided, skipping | |
| 2018-02-20 07:31:32,136 - handlers.py[DEBUG]: finish: modules-config/config-snap_config: SUCCESS: config-snap_config ran successfully | |
| 2018-02-20 07:31:32,136 - stages.py[DEBUG]: Running module ssh-import-id (<module 'cloudinit.config.cc_ssh_import_id' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_import_id.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:32,138 - handlers.py[DEBUG]: start: modules-config/config-ssh-import-id: running config-ssh-import-id with frequency once-per-instance | |
| 2018-02-20 07:31:32,139 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_ssh_import_id - wb: [644] 24 bytes | |
| 2018-02-20 07:31:32,142 - helpers.py[DEBUG]: Running config-ssh-import-id using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_ssh_import_id'>) | |
| 2018-02-20 07:31:32,144 - handlers.py[DEBUG]: finish: modules-config/config-ssh-import-id: SUCCESS: config-ssh-import-id ran successfully | |
| 2018-02-20 07:31:32,144 - stages.py[DEBUG]: Running module locale (<module 'cloudinit.config.cc_locale' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_locale.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:32,146 - handlers.py[DEBUG]: start: modules-config/config-locale: running config-locale with frequency once-per-instance | |
| 2018-02-20 07:31:32,147 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_locale - wb: [644] 23 bytes | |
| 2018-02-20 07:31:32,150 - helpers.py[DEBUG]: Running config-locale using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_locale'>) | |
| 2018-02-20 07:31:32,150 - util.py[DEBUG]: Reading from /etc/default/locale (quiet=False) | |
| 2018-02-20 07:31:32,151 - util.py[DEBUG]: Read 52 bytes from /etc/default/locale | |
| 2018-02-20 07:31:32,151 - cc_locale.py[DEBUG]: Setting locale to en_GB.UTF-8 | |
| 2018-02-20 07:31:32,152 - debian.py[DEBUG]: System has 'LANG=en_GB.UTF-8' requested 'en_GB.UTF-8', skipping regeneration. | |
| 2018-02-20 07:31:32,152 - handlers.py[DEBUG]: finish: modules-config/config-locale: SUCCESS: config-locale ran successfully | |
| 2018-02-20 07:31:32,153 - stages.py[DEBUG]: Running module set-passwords (<module 'cloudinit.config.cc_set_passwords' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_passwords.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:32,154 - handlers.py[DEBUG]: start: modules-config/config-set-passwords: running config-set-passwords with frequency once-per-instance | |
| 2018-02-20 07:31:32,155 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_set_passwords - wb: [644] 23 bytes | |
| 2018-02-20 07:31:32,158 - helpers.py[DEBUG]: Running config-set-passwords using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_set_passwords'>) | |
| 2018-02-20 07:31:32,159 - handlers.py[DEBUG]: finish: modules-config/config-set-passwords: SUCCESS: config-set-passwords ran successfully | |
| 2018-02-20 07:31:32,159 - stages.py[DEBUG]: Running module grub-dpkg (<module 'cloudinit.config.cc_grub_dpkg' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_grub_dpkg.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:32,161 - handlers.py[DEBUG]: start: modules-config/config-grub-dpkg: running config-grub-dpkg with frequency once-per-instance | |
| 2018-02-20 07:31:32,161 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_grub_dpkg - wb: [644] 24 bytes | |
| 2018-02-20 07:31:32,164 - helpers.py[DEBUG]: Running config-grub-dpkg using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_grub_dpkg'>) | |
| 2018-02-20 07:31:32,165 - cc_grub_dpkg.py[DEBUG]: Setting grub debconf-set-selections with '/dev/sda','false' | |
| 2018-02-20 07:31:32,165 - util.py[DEBUG]: Running command ['debconf-set-selections'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:33,255 - handlers.py[DEBUG]: finish: modules-config/config-grub-dpkg: SUCCESS: config-grub-dpkg ran successfully | |
| 2018-02-20 07:31:33,256 - stages.py[DEBUG]: Running module apt-pipelining (<module 'cloudinit.config.cc_apt_pipelining' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_pipelining.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:33,258 - handlers.py[DEBUG]: start: modules-config/config-apt-pipelining: running config-apt-pipelining with frequency once-per-instance | |
| 2018-02-20 07:31:33,259 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_apt_pipelining - wb: [644] 24 bytes | |
| 2018-02-20 07:31:33,262 - helpers.py[DEBUG]: Running config-apt-pipelining using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_apt_pipelining'>) | |
| 2018-02-20 07:31:33,263 - util.py[DEBUG]: Writing to /etc/apt/apt.conf.d/90cloud-init-pipelining - wb: [644] 80 bytes | |
| 2018-02-20 07:31:33,268 - cc_apt_pipelining.py[DEBUG]: Wrote /etc/apt/apt.conf.d/90cloud-init-pipelining with apt pipeline depth setting 0 | |
| 2018-02-20 07:31:33,269 - handlers.py[DEBUG]: finish: modules-config/config-apt-pipelining: SUCCESS: config-apt-pipelining ran successfully | |
| 2018-02-20 07:31:33,269 - stages.py[DEBUG]: Running module apt-configure (<module 'cloudinit.config.cc_apt_configure' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_configure.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:33,271 - handlers.py[DEBUG]: start: modules-config/config-apt-configure: running config-apt-configure with frequency once-per-instance | |
| 2018-02-20 07:31:33,272 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_apt_configure - wb: [644] 24 bytes | |
| 2018-02-20 07:31:33,275 - helpers.py[DEBUG]: Running config-apt-configure using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_apt_configure'>) | |
| 2018-02-20 07:31:33,275 - cc_apt_configure.py[DEBUG]: debconf_selections was not set in config | |
| 2018-02-20 07:31:33,276 - util.py[DEBUG]: Reading from /etc/os-release (quiet=True) | |
| 2018-02-20 07:31:33,276 - util.py[DEBUG]: Read 278 bytes from /etc/os-release | |
| 2018-02-20 07:31:33,279 - util.py[DEBUG]: Reading from /etc/system-image/channel.ini (quiet=True) | |
| 2018-02-20 07:31:33,280 - util.py[DEBUG]: Read 0 bytes from /etc/system-image/channel.ini | |
| 2018-02-20 07:31:33,281 - cc_apt_configure.py[DEBUG]: handling apt config: {} | |
| 2018-02-20 07:31:33,281 - util.py[DEBUG]: Running command ['lsb_release', '--all'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:34,520 - util.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:34,543 - cc_apt_configure.py[DEBUG]: got primary mirror: None | |
| 2018-02-20 07:31:34,545 - cc_apt_configure.py[DEBUG]: got security mirror: None | |
| 2018-02-20 07:31:34,545 - util.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:34,555 - __init__.py[DEBUG]: filtered distro mirror info: {'primary': 'http://ports.ubuntu.com/ubuntu-ports', 'security': 'http://ports.ubuntu.com/ubuntu-ports'} | |
| 2018-02-20 07:31:34,556 - cc_apt_configure.py[DEBUG]: Apt Mirror info: {'primary': 'http://ports.ubuntu.com/ubuntu-ports', 'PRIMARY': 'http://ports.ubuntu.com/ubuntu-ports', 'security': 'http://ports.ubuntu.com/ubuntu-ports', 'SECURITY': 'http://ports.ubuntu.com/ubuntu-ports', 'MIRROR': 'http://ports.ubuntu.com/ubuntu-ports'} | |
| 2018-02-20 07:31:34,557 - cc_apt_configure.py[INFO]: No custom template provided, fall back to builtin | |
| 2018-02-20 07:31:34,558 - util.py[DEBUG]: Reading from /etc/cloud/templates/sources.list.debian.tmpl (quiet=False) | |
| 2018-02-20 07:31:34,559 - util.py[DEBUG]: Read 1295 bytes from /etc/cloud/templates/sources.list.debian.tmpl | |
| 2018-02-20 07:31:34,595 - util.py[DEBUG]: Writing to /etc/apt/sources.list - wb: [644] 1441 bytes | |
| 2018-02-20 07:31:34,599 - util.py[DEBUG]: Running command ['dpkg', '--print-architecture'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:34,610 - handlers.py[DEBUG]: finish: modules-config/config-apt-configure: SUCCESS: config-apt-configure ran successfully | |
| 2018-02-20 07:31:34,610 - stages.py[DEBUG]: Running module ntp (<module 'cloudinit.config.cc_ntp' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ntp.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:34,612 - handlers.py[DEBUG]: start: modules-config/config-ntp: running config-ntp with frequency once-per-instance | |
| 2018-02-20 07:31:34,613 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_ntp - wb: [644] 24 bytes | |
| 2018-02-20 07:31:34,616 - helpers.py[DEBUG]: Running config-ntp using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_ntp'>) | |
| 2018-02-20 07:31:34,617 - cc_ntp.py[DEBUG]: Skipping module named ntp, not present or disabled by cfg | |
| 2018-02-20 07:31:34,617 - handlers.py[DEBUG]: finish: modules-config/config-ntp: SUCCESS: config-ntp ran successfully | |
| 2018-02-20 07:31:34,617 - stages.py[DEBUG]: Running module timezone (<module 'cloudinit.config.cc_timezone' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_timezone.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:34,619 - handlers.py[DEBUG]: start: modules-config/config-timezone: running config-timezone with frequency once-per-instance | |
| 2018-02-20 07:31:34,620 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_timezone - wb: [644] 23 bytes | |
| 2018-02-20 07:31:34,623 - helpers.py[DEBUG]: Running config-timezone using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_timezone'>) | |
| 2018-02-20 07:31:34,623 - cc_timezone.py[DEBUG]: Skipping module named timezone, no 'timezone' specified | |
| 2018-02-20 07:31:34,624 - handlers.py[DEBUG]: finish: modules-config/config-timezone: SUCCESS: config-timezone ran successfully | |
| 2018-02-20 07:31:34,624 - stages.py[DEBUG]: Running module disable-ec2-metadata (<module 'cloudinit.config.cc_disable_ec2_metadata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disable_ec2_metadata.py'>) with frequency always | |
| 2018-02-20 07:31:34,626 - handlers.py[DEBUG]: start: modules-config/config-disable-ec2-metadata: running config-disable-ec2-metadata with frequency always | |
| 2018-02-20 07:31:34,626 - helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock (<cloudinit.helpers.DummyLock object at 0x75e7cb10>) | |
| 2018-02-20 07:31:34,626 - cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled | |
| 2018-02-20 07:31:34,627 - handlers.py[DEBUG]: finish: modules-config/config-disable-ec2-metadata: SUCCESS: config-disable-ec2-metadata ran successfully | |
| 2018-02-20 07:31:34,627 - stages.py[DEBUG]: Running module runcmd (<module 'cloudinit.config.cc_runcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_runcmd.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:34,628 - handlers.py[DEBUG]: start: modules-config/config-runcmd: running config-runcmd with frequency once-per-instance | |
| 2018-02-20 07:31:34,629 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_runcmd - wb: [644] 24 bytes | |
| 2018-02-20 07:31:34,632 - helpers.py[DEBUG]: Running config-runcmd using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_runcmd'>) | |
| 2018-02-20 07:31:34,633 - cc_runcmd.py[DEBUG]: Skipping module named runcmd, no 'runcmd' key in configuration | |
| 2018-02-20 07:31:34,633 - handlers.py[DEBUG]: finish: modules-config/config-runcmd: SUCCESS: config-runcmd ran successfully | |
| 2018-02-20 07:31:34,634 - stages.py[DEBUG]: Running module byobu (<module 'cloudinit.config.cc_byobu' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_byobu.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:34,635 - handlers.py[DEBUG]: start: modules-config/config-byobu: running config-byobu with frequency once-per-instance | |
| 2018-02-20 07:31:34,636 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_byobu - wb: [644] 24 bytes | |
| 2018-02-20 07:31:34,639 - helpers.py[DEBUG]: Running config-byobu using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_byobu'>) | |
| 2018-02-20 07:31:34,639 - cc_byobu.py[DEBUG]: Skipping module named byobu, no 'byobu' values found | |
| 2018-02-20 07:31:34,640 - handlers.py[DEBUG]: finish: modules-config/config-byobu: SUCCESS: config-byobu ran successfully | |
| 2018-02-20 07:31:34,640 - main.py[DEBUG]: Ran 13 modules with 0 failures | |
| 2018-02-20 07:31:34,643 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:31:34,644 - util.py[DEBUG]: Read 13 bytes from /proc/uptime | |
| 2018-02-20 07:31:34,644 - util.py[DEBUG]: cloud-init mode 'modules' took 3.093 seconds (3.09) | |
| 2018-02-20 07:31:34,645 - handlers.py[DEBUG]: finish: modules-config: SUCCESS: running modules for config | |
| 2018-02-20 07:31:37,483 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 07:31:37 +0000. Up 44.10 seconds. | |
| 2018-02-20 07:31:37,674 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:31:37,678 - stages.py[INFO]: Skipping modules 'snappy,landscape,lxd' because they are not verified on distro 'debian'. To run anyway, add them to 'unverified_modules' in config. | |
| 2018-02-20 07:31:37,680 - stages.py[DEBUG]: Running module package-update-upgrade-install (<module 'cloudinit.config.cc_package_update_upgrade_install' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_package_update_upgrade_install.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:37,681 - handlers.py[DEBUG]: start: modules-final/config-package-update-upgrade-install: running config-package-update-upgrade-install with frequency once-per-instance | |
| 2018-02-20 07:31:37,682 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_package_update_upgrade_install - wb: [644] 24 bytes | |
| 2018-02-20 07:31:37,685 - helpers.py[DEBUG]: Running config-package-update-upgrade-install using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_package_update_upgrade_install'>) | |
| 2018-02-20 07:31:37,686 - handlers.py[DEBUG]: finish: modules-final/config-package-update-upgrade-install: SUCCESS: config-package-update-upgrade-install ran successfully | |
| 2018-02-20 07:31:37,686 - stages.py[DEBUG]: Running module fan (<module 'cloudinit.config.cc_fan' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_fan.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:37,688 - handlers.py[DEBUG]: start: modules-final/config-fan: running config-fan with frequency once-per-instance | |
| 2018-02-20 07:31:37,689 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_fan - wb: [644] 24 bytes | |
| 2018-02-20 07:31:37,692 - helpers.py[DEBUG]: Running config-fan using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_fan'>) | |
| 2018-02-20 07:31:37,693 - cc_fan.py[DEBUG]: fan: no 'fan' config entry. disabling | |
| 2018-02-20 07:31:37,695 - handlers.py[DEBUG]: finish: modules-final/config-fan: SUCCESS: config-fan ran successfully | |
| 2018-02-20 07:31:37,695 - stages.py[DEBUG]: Running module puppet (<module 'cloudinit.config.cc_puppet' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_puppet.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:37,696 - handlers.py[DEBUG]: start: modules-final/config-puppet: running config-puppet with frequency once-per-instance | |
| 2018-02-20 07:31:37,697 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_puppet - wb: [644] 24 bytes | |
| 2018-02-20 07:31:37,700 - helpers.py[DEBUG]: Running config-puppet using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_puppet'>) | |
| 2018-02-20 07:31:37,701 - cc_puppet.py[DEBUG]: Skipping module named puppet, no 'puppet' configuration found | |
| 2018-02-20 07:31:37,701 - handlers.py[DEBUG]: finish: modules-final/config-puppet: SUCCESS: config-puppet ran successfully | |
| 2018-02-20 07:31:37,702 - stages.py[DEBUG]: Running module chef (<module 'cloudinit.config.cc_chef' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_chef.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:37,703 - handlers.py[DEBUG]: start: modules-final/config-chef: running config-chef with frequency once-per-instance | |
| 2018-02-20 07:31:37,704 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_chef - wb: [644] 24 bytes | |
| 2018-02-20 07:31:37,707 - helpers.py[DEBUG]: Running config-chef using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_chef'>) | |
| 2018-02-20 07:31:37,707 - cc_chef.py[DEBUG]: Skipping module named chef, no 'chef' key in configuration | |
| 2018-02-20 07:31:37,708 - handlers.py[DEBUG]: finish: modules-final/config-chef: SUCCESS: config-chef ran successfully | |
| 2018-02-20 07:31:37,708 - stages.py[DEBUG]: Running module salt-minion (<module 'cloudinit.config.cc_salt_minion' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_salt_minion.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:37,710 - handlers.py[DEBUG]: start: modules-final/config-salt-minion: running config-salt-minion with frequency once-per-instance | |
| 2018-02-20 07:31:37,710 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_salt_minion - wb: [644] 24 bytes | |
| 2018-02-20 07:31:37,714 - helpers.py[DEBUG]: Running config-salt-minion using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_salt_minion'>) | |
| 2018-02-20 07:31:37,714 - cc_salt_minion.py[DEBUG]: Skipping module named salt-minion, no 'salt_minion' key in configuration | |
| 2018-02-20 07:31:37,715 - handlers.py[DEBUG]: finish: modules-final/config-salt-minion: SUCCESS: config-salt-minion ran successfully | |
| 2018-02-20 07:31:37,715 - stages.py[DEBUG]: Running module mcollective (<module 'cloudinit.config.cc_mcollective' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mcollective.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:37,716 - handlers.py[DEBUG]: start: modules-final/config-mcollective: running config-mcollective with frequency once-per-instance | |
| 2018-02-20 07:31:37,717 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_mcollective - wb: [644] 24 bytes | |
| 2018-02-20 07:31:37,720 - helpers.py[DEBUG]: Running config-mcollective using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_mcollective'>) | |
| 2018-02-20 07:31:37,721 - cc_mcollective.py[DEBUG]: Skipping module named mcollective, no 'mcollective' key in configuration | |
| 2018-02-20 07:31:37,721 - handlers.py[DEBUG]: finish: modules-final/config-mcollective: SUCCESS: config-mcollective ran successfully | |
| 2018-02-20 07:31:37,722 - stages.py[DEBUG]: Running module rightscale_userdata (<module 'cloudinit.config.cc_rightscale_userdata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rightscale_userdata.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:37,723 - handlers.py[DEBUG]: start: modules-final/config-rightscale_userdata: running config-rightscale_userdata with frequency once-per-instance | |
| 2018-02-20 07:31:37,724 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_rightscale_userdata - wb: [644] 24 bytes | |
| 2018-02-20 07:31:37,727 - helpers.py[DEBUG]: Running config-rightscale_userdata using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_rightscale_userdata'>) | |
| 2018-02-20 07:31:37,727 - cc_rightscale_userdata.py[DEBUG]: Failed to get raw userdata in module rightscale_userdata | |
| 2018-02-20 07:31:37,728 - handlers.py[DEBUG]: finish: modules-final/config-rightscale_userdata: SUCCESS: config-rightscale_userdata ran successfully | |
| 2018-02-20 07:31:37,728 - stages.py[DEBUG]: Running module scripts-vendor (<module 'cloudinit.config.cc_scripts_vendor' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_vendor.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:37,730 - handlers.py[DEBUG]: start: modules-final/config-scripts-vendor: running config-scripts-vendor with frequency once-per-instance | |
| 2018-02-20 07:31:37,730 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_scripts_vendor - wb: [644] 24 bytes | |
| 2018-02-20 07:31:37,733 - helpers.py[DEBUG]: Running config-scripts-vendor using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_scripts_vendor'>) | |
| 2018-02-20 07:31:37,734 - handlers.py[DEBUG]: finish: modules-final/config-scripts-vendor: SUCCESS: config-scripts-vendor ran successfully | |
| 2018-02-20 07:31:37,735 - stages.py[DEBUG]: Running module scripts-per-once (<module 'cloudinit.config.cc_scripts_per_once' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_once.py'>) with frequency once | |
| 2018-02-20 07:31:37,736 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-once: running config-scripts-per-once with frequency once | |
| 2018-02-20 07:31:37,737 - helpers.py[DEBUG]: config-scripts-per-once already ran (freq=once) | |
| 2018-02-20 07:31:37,737 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-once: SUCCESS: config-scripts-per-once previously ran | |
| 2018-02-20 07:31:37,737 - stages.py[DEBUG]: Running module scripts-per-boot (<module 'cloudinit.config.cc_scripts_per_boot' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_boot.py'>) with frequency always | |
| 2018-02-20 07:31:37,739 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-boot: running config-scripts-per-boot with frequency always | |
| 2018-02-20 07:31:37,739 - helpers.py[DEBUG]: Running config-scripts-per-boot using lock (<cloudinit.helpers.DummyLock object at 0x75ecaa10>) | |
| 2018-02-20 07:31:37,741 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-boot: SUCCESS: config-scripts-per-boot ran successfully | |
| 2018-02-20 07:31:37,741 - stages.py[DEBUG]: Running module scripts-per-instance (<module 'cloudinit.config.cc_scripts_per_instance' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_instance.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:37,742 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-instance: running config-scripts-per-instance with frequency once-per-instance | |
| 2018-02-20 07:31:37,743 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_scripts_per_instance - wb: [644] 22 bytes | |
| 2018-02-20 07:31:37,746 - helpers.py[DEBUG]: Running config-scripts-per-instance using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_scripts_per_instance'>) | |
| 2018-02-20 07:31:37,748 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-instance: SUCCESS: config-scripts-per-instance ran successfully | |
| 2018-02-20 07:31:37,748 - stages.py[DEBUG]: Running module scripts-user (<module 'cloudinit.config.cc_scripts_user' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_user.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:37,750 - handlers.py[DEBUG]: start: modules-final/config-scripts-user: running config-scripts-user with frequency once-per-instance | |
| 2018-02-20 07:31:37,751 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_scripts_user - wb: [644] 24 bytes | |
| 2018-02-20 07:31:37,754 - helpers.py[DEBUG]: Running config-scripts-user using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_scripts_user'>) | |
| 2018-02-20 07:31:37,754 - util.py[DEBUG]: Running command ['/var/lib/cloud/instance/scripts/part-001'] with allowed return codes [0] (shell=False, capture=False) | |
| 2018-02-20 07:31:37,819 - handlers.py[DEBUG]: finish: modules-final/config-scripts-user: SUCCESS: config-scripts-user ran successfully | |
| 2018-02-20 07:31:37,819 - stages.py[DEBUG]: Running module ssh-authkey-fingerprints (<module 'cloudinit.config.cc_ssh_authkey_fingerprints' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_authkey_fingerprints.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:37,821 - handlers.py[DEBUG]: start: modules-final/config-ssh-authkey-fingerprints: running config-ssh-authkey-fingerprints with frequency once-per-instance | |
| 2018-02-20 07:31:37,822 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_ssh_authkey_fingerprints - wb: [644] 24 bytes | |
| 2018-02-20 07:31:37,825 - helpers.py[DEBUG]: Running config-ssh-authkey-fingerprints using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_ssh_authkey_fingerprints'>) | |
| 2018-02-20 07:31:37,829 - util.py[DEBUG]: Reading from /etc/ssh/sshd_config (quiet=False) | |
| 2018-02-20 07:31:37,829 - util.py[DEBUG]: Read 3298 bytes from /etc/ssh/sshd_config | |
| 2018-02-20 07:31:37,831 - util.py[DEBUG]: Reading from /home/ubuntu/.ssh/authorized_keys (quiet=False) | |
| 2018-02-20 07:31:37,832 - util.py[DEBUG]: Read 0 bytes from /home/ubuntu/.ssh/authorized_keys | |
| 2018-02-20 07:31:37,834 - handlers.py[DEBUG]: finish: modules-final/config-ssh-authkey-fingerprints: SUCCESS: config-ssh-authkey-fingerprints ran successfully | |
| 2018-02-20 07:31:37,834 - stages.py[DEBUG]: Running module keys-to-console (<module 'cloudinit.config.cc_keys_to_console' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_keys_to_console.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:37,836 - handlers.py[DEBUG]: start: modules-final/config-keys-to-console: running config-keys-to-console with frequency once-per-instance | |
| 2018-02-20 07:31:37,837 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_keys_to_console - wb: [644] 24 bytes | |
| 2018-02-20 07:31:37,840 - helpers.py[DEBUG]: Running config-keys-to-console using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_keys_to_console'>) | |
| 2018-02-20 07:31:37,840 - util.py[DEBUG]: Running command ['/usr/lib/cloud-init/write-ssh-key-fingerprints', '', 'ssh-dss'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:31:37,938 - handlers.py[DEBUG]: finish: modules-final/config-keys-to-console: SUCCESS: config-keys-to-console ran successfully | |
| 2018-02-20 07:31:37,939 - stages.py[DEBUG]: Running module phone-home (<module 'cloudinit.config.cc_phone_home' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_phone_home.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:37,940 - handlers.py[DEBUG]: start: modules-final/config-phone-home: running config-phone-home with frequency once-per-instance | |
| 2018-02-20 07:31:37,941 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_phone_home - wb: [644] 24 bytes | |
| 2018-02-20 07:31:37,945 - helpers.py[DEBUG]: Running config-phone-home using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_phone_home'>) | |
| 2018-02-20 07:31:37,945 - cc_phone_home.py[DEBUG]: Skipping module named phone-home, no 'phone_home' configuration found | |
| 2018-02-20 07:31:37,946 - handlers.py[DEBUG]: finish: modules-final/config-phone-home: SUCCESS: config-phone-home ran successfully | |
| 2018-02-20 07:31:37,946 - stages.py[DEBUG]: Running module final-message (<module 'cloudinit.config.cc_final_message' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_final_message.py'>) with frequency always | |
| 2018-02-20 07:31:37,947 - handlers.py[DEBUG]: start: modules-final/config-final-message: running config-final-message with frequency always | |
| 2018-02-20 07:31:37,948 - helpers.py[DEBUG]: Running config-final-message using lock (<cloudinit.helpers.DummyLock object at 0x75d46850>) | |
| 2018-02-20 07:31:37,948 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:31:37,949 - util.py[DEBUG]: Read 13 bytes from /proc/uptime | |
| 2018-02-20 07:31:37,969 - util.py[DEBUG]: Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 07:31:37 +0000. Datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]. Up 44.95 seconds | |
| 2018-02-20 07:31:37,970 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/boot-finished - wb: [644] 50 bytes | |
| 2018-02-20 07:31:37,973 - handlers.py[DEBUG]: finish: modules-final/config-final-message: SUCCESS: config-final-message ran successfully | |
| 2018-02-20 07:31:37,973 - stages.py[DEBUG]: Running module power-state-change (<module 'cloudinit.config.cc_power_state_change' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_power_state_change.py'>) with frequency once-per-instance | |
| 2018-02-20 07:31:37,975 - handlers.py[DEBUG]: start: modules-final/config-power-state-change: running config-power-state-change with frequency once-per-instance | |
| 2018-02-20 07:31:37,976 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/sem/config_power_state_change - wb: [644] 24 bytes | |
| 2018-02-20 07:31:37,979 - helpers.py[DEBUG]: Running config-power-state-change using lock (<FileLock using file '/var/lib/cloud/instances/nocloud/sem/config_power_state_change'>) | |
| 2018-02-20 07:31:37,979 - cc_power_state_change.py[DEBUG]: no power_state provided. doing nothing | |
| 2018-02-20 07:31:37,980 - handlers.py[DEBUG]: finish: modules-final/config-power-state-change: SUCCESS: config-power-state-change ran successfully | |
| 2018-02-20 07:31:37,980 - main.py[DEBUG]: Ran 17 modules with 0 failures | |
| 2018-02-20 07:31:37,984 - util.py[DEBUG]: Creating symbolic link from '/run/cloud-init/result.json' => '../../var/lib/cloud/data/result.json' | |
| 2018-02-20 07:31:37,985 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:31:37,985 - util.py[DEBUG]: Read 13 bytes from /proc/uptime | |
| 2018-02-20 07:31:37,986 - util.py[DEBUG]: cloud-init mode 'modules' took 0.888 seconds (0.88) | |
| 2018-02-20 07:31:37,986 - handlers.py[DEBUG]: finish: modules-final: SUCCESS: running modules for final | |
| 2018-02-20 07:33:17,759 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init-local' at Tue, 20 Feb 2018 07:33:17 +0000. Up 9.27 seconds. | |
| 2018-02-20 07:33:17,762 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 07:33:17,763 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 07:33:17,799 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 07:33:17,809 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 07:33:17,813 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance/boot-finished | |
| 2018-02-20 07:33:17,814 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/data/no-net | |
| 2018-02-20 07:33:17,816 - handlers.py[DEBUG]: start: init-local/check-cache: attempting to read from cache [check] | |
| 2018-02-20 07:33:17,816 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 07:33:17,819 - util.py[DEBUG]: Read 5193 bytes from /var/lib/cloud/instance/obj.pkl | |
| 2018-02-20 07:33:17,838 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud/meta-data (quiet=False) | |
| 2018-02-20 07:33:17,839 - util.py[DEBUG]: Reading from /var/lib/cloud/seed/nocloud-net/meta-data (quiet=False) | |
| 2018-02-20 07:33:17,840 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/seed/nocloud-net/meta-data | |
| 2018-02-20 07:33:17,842 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:17,843 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:33:17,844 - handlers.py[DEBUG]: finish: init-local/check-cache: FAIL: attempting to read from cache [check] | |
| 2018-02-20 07:33:17,845 - util.py[WARNING]: failed stage init-local | |
| 2018-02-20 07:33:17,846 - util.py[DEBUG]: failed stage init-local | |
| Traceback (most recent call last): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 650, in status_wrapper | |
| ret = functor(name, args) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/cmd/main.py", line 324, in main_init | |
| init.fetch(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 349, in fetch | |
| return self._get_data_source(existing=existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 244, in _get_data_source | |
| ds, desc = self._restore_from_checked_cache(existing) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/stages.py", line 230, in _restore_from_checked_cache | |
| ds.check_instance_id(self.cfg)): | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 199, in check_instance_id | |
| quick_id = _quick_read_instance_id(dirs=dirs) | |
| File "/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/sources/DataSourceNoCloud.py", line 227, in _quick_read_instance_id | |
| if iid_key in md: | |
| TypeError: argument of type 'NoneType' is not iterable | |
| 2018-02-20 07:33:17,869 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:33:17,870 - util.py[DEBUG]: Read 11 bytes from /proc/uptime | |
| 2018-02-20 07:33:17,871 - util.py[DEBUG]: cloud-init mode 'init' took 0.550 seconds (0.55) | |
| 2018-02-20 07:33:17,872 - handlers.py[DEBUG]: finish: init-local: FAIL: searching for local datasources | |
| 2018-02-20 07:33:23,299 - util.py[DEBUG]: Cloud-init v. 17.2 running 'init' at Tue, 20 Feb 2018 07:33:22 +0000. Up 14.82 seconds. | |
| 2018-02-20 07:33:23,300 - main.py[DEBUG]: No kernel command line url found. | |
| 2018-02-20 07:33:23,301 - main.py[DEBUG]: Closing stdin. | |
| 2018-02-20 07:33:23,336 - util.py[DEBUG]: Writing to /var/log/cloud-init.log - ab: [644] 0 bytes | |
| 2018-02-20 07:33:23,346 - util.py[DEBUG]: Changing the ownership of /var/log/cloud-init.log to 0:4 | |
| 2018-02-20 07:33:23,347 - util.py[DEBUG]: Running command ['ifconfig', '-a'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:33:23,391 - util.py[DEBUG]: Running command ['netstat', '-rn'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:33:23,413 - util.py[DEBUG]: Running command ['netstat', '-A', 'inet6', '-n'] with allowed return codes [0, 1] (shell=False, capture=True) | |
| 2018-02-20 07:33:23,429 - main.py[DEBUG]: Checking to see if files that we need already exist from a previous run that would allow us to stop early. | |
| 2018-02-20 07:33:23,431 - main.py[DEBUG]: Execution continuing, no previous run detected that would allow us to stop early. | |
| 2018-02-20 07:33:23,432 - handlers.py[DEBUG]: start: init-network/check-cache: attempting to read from cache [trust] | |
| 2018-02-20 07:33:23,432 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/obj.pkl (quiet=False) | |
| 2018-02-20 07:33:23,433 - util.py[DEBUG]: Read 5193 bytes from /var/lib/cloud/instance/obj.pkl | |
| 2018-02-20 07:33:23,448 - stages.py[DEBUG]: restored from cache: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 07:33:23,449 - handlers.py[DEBUG]: finish: init-network/check-cache: SUCCESS: restored from cache: DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net] | |
| 2018-02-20 07:33:23,451 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:33:23,452 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:33:23,452 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:23,672 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:33:23,673 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:33:23,674 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:23,745 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:33:23,747 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:33:23,747 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:23,750 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:33:23,753 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:33:23,754 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:33:23,754 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:23,762 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:23,763 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:33:23,767 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:33:23,768 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:33:23,768 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:23,769 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:33:23,774 - util.py[DEBUG]: Attempting to remove /var/lib/cloud/instance | |
| 2018-02-20 07:33:23,775 - util.py[DEBUG]: Creating symbolic link from '/var/lib/cloud/instance' => '/var/lib/cloud/instances/nocloud' | |
| 2018-02-20 07:33:23,784 - util.py[DEBUG]: Reading from /var/lib/cloud/instances/nocloud/datasource (quiet=False) | |
| 2018-02-20 07:33:23,786 - util.py[DEBUG]: Read 88 bytes from /var/lib/cloud/instances/nocloud/datasource | |
| 2018-02-20 07:33:23,787 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/datasource - wb: [644] 88 bytes | |
| 2018-02-20 07:33:23,794 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-datasource - wb: [644] 88 bytes | |
| 2018-02-20 07:33:23,800 - util.py[DEBUG]: Reading from /var/lib/cloud/data/instance-id (quiet=False) | |
| 2018-02-20 07:33:24,168 - util.py[DEBUG]: Read 8 bytes from /var/lib/cloud/data/instance-id | |
| 2018-02-20 07:33:24,169 - stages.py[DEBUG]: previous iid found to be nocloud | |
| 2018-02-20 07:33:24,169 - util.py[DEBUG]: Writing to /var/lib/cloud/data/instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:33:24,176 - util.py[DEBUG]: Writing to /run/cloud-init/.instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:33:24,182 - util.py[DEBUG]: Writing to /var/lib/cloud/data/previous-instance-id - wb: [644] 8 bytes | |
| 2018-02-20 07:33:24,194 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5263 bytes | |
| 2018-02-20 07:33:24,200 - main.py[DEBUG]: [net] init will now be targeting instance id: nocloud. new=False | |
| 2018-02-20 07:33:24,202 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:33:24,203 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:33:24,204 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:24,424 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:33:24,425 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:33:24,426 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:24,497 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:33:24,498 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:33:24,499 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:24,502 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:33:24,505 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:33:24,506 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:33:24,506 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:24,514 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:24,515 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:33:24,519 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:33:24,519 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:33:24,520 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:24,521 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:33:24,535 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:33:24,540 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/carrier (quiet=False) | |
| 2018-02-20 07:33:24,541 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/dormant (quiet=False) | |
| 2018-02-20 07:33:24,542 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 07:33:24,543 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 07:33:24,544 - util.py[DEBUG]: Reading from /sys/class/net/eth0/carrier (quiet=False) | |
| 2018-02-20 07:33:24,545 - util.py[DEBUG]: Reading from /sys/class/net/eth0/dormant (quiet=False) | |
| 2018-02-20 07:33:24,546 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 07:33:24,546 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 07:33:24,547 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:33:24,548 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:33:24,549 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:33:24,550 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:33:24,550 - stages.py[DEBUG]: applying net config names for {'version': 1, 'config': [{'subnets': [{'type': 'dhcp'}], 'mac_address': 'b8:27:eb:55:b7:56', 'type': 'physical', 'name': 'eth0'}]} | |
| 2018-02-20 07:33:24,552 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 07:33:24,552 - util.py[DEBUG]: Reading from /sys/class/net/eth0/addr_assign_type (quiet=False) | |
| 2018-02-20 07:33:24,553 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/eth0/addr_assign_type | |
| 2018-02-20 07:33:24,554 - util.py[DEBUG]: Reading from /sys/class/net/eth0/uevent (quiet=False) | |
| 2018-02-20 07:33:24,555 - util.py[DEBUG]: Read 25 bytes from /sys/class/net/eth0/uevent | |
| 2018-02-20 07:33:24,556 - util.py[DEBUG]: Reading from /sys/class/net/eth0/address (quiet=False) | |
| 2018-02-20 07:33:24,556 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/eth0/address | |
| 2018-02-20 07:33:24,557 - util.py[DEBUG]: Reading from /sys/class/net/eth0/device/device (quiet=False) | |
| 2018-02-20 07:33:24,558 - util.py[DEBUG]: Reading from /sys/class/net/lo/addr_assign_type (quiet=False) | |
| 2018-02-20 07:33:24,559 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/lo/addr_assign_type | |
| 2018-02-20 07:33:24,559 - util.py[DEBUG]: Reading from /sys/class/net/lo/uevent (quiet=False) | |
| 2018-02-20 07:33:24,560 - util.py[DEBUG]: Read 23 bytes from /sys/class/net/lo/uevent | |
| 2018-02-20 07:33:24,561 - util.py[DEBUG]: Reading from /sys/class/net/lo/address (quiet=False) | |
| 2018-02-20 07:33:24,562 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/lo/address | |
| 2018-02-20 07:33:24,562 - util.py[DEBUG]: Reading from /sys/class/net/lo/device/device (quiet=False) | |
| 2018-02-20 07:33:24,563 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/addr_assign_type (quiet=False) | |
| 2018-02-20 07:33:24,564 - util.py[DEBUG]: Read 2 bytes from /sys/class/net/wlan0/addr_assign_type | |
| 2018-02-20 07:33:24,565 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/uevent (quiet=False) | |
| 2018-02-20 07:33:24,566 - util.py[DEBUG]: Read 39 bytes from /sys/class/net/wlan0/uevent | |
| 2018-02-20 07:33:24,566 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/address (quiet=False) | |
| 2018-02-20 07:33:24,567 - util.py[DEBUG]: Read 18 bytes from /sys/class/net/wlan0/address | |
| 2018-02-20 07:33:24,568 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/device/device (quiet=False) | |
| 2018-02-20 07:33:24,569 - util.py[DEBUG]: Read 7 bytes from /sys/class/net/wlan0/device/device | |
| 2018-02-20 07:33:24,569 - util.py[DEBUG]: Reading from /sys/class/net/eth0/operstate (quiet=False) | |
| 2018-02-20 07:33:24,570 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/eth0/operstate | |
| 2018-02-20 07:33:24,571 - util.py[DEBUG]: Reading from /sys/class/net/lo/operstate (quiet=False) | |
| 2018-02-20 07:33:24,572 - util.py[DEBUG]: Read 8 bytes from /sys/class/net/lo/operstate | |
| 2018-02-20 07:33:24,572 - util.py[DEBUG]: Reading from /sys/class/net/wlan0/operstate (quiet=False) | |
| 2018-02-20 07:33:24,573 - util.py[DEBUG]: Read 5 bytes from /sys/class/net/wlan0/operstate | |
| 2018-02-20 07:33:24,576 - util.py[DEBUG]: Running command ['ip', '-6', 'addr', 'show', 'permanent', 'scope', 'global'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:33:24,592 - util.py[DEBUG]: Running command ['ip', '-4', 'addr', 'show'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:33:24,607 - __init__.py[DEBUG]: no work necessary for renaming of [['b8:27:eb:55:b7:56', 'eth0', 'smsc95xx', None]] | |
| 2018-02-20 07:33:24,611 - stages.py[DEBUG]: not a new instance. network config is not applied. | |
| 2018-02-20 07:33:24,612 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/user-data.txt - wb: [600] 25 bytes | |
| 2018-02-20 07:33:24,646 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/user-data.txt.i - wb: [600] 832 bytes | |
| 2018-02-20 07:33:24,652 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/vendor-data.txt - wb: [600] 0 bytes | |
| 2018-02-20 07:33:24,663 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/vendor-data.txt.i - wb: [600] 281 bytes | |
| 2018-02-20 07:33:24,685 - helpers.py[DEBUG]: consume_data already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:24,686 - handlers.py[DEBUG]: start: init-network/consume-user-data: reading and applying user-data | |
| 2018-02-20 07:33:24,690 - stages.py[DEBUG]: Added default handler for {'text/cloud-config-jsonp', 'text/cloud-config'} from CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] | |
| 2018-02-20 07:33:24,691 - stages.py[DEBUG]: Added default handler for {'text/x-shellscript'} from ShellScriptPartHandler: [['text/x-shellscript']] | |
| 2018-02-20 07:33:24,692 - stages.py[DEBUG]: Added default handler for {'text/cloud-boothook'} from BootHookPartHandler: [['text/cloud-boothook']] | |
| 2018-02-20 07:33:24,692 - stages.py[DEBUG]: Added default handler for {'text/upstart-job'} from UpstartJobPartHandler: [['text/upstart-job']] | |
| 2018-02-20 07:33:24,696 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__begin__, None, 2) with frequency always | |
| 2018-02-20 07:33:24,697 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__begin__, None, 3) with frequency always | |
| 2018-02-20 07:33:24,698 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__begin__, None, 2) with frequency always | |
| 2018-02-20 07:33:24,699 - __init__.py[DEBUG]: {'Content-Type': 'text/x-shellscript', 'Content-Disposition': 'attachment; filename="part-001"', 'MIME-Version': '1.0'} | |
| 2018-02-20 07:33:24,700 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (text/x-shellscript, part-001, 2) with frequency always | |
| 2018-02-20 07:33:24,701 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/scripts/part-001 - wb: [700] 553 bytes | |
| 2018-02-20 07:33:24,711 - __init__.py[DEBUG]: Calling handler BootHookPartHandler: [['text/cloud-boothook']] (__end__, None, 2) with frequency always | |
| 2018-02-20 07:33:24,712 - __init__.py[DEBUG]: Calling handler CloudConfigPartHandler: [['text/cloud-config', 'text/cloud-config-jsonp']] (__end__, None, 3) with frequency always | |
| 2018-02-20 07:33:24,713 - util.py[DEBUG]: Writing to /var/lib/cloud/instances/nocloud/cloud-config.txt - wb: [600] 0 bytes | |
| 2018-02-20 07:33:24,720 - __init__.py[DEBUG]: Calling handler ShellScriptPartHandler: [['text/x-shellscript']] (__end__, None, 2) with frequency always | |
| 2018-02-20 07:33:24,721 - handlers.py[DEBUG]: finish: init-network/consume-user-data: SUCCESS: reading and applying user-data | |
| 2018-02-20 07:33:24,722 - handlers.py[DEBUG]: start: init-network/consume-vendor-data: reading and applying vendor-data | |
| 2018-02-20 07:33:24,723 - stages.py[DEBUG]: no vendordata from datasource | |
| 2018-02-20 07:33:24,724 - handlers.py[DEBUG]: finish: init-network/consume-vendor-data: SUCCESS: reading and applying vendor-data | |
| 2018-02-20 07:33:24,725 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg (quiet=False) | |
| 2018-02-20 07:33:24,726 - util.py[DEBUG]: Read 3001 bytes from /etc/cloud/cloud.cfg | |
| 2018-02-20 07:33:24,727 - util.py[DEBUG]: Attempting to load yaml from string of length 3001 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:24,946 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/05_logging.cfg (quiet=False) | |
| 2018-02-20 07:33:24,947 - util.py[DEBUG]: Read 2057 bytes from /etc/cloud/cloud.cfg.d/05_logging.cfg | |
| 2018-02-20 07:33:24,948 - util.py[DEBUG]: Attempting to load yaml from string of length 2057 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:25,020 - util.py[DEBUG]: Reading from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg (quiet=False) | |
| 2018-02-20 07:33:25,021 - util.py[DEBUG]: Read 66 bytes from /etc/cloud/cloud.cfg.d/01_scripts-user.cfg | |
| 2018-02-20 07:33:25,022 - util.py[DEBUG]: Attempting to load yaml from string of length 66 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:25,025 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:33:25,028 - util.py[DEBUG]: Reading from /run/cloud-init/cloud.cfg (quiet=False) | |
| 2018-02-20 07:33:25,029 - util.py[DEBUG]: Read 35 bytes from /run/cloud-init/cloud.cfg | |
| 2018-02-20 07:33:25,029 - util.py[DEBUG]: Attempting to load yaml from string of length 35 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:25,036 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:25,038 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:33:25,041 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:33:25,042 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:33:25,043 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:25,044 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:33:25,055 - util.py[DEBUG]: Reading from /var/lib/cloud/instance/cloud-config.txt (quiet=False) | |
| 2018-02-20 07:33:25,056 - util.py[DEBUG]: Read 0 bytes from /var/lib/cloud/instance/cloud-config.txt | |
| 2018-02-20 07:33:25,057 - util.py[DEBUG]: Attempting to load yaml from string of length 0 with allowed root types (<class 'dict'>,) | |
| 2018-02-20 07:33:25,058 - util.py[DEBUG]: loaded blob returned None, returning default. | |
| 2018-02-20 07:33:25,084 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/obj.pkl - wb: [400] 5187 bytes | |
| 2018-02-20 07:33:25,095 - main.py[DEBUG]: no di_report found in config. | |
| 2018-02-20 07:33:25,534 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:33:25,544 - stages.py[DEBUG]: Running module migrator (<module 'cloudinit.config.cc_migrator' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_migrator.py'>) with frequency always | |
| 2018-02-20 07:33:25,547 - handlers.py[DEBUG]: start: init-network/config-migrator: running config-migrator with frequency always | |
| 2018-02-20 07:33:25,548 - helpers.py[DEBUG]: Running config-migrator using lock (<cloudinit.helpers.DummyLock object at 0x75e2dab0>) | |
| 2018-02-20 07:33:25,554 - cc_migrator.py[DEBUG]: Migrated 0 semaphore files to there canonicalized names | |
| 2018-02-20 07:33:25,559 - handlers.py[DEBUG]: finish: init-network/config-migrator: SUCCESS: config-migrator ran successfully | |
| 2018-02-20 07:33:25,560 - stages.py[DEBUG]: Running module seed_random (<module 'cloudinit.config.cc_seed_random' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_seed_random.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:25,563 - handlers.py[DEBUG]: start: init-network/config-seed_random: running config-seed_random with frequency once-per-instance | |
| 2018-02-20 07:33:25,564 - helpers.py[DEBUG]: config-seed_random already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:25,564 - handlers.py[DEBUG]: finish: init-network/config-seed_random: SUCCESS: config-seed_random previously ran | |
| 2018-02-20 07:33:25,565 - stages.py[DEBUG]: Running module bootcmd (<module 'cloudinit.config.cc_bootcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_bootcmd.py'>) with frequency always | |
| 2018-02-20 07:33:25,568 - handlers.py[DEBUG]: start: init-network/config-bootcmd: running config-bootcmd with frequency always | |
| 2018-02-20 07:33:25,568 - helpers.py[DEBUG]: Running config-bootcmd using lock (<cloudinit.helpers.DummyLock object at 0x75e09d50>) | |
| 2018-02-20 07:33:25,569 - cc_bootcmd.py[DEBUG]: Skipping module named bootcmd, no 'bootcmd' key in configuration | |
| 2018-02-20 07:33:25,572 - handlers.py[DEBUG]: finish: init-network/config-bootcmd: SUCCESS: config-bootcmd ran successfully | |
| 2018-02-20 07:33:25,573 - stages.py[DEBUG]: Running module write-files (<module 'cloudinit.config.cc_write_files' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_write_files.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:25,576 - handlers.py[DEBUG]: start: init-network/config-write-files: running config-write-files with frequency once-per-instance | |
| 2018-02-20 07:33:25,576 - helpers.py[DEBUG]: config-write-files already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:25,577 - handlers.py[DEBUG]: finish: init-network/config-write-files: SUCCESS: config-write-files previously ran | |
| 2018-02-20 07:33:25,578 - stages.py[DEBUG]: Running module growpart (<module 'cloudinit.config.cc_growpart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_growpart.py'>) with frequency always | |
| 2018-02-20 07:33:25,580 - handlers.py[DEBUG]: start: init-network/config-growpart: running config-growpart with frequency always | |
| 2018-02-20 07:33:25,581 - helpers.py[DEBUG]: Running config-growpart using lock (<cloudinit.helpers.DummyLock object at 0x75e658b0>) | |
| 2018-02-20 07:33:25,582 - cc_growpart.py[DEBUG]: No 'growpart' entry in cfg. Using default: {'devices': ['/'], 'mode': 'auto', 'ignore_growroot_disabled': False} | |
| 2018-02-20 07:33:25,583 - util.py[DEBUG]: Running command ['growpart', '--help'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:33:25,596 - cc_growpart.py[DEBUG]: growpart unable to find resizer for 'auto': No resizers available | |
| 2018-02-20 07:33:25,597 - handlers.py[DEBUG]: finish: init-network/config-growpart: SUCCESS: config-growpart ran successfully | |
| 2018-02-20 07:33:25,598 - stages.py[DEBUG]: Running module resizefs (<module 'cloudinit.config.cc_resizefs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_resizefs.py'>) with frequency always | |
| 2018-02-20 07:33:25,601 - handlers.py[DEBUG]: start: init-network/config-resizefs: running config-resizefs with frequency always | |
| 2018-02-20 07:33:25,602 - helpers.py[DEBUG]: Running config-resizefs using lock (<cloudinit.helpers.DummyLock object at 0x76a18770>) | |
| 2018-02-20 07:33:25,671 - util.py[DEBUG]: Reading from /proc/346/mountinfo (quiet=False) | |
| 2018-02-20 07:33:25,672 - util.py[DEBUG]: Read 2086 bytes from /proc/346/mountinfo | |
| 2018-02-20 07:33:25,674 - cc_resizefs.py[DEBUG]: resize_info: dev=/dev/root mnt_point=/ path=/ | |
| 2018-02-20 07:33:25,674 - util.py[DEBUG]: Running command ['systemd-detect-virt', '--quiet', '--container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:33:25,699 - util.py[DEBUG]: Running command ['running-in-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:33:25,710 - util.py[DEBUG]: Running command ['lxc-is-container'] with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:33:25,721 - util.py[DEBUG]: Reading from /proc/1/environ (quiet=False) | |
| 2018-02-20 07:33:25,723 - util.py[DEBUG]: Read 18 bytes from /proc/1/environ | |
| 2018-02-20 07:33:25,723 - util.py[DEBUG]: Reading from /proc/self/status (quiet=False) | |
| 2018-02-20 07:33:25,724 - util.py[DEBUG]: Read 926 bytes from /proc/self/status | |
| 2018-02-20 07:33:25,726 - cc_resizefs.py[DEBUG]: Converted /dev/root to '/dev/disk/by-partuuid/3e8f7ed9-02' per kernel cmdline | |
| 2018-02-20 07:33:25,727 - cc_resizefs.py[DEBUG]: Resizing / (ext4) using resize2fs /dev/disk/by-partuuid/3e8f7ed9-02 | |
| 2018-02-20 07:33:25,727 - util.py[DEBUG]: Running command ('resize2fs', '/dev/disk/by-partuuid/3e8f7ed9-02') with allowed return codes [0] (shell=False, capture=True) | |
| 2018-02-20 07:33:25,751 - util.py[DEBUG]: Resizing took 0.023 seconds | |
| 2018-02-20 07:33:25,752 - cc_resizefs.py[DEBUG]: Resized root filesystem (type=ext4, val=True) | |
| 2018-02-20 07:33:25,753 - handlers.py[DEBUG]: finish: init-network/config-resizefs: SUCCESS: config-resizefs ran successfully | |
| 2018-02-20 07:33:25,754 - stages.py[DEBUG]: Running module disk_setup (<module 'cloudinit.config.cc_disk_setup' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disk_setup.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:25,757 - handlers.py[DEBUG]: start: init-network/config-disk_setup: running config-disk_setup with frequency once-per-instance | |
| 2018-02-20 07:33:25,758 - helpers.py[DEBUG]: config-disk_setup already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:25,759 - handlers.py[DEBUG]: finish: init-network/config-disk_setup: SUCCESS: config-disk_setup previously ran | |
| 2018-02-20 07:33:25,759 - stages.py[DEBUG]: Running module mounts (<module 'cloudinit.config.cc_mounts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mounts.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:25,762 - handlers.py[DEBUG]: start: init-network/config-mounts: running config-mounts with frequency once-per-instance | |
| 2018-02-20 07:33:25,763 - helpers.py[DEBUG]: config-mounts already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:25,764 - handlers.py[DEBUG]: finish: init-network/config-mounts: SUCCESS: config-mounts previously ran | |
| 2018-02-20 07:33:25,764 - stages.py[DEBUG]: Running module set_hostname (<module 'cloudinit.config.cc_set_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_hostname.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:25,767 - handlers.py[DEBUG]: start: init-network/config-set_hostname: running config-set_hostname with frequency once-per-instance | |
| 2018-02-20 07:33:25,768 - helpers.py[DEBUG]: config-set_hostname already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:25,769 - handlers.py[DEBUG]: finish: init-network/config-set_hostname: SUCCESS: config-set_hostname previously ran | |
| 2018-02-20 07:33:25,769 - stages.py[DEBUG]: Running module update_hostname (<module 'cloudinit.config.cc_update_hostname' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_hostname.py'>) with frequency always | |
| 2018-02-20 07:33:25,772 - handlers.py[DEBUG]: start: init-network/config-update_hostname: running config-update_hostname with frequency always | |
| 2018-02-20 07:33:25,772 - helpers.py[DEBUG]: Running config-update_hostname using lock (<cloudinit.helpers.DummyLock object at 0x75cb75b0>) | |
| 2018-02-20 07:33:25,773 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:33:25,774 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:33:25,775 - util.py[DEBUG]: Reading from /etc/hosts (quiet=False) | |
| 2018-02-20 07:33:25,776 - util.py[DEBUG]: Read 131 bytes from /etc/hosts | |
| 2018-02-20 07:33:25,776 - cc_update_hostname.py[DEBUG]: Updating hostname to raspberrypi (raspberrypi) | |
| 2018-02-20 07:33:25,777 - util.py[DEBUG]: Reading from /var/lib/cloud/data/previous-hostname (quiet=False) | |
| 2018-02-20 07:33:25,779 - util.py[DEBUG]: Read 12 bytes from /var/lib/cloud/data/previous-hostname | |
| 2018-02-20 07:33:25,780 - util.py[DEBUG]: Reading from /etc/hostname (quiet=False) | |
| 2018-02-20 07:33:25,781 - util.py[DEBUG]: Read 12 bytes from /etc/hostname | |
| 2018-02-20 07:33:25,781 - __init__.py[DEBUG]: Attempting to update hostname to raspberrypi in 0 files | |
| 2018-02-20 07:33:25,782 - handlers.py[DEBUG]: finish: init-network/config-update_hostname: SUCCESS: config-update_hostname ran successfully | |
| 2018-02-20 07:33:25,783 - stages.py[DEBUG]: Running module update_etc_hosts (<module 'cloudinit.config.cc_update_etc_hosts' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_update_etc_hosts.py'>) with frequency always | |
| 2018-02-20 07:33:25,786 - handlers.py[DEBUG]: start: init-network/config-update_etc_hosts: running config-update_etc_hosts with frequency always | |
| 2018-02-20 07:33:25,786 - helpers.py[DEBUG]: Running config-update_etc_hosts using lock (<cloudinit.helpers.DummyLock object at 0x75cb7650>) | |
| 2018-02-20 07:33:25,787 - cc_update_etc_hosts.py[DEBUG]: Configuration option 'manage_etc_hosts' is not set, not managing /etc/hosts in module update_etc_hosts | |
| 2018-02-20 07:33:25,788 - handlers.py[DEBUG]: finish: init-network/config-update_etc_hosts: SUCCESS: config-update_etc_hosts ran successfully | |
| 2018-02-20 07:33:25,789 - stages.py[DEBUG]: Running module ca-certs (<module 'cloudinit.config.cc_ca_certs' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ca_certs.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:25,791 - handlers.py[DEBUG]: start: init-network/config-ca-certs: running config-ca-certs with frequency once-per-instance | |
| 2018-02-20 07:33:25,792 - helpers.py[DEBUG]: config-ca-certs already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:25,793 - handlers.py[DEBUG]: finish: init-network/config-ca-certs: SUCCESS: config-ca-certs previously ran | |
| 2018-02-20 07:33:25,793 - stages.py[DEBUG]: Running module rsyslog (<module 'cloudinit.config.cc_rsyslog' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rsyslog.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:25,796 - handlers.py[DEBUG]: start: init-network/config-rsyslog: running config-rsyslog with frequency once-per-instance | |
| 2018-02-20 07:33:25,797 - helpers.py[DEBUG]: config-rsyslog already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:25,798 - handlers.py[DEBUG]: finish: init-network/config-rsyslog: SUCCESS: config-rsyslog previously ran | |
| 2018-02-20 07:33:25,798 - stages.py[DEBUG]: Running module users-groups (<module 'cloudinit.config.cc_users_groups' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_users_groups.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:25,801 - handlers.py[DEBUG]: start: init-network/config-users-groups: running config-users-groups with frequency once-per-instance | |
| 2018-02-20 07:33:25,802 - helpers.py[DEBUG]: config-users-groups already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:25,803 - handlers.py[DEBUG]: finish: init-network/config-users-groups: SUCCESS: config-users-groups previously ran | |
| 2018-02-20 07:33:25,803 - stages.py[DEBUG]: Running module ssh (<module 'cloudinit.config.cc_ssh' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:25,806 - handlers.py[DEBUG]: start: init-network/config-ssh: running config-ssh with frequency once-per-instance | |
| 2018-02-20 07:33:25,807 - helpers.py[DEBUG]: config-ssh already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:25,808 - handlers.py[DEBUG]: finish: init-network/config-ssh: SUCCESS: config-ssh previously ran | |
| 2018-02-20 07:33:25,809 - main.py[DEBUG]: Ran 15 modules with 0 failures | |
| 2018-02-20 07:33:25,814 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:33:25,815 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 07:33:25,815 - util.py[DEBUG]: cloud-init mode 'init' took 2.937 seconds (2.93) | |
| 2018-02-20 07:33:25,816 - handlers.py[DEBUG]: finish: init-network: SUCCESS: searching for network datasources | |
| 2018-02-20 07:33:37,088 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:config' at Tue, 20 Feb 2018 07:33:36 +0000. Up 28.59 seconds. | |
| 2018-02-20 07:33:37,264 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:33:37,269 - stages.py[DEBUG]: Running module emit_upstart (<module 'cloudinit.config.cc_emit_upstart' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_emit_upstart.py'>) with frequency always | |
| 2018-02-20 07:33:37,270 - handlers.py[DEBUG]: start: modules-config/config-emit_upstart: running config-emit_upstart with frequency always | |
| 2018-02-20 07:33:37,271 - helpers.py[DEBUG]: Running config-emit_upstart using lock (<cloudinit.helpers.DummyLock object at 0x75e6c790>) | |
| 2018-02-20 07:33:37,271 - cc_emit_upstart.py[DEBUG]: no /sbin/initctl located | |
| 2018-02-20 07:33:37,271 - cc_emit_upstart.py[DEBUG]: not upstart system, 'emit_upstart' disabled | |
| 2018-02-20 07:33:37,273 - handlers.py[DEBUG]: finish: modules-config/config-emit_upstart: SUCCESS: config-emit_upstart ran successfully | |
| 2018-02-20 07:33:37,273 - stages.py[DEBUG]: Running module snap_config (<module 'cloudinit.config.cc_snap_config' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_snap_config.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:37,275 - handlers.py[DEBUG]: start: modules-config/config-snap_config: running config-snap_config with frequency once-per-instance | |
| 2018-02-20 07:33:37,275 - helpers.py[DEBUG]: config-snap_config already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:37,276 - handlers.py[DEBUG]: finish: modules-config/config-snap_config: SUCCESS: config-snap_config previously ran | |
| 2018-02-20 07:33:37,276 - stages.py[DEBUG]: Running module ssh-import-id (<module 'cloudinit.config.cc_ssh_import_id' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_import_id.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:37,277 - handlers.py[DEBUG]: start: modules-config/config-ssh-import-id: running config-ssh-import-id with frequency once-per-instance | |
| 2018-02-20 07:33:37,278 - helpers.py[DEBUG]: config-ssh-import-id already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:37,278 - handlers.py[DEBUG]: finish: modules-config/config-ssh-import-id: SUCCESS: config-ssh-import-id previously ran | |
| 2018-02-20 07:33:37,278 - stages.py[DEBUG]: Running module locale (<module 'cloudinit.config.cc_locale' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_locale.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:37,280 - handlers.py[DEBUG]: start: modules-config/config-locale: running config-locale with frequency once-per-instance | |
| 2018-02-20 07:33:37,280 - helpers.py[DEBUG]: config-locale already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:37,281 - handlers.py[DEBUG]: finish: modules-config/config-locale: SUCCESS: config-locale previously ran | |
| 2018-02-20 07:33:37,281 - stages.py[DEBUG]: Running module set-passwords (<module 'cloudinit.config.cc_set_passwords' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_set_passwords.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:37,282 - handlers.py[DEBUG]: start: modules-config/config-set-passwords: running config-set-passwords with frequency once-per-instance | |
| 2018-02-20 07:33:37,283 - helpers.py[DEBUG]: config-set-passwords already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:37,283 - handlers.py[DEBUG]: finish: modules-config/config-set-passwords: SUCCESS: config-set-passwords previously ran | |
| 2018-02-20 07:33:37,283 - stages.py[DEBUG]: Running module grub-dpkg (<module 'cloudinit.config.cc_grub_dpkg' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_grub_dpkg.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:37,285 - handlers.py[DEBUG]: start: modules-config/config-grub-dpkg: running config-grub-dpkg with frequency once-per-instance | |
| 2018-02-20 07:33:37,285 - helpers.py[DEBUG]: config-grub-dpkg already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:37,286 - handlers.py[DEBUG]: finish: modules-config/config-grub-dpkg: SUCCESS: config-grub-dpkg previously ran | |
| 2018-02-20 07:33:37,286 - stages.py[DEBUG]: Running module apt-pipelining (<module 'cloudinit.config.cc_apt_pipelining' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_pipelining.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:37,287 - handlers.py[DEBUG]: start: modules-config/config-apt-pipelining: running config-apt-pipelining with frequency once-per-instance | |
| 2018-02-20 07:33:37,288 - helpers.py[DEBUG]: config-apt-pipelining already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:37,288 - handlers.py[DEBUG]: finish: modules-config/config-apt-pipelining: SUCCESS: config-apt-pipelining previously ran | |
| 2018-02-20 07:33:37,288 - stages.py[DEBUG]: Running module apt-configure (<module 'cloudinit.config.cc_apt_configure' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_apt_configure.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:37,290 - handlers.py[DEBUG]: start: modules-config/config-apt-configure: running config-apt-configure with frequency once-per-instance | |
| 2018-02-20 07:33:37,290 - helpers.py[DEBUG]: config-apt-configure already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:37,290 - handlers.py[DEBUG]: finish: modules-config/config-apt-configure: SUCCESS: config-apt-configure previously ran | |
| 2018-02-20 07:33:37,291 - stages.py[DEBUG]: Running module ntp (<module 'cloudinit.config.cc_ntp' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ntp.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:37,292 - handlers.py[DEBUG]: start: modules-config/config-ntp: running config-ntp with frequency once-per-instance | |
| 2018-02-20 07:33:37,292 - helpers.py[DEBUG]: config-ntp already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:37,293 - handlers.py[DEBUG]: finish: modules-config/config-ntp: SUCCESS: config-ntp previously ran | |
| 2018-02-20 07:33:37,293 - stages.py[DEBUG]: Running module timezone (<module 'cloudinit.config.cc_timezone' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_timezone.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:37,294 - handlers.py[DEBUG]: start: modules-config/config-timezone: running config-timezone with frequency once-per-instance | |
| 2018-02-20 07:33:37,295 - helpers.py[DEBUG]: config-timezone already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:37,295 - handlers.py[DEBUG]: finish: modules-config/config-timezone: SUCCESS: config-timezone previously ran | |
| 2018-02-20 07:33:37,296 - stages.py[DEBUG]: Running module disable-ec2-metadata (<module 'cloudinit.config.cc_disable_ec2_metadata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_disable_ec2_metadata.py'>) with frequency always | |
| 2018-02-20 07:33:37,297 - handlers.py[DEBUG]: start: modules-config/config-disable-ec2-metadata: running config-disable-ec2-metadata with frequency always | |
| 2018-02-20 07:33:37,297 - helpers.py[DEBUG]: Running config-disable-ec2-metadata using lock (<cloudinit.helpers.DummyLock object at 0x75e6c970>) | |
| 2018-02-20 07:33:37,298 - cc_disable_ec2_metadata.py[DEBUG]: Skipping module named disable-ec2-metadata, disabling the ec2 route not enabled | |
| 2018-02-20 07:33:37,298 - handlers.py[DEBUG]: finish: modules-config/config-disable-ec2-metadata: SUCCESS: config-disable-ec2-metadata ran successfully | |
| 2018-02-20 07:33:37,298 - stages.py[DEBUG]: Running module runcmd (<module 'cloudinit.config.cc_runcmd' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_runcmd.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:37,300 - handlers.py[DEBUG]: start: modules-config/config-runcmd: running config-runcmd with frequency once-per-instance | |
| 2018-02-20 07:33:37,300 - helpers.py[DEBUG]: config-runcmd already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:37,301 - handlers.py[DEBUG]: finish: modules-config/config-runcmd: SUCCESS: config-runcmd previously ran | |
| 2018-02-20 07:33:37,301 - stages.py[DEBUG]: Running module byobu (<module 'cloudinit.config.cc_byobu' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_byobu.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:37,302 - handlers.py[DEBUG]: start: modules-config/config-byobu: running config-byobu with frequency once-per-instance | |
| 2018-02-20 07:33:37,303 - helpers.py[DEBUG]: config-byobu already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:37,303 - handlers.py[DEBUG]: finish: modules-config/config-byobu: SUCCESS: config-byobu previously ran | |
| 2018-02-20 07:33:37,303 - main.py[DEBUG]: Ran 13 modules with 0 failures | |
| 2018-02-20 07:33:37,306 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:33:37,307 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 07:33:37,307 - util.py[DEBUG]: cloud-init mode 'modules' took 0.605 seconds (0.61) | |
| 2018-02-20 07:33:37,308 - handlers.py[DEBUG]: finish: modules-config: SUCCESS: running modules for config | |
| 2018-02-20 07:33:40,155 - util.py[DEBUG]: Cloud-init v. 17.2 running 'modules:final' at Tue, 20 Feb 2018 07:33:39 +0000. Up 31.66 seconds. | |
| 2018-02-20 07:33:40,346 - stages.py[DEBUG]: Using distro class <class 'cloudinit.distros.debian.Distro'> | |
| 2018-02-20 07:33:40,349 - stages.py[INFO]: Skipping modules 'snappy,landscape,lxd' because they are not verified on distro 'debian'. To run anyway, add them to 'unverified_modules' in config. | |
| 2018-02-20 07:33:40,351 - stages.py[DEBUG]: Running module package-update-upgrade-install (<module 'cloudinit.config.cc_package_update_upgrade_install' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_package_update_upgrade_install.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:40,353 - handlers.py[DEBUG]: start: modules-final/config-package-update-upgrade-install: running config-package-update-upgrade-install with frequency once-per-instance | |
| 2018-02-20 07:33:40,353 - helpers.py[DEBUG]: config-package-update-upgrade-install already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:40,354 - handlers.py[DEBUG]: finish: modules-final/config-package-update-upgrade-install: SUCCESS: config-package-update-upgrade-install previously ran | |
| 2018-02-20 07:33:40,354 - stages.py[DEBUG]: Running module fan (<module 'cloudinit.config.cc_fan' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_fan.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:40,356 - handlers.py[DEBUG]: start: modules-final/config-fan: running config-fan with frequency once-per-instance | |
| 2018-02-20 07:33:40,356 - helpers.py[DEBUG]: config-fan already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:40,357 - handlers.py[DEBUG]: finish: modules-final/config-fan: SUCCESS: config-fan previously ran | |
| 2018-02-20 07:33:40,357 - stages.py[DEBUG]: Running module puppet (<module 'cloudinit.config.cc_puppet' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_puppet.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:40,358 - handlers.py[DEBUG]: start: modules-final/config-puppet: running config-puppet with frequency once-per-instance | |
| 2018-02-20 07:33:40,359 - helpers.py[DEBUG]: config-puppet already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:40,359 - handlers.py[DEBUG]: finish: modules-final/config-puppet: SUCCESS: config-puppet previously ran | |
| 2018-02-20 07:33:40,359 - stages.py[DEBUG]: Running module chef (<module 'cloudinit.config.cc_chef' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_chef.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:40,361 - handlers.py[DEBUG]: start: modules-final/config-chef: running config-chef with frequency once-per-instance | |
| 2018-02-20 07:33:40,361 - helpers.py[DEBUG]: config-chef already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:40,362 - handlers.py[DEBUG]: finish: modules-final/config-chef: SUCCESS: config-chef previously ran | |
| 2018-02-20 07:33:40,362 - stages.py[DEBUG]: Running module salt-minion (<module 'cloudinit.config.cc_salt_minion' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_salt_minion.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:40,363 - handlers.py[DEBUG]: start: modules-final/config-salt-minion: running config-salt-minion with frequency once-per-instance | |
| 2018-02-20 07:33:40,364 - helpers.py[DEBUG]: config-salt-minion already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:40,364 - handlers.py[DEBUG]: finish: modules-final/config-salt-minion: SUCCESS: config-salt-minion previously ran | |
| 2018-02-20 07:33:40,364 - stages.py[DEBUG]: Running module mcollective (<module 'cloudinit.config.cc_mcollective' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_mcollective.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:40,366 - handlers.py[DEBUG]: start: modules-final/config-mcollective: running config-mcollective with frequency once-per-instance | |
| 2018-02-20 07:33:40,366 - helpers.py[DEBUG]: config-mcollective already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:40,367 - handlers.py[DEBUG]: finish: modules-final/config-mcollective: SUCCESS: config-mcollective previously ran | |
| 2018-02-20 07:33:40,367 - stages.py[DEBUG]: Running module rightscale_userdata (<module 'cloudinit.config.cc_rightscale_userdata' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_rightscale_userdata.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:40,368 - handlers.py[DEBUG]: start: modules-final/config-rightscale_userdata: running config-rightscale_userdata with frequency once-per-instance | |
| 2018-02-20 07:33:40,369 - helpers.py[DEBUG]: config-rightscale_userdata already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:40,369 - handlers.py[DEBUG]: finish: modules-final/config-rightscale_userdata: SUCCESS: config-rightscale_userdata previously ran | |
| 2018-02-20 07:33:40,369 - stages.py[DEBUG]: Running module scripts-vendor (<module 'cloudinit.config.cc_scripts_vendor' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_vendor.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:40,371 - handlers.py[DEBUG]: start: modules-final/config-scripts-vendor: running config-scripts-vendor with frequency once-per-instance | |
| 2018-02-20 07:33:40,371 - helpers.py[DEBUG]: config-scripts-vendor already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:40,372 - handlers.py[DEBUG]: finish: modules-final/config-scripts-vendor: SUCCESS: config-scripts-vendor previously ran | |
| 2018-02-20 07:33:40,372 - stages.py[DEBUG]: Running module scripts-per-once (<module 'cloudinit.config.cc_scripts_per_once' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_once.py'>) with frequency once | |
| 2018-02-20 07:33:40,373 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-once: running config-scripts-per-once with frequency once | |
| 2018-02-20 07:33:40,374 - helpers.py[DEBUG]: config-scripts-per-once already ran (freq=once) | |
| 2018-02-20 07:33:40,374 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-once: SUCCESS: config-scripts-per-once previously ran | |
| 2018-02-20 07:33:40,374 - stages.py[DEBUG]: Running module scripts-per-boot (<module 'cloudinit.config.cc_scripts_per_boot' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_boot.py'>) with frequency always | |
| 2018-02-20 07:33:40,376 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-boot: running config-scripts-per-boot with frequency always | |
| 2018-02-20 07:33:40,376 - helpers.py[DEBUG]: Running config-scripts-per-boot using lock (<cloudinit.helpers.DummyLock object at 0x75e22ab0>) | |
| 2018-02-20 07:33:40,378 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-boot: SUCCESS: config-scripts-per-boot ran successfully | |
| 2018-02-20 07:33:40,378 - stages.py[DEBUG]: Running module scripts-per-instance (<module 'cloudinit.config.cc_scripts_per_instance' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_per_instance.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:40,379 - handlers.py[DEBUG]: start: modules-final/config-scripts-per-instance: running config-scripts-per-instance with frequency once-per-instance | |
| 2018-02-20 07:33:40,380 - helpers.py[DEBUG]: config-scripts-per-instance already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:40,380 - handlers.py[DEBUG]: finish: modules-final/config-scripts-per-instance: SUCCESS: config-scripts-per-instance previously ran | |
| 2018-02-20 07:33:40,381 - stages.py[DEBUG]: Running module scripts-user (<module 'cloudinit.config.cc_scripts_user' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_scripts_user.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:40,382 - handlers.py[DEBUG]: start: modules-final/config-scripts-user: running config-scripts-user with frequency once-per-instance | |
| 2018-02-20 07:33:40,382 - helpers.py[DEBUG]: config-scripts-user already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:40,383 - handlers.py[DEBUG]: finish: modules-final/config-scripts-user: SUCCESS: config-scripts-user previously ran | |
| 2018-02-20 07:33:40,383 - stages.py[DEBUG]: Running module ssh-authkey-fingerprints (<module 'cloudinit.config.cc_ssh_authkey_fingerprints' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_ssh_authkey_fingerprints.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:40,384 - handlers.py[DEBUG]: start: modules-final/config-ssh-authkey-fingerprints: running config-ssh-authkey-fingerprints with frequency once-per-instance | |
| 2018-02-20 07:33:40,385 - helpers.py[DEBUG]: config-ssh-authkey-fingerprints already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:40,385 - handlers.py[DEBUG]: finish: modules-final/config-ssh-authkey-fingerprints: SUCCESS: config-ssh-authkey-fingerprints previously ran | |
| 2018-02-20 07:33:40,386 - stages.py[DEBUG]: Running module keys-to-console (<module 'cloudinit.config.cc_keys_to_console' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_keys_to_console.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:40,387 - handlers.py[DEBUG]: start: modules-final/config-keys-to-console: running config-keys-to-console with frequency once-per-instance | |
| 2018-02-20 07:33:40,387 - helpers.py[DEBUG]: config-keys-to-console already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:40,388 - handlers.py[DEBUG]: finish: modules-final/config-keys-to-console: SUCCESS: config-keys-to-console previously ran | |
| 2018-02-20 07:33:40,388 - stages.py[DEBUG]: Running module phone-home (<module 'cloudinit.config.cc_phone_home' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_phone_home.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:40,390 - handlers.py[DEBUG]: start: modules-final/config-phone-home: running config-phone-home with frequency once-per-instance | |
| 2018-02-20 07:33:40,390 - helpers.py[DEBUG]: config-phone-home already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:40,390 - handlers.py[DEBUG]: finish: modules-final/config-phone-home: SUCCESS: config-phone-home previously ran | |
| 2018-02-20 07:33:40,391 - stages.py[DEBUG]: Running module final-message (<module 'cloudinit.config.cc_final_message' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_final_message.py'>) with frequency always | |
| 2018-02-20 07:33:40,392 - handlers.py[DEBUG]: start: modules-final/config-final-message: running config-final-message with frequency always | |
| 2018-02-20 07:33:40,392 - helpers.py[DEBUG]: Running config-final-message using lock (<cloudinit.helpers.DummyLock object at 0x75e226f0>) | |
| 2018-02-20 07:33:40,393 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:33:40,393 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 07:33:40,413 - util.py[DEBUG]: Cloud-init v. 17.2 finished at Tue, 20 Feb 2018 07:33:40 +0000. Datasource DataSourceNoCloud [seed=/var/lib/cloud/seed/nocloud-net][dsmode=net]. Up 32.27 seconds | |
| 2018-02-20 07:33:40,413 - util.py[DEBUG]: Writing to /var/lib/cloud/instance/boot-finished - wb: [644] 50 bytes | |
| 2018-02-20 07:33:40,417 - handlers.py[DEBUG]: finish: modules-final/config-final-message: SUCCESS: config-final-message ran successfully | |
| 2018-02-20 07:33:40,417 - stages.py[DEBUG]: Running module power-state-change (<module 'cloudinit.config.cc_power_state_change' from '/usr/local/lib/python3.5/dist-packages/cloud_init-17.2-py3.5.egg/cloudinit/config/cc_power_state_change.py'>) with frequency once-per-instance | |
| 2018-02-20 07:33:40,419 - handlers.py[DEBUG]: start: modules-final/config-power-state-change: running config-power-state-change with frequency once-per-instance | |
| 2018-02-20 07:33:40,419 - helpers.py[DEBUG]: config-power-state-change already ran (freq=once-per-instance) | |
| 2018-02-20 07:33:40,420 - handlers.py[DEBUG]: finish: modules-final/config-power-state-change: SUCCESS: config-power-state-change previously ran | |
| 2018-02-20 07:33:40,420 - main.py[DEBUG]: Ran 17 modules with 0 failures | |
| 2018-02-20 07:33:40,424 - util.py[DEBUG]: Creating symbolic link from '/run/cloud-init/result.json' => '../../var/lib/cloud/data/result.json' | |
| 2018-02-20 07:33:40,425 - util.py[DEBUG]: Reading from /proc/uptime (quiet=False) | |
| 2018-02-20 07:33:40,425 - util.py[DEBUG]: Read 12 bytes from /proc/uptime | |
| 2018-02-20 07:33:40,426 - util.py[DEBUG]: cloud-init mode 'modules' took 0.657 seconds (0.66) | |
| 2018-02-20 07:33:40,426 - handlers.py[DEBUG]: finish: modules-final: SUCCESS: running modules for final |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment