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: 3 months 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 (over 7 years ago)
- Last Synced: 2025-01-12T18:37:59.850Z (4 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):

* Tutte graph (with a bad display)
:
# 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"