Merge pull request #12 from alexanderdeca/master

Add Cumulus VX image
This commit is contained in:
Joe Clarke
2021-09-23 16:39:24 -04:00
committed by GitHub
4 changed files with 83 additions and 0 deletions

View File

@@ -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>

View 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.

View 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

View 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