Add a sample Cat8000v image def.

This commit is contained in:
Joe Clarke
2021-01-11 17:38:54 -05:00
parent 557328140b
commit 5818b6d564
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Loading Cat8000v Image Definitions
In order to start Cat8000v nodes, you need to get a QCOW2 image from Cisco.com. Cat8000v images can be downloaded from
https://software.cisco.com/download/home/286327102/type/282046477.
**NOTE:** When downloading the images, select the _-serial_ `.qcow2` file (e.g., `c8000v-universalk9_8G_serial.17.04.01a.qcow2`). This
image supports a serial console. If you download the image without the `-serial` in the name, it will expect a graphical console. Also, do _not_ pick the EFI image.
An example image definition file is provided in this repository. You cannot import image definitions, but you can use them as a guide. Image
definitions are fiarly trivial. Specify a name, ID, link it to the node definition, and then specify the uploaded .qcow2 file. After that,
the image will be available when you add the node from the lab pallet.

View File

@@ -0,0 +1,8 @@
id: catalyst8000v-17.04.01a
node_definition_id: cat8000v
description: Catalyst 8000V 17.04.01a
label: 17.04.01a
disk_image: c8000v-universalk9_8G_serial.17.04.01a.qcow2
read_only: false
disk_subfolder: catalyst8000v-17.04.01a
schema_version: 0.0.1