Browse Source
fixed default subtype creation to use ssh management and max 22 ports, changed ram to 2GB as recommended by Arista
master
fixed default subtype creation to use ssh management and max 22 ports, changed ram to 2GB as recommended by Arista
master
Sebastian Rieger
8 years ago
2 changed files with 50 additions and 38 deletions
-
49create-arista-veos-image/create-arista-veos-image.sh
-
39create-arista-veos-image/dynamic-subtype-vEOS.json
@ -1,24 +1,25 @@ |
|||||
{ |
{ |
||||
"dynamic-subtypes": [ |
"dynamic-subtypes": [ |
||||
{ |
{ |
||||
"cli_protocol": "ssh", |
|
||||
"gui_icon": "iosvl2", |
|
||||
"plugin_desc": "Arista vEOS", |
|
||||
"interface_first": 1, |
|
||||
"baseline_flavor": "vEOS.medium", |
|
||||
"plugin_base": "generic", |
|
||||
"interface_management": "Management1", |
|
||||
"interface_pattern": "Ethernet{0}", |
|
||||
"config_file": "/veos_config.txt", |
|
||||
"hw_ram": 1024, |
|
||||
"deprecated_use": "", |
|
||||
"hw_vm_extra": "", |
|
||||
"cli_serial": 1, |
|
||||
"interface_range": 22, |
|
||||
"config_disk_type": "disk", |
|
||||
"plugin_name": "vEOS", |
|
||||
"gui_visible": true, |
|
||||
"baseline_image": "vEOS" |
|
||||
|
"plugin_base": "generic", |
||||
|
"device_type": "switch", |
||||
|
"plugin_desc": "Arista vEOS", |
||||
|
"cli_protocol": "ssh", |
||||
|
"plugin_name": "vEOS", |
||||
|
"cli_serial": 1, |
||||
|
"interface_range": 22, |
||||
|
"gui_visible": true, |
||||
|
"interface_pattern": "Ethernet{0}", |
||||
|
"baseline_image": "vEOS", |
||||
|
"config_disk_type": "disk", |
||||
|
"hw_ram": 2048, |
||||
|
"hw_vm_extra": "", |
||||
|
"gui_icon": "iosvl2", |
||||
|
"config_file": "/veos_config.txt", |
||||
|
"interface_first": 1, |
||||
|
"deprecated_use": "", |
||||
|
"baseline_flavor": "vEOS.medium", |
||||
|
"interface_management": "Management1" |
||||
} |
} |
||||
] |
] |
||||
} |
|
||||
|
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue