Skip to content

SONiC modules

How to install

The installation process is similar to SaltStack modules installation.

  1. Download the codebase to a dedicated path on your Salt-master.
  2. Add a new path to the file_roots section in the Salt-master configuration.

Example of salt-master configuration:

file_roots:
  base:
    # ... other paths ...
    # SONiC codebase:
    - /srv/salt/base/sonic/

Important

Make sure to synchronize the modules with your minions:

salt <device> saltutil.sync_all