Comment 17 for bug 1681531

Revision history for this message
vijayalakshmi (vijaya.h) wrote :

Hi, I have Ubuntu 16.04 and cloud-init version is 17.1.
I have a heat script to create the instance and user-data section to initialize variables in instances.

I see the following error:

A start job is running for Raise ne...k interfaces (5min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m*[0m] A start job is running for Raise ne...k interfaces (5min 1s / 5min 2s)[K[ [0;31m*[0;1;31m*[0m[0;31m* [0m] A start job is running for Raise ne...k interfaces (5min 2s / 5min 2s)[K[[0;1;31mFAILED[0m] Failed to start Raise network interfaces.
See 'systemctl status networking.service' for details.
         Starting Initial cloud-init job (metadata service crawler)...
[[0;32m OK [0m] Reached target Network.
[ 308.297529] cloud-init[824]: Cloud-init v. 17.1 running 'init' at Tue, 05 Jun 2018 05:38:03 +0000. Up 308.04 seconds.
[ 308.299333] cloud-init[824]: ci-info: ++++++++++++++++++++++++++++++++++++Net device info+++++++++++++++++++++++++++++++++++++
[ 308.301244] cloud-init[824]: ci-info: +--------+------+------------------------------+-----------+-------+-------------------+
[ 308.303023] cloud-init[824]: ci-info: | Device | Up | Address | Mask | Scope | Hw-Address |
[ 308.304795] cloud-init[824]: ci-info: +--------+------+------------------------------+-----------+-------+-------------------+
[ 308.306518] cloud-init[824]: ci-info: | ens3 | True | . | . | . | fa:16:3e:ee:f7:48 |
[ 308.308288] cloud-init[824]: ci-info: | ens3 | True | fe80::f816:3eff:feee:f748/64 | . | link | fa:16:3e:ee:f7:48 |
[ 308.310084] cloud-init[824]: ci-info: | lo | True | 127.0.0.1 | 255.0.0.0 | . | . |
[ 308.311890] cloud-init[824]: ci-info: | lo | True | ::1/128 | . | host | . |
[ 308.313692] cloud-init[824]: ci-info: +--------+------+------------------------------+-----------+-------+-------------------+

and Ubuntu os details:
ubuntu@u16:~$ cloud-init --version
/usr/bin/cloud-init 17.1
ubuntu@u16:~$
ubuntu@u16:~$
ubuntu@u16:~$ cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.3 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.3 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
ubuntu@u16:~$