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

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

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/