Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1400249 - Wrong systemd unit in cloud-init
Summary: Wrong systemd unit in cloud-init
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: cloud-init
Version: 25
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
Assignee: Garrett Holmstrom
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-11-30 18:01 UTC by Maxim Popov
Modified: 2017-03-23 18:21 UTC (History)
9 users (show)

Fixed In Version: cloud-init-0.7.9-4.fc26 cloud-init-0.7.8-6.fc25
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-03-20 22:19:44 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Maxim Popov 2016-11-30 18:01:57 UTC
Description of problem:
/usr/lib/systemd/system/cloud-init.service contains references to "networking.service" unit.
Because of that, the cloud-init service starts before the network is ready.

Version-Release number of selected component (if applicable):
Version     : 0.7.8
Release     : 3.fc25

Fix:

Replace "networking.service" with "network.service".

Comment 1 Lars Kellogg-Stedman 2016-12-01 21:51:29 UTC
This won't work, at least not by itself.

The "network.service" target is generated from the "network" sysv service in the initscripts package.  This won't run on a system using NetworkManager.  So, maybe a proper fix would be to set dependencies both on network.service and NetworkManager.service.

Comment 2 Lars Kellogg-Stedman 2016-12-02 02:43:22 UTC
Also, as long as you're making changes to the systemd units, note that in 6565dcf (in fedora dist-git) someone added:

  Before=NetworkManager.target

But they probably meant:

  Before=NetworkManager.service

Because:

  # systemctl show NetworkManager.target
  Unit NetworkManager.target could not be found.

Comment 3 Fedora Update System 2017-03-14 23:32:00 UTC
cloud-init-0.7.8-6.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-837115524e

Comment 4 Fedora Update System 2017-03-14 23:35:12 UTC
cloud-init-0.7.9-4.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-83671c0fa0

Comment 5 Bekzot Azimov 2017-03-15 02:16:04 UTC
*** Bug 1428492 has been marked as a duplicate of this bug. ***

Comment 6 Bekzot Azimov 2017-03-15 03:54:14 UTC
Tested with package: cloud-init-0.7.8-6.fc25 but failed again. 

Main error is "[[0;1;31mFAILED[0m] Failed to start LSB: Bring up/down networking."

################## network.service error #########################
-- Reboot --
Mar 15 03:34:54 ip-172-20-78-113.build.gogoair.com systemd[1]: Starting LSB: Bring up/down networking...
Mar 15 03:34:56 ip-172-20-78-113.build.gogoair.com systemd-sysctl[415]: Couldn't write '0' to 'net/bridge/bridge-nf-call-iptables', ignoring: N
Mar 15 03:34:56 ip-172-20-78-113.build.gogoair.com systemd-sysctl[415]: Couldn't write '0' to 'net/bridge/bridge-nf-call-ip6tables', ignoring:
Mar 15 03:34:56 ip-172-20-78-113.build.gogoair.com systemd-sysctl[415]: Couldn't write '0' to 'net/bridge/bridge-nf-call-arptables', ignoring:
Mar 15 03:34:57 ip-172-20-78-113.build.gogoair.com network[380]: Bringing up loopback interface:  [  OK  ]
Mar 15 03:34:57 ip-172-20-78-113.build.gogoair.com network[380]: Bringing up interface eth0:  ERROR    : [/etc/sysconfig/network-scripts/ifup-e
Mar 15 03:34:57 ip-172-20-78-113.build.gogoair.com /etc/sysconfig/network-scripts/ifup-eth[531]: Device eth0 has different MAC address than exp
Mar 15 03:34:57 ip-172-20-78-113.build.gogoair.com network[380]: [FAILED]
Mar 15 03:34:57 ip-172-20-78-113.build.gogoair.com systemd-sysctl[548]: Couldn't write '0' to 'net/bridge/bridge-nf-call-arptables', ignoring:
Mar 15 03:34:57 ip-172-20-78-113.build.gogoair.com systemd-sysctl[548]: Couldn't write '0' to 'net/bridge/bridge-nf-call-iptables', ignoring: N
Mar 15 03:34:57 ip-172-20-78-113.build.gogoair.com systemd-sysctl[548]: Couldn't write '0' to 'net/bridge/bridge-nf-call-ip6tables', ignoring:
Mar 15 03:34:57 ip-172-20-78-113.build.gogoair.com systemd[1]: network.service: Control process exited, code=exited status=1
Mar 15 03:34:57 ip-172-20-78-113.build.gogoair.com systemd[1]: Failed to start LSB: Bring up/down networking.
Mar 15 03:34:57 ip-172-20-78-113.build.gogoair.com systemd[1]: network.service: Unit entered failed state.
Mar 15 03:34:57 ip-172-20-78-113.build.gogoair.com systemd[1]: network.service: Failed with result 'exit-code'.
-- Reboot --



################## cloud init logs ##############################
[    0.000000] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
[    0.443364] Cannot get hvm parameter CONSOLE_EVTCHN (18): -22!
%G%G[[0;32m  OK  [0m] Stopped Journal Service.

         Starting Journal Service...

[[0;32m  OK  [0m] Created slice system-sshd\x2dkeygen.slice.

[[0;32m  OK  [0m] Set up automount Arbitrary Executable File Formats File System Automount Point.

[[0;32m  OK  [0m] Listening on udev Control Socket.

[[0;32m  OK  [0m] Stopped target Switch Root.

[[0;32m  OK  [0m] Created slice system-serial\x2dgetty.slice.

         Mounting Debug File System...

         Starting Create list of required static device nodes for the current kernel...

[[0;32m  OK  [0m] Created slice User and Session Slice.

[[0;32m  OK  [0m] Reached target Slices.

[[0;32m  OK  [0m] Reached target Swap.

[[0;32m  OK  [0m] Created slice system-getty.slice.

         Starting Apply Kernel Variables...

[[0;32m  OK  [0m] Started Forward Password Requests to Wall Directory Watch.

[[0;32m  OK  [0m] Reached target Paths.

         Mounting Huge Pages File System...

         Mounting POSIX Message Queue File System...

[[0;32m  OK  [0m] Stopped target Initrd File Systems.

[[0;32m  OK  [0m] Reached target Encrypted Volumes.

[[0;32m  OK  [0m] Listening on Process Core Dump Socket.

[[0;32m  OK  [0m] Listening on /dev/initctl Compatibility Named Pipe.

[[0;32m  OK  [0m] Reached target Remote File Systems.

[[0;32m  OK  [0m] Listening on udev Kernel Socket.

         Starting Remount Root and Kernel File Systems...

[[0;32m  OK  [0m] Stopped target Initrd Root File System.

[[0;32m  OK  [0m] Mounted Debug File System.

[[0;32m  OK  [0m] Started Journal Service.

[[0;32m  OK  [0m] Mounted Huge Pages File System.

[[0;32m  OK  [0m] Mounted POSIX Message Queue File System.

[[0;32m  OK  [0m] Started Remount Root and Kernel File Systems.

         Starting Flush Journal to Persistent Storage...

         Starting udev Coldplug all Devices...

         Starting Configure read-only root support...

[[0;32m  OK  [0m] Started Create list of required static device nodes for the current kernel.

         Starting Create Static Device Nodes in /dev...

[[0;32m  OK  [0m] Started udev Coldplug all Devices.

[[0;32m  OK  [0m] Started Apply Kernel Variables.

[[0;32m  OK  [0m] Started Configure read-only root support.

         Starting Load/Save Random Seed...

[[0;32m  OK  [0m] Started Load/Save Random Seed.

[[0;32m  OK  [0m] Started Create Static Device Nodes in /dev.

         Starting udev Kernel Device Manager...

[[0;32m  OK  [0m] Reached target Local File Systems (Pre).

[[0;32m  OK  [0m] Reached target Local File Systems.

         Starting Restore /run/initramfs on shutdown...

         Starting Initial cloud-init job (pre-networking)...

         Starting Tell Plymouth To Write Out Runtime Data...

[[0;32m  OK  [0m] Started Restore /run/initramfs on shutdown.

[[0;32m  OK  [0m] Started Tell Plymouth To Write Out Runtime Data.

[[0;32m  OK  [0m] Started udev Kernel Device Manager.

[   38.835955] piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
[[0;32m  OK  [0m] Started Flush Journal to Persistent Storage.

         Starting Create Volatile Files and Directories...

[[0;32m  OK  [0m] Started Create Volatile Files and Directories.

         Starting Security Auditing Service...

[[0;32m  OK  [0m] Found device /dev/ttyS0.

%G%G[[0;32m  OK  [0m] Started Security Auditing Service.

         Starting Update UTMP about System Boot/Shutdown...

[[0;32m  OK  [0m] Started Update UTMP about System Boot/Shutdown.

[[0;32m  OK  [0m] Reached target System Initialization.

[[0;32m  OK  [0m] Listening on D-Bus System Message Bus Socket.

[[0;32m  OK  [0m] Reached target Sockets.

[[0;32m  OK  [0m] Started dnf makecache timer.

[[0;32m  OK  [0m] Reached target Basic System.

[[0;32m  OK  [0m] Started Tailon Service.

         Starting System Logging Service...

         Starting LSB: Bring up/down networking...

         Starting Login Service...

         Starting NTP client/server...

[[0;32m  OK  [0m] Started D-Bus System Message Bus.

[[0;32m  OK  [0m] Reached target sshd-keygen.target.

[[0;32m  OK  [0m] Started Daily Cleanup of Temporary Directories.

[[0;32m  OK  [0m] Started Updates mlocate database every day.

[[0;32m  OK  [0m] Reached target Timers.

[[0;32m  OK  [0m] Started System Logging Service.

[[0;32m  OK  [0m] Started NTP client/server.

[[0;32m  OK  [0m] Started Login Service.

[[0;1;31mFAILED[0m] Failed to start LSB: Bring up/down networking.

See 'systemctl status network.service' for details.

[   64.317647] cloud-init[315]: Cloud-init v. 0.7.8 running 'init-local' at Wed, 15 Mar 2017 03:35:14 +0000. Up 62.29 seconds.

[[0;32m  OK  [0m] Started Initial cloud-init job (pre-networking).

         Starting Initial cloud-init job (metadata service crawler)...

[[0;32m  OK  [0m] Reached target Network (Pre).

[   65.080696] cloud-init[581]: Cloud-init v. 0.7.8 running 'init' at Wed, 15 Mar 2017 03:35:16 +0000. Up 64.69 seconds.

[   65.080852] cloud-init[581]: ci-info: +++++++++++++++++++++++++++Net device info++++++++++++++++++++++++++++

[   65.080969] cloud-init[581]: ci-info: +--------+-------+-----------+-----------+-------+-------------------+

[   65.081093] cloud-init[581]: ci-info: | Device |   Up  |  Address  |    Mask   | Scope |     Hw-Address    |

[   65.081201] cloud-init[581]: ci-info: +--------+-------+-----------+-----------+-------+-------------------+

[   65.081300] cloud-init[581]: ci-info: |  lo:   |  True | 127.0.0.1 | 255.0.0.0 |   .   |         .         |

[   65.081397] cloud-init[581]: ci-info: |  lo:   |  True |     .     |     .     |   d   |         .         |

[   65.081496] cloud-init[581]: ci-info: | eth0:  | False |     .     |     .     |   .   | 12:3f:5d:3b:03:38 |

[   65.081596] cloud-init[581]: ci-info: +--------+-------+-----------+-----------+-------+-------------------+

[   65.081697] cloud-init[581]: 2017-03-15 03:35:17,086 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [0/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43d359e8>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[   66.090316] cloud-init[581]: 2017-03-15 03:35:18,095 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [1/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cd12b0>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[   67.094006] cloud-init[581]: 2017-03-15 03:35:19,099 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [2/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cd10b8>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[   68.097807] cloud-init[581]: 2017-03-15 03:35:20,103 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [3/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cd1a58>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[   69.101689] cloud-init[581]: 2017-03-15 03:35:21,106 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [4/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cd92b0>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[   70.105507] cloud-init[581]: 2017-03-15 03:35:22,110 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [5/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cd9ac8>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[   72.110567] cloud-init[581]: 2017-03-15 03:35:24,115 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [7/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cd90b8>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[   74.115395] cloud-init[581]: 2017-03-15 03:35:26,120 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [9/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43d355c0>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[   76.120122] cloud-init[581]: 2017-03-15 03:35:28,125 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [11/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cd1860>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[   78.124813] cloud-init[581]: 2017-03-15 03:35:30,130 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [13/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cd1710>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[   80.129633] cloud-init[581]: 2017-03-15 03:35:32,134 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [15/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43ce2320>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[   83.135790] cloud-init[581]: 2017-03-15 03:35:35,140 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [18/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43d18f28>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[   86.141492] cloud-init[581]: 2017-03-15 03:35:38,146 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [21/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cd1c50>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[   89.147279] cloud-init[581]: 2017-03-15 03:35:41,152 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [24/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cd90f0>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[   92.153087] cloud-init[581]: 2017-03-15 03:35:44,158 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [27/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43d359e8>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[   95.158922] cloud-init[581]: 2017-03-15 03:35:47,164 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [30/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43ce2b38>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[   99.165902] cloud-init[581]: 2017-03-15 03:35:51,171 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [34/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43ce2358>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[  103.172680] cloud-init[581]: 2017-03-15 03:35:55,177 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [38/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cd9b00>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[  107.179507] cloud-init[581]: 2017-03-15 03:35:59,184 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [42/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43d18d68>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[  111.186284] cloud-init[581]: 2017-03-15 03:36:03,191 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [46/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cd1828>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[  115.193073] cloud-init[581]: 2017-03-15 03:36:07,198 - 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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43ced390>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[  120.201153] cloud-init[581]: 2017-03-15 03:36:12,206 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [55/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cd1048>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[  125.209165] cloud-init[581]: 2017-03-15 03:36:17,214 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [60/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cd1f28>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[  130.216594] cloud-init[581]: 2017-03-15 03:36:22,221 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [65/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43ce2780>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[  135.224454] cloud-init[581]: 2017-03-15 03:36:27,229 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [70/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cd9240>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[  140.232378] cloud-init[581]: 2017-03-15 03:36:32,237 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [75/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cedba8>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[  146.241463] cloud-init[581]: 2017-03-15 03:36:38,246 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [81/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43ceda20>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[  152.250246] cloud-init[581]: 2017-03-15 03:36:44,255 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [87/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cd9128>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[  158.258992] cloud-init[581]: 2017-03-15 03:36:50,264 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [93/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43ce2ba8>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[  164.267806] cloud-init[581]: 2017-03-15 03:36:56,272 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [99/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cd1b00>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[  170.276691] cloud-init[581]: 2017-03-15 03:37:02,281 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [105/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43cf4400>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[  177.287714] cloud-init[581]: 2017-03-15 03:37:09,293 - url_helper.py[WARNING]: Calling 'http://169.254.169.254/2009-04-04/meta-data/instance-id' failed [112/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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43ced438>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[  184.314250] cloud-init[581]: 2017-03-15 03:37:16,319 - 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 NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7fdf43ced860>: Failed to establish a new connection: [Errno 101] Network is unreachable',))]

[  191.323451] cloud-init[581]: 2017-03-15 03:37:23,327 - DataSourceEc2.py[CRITICAL]: Giving up on md from ['http://169.254.169.254/2009-04-04/meta-data/instance-id'] after 126 seconds

Comment 7 Fedora Update System 2017-03-15 04:24:45 UTC
cloud-init-0.7.9-4.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-83671c0fa0

Comment 8 Bekzot Azimov 2017-03-15 04:59:41 UTC
Please ignore comment 6. Fedora 25 at bake stage is creating another HWADDR, we are adding another cleanup of HWADDR at the end of bake step to fix that. fedora 24 usually did not do that.

Comment 9 Fedora Update System 2017-03-15 19:58:28 UTC
cloud-init-0.7.8-6.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-837115524e

Comment 10 Fedora Update System 2017-03-20 22:19:44 UTC
cloud-init-0.7.9-4.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.

Comment 11 Fedora Update System 2017-03-23 18:21:47 UTC
cloud-init-0.7.8-6.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.