Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msimonin/qpid-dispatch-generator
Hacking around qpid dispatch router
https://github.com/msimonin/qpid-dispatch-generator
ansible grid5000 networkx-graph qpid-dispatch-router vagrant
Last synced: 14 days ago
JSON representation
Hacking around qpid dispatch router
- Host: GitHub
- URL: https://github.com/msimonin/qpid-dispatch-generator
- Owner: msimonin
- License: apache-2.0
- Created: 2017-08-28T15:19:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T10:16:02.000Z (about 7 years ago)
- Last Synced: 2024-11-13T10:09:02.479Z (2 months ago)
- Topics: ansible, grid5000, networkx-graph, qpid-dispatch-router, vagrant
- Language: Python
- Homepage:
- Size: 520 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qpid dispatch topology generator
## Generate your configurations
```
python main.py
```> You can change there the graph or the number of physical machines...
## Deploy it
```
vagrant up
```> Adjust the number of machine according to the output of the generator
## Access the gui
Browse to `http://192.168.11.2:8000`
Enjoy the topology or generate a new one :
* Barbell graph (5x5):
![alt text](barbell.png "Barbell")
* Tutte graph (with a bad display)
:
![alt text](tutte.png "Tutte")# Iteration
```
python generator.py
vagrant provision
vagrant ssh -c "sudo docker ps -aq | xargs sudo docker stop"
vagrant ssh -c "sudo docker ps -aq | xargs sudo docker rm"