Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mingfang/docker-salt
- Owner: mingfang
- Created: 2013-11-03T06:08:34.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-14T10:48:19.000Z (about 9 years ago)
- Last Synced: 2023-03-14T04:15:35.371Z (almost 2 years ago)
- Language: Python
- Size: 436 KB
- Stars: 82
- Watchers: 10
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 rootCreate/Edit /etc/salt/roster file
```
:
host:
user:
passwd:
sudo: True
```Also, make sure /etc/sudoers file is configured for NOPASSWD
```%admin ALL=NOPASSWD: ALL```