Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mingfang/docker-salt

Run Salt-Master, Salt-Minion, and Halite inside Docker
https://github.com/mingfang/docker-salt

Last synced: about 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

Notice: Kubernetes has replaced many of the concepts below. Go here [https://github.com/mingfang/diy-kubernetes](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@ -p 49022```, password is root

Create/Edit /etc/salt/roster file
```
:
host:
user:
passwd:
sudo: True
```

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