mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-10-23 07:42:03 +00:00
The image conversion procedure of CHR was added.
This commit is contained in:
@@ -4,7 +4,14 @@ This directory contains a node definition for the MikroTik Cloud Hosted Router a
|
|||||||
|
|
||||||
### Image Availability
|
### Image Availability
|
||||||
|
|
||||||
Images can be downloaded from https://mikrotik.com/download for **free**.
|
Images can be downloaded from https://mikrotik.com/download for **free**. You need to convert the downloaded img file to a qcow2 file. For example, on CentOS8, here's how it works.
|
||||||
|
|
||||||
|
```sh
|
||||||
|
dnf -y install qemu-img unzip
|
||||||
|
curl -O https://download.mikrotik.com/routeros/6.47/chr-6.47.img.zip
|
||||||
|
unzip chr-6.47.img.zip
|
||||||
|
qemu-img convert -O qcow2 chr-6.47.img chr-6.47.qcow2
|
||||||
|
```
|
||||||
|
|
||||||
### Description
|
### Description
|
||||||
|
|
||||||
|
8
virl-base-images/mikrotik/chr/chr-6.47.yaml
Executable file
8
virl-base-images/mikrotik/chr/chr-6.47.yaml
Executable file
@@ -0,0 +1,8 @@
|
|||||||
|
id: chr-6.47
|
||||||
|
node_definition_id: chr
|
||||||
|
description: ''
|
||||||
|
label: CHR 6.47
|
||||||
|
disk_image: chr-6.47.qcow2
|
||||||
|
read_only: false
|
||||||
|
disk_subfolder: chr-6.47
|
||||||
|
schema_version: 0.0.1
|
Reference in New Issue
Block a user