https://github.com/cdent/placeload
Exploring some tools to place load on an OpenStack placement service
https://github.com/cdent/placeload
Last synced: 19 days ago
JSON representation
Exploring some tools to place load on an OpenStack placement service
- Host: GitHub
- URL: https://github.com/cdent/placeload
- Owner: cdent
- License: apache-2.0
- Created: 2018-08-06T16:22:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T13:12:32.000Z (about 7 years ago)
- Last Synced: 2025-06-28T22:55:23.725Z (11 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
placeload
---------
A script to create a set of resource providers with simple inventory
and membership in some aggregates in `placement service`_, so that
subsequent requests can be made (with ``curl`` or whatever works)
to test the service.
Uses asyncio to create them quickly.
Call it like::
placeload [count] [semaphore_count]
* **count** is the number of resource providers to create
* **semaphore_count** is the number of concurrent
It can be used with a `placedock`_ `container`_ if you need a quick
way to start a placement.
.. _placement service: https://developer.openstack.org/api-ref/placement/
.. _placedock: https://github.com/cdent/placedock
.. _container: https://hub.docker.com/r/cdent/placedock/