-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added SONiC node and image definitions (#53)
* Added SONiC Community and Enterprise node definitions * Update image file paths * Update image file paths * Update README.md * Update image path * Updated file paths * Updated README.md * Updated node definition
- Loading branch information
1 parent
02ce8eb
commit 8a340d9
Showing
6 changed files
with
88 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
This directory contains the node definition for SONiC | ||
|
||
|
||
# Notes | ||
|
||
default username and password are admin/YourPaSsWoRd | ||
mgmt interface defaults to dhcp | ||
|
||
download community image here: https://sonic.software | ||
documentation can be found here: https://github.com/sonic-net/sonic/wiki | ||
|
||
![](/readme_images/sonic-boot.png) | ||
|
||
![](/readme_images/sonic-ifconfig.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
id: SONiCv | ||
general: | ||
nature: switch | ||
read_only: false | ||
device: | ||
interfaces: | ||
has_loopback_zero: true | ||
physical: | ||
- Eth0 | ||
- Ethernet0 | ||
- Ethernet4 | ||
- Ethernet8 | ||
- Ethernet12 | ||
- Ethernet16 | ||
- Ethernet20 | ||
- Ethernet24 | ||
- Ethernet28 | ||
serial_ports: 1 | ||
default_count: 9 | ||
loopback: | ||
- Loopback0 | ||
ui: | ||
visible: true | ||
label_prefix: SONiCv- | ||
icon: switch | ||
label: SONiC Virtual Switch (VM) | ||
sim: | ||
linux_native: | ||
libvirt_domain_driver: kvm | ||
driver: server | ||
disk_driver: virtio | ||
ram: 4096 | ||
cpus: 2 | ||
cpu_limit: 100 | ||
nic_driver: e1000 | ||
efi_boot: false | ||
boot: | ||
completed: | ||
- sonic login | ||
timeout: 240 | ||
uses_regex: false | ||
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
id: SONiCv-20240406-8 | ||
node_definition_id: SONiCv | ||
description: '' | ||
label: SONiC Virtual Switch (Build 20240406) | ||
disk_image: sonic-vs-20240406-8.qcow2 | ||
read_only: false | ||
disk_subfolder: SONiCv-20240406-8 | ||
schema_version: 0.0.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
id: SONiCv-Enterprise-4.2.0 | ||
node_definition_id: SONiCv | ||
description: '' | ||
label: SONiCv Enterprise 4.2.0 (Dell) | ||
disk_image: Enterprise_SONiC_OS_4.2.0.qcow2 | ||
read_only: false | ||
disk_subfolder: SONiCv-Enterprise-4.2.0 | ||
schema_version: 0.0.1 |