Skip to content

mingfang/docker-salt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notice: Kubernetes has replaced many of the concepts below. Go here https://github.com/mingfang/diy-kubernetes for Kuberenetes instructions.

Run Salt-Master, Salt-Minion, and Halite inside Docker Also runs Kibana/Logstash and Graphite insider their own containers.

####Halite/Salt UI

http://localhost:49080

####Kibana

http://localhost:49082

####Graphite

http://localhost:49880

###Instructions

  1. edit file salt/master by changing master_ip to reflect the ip address of your master
  2. run ./build
  3. run ./run

###Boostrapping ssh into the master ssh root@<master> -p 49022, password is root

Create/Edit /etc/salt/roster file

<id>:
    host: <host name or ip>
    user: <user with sudo>
    passwd: <pwd>
    sudo: True

Also, make sure /etc/sudoers file is configured for NOPASSWD %admin ALL=NOPASSWD: ALL

About

Run Salt-Master, Salt-Minion, and Halite inside Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages