← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1305401] [NEW] Config user data for cloud-init does not work for suse11.2

 

Public bug reported:

1. install cloud-init-0.7.4.tar.gz for suse11 image
2. Deploy a instance using this image and enabled config-drive
#cloud-config

password: cloud4ibm
chpasswd: { expire: False }
ssh_pwauth: True

final_message: "The system is finally up"

runcmd: [ "service networking restart" ]
3. After instance is active and check deployed instance log
Cloud-init v. 0.7.4 running 'init-local' at Wed, 09 Apr 2014 09:24:59 +0000. Up 41.14 seconds.
2014-04-09 05:24:59,137 - DataSourceConfigDrive.py[WARNING]: version '2012-08-10' not available, attempting to use 'latest'
2014-04-09 05:24:59,302 - stages.py[WARNING]: Module ca-certs is verified on ['debian', 'ubuntu'] distros but not on sles distro. It may or may not work correctly.
2014-04-09 05:24:59,314 - util.py[WARNING]: Failed to create user will
2014-04-09 05:24:59,317 - util.py[WARNING]: Running users-groups (<module 'cloudinit.config.cc_users_groups' from '/usr/local/lib64/python2.6/site-packages/cloud_init-0.7.4-py2.6.egg/cloudinit/config/cc_users_groups.pyc'>) failed

** Affects: cloud-init
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1305401

Title:
  Config user data for cloud-init does not work for suse11.2

Status in Init scripts for use on cloud images:
  New

Bug description:
  1. install cloud-init-0.7.4.tar.gz for suse11 image
  2. Deploy a instance using this image and enabled config-drive
  #cloud-config

  password: cloud4ibm
  chpasswd: { expire: False }
  ssh_pwauth: True

  final_message: "The system is finally up"

  runcmd: [ "service networking restart" ]
  3. After instance is active and check deployed instance log
  Cloud-init v. 0.7.4 running 'init-local' at Wed, 09 Apr 2014 09:24:59 +0000. Up 41.14 seconds.
  2014-04-09 05:24:59,137 - DataSourceConfigDrive.py[WARNING]: version '2012-08-10' not available, attempting to use 'latest'
  2014-04-09 05:24:59,302 - stages.py[WARNING]: Module ca-certs is verified on ['debian', 'ubuntu'] distros but not on sles distro. It may or may not work correctly.
  2014-04-09 05:24:59,314 - util.py[WARNING]: Failed to create user will
  2014-04-09 05:24:59,317 - util.py[WARNING]: Running users-groups (<module 'cloudinit.config.cc_users_groups' from '/usr/local/lib64/python2.6/site-packages/cloud_init-0.7.4-py2.6.egg/cloudinit/config/cc_users_groups.pyc'>) failed

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


Follow ups

References