Skip to content

Instantly share code, notes, and snippets.

@pnasrat
Forked from lusis/system-facts.json
Created November 23, 2010 22:42
Show Gist options
  • Save pnasrat/712683 to your computer and use it in GitHub Desktop.
Save pnasrat/712683 to your computer and use it in GitHub Desktop.
{
"id": "0123456789abcdef",
"name": "myname",
"provider": "puppet",
"os": {
"name": "linux",
"version": "2.6.35-22-generic",
"vendor": "ubuntu",
"vendor_version": "10.10"
},
"hardware": {
"type": "virtual",
"provider": "vmware",
"arch": "x86_64",
"ram": 8192,
"swap": 768,
"cpu": {
"count": 4,
"speed": "2.4",
"vendor": "Intel",
"vendor_model": "T770",
"vendor_description": "Intel(R) Core(TM) i5"
},
"disk": {
"count": 4,
"devices": ["sda1", "sda2", "sda3", "sda4"],
"sizes": [500, 500, 500, 500]
},
"network":{
"count": 2,
"interfaces": ["eth0", "eth1"],
"addresses": ["192.168.1.1", "10.10.0.1"],
"macaddress": ["01:01:01:01:01:01", "01:01:01:01:01:02"],
"speeds": [1000, 1000]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment