Skip to content

Instantly share code, notes, and snippets.

Created August 18, 2014 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d07a5acb927976b7b050 to your computer and use it in GitHub Desktop.
Save anonymous/d07a5acb927976b7b050 to your computer and use it in GitHub Desktop.
Script started on Mon Aug 18 16:29:04 2014
$ cat cookbooks/skycrank-gearbox/recipes/deploy.rb
# Cookbook Name:: cookbooks/skycrank-gearbox
# Recipe:: deploy
#
# Copyright (C) 2014 YOUR_NAME
#
# All rights reserved - Do Not Redistribute
#
execute "Write the current time and date to a deploy log" do
command "date >> /tmp/deploy.log"
end
$ metal execute -z -l debug skycrank01 "recipe[skycrank-gearbox::deploy]"]1;metal[2014-08-18T16:29:35-04:00] INFO: Auto-discovered chef repository at /Users/cpatti/Dropbox/src/chef/skycrank-gearbox
[2014-08-18T16:29:35-04:00] INFO: Starting chef-zero on host localhost, port 8889 with repository at repository at /Users/cpatti/Dropbox/src/chef/skycrank-gearbox
One version per cookbook
[2014-08-18T16:29:35-04:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_request
[2014-08-18T16:29:35-04:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONOutput#handle_request
[2014-08-18T16:29:35-04:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_request
[2014-08-18T16:29:35-04:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_request
[2014-08-18T16:29:35-04:00] DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_request
[2014-08-18T16:29:35-04:00] DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_request
[2014-08-18T16:29:35-04:00] DEBUG: Initiating GET to http://localhost:8889/nodes/skycrank01
[2014-08-18T16:29:35-04:00] DEBUG: ---- HTTP Request Header Data: ----
[2014-08-18T16:29:35-04:00] DEBUG: Accept: application/json
[2014-08-18T16:29:35-04:00] DEBUG: Accept-Encoding: gzip;q=1.0,deflate;q=0.6,identity;q=0.3
[2014-08-18T16:29:35-04:00] DEBUG: X-REMOTE-REQUEST-ID: 02ea9224-2184-420a-9d32-02191d928203
[2014-08-18T16:29:35-04:00] DEBUG: ---- End HTTP Request Header Data ----
[2014-08-18T16:29:35-04:00] DEBUG: #<ChefZero::RestRequest:0x007ff0edd01b60 @env={"GATEWAY_INTERFACE"=>"CGI/1.1", "PATH_INFO"=>"/nodes/skycrank01", "QUERY_STRING"=>"", "REMOTE_ADDR"=>"::1", "REMOTE_HOST"=>"localhost", "REQUEST_METHOD"=>"GET", "REQUEST_URI"=>"http://localhost:8889/nodes/skycrank01", "SCRIPT_NAME"=>"", "SERVER_NAME"=>"localhost", "SERVER_PORT"=>"8889", "SERVER_PROTOCOL"=>"HTTP/1.1", "SERVER_SOFTWARE"=>"WEBrick/1.3.1 (Ruby/2.1.2/2014-05-08)", "HTTP_ACCEPT"=>"application/json", "HTTP_ACCEPT_ENCODING"=>"gzip;q=1.0,deflate;q=0.6,identity;q=0.3", "HTTP_X_REMOTE_REQUEST_ID"=>"02ea9224-2184-420a-9d32-02191d928203", "HTTP_X_CHEF_VERSION"=>"11.14.2", "HTTP_HOST"=>"localhost:8889", "HTTP_USER_AGENT"=>"Chef Knife/11.14.2 (ruby-2.1.2-p95; ohai-7.2.2; x86_64-darwin13.0; +http://opscode.com)", "HTTP_CONNECTION"=>"close", "rack.version"=>[1, 2], "rack.input"=>#<StringIO:0x007ff0edd01f20>, "rack.errors"=>#<IO:<STDERR>>, "rack.multithread"=>true, "rack.multiprocess"=>false, "rack.run_once"=>false, "rack.url_scheme"=>"http", "HTTP_VERSION"=>"HTTP/1.1", "REQUEST_PATH"=>"/nodes/skycrank01"}, @rest_base_prefix=["organizations", "chef"]>
[2014-08-18T16:29:35-04:00] DEBUG: No chefignore file found at /Users/cpatti/Dropbox/src/chef/skycrank-gearbox/chefignore no files will be ignored
[2014-08-18T16:29:35-04:00] DEBUG:
--- RESPONSE (200) ---
{
"name": "skycrank01",
"normal": {
"tags": [
"gear"
],
"metal": {
"location": {
"driver_url": "vagrant:/Users/cpatti/Vagrants",
"driver_version": "0.5",
"vm_name": "skycrank01",
"vm_file_path": "/Users/cpatti/Vagrants/skycrank01.vm",
"allocated_at": "2014-08-18 19:02:48 UTC",
"host_node": "http://localhost:8889/nodes/",
"needs_reload": false
}
}
},
"automatic": {
"root_group": "root",
"uptime_seconds": 6736,
"uptime": "1 hours 52 minutes 16 seconds",
"idletime_seconds": 6716,
"idletime": "1 hours 51 minutes 56 seconds",
"filesystem": {
"/dev/mapper/vagrant--vg-root": {
"kb_size": "40129116",
"kb_used": "1210184",
"kb_available": "36857416",
"percent_used": "4%",
"mount": "/",
"total_inodes": "2559088",
"inodes_used": "49666",
"inodes_available": "2509422",
"inodes_percent_used": "2%",
"fs_type": "ext4",
"mount_options": [
"rw",
"errors=remount-ro"
]
},
"none": {
"kb_size": "102400",
"kb_used": "0",
"kb_available": "102400",
"percent_used": "0%",
"mount": "/sys/fs/pstore",
"total_inodes": "46601",
"inodes_used": "2",
"inodes_available": "46599",
"inodes_percent_used": "1%",
"fs_type": "pstore",
"mount_options": [
"rw"
]
},
"udev": {
"kb_size": "173032",
"kb_used": "4",
"kb_available": "173028",
"percent_used": "1%",
"mount": "/dev",
"total_inodes": "43258",
"inodes_used": "424",
"inodes_available": "42834",
"inodes_percent_used": "1%",
"fs_type": "devtmpfs",
"mount_options": [
"rw",
"mode=0755"
]
},
"tmpfs": {
"kb_size": "37284",
"kb_used": "340",
"kb_available": "36944",
"percent_used": "1%",
"mount": "/run",
"total_inodes": "46601",
"inodes_used": "342",
"inodes_available": "46259",
"inodes_percent_used": "1%",
"fs_type": "tmpfs",
"mount_options": [
"rw",
"noexec",
"nosuid",
"size=10%",
"mode=0755"
]
},
"/dev/sda1": {
"kb_size": "240972",
"kb_used": "40756",
"kb_available": "187775",
"percent_used": "18%",
"mount": "/boot",
"total_inodes": "62248",
"inodes_used": "298",
"inodes_available": "61950",
"inodes_percent_used": "1%",
"fs_type": "ext2",
"mount_options": [
"rw"
]
},
"vagrant": {
"kb_size": "244277768",
"kb_used": "91602992",
"kb_available": "152674776",
"percent_used": "38%",
"mount": "/vagrant",
"total_inodes": "1000",
"inodes_used": "0",
"inodes_available": "1000",
"inodes_percent_used": "0%",
"fs_type": "vboxsf",
"mount_options": [
"uid=900",
"gid=900",
"rw"
]
},
"proc": {
"mount": "/proc",
"fs_type": "proc",
"mount_options": [
"rw",
"noexec",
"nosuid",
"nodev"
]
},
"sysfs": {
"mount": "/sys",
"fs_type": "sysfs",
"mount_options": [
"rw",
"noexec",
"nosuid",
"nodev"
]
},
"devpts": {
"mount": "/dev/pts",
"fs_type": "devpts",
"mount_options": [
"rw",
"noexec",
"nosuid",
"gid=5",
"mode=0620"
]
},
"rpc_pipefs": {
"mount": "/run/rpc_pipefs",
"fs_type": "rpc_pipefs",
"mount_options": [
"rw"
]
},
"systemd": {
"mount": "/sys/fs/cgroup/systemd",
"fs_type": "cgroup",
"mount_options": [
"rw",
"noexec",
"nosuid",
"nodev",
"none",
"name=systemd"
]
},
"sda1": {
"fs_type": "ext2",
"uuid": "af552ce9-275e-496e-a448-743051b083fb"
},
"sda5": {
"fs_type": "LVM2_member",
"uuid": "s0vhE2-BIIV-SWi7-5pFn-jEXg-QyGE-l1FTFs"
},
"vagrant--vg-root": {
"fs_type": "(dm-0)",
"uuid": "(dm-0)",
"label": "(dm-0)"
},
"vagrant--vg-swap_1": {
"fs_type": "(dm-1)",
"uuid": "(dm-1)",
"label": "(dm-1)"
},
"rootfs": {
"mount": "/",
"fs_type": "rootfs",
"mount_options": [
"rw"
]
}
},
"network": {
"interfaces": {
"lo": {
"mtu": "65536",
"flags": [
"LOOPBACK",
"UP",
"LOWER_UP"
],
"encapsulation": "Loopback",
"addresses": {
"127.0.0.1": {
"family": "inet",
"prefixlen": "8",
"netmask": "255.0.0.0",
"scope": "Node"
},
"::1": {
"family": "inet6",
"prefixlen": "128",
"scope": "Node"
}
},
"state": "unknown"
},
"eth0": {
"type": "eth",
"number": "0",
"mtu": "1500",
"flags": [
"BROADCAST",
"MULTICAST",
"UP",
"LOWER_UP"
],
"encapsulation": "Ethernet",
"addresses": {
"08:00:27:0C:41:3E": {
"family": "lladdr"
},
"10.0.2.15": {
"family": "inet",
"prefixlen": "24",
"netmask": "255.255.255.0",
"broadcast": "10.0.2.255",
"scope": "Global"
},
"fe80::a00:27ff:fe0c:413e": {
"family": "inet6",
"prefixlen": "64",
"scope": "Link"
}
},
"state": "up",
"arp": {
"10.0.2.3": "52:54:00:12:35:03",
"10.0.2.2": "52:54:00:12:35:02"
},
"routes": [
{
"destination": "default",
"family": "inet",
"via": "10.0.2.2"
},
{
"destination": "10.0.2.0/24",
"family": "inet",
"scope": "link",
"proto": "kernel",
"src": "10.0.2.15"
},
{
"destination": "fe80::/64",
"family": "inet6",
"metric": "256",
"proto": "kernel"
}
]
}
},
"default_interface": "eth0",
"default_gateway": "10.0.2.2"
},
"counters": {
"network": {
"interfaces": {
"lo": {
"rx": {
"bytes": "1184",
"packets": "16",
"errors": "0",
"drop": "0",
"overrun": "0"
},
"tx": {
"bytes": "1184",
"packets": "16",
"errors": "0",
"drop": "0",
"carrier": "0",
"collisions": "0"
}
},
"eth0": {
"tx": {
"queuelen": "1000",
"bytes": "144647",
"packets": "1721",
"errors": "0",
"drop": "0",
"carrier": "0",
"collisions": "0"
},
"rx": {
"bytes": "36241756",
"packets": "25056",
"errors": "0",
"drop": "0",
"overrun": "0"
}
}
}
}
},
"ipaddress": "10.0.2.15",
"macaddress": "08:00:27:0C:41:3E",
"ip6address": "fe80::a00:27ff:fe0c:413e",
"kernel": {
"name": "Linux",
"release": "3.13.0-24-generic",
"version": "#46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014",
"machine": "x86_64",
"os": "GNU/Linux",
"modules": {
"vboxsf": {
"size": "43786",
"refcount": "1"
},
"dm_crypt": {
"size": "23177",
"refcount": "0"
},
"ppdev": {
"size": "17671",
"refcount": "0"
},
"vboxvideo": {
"size": "12658",
"refcount": "0"
},
"nfsd": {
"size": "280297",
"refcount": "2"
},
"psmouse": {
"size": "102222",
"refcount": "0"
},
"auth_rpcgss": {
"size": "59338",
"refcount": "1"
},
"nfs_acl": {
"size": "12837",
"refcount": "1"
},
"serio_raw": {
"size": "13462",
"refcount": "0"
},
"nfs": {
"size": "236636",
"refcount": "0"
},
"lockd": {
"size": "93977",
"refcount": "2"
},
"sunrpc": {
"size": "284404",
"refcount": "6"
},
"fscache": {
"size": "63988",
"refcount": "1"
},
"i2c_piix4": {
"size": "22155",
"refcount": "0"
},
"vboxguest": {
"size": "244305",
"refcount": "2"
},
"parport_pc": {
"size": "32701",
"refcount": "0"
},
"drm": {
"size": "302817",
"refcount": "1"
},
"lp": {
"size": "17759",
"refcount": "0"
},
"mac_hid": {
"size": "13205",
"refcount": "0"
},
"parport": {
"size": "42348",
"refcount": "3"
},
"e1000": {
"size": "145174",
"refcount": "0"
}
}
},
"memory": {
"swap": {
"cached": "0kB",
"total": "786428kB",
"free": "786428kB"
},
"total": "372808kB",
"free": "20052kB",
"buffers": "14560kB",
"cached": "212524kB",
"active": "99372kB",
"inactive": "199660kB",
"dirty": "9180kB",
"writeback": "0kB",
"anon_pages": "71960kB",
"mapped": "9652kB",
"slab": "42768kB",
"slab_reclaimable": "34548kB",
"slab_unreclaim": "8220kB",
"page_tables": "2572kB",
"nfs_unstable": "0kB",
"bounce": "0kB",
"commit_limit": "972832kB",
"committed_as": "136044kB",
"vmalloc_total": "34359738367kB",
"vmalloc_used": "17108kB",
"vmalloc_chunk": "34359716856kB"
},
"os": "linux",
"os_version": "3.13.0-24-generic",
"lsb": {
"id": "Ubuntu",
"release": "14.04",
"codename": "trusty",
"description": "Ubuntu 14.04 LTS"
},
"platform": "ubuntu",
"platform_version": "14.04",
"platform_family": "debian",
"cpu": {
"0": {
"vendor_id": "GenuineIntel",
"family": "6",
"model": "69",
"model_name": "Intel(R) Core(TM) i5-4258U CPU @ 2.40GHz",
"stepping": "1",
"mhz": "2300.555",
"cache_size": "6144 KB",
"physical_id": "0",
"core_id": "0",
"cores": "1",
"flags": [
"fpu",
"vme",
"de",
"pse",
"tsc",
"msr",
"pae",
"mce",
"cx8",
"apic",
"sep",
"mtrr",
"pge",
"mca",
"cmov",
"pat",
"pse36",
"clflush",
"mmx",
"fxsr",
"sse",
"sse2",
"syscall",
"nx",
"rdtscp",
"lm",
"constant_tsc",
"rep_good",
"nopl",
"pni",
"monitor",
"ssse3",
"lahf_lm"
]
},
"total": 1,
"real": 1
},
"hostname": "skycrank01",
"machinename": "skycrank01",
"fqdn": "skycrank01",
"domain": null,
"languages": {
"ruby": {
"platform": "x86_64-linux",
"version": "1.9.3",
"release_date": "2013-11-22",
"target": "x86_64-unknown-linux-gnu",
"target_cpu": "x86_64",
"target_vendor": "unknown",
"target_os": "linux",
"host": "x86_64-unknown-linux-gnu",
"host_cpu": "x86_64",
"host_os": "linux-gnu",
"host_vendor": "unknown",
"bin_dir": "/opt/chef/embedded/bin",
"ruby_bin": "/opt/chef/embedded/bin/ruby",
"gems_dir": "/opt/chef/embedded/lib/ruby/gems/1.9.1",
"gem_bin": "/opt/chef/embedded/bin/gem"
},
"perl": {
"version": "5.18.2",
"archname": "x86_64-linux-gnu-thread-multi"
},
"python": {
"version": "2.7.6",
"builddate": "Mar 22 2014, 22:59:56"
}
},
"virtualization": {
"systems": {
"vbox": "guest"
},
"system": "vbox",
"role": "guest"
},
"dmi": {
"dmidecode_version": "2.12",
"smbios_version": "2.5",
"structures": {
"count": "10",
"size": "449"
},
"table_location": "0x000E1000",
"bios": {
"all_records": [
{
"record_id": "0x0000",
"size": "0",
"application_identifier": "BIOS Information",
"Vendor": "innotek GmbH",
"Version": "VirtualBox",
"Release Date": "12/01/2006",
"Address": "0xE0000",
"Runtime Size": "128 kB",
"ROM Size": "128 kB",
"Characteristics": {
"ISA is supported": null,
"PCI is supported": null,
"Boot from CD is supported": null,
"Selectable boot is supported": null,
"8042 keyboard services are supported (int 9h)": null,
"CGA/mono video services are supported (int 10h)": null,
"ACPI is supported": null
}
}
],
"vendor": "innotek GmbH",
"version": "VirtualBox",
"release_date": "12/01/2006",
"address": "0xE0000",
"runtime_size": "128 kB",
"rom_size": "128 kB"
},
"system": {
"all_records": [
{
"record_id": "0x0001",
"size": "1",
"application_identifier": "System Information",
"Manufacturer": "innotek GmbH",
"Product Name": "VirtualBox",
"Version": "1.2",
"Serial Number": "0",
"UUID": "FB66561E-7F71-46C9-BC8C-B3F53DE2A446",
"Wake-up Type": "Power Switch",
"SKU Number": "Not Specified",
"Family": "Virtual Machine"
}
],
"manufacturer": "innotek GmbH",
"product_name": "VirtualBox",
"version": "1.2",
"serial_number": "0",
"uuid": "FB66561E-7F71-46C9-BC8C-B3F53DE2A446",
"wake_up_type": "Power Switch",
"sku_number": "Not Specified",
"family": "Virtual Machine"
},
"base_board": {
"all_records": [
{
"record_id": "0x0008",
"size": "2",
"application_identifier": "Base Board Information",
"Manufacturer": "Oracle Corporation",
"Product Name": "VirtualBox",
"Version": "1.2",
"Serial Number": "0",
"Asset Tag": "Not Specified",
"Features": {
"Board is a hosting board": null
},
"Location In Chassis": "Not Specified",
"Chassis Handle": "0x0003",
"Type": "Motherboard",
"Contained Object Handles": "0"
}
],
"manufacturer": "Oracle Corporation",
"product_name": "VirtualBox",
"version": "1.2",
"serial_number": "0",
"asset_tag": "Not Specified",
"location_in_chassis": "Not Specified",
"chassis_handle": "0x0003",
"type": "Motherboard",
"contained_object_handles": "0"
},
"chassis": {
"all_records": [
{
"record_id": "0x0003",
"size": "3",
"application_identifier": "Inactive",
"Manufacturer": "Oracle Corporation",
"Type": "Other",
"Lock": "Not Present",
"Version": "Not Specified",
"Serial Number": "Not Specified",
"Asset Tag": "Not Specified",
"Boot-up State": "Safe",
"Power Supply State": "Safe",
"Thermal State": "Safe",
"Security Status": "None"
}
],
"manufacturer": "Oracle Corporation",
"type": "Other",
"lock": "Not Present",
"version": "Not Specified",
"serial_number": "Not Specified",
"asset_tag": "Not Specified",
"boot_up_state": "Safe",
"power_supply_state": "Safe",
"thermal_state": "Safe",
"security_status": "None"
},
"oem_strings": {
"all_records": [
{
"record_id": "0x0002",
"size": "11",
"application_identifier": "End Of Table",
"String 1": "vboxVer_4.3.14",
"String 2": "vboxRev_95030",
"Header and Data": {
"80 08 08 00 16 2C 23 00": null
}
}
],
"string_1": "vboxVer_4.3.14",
"string_2": "vboxRev_95030"
}
},
"chef_packages": {
"ohai": {
"version": "7.2.4",
"ohai_root": "/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/ohai-7.2.4/lib/ohai"
},
"chef": {
"version": "11.14.6",
"chef_root": "/opt/chef/embedded/lib/ruby/gems/1.9.1/gems/chef-11.14.6/lib"
}
},
"command": {
"ps": "ps -ef"
},
"ohai_time": 1408388617.4044046,
"block_device": {
"sda": {
"size": "83886080",
"removable": "0",
"model": "VBOX HARDDISK",
"rev": "1.0",
"state": "running",
"timeout": "30",
"vendor": "ATA"
},
"dm-0": {
"size": "81805312",
"removable": "0"
},
"dm-1": {
"size": "1572864",
"removable": "0"
},
"ram0": {
"size": "131072",
"removable": "0"
},
"ram1": {
"size": "131072",
"removable": "0"
},
"ram2": {
"size": "131072",
"removable": "0"
},
"ram3": {
"size": "131072",
"removable": "0"
},
"ram4": {
"size": "131072",
"removable": "0"
},
"ram5": {
"size": "131072",
"removable": "0"
},
"ram6": {
"size": "131072",
"removable": "0"
},
"ram7": {
"size": "131072",
"removable": "0"
},
"ram8": {
"size": "131072",
"removable": "0"
},
"ram9": {
"size": "131072",
"removable": "0"
},
"loop0": {
"size": "0",
"removable": "0"
},
"loop1": {
"size": "0",
"removable": "0"
},
"loop2": {
"size": "0",
"removable": "0"
},
"loop3": {
"size": "0",
"removable": "0"
},
"loop4": {
"size": "0",
"removable": "0"
},
"loop5": {
"size": "0",
"removable": "0"
},
"loop6": {
"size": "0",
"removable": "0"
},
"loop7": {
"size": "0",
"removable": "0"
},
"ram10": {
"size": "131072",
"removable": "0"
},
"ram11": {
"size": "131072",
"removable": "0"
},
"ram12": {
"size": "131072",
"removable": "0"
},
"ram13": {
"size": "131072",
"removable": "0"
},
"ram14": {
"size": "131072",
"removable": "0"
},
"ram15": {
"size": "131072",
"removable": "0"
}
},
"etc": {
"passwd": {
"root": {
"dir": "/root",
"gid": 0,
"uid": 0,
"shell": "/bin/bash",
"gecos": "root"
},
"daemon": {
"dir": "/usr/sbin",
"gid": 1,
"uid": 1,
"shell": "/usr/sbin/nologin",
"gecos": "daemon"
},
"bin": {
"dir": "/bin",
"gid": 2,
"uid": 2,
"shell": "/usr/sbin/nologin",
"gecos": "bin"
},
"sys": {
"dir": "/dev",
"gid": 3,
"uid": 3,
"shell": "/usr/sbin/nologin",
"gecos": "sys"
},
"sync": {
"dir": "/bin",
"gid": 65534,
"uid": 4,
"shell": "/bin/sync",
"gecos": "sync"
},
"games": {
"dir": "/usr/games",
"gid": 60,
"uid": 5,
"shell": "/usr/sbin/nologin",
"gecos": "games"
},
"man": {
"dir": "/var/cache/man",
"gid": 12,
"uid": 6,
"shell": "/usr/sbin/nologin",
"gecos": "man"
},
"lp": {
"dir": "/var/spool/lpd",
"gid": 7,
"uid": 7,
"shell": "/usr/sbin/nologin",
"gecos": "lp"
},
"mail": {
"dir": "/var/mail",
"gid": 8,
"uid": 8,
"shell": "/usr/sbin/nologin",
"gecos": "mail"
},
"news": {
"dir": "/var/spool/news",
"gid": 9,
"uid": 9,
"shell": "/usr/sbin/nologin",
"gecos": "news"
},
"uucp": {
"dir": "/var/spool/uucp",
"gid": 10,
"uid": 10,
"shell": "/usr/sbin/nologin",
"gecos": "uucp"
},
"proxy": {
"dir": "/bin",
"gid": 13,
"uid": 13,
"shell": "/usr/sbin/nologin",
"gecos": "proxy"
},
"www-data": {
"dir": "/var/www",
"gid": 33,
"uid": 33,
"shell": "/usr/sbin/nologin",
"gecos": "www-data"
},
"backup": {
"dir": "/var/backups",
"gid": 34,
"uid": 34,
"shell": "/usr/sbin/nologin",
"gecos": "backup"
},
"list": {
"dir": "/var/list",
"gid": 38,
"uid": 38,
"shell": "/usr/sbin/nologin",
"gecos": "Mailing List Manager"
},
"irc": {
"dir": "/var/run/ircd",
"gid": 39,
"uid": 39,
"shell": "/usr/sbin/nologin",
"gecos": "ircd"
},
"gnats": {
"dir": "/var/lib/gnats",
"gid": 41,
"uid": 41,
"shell": "/usr/sbin/nologin",
"gecos": "Gnats Bug-Reporting System (admin)"
},
"nobody": {
"dir": "/nonexistent",
"gid": 65534,
"uid": 65534,
"shell": "/usr/sbin/nologin",
"gecos": "nobody"
},
"libuuid": {
"dir": "/var/lib/libuuid",
"gid": 101,
"uid": 100,
"shell": "",
"gecos": ""
},
"syslog": {
"dir": "/home/syslog",
"gid": 104,
"uid": 101,
"shell": "/bin/false",
"gecos": ""
},
"messagebus": {
"dir": "/var/run/dbus",
"gid": 106,
"uid": 102,
"shell": "/bin/false",
"gecos": ""
},
"sshd": {
"dir": "/var/run/sshd",
"gid": 65534,
"uid": 103,
"shell": "/usr/sbin/nologin",
"gecos": ""
},
"statd": {
"dir": "/var/lib/nfs",
"gid": 65534,
"uid": 104,
"shell": "/bin/false",
"gecos": ""
},
"vagrant": {
"dir": "/home/vagrant",
"gid": 900,
"uid": 900,
"shell": "/bin/bash",
"gecos": "vagrant,,,"
},
"vboxadd": {
"dir": "/var/run/vboxadd",
"gid": 1,
"uid": 999,
"shell": "/bin/false",
"gecos": ""
}
},
"group": {
"root": {
"gid": 0,
"members": [
]
},
"daemon": {
"gid": 1,
"members": [
]
},
"bin": {
"gid": 2,
"members": [
]
},
"sys": {
"gid": 3,
"members": [
]
},
"adm": {
"gid": 4,
"members": [
"syslog",
"vagrant"
]
},
"tty": {
"gid": 5,
"members": [
]
},
"disk": {
"gid": 6,
"members": [
]
},
"lp": {
"gid": 7,
"members": [
]
},
"mail": {
"gid": 8,
"members": [
]
},
"news": {
"gid": 9,
"members": [
]
},
"uucp": {
"gid": 10,
"members": [
]
},
"man": {
"gid": 12,
"members": [
]
},
"proxy": {
"gid": 13,
"members": [
]
},
"kmem": {
"gid": 15,
"members": [
]
},
"dialout": {
"gid": 20,
"members": [
]
},
"fax": {
"gid": 21,
"members": [
]
},
"voice": {
"gid": 22,
"members": [
]
},
"cdrom": {
"gid": 24,
"members": [
"vagrant"
]
},
"floppy": {
"gid": 25,
"members": [
]
},
"tape": {
"gid": 26,
"members": [
]
},
"sudo": {
"gid": 27,
"members": [
"vagrant"
]
},
"audio": {
"gid": 29,
"members": [
]
},
"dip": {
"gid": 30,
"members": [
"vagrant"
]
},
"www-data": {
"gid": 33,
"members": [
]
},
"backup": {
"gid": 34,
"members": [
]
},
"operator": {
"gid": 37,
"members": [
]
},
"list": {
"gid": 38,
"members": [
]
},
"irc": {
"gid": 39,
"members": [
]
},
"src": {
"gid": 40,
"members": [
]
},
"gnats": {
"gid": 41,
"members": [
]
},
"shadow": {
"gid": 42,
"members": [
]
},
"utmp": {
"gid": 43,
"members": [
]
},
"video": {
"gid": 44,
"members": [
]
},
"sasl": {
"gid": 45,
"members": [
]
},
"plugdev": {
"gid": 46,
"members": [
"vagrant"
]
},
"staff": {
"gid": 50,
"members": [
]
},
"games": {
"gid": 60,
"members": [
]
},
"users": {
"gid": 100,
"members": [
]
},
"nogroup": {
"gid": 65534,
"members": [
]
},
"libuuid": {
"gid": 101,
"members": [
]
},
"netdev": {
"gid": 102,
"members": [
]
},
"crontab": {
"gid": 103,
"members": [
]
},
"syslog": {
"gid": 104,
"members": [
]
},
"fuse": {
"gid": 105,
"members": [
]
},
"messagebus": {
"gid": 106,
"members": [
]
},
"mlocate": {
"gid": 107,
"members": [
]
},
"ssh": {
"gid": 108,
"members": [
]
},
"vagrant": {
"gid": 900,
"members": [
]
},
"lpadmin": {
"gid": 109,
"members": [
"vagrant"
]
},
"sambashare": {
"gid": 110,
"members": [
"vagrant"
]
},
"vboxsf": {
"gid": 999,
"members": [
]
}
}
},
"current_user": "vagrant",
"cloud_v2": null,
"keys": {
"ssh": {
"host_rsa_public": "AAAAB3NzaC1yc2EAAAADAQABAAABAQC9g3RL/MXdeYZ/irTqFJANOrTJlfcH0EKMljPtRVASVnDIF+PhGEgkSGDQYP/Y6bSS/FmhkS6QgvkiZK7wibJm9CLwuYlyl/ORRr5CantoeA7dK7ElTiUrfYCTVBEw/jhbuisHAs6KE1xhd0ZJvl5ldpLXxu3EvPYZPUItbmsZTcZkuBs4Ne1jHE/CF6SjR85mg9vTXtw+qPF27h+Col6tCsbFE5A7ufKCZna8FjfNSBQuaaxGAnt8rp5/VlznMme4m+9bSxy3TQGI2PC7coVFI0zPTbrU6x3rxaatt6SSDxf14PUR3WFQKHfL0y4nPXgEZeiBNX7Q2IZtMX1F/fsn",
"host_dsa_public": "AAAAB3NzaC1kc3MAAACBALhCcCZ4wwsORhvX+zUcd2o2JKHjN+zVV7O8Dl1iLU5YQReny7nxuBoRIQU+YPUlRUczxCvhym6cwPV6wsqIhfn0gm4AD/mMCFLdx1QOmckma2T2y34CMB+pXIsmZMqW8NgtqQnr9QIrnr1d2byNTQitP5Zlc5ZrjkLIFiFzez6fAAAAFQDoTFhhl8o2UaVaW/Tbus8u8R4YAwAAAIA1kTVaBjP0FNZ9g5Cgq8bGa8oWiNwy3NPdQxrIis2dBYT3sSa41nCB+ntHmNEG0W3pwSlMj2u9YrHWft9SDmGaWAxIYaopIL6auJJxV246pbr1KGp2dDkB6+vAu53cGhJ7ZJena2dHPeY4NL3U3ryaB/KRC1xqLkTMJjURQ+qeUQAAAIBjC6ZLJjaMB0Thagn12JtkpyPUP5bPw6gKWnDW49gsVwq05BpTNEXOVINz+xPO/pTTwFmz+WSApSHo7+s/32Tu3k715B5BzTK26afO1vUvV85cGNwVc3RJyOnasJDMnKolKZHHNHZpMCfTzc3Ja9PkeYTOby6LfGtxBTDkZSTefw==",
"host_ecdsa_public": "AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBbf8jI4m0WmJsdA5u4G6HWTibLrWg3nGC1mU8r5Xcg+e+gCi8VxOHLKAT0EpVERsLUnKsRR0YrTkvFbeQ++FPU=",
"host_ecdsa_type": "ecdsa-sha2-nistp256"
}
},
"init_package": "init",
"recipes": [
],
"roles": [
]
},
"json_class": "Chef::Node",
"chef_type": "node",
"chef_environment": "_default",
"override": {
},
"default": {
},
"run_list": [
]
}
--- END RESPONSE ---
[2014-08-18T16:29:35-04:00] DEBUG: ---- HTTP Status and Header Data: ----
[2014-08-18T16:29:35-04:00] DEBUG: HTTP 1.1 200 OK
[2014-08-18T16:29:35-04:00] DEBUG: content-type: application/json
[2014-08-18T16:29:35-04:00] DEBUG: server: chef-zero
[2014-08-18T16:29:35-04:00] DEBUG: date: Mon, 18 Aug 2014 20:29:35 GMT
[2014-08-18T16:29:35-04:00] DEBUG: content-length: 30761
[2014-08-18T16:29:35-04:00] DEBUG: connection: close
[2014-08-18T16:29:35-04:00] DEBUG: ---- End HTTP Status/Header Data ----
[2014-08-18T16:29:35-04:00] DEBUG: Chef::HTTP calling Chef::HTTP::RemoteRequestID#handle_response
[2014-08-18T16:29:35-04:00] DEBUG: Chef::HTTP calling Chef::HTTP::Authenticator#handle_response
[2014-08-18T16:29:35-04:00] DEBUG: Chef::HTTP calling Chef::HTTP::Decompressor#handle_response
[2014-08-18T16:29:35-04:00] DEBUG: Chef::HTTP calling Chef::HTTP::CookieManager#handle_response
[2014-08-18T16:29:35-04:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONOutput#handle_response
[2014-08-18T16:29:35-04:00] DEBUG: Chef::HTTP calling Chef::HTTP::JSONInput#handle_response
Host skycrank01
HostName 127.0.0.1
User vagrant
Port 2203
UserKnownHostsFile /dev/null
StrictHostKeyChecking no
PasswordAuthentication no
IdentityFile /Users/cpatti/.vagrant.d/insecure_private_key
IdentitiesOnly yes
LogLevel FATAL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment