Skip to content

Instantly share code, notes, and snippets.

@jda
Last active December 20, 2015 21:39
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 jda/6199361 to your computer and use it in GitHub Desktop.
Save jda/6199361 to your computer and use it in GitHub Desktop.
SmartOS VM manifest for Cisco CSR1000V
{
"autoboot": true,
"brand": "kvm",
"max_physical_memory": 4352,
"max_locked_memory": 4352,
"max_swap": 4352,
"hostname": "labcsr",
"resolvers": [
"8.8.8.8",
"8.8.4.4"
],
"alias": "labcsr",
"ram": 4096,
"vcpus": 4,
"nics": [
{
"interface": "net0",
"vlan_id": 10,
"nic_tag": "admin",
"ip": "dhcp",
"model": "virtio",
"allow_ip_spoofing": true
},
{
"interface": "net1",
"vlan_id": 10,
"nic_tag": "admin",
"ip": "dhcp",
"model": "virtio",
"allow_ip_spoofing": true
}
],
"disks": [
{
"boot": true,
"model": "virtio",
"media": "disk",
"size": 8512,
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment