[Bug 1100491] Re: [SRU] cloud-init 0.6.3-0ubuntu1.3 failing to process juju-generated userdata

2013-01-16 Thread Adam Gandelman
Was able to test the proposed package on an EC2 instance using the test
case in the SRU text in bug description.  Log attached.


** Attachment added: "lp1100491_verification.txt"
   
https://bugs.launchpad.net/ubuntu/+source/cloud-init/+bug/1100491/+attachment/3485805/+files/lp1100491_verification.txt

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

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1100491

Title:
  [SRU] cloud-init 0.6.3-0ubuntu1.3  failing to process juju-generated
  userdata

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1100491] Re: [SRU] cloud-init 0.6.3-0ubuntu1.3 failing to process juju-generated userdata

2013-01-16 Thread Chris Halse Rogers
Hello Adam, or anyone else affected,

Accepted cloud-init into precise-proposed. The package will build now
and be available at http://launchpad.net/ubuntu/+source/cloud-
init/0.6.3-0ubuntu1.4 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 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!

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to cloud-init in Ubuntu.
https://bugs.launchpad.net/bugs/1100491

Title:
  [SRU] cloud-init 0.6.3-0ubuntu1.3  failing to process juju-generated
  userdata

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1100491] Re: [SRU] cloud-init 0.6.3-0ubuntu1.3 failing to process juju-generated userdata

2013-01-16 Thread Scott Moser
** Description changed:

  [Impact]
  
  cloud-init can no longer process cloud-config that specify a 'packages'
  value.  This affects any tools (Juju, MAAS) that rely on cloud-init to
  install various packages as part of its first-boot.  This seems to
  trigger when specifying apt_sources in cloud-init.
  
  [Test Case]
  
  Create a userdata file:
  
  cat >>/tmp/ud.txt
  #cloud-config
  apt_sources:
  - {source: 'ppa:openstack-ubuntu-testing/folsom-trunk-testing'}
  apt_update: true
  apt_upgrade: false
  packages: [python-novaclient]