Last active
December 20, 2015 21:39
-
-
Save jda/6199361 to your computer and use it in GitHub Desktop.
SmartOS VM manifest for Cisco CSR1000V
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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