mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-10-23 07:42:03 +00:00
@@ -59,3 +59,4 @@ This project was written and is maintained by the following individuals:
|
||||
* Paul Van Lierop <pevanlierop@gmail.com>
|
||||
* sig9 <sig9@sig9.org>
|
||||
* Ozzy Schoonover <OzzySchoonover@gmail.com>
|
||||
* Alexander Deca <alexander@deca-consulting.be>
|
||||
|
15
node-definitions/cumulus/README.md
Normal file
15
node-definitions/cumulus/README.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# NVIDIA Cumulus VX image
|
||||
|
||||
This directory contains the node definition for Cumulus VX 4.4.0
|
||||
|
||||
|
||||
### General Information
|
||||
|
||||
default username and password are cumulus/cumulus
|
||||
eth0 interface defaults to dhcp (managment interfaces)
|
||||
|
||||
Console will not show any output until completely booted, use vnc to connect to the host.
|
||||
|
||||
|
||||
|
||||
|
59
node-definitions/cumulus/cumulusvx.yaml
Normal file
59
node-definitions/cumulus/cumulusvx.yaml
Normal file
@@ -0,0 +1,59 @@
|
||||
id: cumulusvx
|
||||
general:
|
||||
description: NVIDIA Cumulus VX
|
||||
nature: switch
|
||||
read_only: false
|
||||
device:
|
||||
interfaces:
|
||||
has_loopback_zero: false
|
||||
physical:
|
||||
- eth0
|
||||
- swp1
|
||||
- swp2
|
||||
- swp3
|
||||
- swp4
|
||||
- swp5
|
||||
- swp6
|
||||
- swp7
|
||||
serial_ports: 1
|
||||
default_count: 8
|
||||
ui:
|
||||
visible: true
|
||||
description: |-
|
||||
NVIDIA Cumulus VX
|
||||
|
||||
2Gb of RAM and 15Gb of disk space
|
||||
label_prefix: cumulusvx-
|
||||
icon: switch
|
||||
label: Cumulus VX
|
||||
sim:
|
||||
linux_native:
|
||||
libvirt_domain_driver: kvm
|
||||
driver: server
|
||||
disk_driver: virtio
|
||||
ram: 2048
|
||||
cpus: 2
|
||||
cpu_limit: 20
|
||||
nic_driver: virtio
|
||||
video:
|
||||
memory: 20
|
||||
model: virtio
|
||||
boot:
|
||||
timeout: 250
|
||||
inherited:
|
||||
image:
|
||||
ram: true
|
||||
cpus: true
|
||||
cpu_limit: true
|
||||
data_volume: true
|
||||
boot_disk_size: true
|
||||
node:
|
||||
ram: true
|
||||
cpus: true
|
||||
cpu_limit: true
|
||||
data_volume: true
|
||||
boot_disk_size: true
|
||||
configuration:
|
||||
generator:
|
||||
driver: null
|
||||
schema_version: 0.0.1
|
8
virl-base-images/cumulus/cumulusvx-4-4-0.yaml
Normal file
8
virl-base-images/cumulus/cumulusvx-4-4-0.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
id: cumulusvx-4-4-0
|
||||
node_definition_id: cumulusvx
|
||||
description: NVIDIA Cumulus VX 4.4.0
|
||||
label: Cumulus VX 4.4.0
|
||||
disk_image: cumulus-linux-4.4.0-vx-amd64-qemu.qcow2
|
||||
read_only: false
|
||||
disk_subfolder: cumulusvx-4-4-0
|
||||
schema_version: 0.0.1
|
Reference in New Issue
Block a user