[chef] Ohai on a AWS VPC instance


Chronological Thread 
  • From: Edward < >
  • To:
  • Subject: [chef] Ohai on a AWS VPC instance
  • Date: Mon, 20 Jan 2014 11:39:00 -0800 (PST)


Ohai Chefs!

I'm seeing an issue with running a AWS instance in a VPC that has an Elastic 
IP
associated to it, the issue that I see is that I'm expecting node[cloud] and
node[cloud][public_ipv4] and its not there on the VPC instance.

Here is what I'm running on the VPC node:
ii  chef                             11.8.2-1.ubuntu.12.04                 
amd64        The full stack of chef
:~#
 lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 12.10
Release:        12.10
Codename:       quantal

Quick output from a host in a VPC w/EIP and a non-VPC host w/EIP:

VPC host:
ohai  | grep cloud  
      "label": "cloudimg-rootfs"
    "/dev/disk/by-label/cloudimg-rootfs": {

Non-VPC:
ohai  | grep cloud  
  "cloud": {
      "label": "cloudimg-rootfs"
    "/dev/disk/by-label/cloudimg-rootfs": {

As you can see the non-VPC host has node[cloud] and the non-vpc host does not.
Here is a full output of ohai on the VPC host

https://gist.github.com/edwardvfluke/8527113

Any Ideas on why this is happening?

Thanks,
ev- 



Archive powered by MHonArc 2.6.16.

§