Browse Source
fixed dynamic handling of loop devices for partition extraction, added lines to import dynamic subtype
master
fixed dynamic handling of loop devices for partition extraction, added lines to import dynamic subtype
master
Sebastian Rieger
9 years ago
2 changed files with 34 additions and 25 deletions
-
19create-arista-veos-image/create-arista-veos-image.sh
-
40create-arista-veos-image/dynamic-subtype-vEOS.json
@ -1,20 +1,24 @@ |
|||
{ |
|||
"plugin_name": "vEOS", |
|||
"cli_serial": 1, |
|||
"plugin_desc": "Arista vEOS", |
|||
"baseline_image": "vEOS", |
|||
"hw_ram": 1024, |
|||
"hw_vm_extra": "", |
|||
"interface_wrap": 7, |
|||
"config_disk_type": "disk", |
|||
"interface_pattern": "Ethernet{0}", |
|||
"gui_visible": true, |
|||
"config_file": "/veos_config.txt", |
|||
"interface_first": 1, |
|||
"gui_icon": "iosvl2", |
|||
"plugin_base": "generic", |
|||
"vnc_available": false, |
|||
"interface_management": "Management1", |
|||
"interface_range": 7, |
|||
"baseline_flavor": "vEOS.small" |
|||
"dynamic-subtypes": [ |
|||
{ |
|||
"plugin_name": "vEOS", |
|||
"cli_serial": 1, |
|||
"plugin_desc": "Arista vEOS", |
|||
"baseline_image": "vEOS", |
|||
"hw_ram": 1024, |
|||
"hw_vm_extra": "", |
|||
"interface_wrap": 7, |
|||
"config_disk_type": "disk", |
|||
"interface_pattern": "Ethernet{0}", |
|||
"gui_visible": true, |
|||
"config_file": "/veos_config.txt", |
|||
"interface_first": 1, |
|||
"gui_icon": "iosvl2", |
|||
"plugin_base": "generic", |
|||
"vnc_available": false, |
|||
"interface_management": "Management1", |
|||
"interface_range": 7, |
|||
"baseline_flavor": "vEOS.small" |
|||
} |
|||
] |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue