← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1447252] [NEW] chef installation as gem

 

Public bug reported:

Installing chef as gem via cloud-init is currently not possible due to
different order of parameters of the caller and method.

In http://bazaar.launchpad.net/~cloud-init-dev/cloud-
init/trunk/view/head:/cloudinit/config/cc_chef.py

Line 288:
install_chef_from_gems(cloud.distro, ruby_version, chef_version)

Line 321:
def install_chef_from_gems(ruby_version, chef_version, distro):

** 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/1447252

Title:
  chef installation as gem

Status in Init scripts for use on cloud images:
  New

Bug description:
  Installing chef as gem via cloud-init is currently not possible due to
  different order of parameters of the caller and method.

  In http://bazaar.launchpad.net/~cloud-init-dev/cloud-
  init/trunk/view/head:/cloudinit/config/cc_chef.py

  Line 288:
  install_chef_from_gems(cloud.distro, ruby_version, chef_version)

  Line 321:
  def install_chef_from_gems(ruby_version, chef_version, distro):

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


Follow ups

References