mirceaulinic / interop-2020

salt-sproxy configuration files for the Interop live demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interop 2020: Automating Network Using Salt, Without Running Proxy Minions

salt-sproxy configuration files for the Interop live demo.

Usage

  1. Clone this repository:
git clone https://github.com/mirceaulinic/interop-2020.git
  1. Move into the new interop-2020 directory:
cd interop-2020/
  1. Create a symlink to the /etc/salt and /srv/salt directories:
ln -s $PWD/srv/salt /srv/

ln -s $PWD/etc/salt /etc/
  1. Using docker-compose, start up the Docker containers for Salt:
docker-compose -f docker-compose.yml up -d

✨🍰✨

About

salt-sproxy configuration files for the Interop live demo

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 62.9%Language:Python 17.9%Language:SaltStack 14.7%Language:HTML 4.5%