mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-10-23 07:42:03 +00:00
Add a sample Cat8000v image def.
This commit is contained in:
12
virl-base-images/cisco/cat8000v/README.md
Normal file
12
virl-base-images/cisco/cat8000v/README.md
Normal 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.
|
||||
|
@@ -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
|
Reference in New Issue
Block a user