This repository has been archived on 2025-03-20. You can view files and clone it, but cannot push or open issues or pull requests.
sonic-buildimage/platform/vs
Prince Sunny 43f6df4654 Add nbrmgr to supervisor control ()
* Add nbrmgr to supervisord conf

* Corrected priority values [Fix typo]

* Submodule update for Neighbor manager daemon

Submodule update sonic-swss-common:

edbfeec - Remove default docker name value of swss. ()
9728462 - Corrected configDB name for neigh table ()
6decc65 - Add NEIGH_TABLE to configDB for neighbor configuration ()
9918ae6 - Add ProducerStateTable temp view implementation and UT ()
41408f2 - Update README on dependencies
d9c0ba4 -Update README on the section 'Build with Google Test'
bb7fa5b - [ut]: explicit convert is to bool type ()
661b82c - Add gtest instruction in README

Submodule update sonic-swss

705b092 - Support ConfigDB neighbor configuration, introduce nbrmgr daemon ()
8522390 - Add vxlan switch attributes to switch orch ()
b123fa0 - [schema] update WARM_RESTART_TABLE:process_name schema document ()
2d7ab0c - Revert "Align default MTU value as SAI default ()" ()
836a58c - Align default MTU value as SAI default ()
bffa01f - VNET/VXLAN changes ()
b750a4b - [watermarkorch] add watermarkorch, extend queue and pg counters with wat\u2026 ()
2018-11-28 21:58:59 -08:00
..
docker-sonic-vs Add nbrmgr to supervisor control () 2018-11-28 21:58:59 -08:00
docker-syncd-vs [vs]: build sonic vs kvm image () 2018-11-20 22:32:40 -08:00
sonic-version [vs]: build sonic vs kvm image () 2018-11-20 22:32:40 -08:00
tests [vs]: Add time.sleep(1) to make test stable () 2018-11-19 12:03:57 -08:00
create_vnet.sh [vs]: build sonic vs kvm image () 2018-11-20 22:32:40 -08:00
docker-orchagent-vs.mk [vs]: build sonic vs kvm image () 2018-11-20 22:32:40 -08:00
docker-sonic-vs.mk [vs]: build sonic vs kvm image () 2018-11-20 22:32:40 -08:00
docker-syncd-vs.mk [vs]: build sonic vs kvm image () 2018-11-20 22:32:40 -08:00
kvm-image.mk [vs]: build sonic vs kvm image () 2018-11-20 22:32:40 -08:00
one-image.mk [vs]: build sonic vs kvm image () 2018-11-20 22:32:40 -08:00
onie.mk [vs]: build sonic vs kvm image () 2018-11-20 22:32:40 -08:00
platform.conf [vs]: build sonic vs kvm image () 2018-11-20 22:32:40 -08:00
README.vsdocker.md [vs]: build sonic vs kvm image () 2018-11-20 22:32:40 -08:00
README.vsvm.md [vs]: build sonic vs kvm image () 2018-11-20 22:32:40 -08:00
rules.mk [vs]: build sonic vs kvm image () 2018-11-20 22:32:40 -08:00
sonic-version.mk [vs]: build sonic vs kvm image () 2018-11-20 22:32:40 -08:00
sonic.xml [vs]: sync changes to disk and add e1000 driver to sonic vm () 2018-11-22 12:09:21 -08:00
syncd-vs.mk [virtualswitch]: build docker-sonic-vs docker based on SAI virtual switch () 2017-10-23 22:01:42 -07:00

HOWTO Use Virtual Switch (VM)

  1. Install libvirt, kvm, qemu
sudo apt-get install libvirt-clients qemu-kvm libvirt-bin
  1. Create SONiC VM
$ virsh
Welcome to virsh, the virtualization interactive terminal.

Type:  'help' for help with commands
       'quit' to quit

virsh # 
virsh # create sonic.xml
Domain sonic created from sonic.xml

virsh # 
  1. Connect SONiC VM via console
$ telnet 127.0.0.1 7000
  1. Connect SONiC VM via SSH
$ ssh -p 3040 admin@127.0.0.1