juniper/saltstack
SaltStack packaged with Juniper libraries
420
This project has been designed to help you to get started easily with SaltStack on Junos. In this project you'll find:
Define uc-engine/pillar/top.sls
for example:
root@host# cat uc-engine/pillar/top.sls
base:
proxy01:
- proxy01
and associate under uc-engine/pillar/
:
root@host# cat uc-engine/pillar/proxy01.sls
proxy:
proxytype: junos
host: 172.17.254.1
username: admin
passwd: juniper1
Under the main directory execute:
root@host# make master-start
or
#make clean will not work if starting docker like that
root@host# docker run -d juniper/saltstack salt-master -l debug
Note: Proxies are getting automatically started within the Salt Master Engine
Verify that saltmaster-engine
is running:
root@host# docker ps
root@host# make master-shell
Check if proxy01 is running under the saltmaster-engine
root@saltmaster-engine# ps -ef | grep proxy01
pip install pyOpenSSL ndg-httpsclient pyasn1
. Please note it does not effect salt-master, salt-minion or salt-proxy, in their functionality.set system services netconf ssh
. Please note an option for using port 22 is being added.docker pull juniper/saltstack
This image was archived 2 months ago