forked from srieger/virl-utils-hs-fulda
Browse Source
automatic import of subtype and creation of flavors based on image name,
automatic import of subtype and creation of flavors based on image name,
short instructions on how to use the image and hint to default node configuration, removed detection of existing image as new VIRL version supports multiple versions, new subtype to allow >8 front panel interfacesmaster
Sebastian Rieger
9 years ago
2 changed files with 107 additions and 33 deletions
-
118create-arista-veos-image/create-arista-veos-image.sh
-
22create-arista-veos-image/dynamic-subtype-vEOS.json
@ -1,24 +1,22 @@ |
|||
{ |
|||
"dynamic-subtypes": [ |
|||
{ |
|||
"plugin_name": "vEOS", |
|||
"cli_serial": 1, |
|||
"plugin_desc": "Arista vEOS", |
|||
"interface_range": 22, |
|||
"config_disk_type": "disk", |
|||
"baseline_image": "vEOS", |
|||
"hw_ram": 1024, |
|||
"baseline_flavor": "vEOS.medium", |
|||
"hw_vm_extra": "", |
|||
"interface_wrap": 7, |
|||
"config_disk_type": "disk", |
|||
"plugin_desc": "Arista vEOS", |
|||
"interface_pattern": "Ethernet{0}", |
|||
"interface_management": "Management1", |
|||
"gui_visible": true, |
|||
"config_file": "/veos_config.txt", |
|||
"cli_serial": 1, |
|||
"hw_ram": 1024, |
|||
"plugin_name": "vEOS", |
|||
"interface_first": 1, |
|||
"config_file": "/veos_config.txt", |
|||
"gui_icon": "iosvl2", |
|||
"plugin_base": "generic", |
|||
"vnc_available": false, |
|||
"interface_management": "Management1", |
|||
"interface_range": 7, |
|||
"baseline_flavor": "vEOS.medium" |
|||
"plugin_base": "generic" |
|||
} |
|||
] |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue