Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- root@ubuntu:/var/log# cat cloud-init-output.log
- Cloud-init v. 0.7.8 running 'init-local' at Mon, 12 Dec 2016 00:08:40 +0000. Up 28.35 seconds.
- Cloud-init v. 0.7.8 running 'init' at Mon, 12 Dec 2016 00:09:46 +0000. Up 94.75 seconds.
- ci-info: ++++++++++++++++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++++++++++++++
- ci-info: +----------+-------+------------------------------+---------------+-------+-------------------+
- ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |
- ci-info: +----------+-------+------------------------------+---------------+-------+-------------------+
- ci-info: | enp2s0f1 | False | . | . | . | 38:4c:4f:e7:55:ca |
- ci-info: | enp2s0f0 | True | 10.20.59.109 | 255.255.255.0 | . | 38:4c:4f:e7:55:c9 |
- ci-info: | enp2s0f0 | True | fe80::3a4c:4fff:fee7:55c9/64 | . | link | 38:4c:4f:e7:55:c9 |
- ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |
- ci-info: | lo | True | ::1/128 | . | host | . |
- 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 | 10.20.59.1 | 0.0.0.0 | enp2s0f0 | UG |
- ci-info: | 1 | 10.20.59.0 | 0.0.0.0 | 255.255.255.0 | enp2s0f0 | U |
- ci-info: +-------+-------------+------------+---------------+-----------+-------+
- 2016-12-12 00:11:47,238 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [50/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /2009-04-04/meta-data/instance-id (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.HTTPConnection object at 0x7f968ab8f470>, 'Connection to 169.254.169.254 timed out. (connect timeout=50.0)'))]
- 2016-12-12 00:12:38,291 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [101/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /2009-04-04/meta-data/instance-id (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.HTTPConnection object at 0x7f968ab8fc88>, 'Connection to 169.254.169.254 timed out. (connect timeout=50.0)'))]
- 2016-12-12 00:12:56,311 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [119/120s]: request error [HTTPConnectionPool(host='169.254.169.254', port=80): Max retries exceeded with url: /2009-04-04/meta-data/instance-id (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.HTTPConnection object at 0x7f968ab86b70>, 'Connection to 169.254.169.254 timed out. (connect timeout=17.0)'))]
- 2016-12-12 00:12:57,312 - DataSourceEc2.py[CRITICAL]: Giving up on md from ['http://169.254.169.254/2009-04-04/meta-data/instance-id'] after 120 seconds
- 2016-12-12 00:13:47,365 - url_helper.py[WARNING]: Calling 'http://10.20.59.1/latest/meta-data/instance-id' failed [50/120s]: request error [HTTPConnectionPool(host='10.20.59.1', port=80): Max retries exceeded with url: /latest/meta-data/instance-id (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.HTTPConnection object at 0x7f968ab8f2b0>, 'Connection to 10.20.59.1 timed out. (connect timeout=50.0)'))]
- 2016-12-12 00:14:38,418 - url_helper.py[WARNING]: Calling 'http://10.20.59.1/latest/meta-data/instance-id' failed [101/120s]: request error [HTTPConnectionPool(host='10.20.59.1', port=80): Max retries exceeded with url: /latest/meta-data/instance-id (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.HTTPConnection object at 0x7f968ab97470>, 'Connection to 10.20.59.1 timed out. (connect timeout=50.0)'))]
- 2016-12-12 00:14:56,437 - url_helper.py[WARNING]: Calling 'http://10.20.59.1/latest/meta-data/instance-id' failed [119/120s]: request error [HTTPConnectionPool(host='10.20.59.1', port=80): Max retries exceeded with url: /latest/meta-data/instance-id (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.HTTPConnection object at 0x7f968ab97c88>, 'Connection to 10.20.59.1 timed out. (connect timeout=17.0)'))]
- 2016-12-12 00:14:57,439 - DataSourceCloudStack.py[CRITICAL]: Giving up on waiting for the metadata from ['http://10.20.59.1/latest/meta-data/instance-id'] after 120 seconds
- 2016-12-12 00:14:57,662 - cc_resizefs.py[WARNING]: Device 'overlayroot' did not exist. cannot resize: dev=overlayroot mnt_point=/ path=/
- .
- .
- . ssh keypair stuff
- .
- .
- .
- Cloud-init v. 0.7.8 running 'modules:config' at Mon, 12 Dec 2016 00:15:04 +0000. Up 411.93 seconds.
- Cloud-init v. 0.7.8 running 'modules:final' at Mon, 12 Dec 2016 00:15:15 +0000. Up 423.42 seconds.
- ci-info: no authorized ssh keys fingerprints found for user ubuntu.
- Cloud-init v. 0.7.8 finished at Mon, 12 Dec 2016 00:15:15 +0000. Datasource DataSourceNone. Up 423.60 seconds
- 2016-12-12 00:15:15,731 - cc_final_message.py[WARNING]: Used fallback datasource
RAW Paste Data

