[Bug 1673637] Re: cloud-init - Hosts in softlayer receiving warning

2017-09-29 Thread Francis Ginther
** Tags added: id-58cc1e3bea5b5c7f55e04e65

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673637

Title:
  cloud-init - Hosts in softlayer receiving warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1673637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1673637] Re: cloud-init - Hosts in softlayer receiving warning

2017-09-22 Thread Scott Moser
This bug is believed to be fixed in cloud-init in 17.1. If this is still
a problem for you, please make a comment and set the state back to New

Thank you.

** Changed in: cloud-init
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673637

Title:
  cloud-init - Hosts in softlayer receiving warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1673637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1673637] Re: cloud-init - Hosts in softlayer receiving warning

2017-05-25 Thread Scott Moser
** Changed in: cloud-init
   Status: Confirmed => Fix Committed

** Description changed:

  === Begin cloud-init SRU Template ===
  [Impact]
  Softlayer user datasource is undetected when only openstack/latest 
config-drive directory is provided (due to softlayer user-data being provided).
  
  [Test Case]
  
  For cloud-init, the easiest way to demonstrate this is to
  create a lxc container and populate it with a '/config-drive' that only 
contains a openstack/latest path.
  
  wget 
https://git.launchpad.net/~smoser/cloud-init/+git/sru-info/plain/bin/lxc-proposed-snapshot
  chmod 755 lxc-proposed-snapshot
  wget 
https://git.launchpad.net/~smoser/cloud-init/+git/sru-info/plain/tools/make-configdrive-dir
  chmod 755 make-configdrive-dir
  name=test-proposed
  
  for release in xenial yaketty zesty; do
   ref=$release-proposed;
   ./lxc-proposed-snapshot --proposed --publish $release $ref;
   ./lxc init $ref $name;
  
  ## populate a /config-drive with attached 'make-configdrive-dir'
  ## and push it to the container
  
   d=$(mktemp -d)
   ./make-configdrive-dir "$d" "$name"
   rm -Rf "$d"
   lxc file pull $name/etc/cloud/cloud.cfg.d/90_dpkg.cfg - |
  sed 's/NoCloud, //' |
  lxc file push - $name/etc/cloud/cloud.cfg.d/90_dpkg.cfg;
  
   lxc start $name;
   sleep 10;
-  lxc exec $name -- rm -rf /config-drive/openstack/2015-10-15/;
+  lxc exec $name -- rm -rf /config-drive/openstack/2015-10-15/;
   lxc exec $name -- cp -r /config-drive /var/lib/cloud/seed/config_drive;
   lxc exec $name -- sudo DEBUG_LEVEL=2 DI_LOG=stderr 
/usr/lib/cloud-init/ds-identify --force 2>&1 | egrep 'latest|Found' ;
  
   # should produce config drive seeded directory had only 'latest'
  done
  
  [Regression Potential]
  Minimal as this code is exercised for softlayer
  
  [Other Info]
+ Related bugs:
+  * bug 1689890: Unable to identify datasource in IBM Bluemix
  
  === End cloud-init SRU Template ===

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673637

Title:
  cloud-init - Hosts in softlayer receiving warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1673637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1673637] Re: cloud-init - Hosts in softlayer receiving warning

2017-05-16 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init -
0.7.9-113-g513e99e0-0ubuntu1~17.04.1

---
cloud-init (0.7.9-113-g513e99e0-0ubuntu1~17.04.1) zesty; urgency=medium

  * debian/update-grub-legacy-ec2: fix early exit failure no /etc/fstab
file. (LP: #1682160)
  * New upstream snapshot.
- nova-lxd: read product_name from environment, not platform.
  (LP: #1685810)
- Fix yum repo config where keys contain array values [Dylan Perry]
- template: Update debian backports template [Joshua Powers]
- rsyslog: replace ~ with stop [Joshua Powers] (LP: #1367899)
- Doc: add additional RTD examples [Joshua Powers]
- Fix growpart for some cases when booted with root=PARTUUID.
  (LP: #1684869)
- pylint: update output style to parseable [Joshua Powers]
- pylint: fix all logging warnings [Joshua Powers]
- CloudStack: Add NetworkManager to list of supported DHCP lease dirs.
  [Syed Mushtaq Ahmed]
- net: kernel lies about vlans not stealing mac addresses, when they do
  [Dimitri John Ledkov] (LP: #1682871)
- ds-identify: Check correct path for "latest" config drive
  [Daniel Watkins] (LP: #1673637)
- doc: Fix example for resolv.conf configuration.  [Jon Grimm]
- Fix examples that reference upstream chef repository.  [Jon Grimm]
- doc: correct grammar and improve clarity in merging documentation.
  [David Tagatac]
- doc: Add missing doc link to snap-config module. [Ryan Harper]
- snap: allows for creating cloud-init snap [Joshua Powers]
- DigitalOcean: assign IPv4ll address to lowest indexed interface.
  [Ben Howard] (LP: #1676908)
- DigitalOcean: configure all NICs presented in meta-data.
  [Ben Howard] (LP: #1676908)
- Remove (and/or fix) URL shortener references [Jon Grimm]
- HACKING.rst: more info on filling out contributors agreement.
- util: teach write_file about copy_mode option
  [Lars Kellogg-Stedman] (LP: #1644064)
- DigitalOcean: bind resolvers to loopback interface.
  [Ben Howard] (LP: #1676908)
- tests: fix AltCloud tests to not rely on blkid (LP: #1636531)

 -- Scott Moser   Thu, 27 Apr 2017 15:09:31 -0400

** Changed in: cloud-init (Ubuntu Zesty)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673637

Title:
  cloud-init - Hosts in softlayer receiving warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1673637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1673637] Re: cloud-init - Hosts in softlayer receiving warning

2017-05-16 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init -
0.7.9-113-g513e99e0-0ubuntu1~16.10.1

---
cloud-init (0.7.9-113-g513e99e0-0ubuntu1~16.10.1) yakkety; urgency=medium

  * debian/update-grub-legacy-ec2: fix early exit failure no /etc/fstab
file. (LP: #1682160)
  * New upstream snapshot.
- nova-lxd: read product_name from environment, not platform.
  (LP: #1685810)
- Fix yum repo config where keys contain array values [Dylan Perry]
- template: Update debian backports template [Joshua Powers]
- rsyslog: replace ~ with stop [Joshua Powers] (LP: #1367899)
- Doc: add additional RTD examples [Joshua Powers]
- Fix growpart for some cases when booted with root=PARTUUID.
  (LP: #1684869)
- pylint: update output style to parseable [Joshua Powers]
- pylint: fix all logging warnings [Joshua Powers]
- CloudStack: Add NetworkManager to list of supported DHCP lease dirs.
  [Syed Mushtaq Ahmed]
- net: kernel lies about vlans not stealing mac addresses, when they do
  [Dimitri John Ledkov] (LP: #1682871)
- ds-identify: Check correct path for "latest" config drive
  [Daniel Watkins] (LP: #1673637)
- doc: Fix example for resolv.conf configuration.  [Jon Grimm]
- Fix examples that reference upstream chef repository.  [Jon Grimm]
- doc: correct grammar and improve clarity in merging documentation.
  [David Tagatac]
- doc: Add missing doc link to snap-config module. [Ryan Harper]
- snap: allows for creating cloud-init snap [Joshua Powers]
- DigitalOcean: assign IPv4ll address to lowest indexed interface.
  [Ben Howard] (LP: #1676908)
- DigitalOcean: configure all NICs presented in meta-data.
  [Ben Howard] (LP: #1676908)
- Remove (and/or fix) URL shortener references [Jon Grimm]
- HACKING.rst: more info on filling out contributors agreement.
- util: teach write_file about copy_mode option
  [Lars Kellogg-Stedman] (LP: #1644064)
- DigitalOcean: bind resolvers to loopback interface.
  [Ben Howard] (LP: #1676908)
- tests: fix AltCloud tests to not rely on blkid (LP: #1636531)

 -- Scott Moser   Thu, 27 Apr 2017 13:38:40 -0400

** Changed in: cloud-init (Ubuntu Yakkety)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673637

Title:
  cloud-init - Hosts in softlayer receiving warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1673637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1673637] Re: cloud-init - Hosts in softlayer receiving warning

2017-05-16 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init -
0.7.9-113-g513e99e0-0ubuntu1~16.04.1

---
cloud-init (0.7.9-113-g513e99e0-0ubuntu1~16.04.1) xenial-proposed; 
urgency=medium

  * debian/update-grub-legacy-ec2: fix early exit failure no /etc/fstab
file. (LP: #1682160)
  * New upstream snapshot.
- nova-lxd: read product_name from environment, not platform.
  (LP: #1685810)
- Fix yum repo config where keys contain array values [Dylan Perry]
- template: Update debian backports template [Joshua Powers]
- rsyslog: replace ~ with stop [Joshua Powers] (LP: #1367899)
- Doc: add additional RTD examples [Joshua Powers]
- Fix growpart for some cases when booted with root=PARTUUID.
  (LP: #1684869)
- pylint: update output style to parseable [Joshua Powers]
- pylint: fix all logging warnings [Joshua Powers]
- CloudStack: Add NetworkManager to list of supported DHCP lease dirs.
  [Syed Mushtaq Ahmed]
- net: kernel lies about vlans not stealing mac addresses, when they do
  [Dimitri John Ledkov] (LP: #1682871)
- ds-identify: Check correct path for "latest" config drive
  [Daniel Watkins] (LP: #1673637)
- doc: Fix example for resolv.conf configuration.  [Jon Grimm]
- Fix examples that reference upstream chef repository.  [Jon Grimm]
- doc: correct grammar and improve clarity in merging documentation.
  [David Tagatac]
- doc: Add missing doc link to snap-config module. [Ryan Harper]
- snap: allows for creating cloud-init snap [Joshua Powers]
- DigitalOcean: assign IPv4ll address to lowest indexed interface.
  [Ben Howard] (LP: #1676908)
- DigitalOcean: configure all NICs presented in meta-data.
  [Ben Howard] (LP: #1676908)
- Remove (and/or fix) URL shortener references [Jon Grimm]
- HACKING.rst: more info on filling out contributors agreement.
- util: teach write_file about copy_mode option
  [Lars Kellogg-Stedman] (LP: #1644064)
- DigitalOcean: bind resolvers to loopback interface.
  [Ben Howard] (LP: #1676908)
- tests: fix AltCloud tests to not rely on blkid (LP: #1636531)

 -- Scott Moser   Thu, 27 Apr 2017 12:51:04 -0400

** Changed in: cloud-init (Ubuntu Xenial)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673637

Title:
  cloud-init - Hosts in softlayer receiving warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1673637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1673637] Re: cloud-init - Hosts in softlayer receiving warning

2017-05-12 Thread Chad Smith
Validated yakkety and zesty
$ for release in yakkety zesty; do ref=$release-proposed; lxc init $ref $name; 
d=$(mktemp -d); ./make-configdrive-dir $d $name; rm -rf $d; lxc file pull 
$name/etc/cloud/cloud.cfg.d/90_dpkg.cfg - | sed 's/NoCloud, //' | lxc file push 
- $name/etc/cloud/cloud.cfg.d/90_dpkg.cfg; lxc start $name; sleep 10; lxc exec 
$name -- rm -rf /config-drive/openstack/2015-10-15/;  lxc exec $name -- cp -r 
/config-drive /var/lib/cloud/seed/config_drive; lxc exec $name -- sudo 
DEBUG_LEVEL=2 DI_LOG=stderr /usr/lib/cloud-init/ds-identify --force 2>&1 | 
egrep 'latest|Found' ; lxc exec $name -- dpkg -l cloud-init; lxc exec $name -- 
grep VERSION= /etc/os-release; lxc stop $name; lxc delete $name; done;

Creating proposed-test
config-drive/
config-drive/openstack/
config-drive/openstack/latest/
config-drive/openstack/latest/meta_data.json
config-drive/openstack/latest/vendor_data.json
config-drive/openstack/latest/user_data
config-drive/openstack/2015-10-15/
config-drive/openstack/2015-10-15/meta_data.json
config-drive/openstack/2015-10-15/vendor_data.json
config-drive/openstack/2015-10-15/user_data
config drive seeded directory had only 'latest'
config drive seeded directory had only 'latest'
Found single datasource: ConfigDrive
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---=
ii  cloud-init 0.7.9-113-g5 all  Init scripts for cloud instances
VERSION="16.10 (Yakkety Yak)"
Creating proposed-test
config-drive/
config-drive/openstack/
config-drive/openstack/latest/
config-drive/openstack/latest/meta_data.json
config-drive/openstack/latest/vendor_data.json
config-drive/openstack/latest/user_data
config-drive/openstack/2015-10-15/
config-drive/openstack/2015-10-15/meta_data.json
config-drive/openstack/2015-10-15/vendor_data.json
config-drive/openstack/2015-10-15/user_data
config drive seeded directory had only 'latest'
config drive seeded directory had only 'latest'
Found single datasource: ConfigDrive
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name   Version  Architecture Description
+++-==---=
ii  cloud-init 0.7.9-113-g5 all  Init scripts for cloud instances
VERSION="17.04 (Zesty Zapus)"



** Tags removed: verification-needed
** Tags added: verification-done-yakkety verification-done-zesty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673637

Title:
  cloud-init - Hosts in softlayer receiving warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1673637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1673637] Re: cloud-init - Hosts in softlayer receiving warning

2017-05-11 Thread Chad Smith
Validated xenial properly discovers configdrive when only the "latest" subdir 
is present:
$ name=test-proposed
$ release=xenial
$ d=$(mktemp -d) 
$ wget 
https://git.launchpad.net/~smoser/cloud-init/+git/sru-info/plain/tools/make-configdrive-dir
make-configdrive-di 100%[===>]   1.66K  --.-KB/sin 0s
$ chmod 755 make-configdrive-dir
 lxc init $ref $name
Creating test-proposed
$ ./make-configdrive-dir $d $name
config-drive/
config-drive/openstack/
config-drive/openstack/latest/
config-drive/openstack/latest/meta_data.json
config-drive/openstack/latest/vendor_data.json
config-drive/openstack/latest/user_data
config-drive/openstack/2015-10-15/
config-drive/openstack/2015-10-15/meta_data.json
config-drive/openstack/2015-10-15/vendor_data.json
config-drive/openstack/2015-10-15/user_data
$ rm -Rf $d
$ lxc file pull $name/etc/cloud/cloud.cfg.d/90_dpkg.cfg - | sed 's/NoCloud, //' 
| lxc file push - $name/etc/cloud/cloud.cfg.d/90_dpkg.cfg
$ lxc exec $name -- sudo DEBUG_LEVEL=2 DI_LOG=stderr 
/usr/lib/cloud-init/ds-identify --force 2>&1 | egrep 'latest|Found'
config drive seeded directory had only 'latest'
config drive seeded directory had only 'latest'
Found single datasource: ConfigDrive
$ lxc exec $name -- dpkg -l cloud-init
...
ii  cloud-init 0.7.9-113-g5 all  Init scripts for cloud instances


** Description changed:

- 
  === Begin cloud-init SRU Template ===
  [Impact]
  Softlayer user datasource is undetected when only openstack/latest 
config-drive directory is provided (due to softlayer user-data being provided).
  
  [Test Case]
  
  For cloud-init, the easiest way to demonstrate this is to
  create a lxc container and populate it with a '/config-drive' that only 
contains a openstack/latest path.
  
  wget 
https://git.launchpad.net/~smoser/cloud-init/+git/sru-info/plain/bin/lxc-proposed-snapshot
  chmod 755 lxc-proposed-snapshot
  wget 
https://git.launchpad.net/~smoser/cloud-init/+git/sru-info/plain/tools/make-configdrive-dir
  chmod 755 make-configdrive-dir
  name=test-proposed
  
  for release in xenial yaketty zesty; do
-  ref=$release-proposed;
-  ./lxc-proposed-snapshot --proposed --publish $release $ref;
-  ./lxc init $ref $name;
+  ref=$release-proposed;
+  ./lxc-proposed-snapshot --proposed --publish $release $ref;
+  ./lxc init $ref $name;
  
  ## populate a /config-drive with attached 'make-configdrive-dir'
  ## and push it to the container
  
-  d=$(mktemp -d)
-  ./make-configdrive-dir "$d" "$name"
-  rm -Rf "$d"
-  lxc file pull $name/etc/cloud/cloud.cfg.d/90_dpkg.cfg - |
- sed 's/NoCloud, //' |
- lxc file push - $name/etc/cloud/cloud.cfg.d/90_dpkg.cfg;
-  
+  d=$(mktemp -d)
+  ./make-configdrive-dir "$d" "$name"
+  rm -Rf "$d"
+  lxc file pull $name/etc/cloud/cloud.cfg.d/90_dpkg.cfg - |
+ sed 's/NoCloud, //' |
+ lxc file push - $name/etc/cloud/cloud.cfg.d/90_dpkg.cfg;
  
-  lxc start $name;
-  sleep 10;
-  lxc exec $name cp -r /config-drive /var/lib/cloud/seed/config_drive;
-  lxc exec $name rm -rf /var/lib/cloud/seed/config_drive/openstack/2015-10-15;
-  lxc exec $name sudo DEBUG_LEVEL=2 DI_LOG=stderr 
/usr/lib/cloud-init/ds-identify --force 2>&1 | grep latest ;
+  lxc start $name;
+  sleep 10;
+  lxc exec $name -- rm -rf /config-drive/openstack/2015-10-15/;
+  lxc exec $name -- cp -r /config-drive /var/lib/cloud/seed/config_drive;
+  lxc exec $name -- sudo DEBUG_LEVEL=2 DI_LOG=stderr 
/usr/lib/cloud-init/ds-identify --force 2>&1 | egrep 'latest|Found' ;
  
-  # should produce config drive seeded directory had only 'latest'
+  # should produce config drive seeded directory had only 'latest'
  done
  
- 
- [Regression Potential] 
- Minimal as this code is exercised for soft
+ [Regression Potential]
+ Minimal as this code is exercised for softlayer
  
  [Other Info]
  
  === End cloud-init SRU Template ===

** Tags added: verification-done-xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673637

Title:
  cloud-init - Hosts in softlayer receiving warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1673637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1673637] Re: cloud-init - Hosts in softlayer receiving warning

2017-05-11 Thread Steve Langasek
Hello Jeff, or anyone else affected,

Accepted cloud-init into zesty-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/cloud-
init/0.7.9-113-g513e99e0-0ubuntu1~17.04.1 in a few hours, and then in
the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: cloud-init (Ubuntu Zesty)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673637

Title:
  cloud-init - Hosts in softlayer receiving warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1673637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1673637] Re: cloud-init - Hosts in softlayer receiving warning

2017-05-11 Thread Steve Langasek
Hello Jeff, or anyone else affected,

Accepted cloud-init into yakkety-proposed. The package will build now
and be available at https://launchpad.net/ubuntu/+source/cloud-
init/0.7.9-113-g513e99e0-0ubuntu1~16.10.1 in a few hours, and then in
the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: cloud-init (Ubuntu Yakkety)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673637

Title:
  cloud-init - Hosts in softlayer receiving warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1673637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1673637] Re: cloud-init - Hosts in softlayer receiving warning

2017-05-08 Thread Steve Langasek
Hello Jeff, or anyone else affected,

Accepted cloud-init into xenial-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/cloud-
init/0.7.9-113-g513e99e0-0ubuntu1~16.04.1 in a few hours, and then in
the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: cloud-init (Ubuntu Xenial)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673637

Title:
  cloud-init - Hosts in softlayer receiving warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1673637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1673637] Re: cloud-init - Hosts in softlayer receiving warning

2017-05-05 Thread Scott Moser
** Changed in: cloud-init (Ubuntu Xenial)
   Status: New => Confirmed

** Changed in: cloud-init (Ubuntu Yakkety)
   Status: New => Confirmed

** Changed in: cloud-init (Ubuntu Zesty)
   Status: New => Confirmed

** Changed in: cloud-init (Ubuntu Artful)
   Status: Fix Committed => Fix Released

** Changed in: cloud-init (Ubuntu Xenial)
   Importance: Undecided => Medium

** Changed in: cloud-init (Ubuntu Yakkety)
   Importance: Undecided => Medium

** Changed in: cloud-init (Ubuntu Zesty)
   Importance: Undecided => Medium

** Changed in: cloud-init (Ubuntu Artful)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673637

Title:
  cloud-init - Hosts in softlayer receiving warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1673637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1673637] Re: cloud-init - Hosts in softlayer receiving warning

2017-05-05 Thread Scott Moser
** Also affects: cloud-init (Ubuntu Artful)
   Importance: Undecided
   Status: Fix Committed

** Also affects: cloud-init (Ubuntu Zesty)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (Ubuntu Yakkety)
   Importance: Undecided
   Status: New

** Also affects: cloud-init (Ubuntu Xenial)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673637

Title:
  cloud-init - Hosts in softlayer receiving warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1673637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1673637] Re: cloud-init - Hosts in softlayer receiving warning

2017-05-03 Thread Chad Smith
** Description changed:

- Newly provisioned Xenial hosts in softlayer bootstrapped via cloud-init are 
getting the following message.
- **
- # A new feature in cloud-init identified possible datasources for#
- # this system as:#
- #   ['Ec2', 'None']  #
- # However, the datasource used was: NoCloud  #
- ##
- # In the future, cloud-init will only attempt to use datasources that#
- # are identified or specifically configured. #
- # For more information see   #
- #   https://bugs.launchpad.net/bugs/1669675  #
- ##
- # If you are seeing this message, please file a bug against  #
- # cloud-init at  #
- #https://bugs.launchpad.net/cloud-init/+filebug?field.tags=dsid  #
- # Make sure to include the cloud provider your instance is   #
- # running on.#
- ##
- # After you have filed a bug, you can disable this warning by launching  #
- # your instance with the cloud-config below, or putting that content #
- # into /etc/cloud/cloud.cfg.d/99-warnings.cfg#
- ##
- # #cloud-config  #
- # warnings:  #
- #   dsid_missing_source: off #
- **
  
- I'm running what I believe is the latest version of cloud-init:
- $ dpkg -s cloud-init
- Package: cloud-init
- Status: install ok installed
- Priority: extra
- Section: admin
- Installed-Size: 1417
- Maintainer: Scott Moser 
- Architecture: all
- Version: 0.7.9-48-g1c795b9-0ubuntu1~16.04.1
+ === Begin cloud-init SRU Template ===
+ [Impact]
+ Softlayer user datasource is undetected when only openstack/latest 
config-drive directory is provided (due to softlayer user-data being provided).
  
- I'm able to get rid of the message following the instructions provided,
- but posting the bug report as instructed.
+ [Test Case]
+ 
+ For cloud-init, the easiest way to demonstrate this is to
+ create a lxc container and populate it with a '/config-drive' that only 
contains a openstack/latest path.
+ 
+ wget 
https://git.launchpad.net/~smoser/cloud-init/+git/sru-info/plain/bin/lxc-proposed-snapshot
+ chmod 755 lxc-proposed-snapshot
+ wget 
https://git.launchpad.net/~smoser/cloud-init/+git/sru-info/plain/tools/make-configdrive-dir
+ chmod 755 make-configdrive-dir
+ name=test-proposed
+ 
+ for release in xenial yaketty zesty; do
+  ref=$release-proposed;
+  ./lxc-proposed-snapshot --proposed --publish $release $ref;
+  ./lxc init $ref $name;
+ 
+ ## populate a /config-drive with attached 'make-configdrive-dir'
+ ## and push it to the container
+ 
+  d=$(mktemp -d)
+  ./make-configdrive-dir "$d" "$name"
+  rm -Rf "$d"
+  lxc file pull $name/etc/cloud/cloud.cfg.d/90_dpkg.cfg - |
+ sed 's/NoCloud, //' |
+ lxc file push - $name/etc/cloud/cloud.cfg.d/90_dpkg.cfg;
+  
+ 
+  lxc start $name;
+  sleep 10;
+  lxc exec $name cp -r /config-drive /var/lib/cloud/seed/config_drive;
+  lxc exec $name rm -rf /var/lib/cloud/seed/config_drive/openstack/2015-10-15;
+  lxc exec $name sudo DEBUG_LEVEL=2 DI_LOG=stderr 
/usr/lib/cloud-init/ds-identify --force 2>&1 | grep latest ;
+ 
+  # should produce config drive seeded directory had only 'latest'
+ done
+ 
+ 
+ [Regression Potential] 
+ Minimal as this code is exercised for soft
+ 
+ [Other Info]
+ 
+ === End cloud-init SRU Template ===

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673637

Title:
  cloud-init - Hosts in softlayer receiving warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1673637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1673637] Re: cloud-init - Hosts in softlayer receiving warning

2017-04-28 Thread Chad Smith
** Changed in: cloud-init (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673637

Title:
  cloud-init - Hosts in softlayer receiving warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1673637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1673637] Re: cloud-init - Hosts in softlayer receiving warning

2017-04-28 Thread Chad Smith
** Also affects: cloud-init (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1673637

Title:
  cloud-init - Hosts in softlayer receiving warning

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1673637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs