===============
rally-openstack
===============
Rally plugins for `OpenStack platform <https://openstack.org>`_
Usage
-----
.. code-block:: bash
# Install this package (will install rally if not installed)
pip install rally-openstack
# List all installed plugins
rally plugin list --platform openstack
# Create OpenStack Env
cat <<EOT >> env.yaml
---
openstack:
auth_url: "https://keystone.net/identity"
region_name: RegionOne
https_insecure: False
users:
- username: user_that_runs_commands
password: his password
project_name: project_that_users_belong_to
EOT
rally env create --name my_openstack --spec env.yaml
# Check that you provide correct credentials
rally env check
# Collect key Open Stack metrics
rally task start ./tasks/openstack_metrics/task.yaml --task-args {"image_name": "image_to_use", "flavor_name": "flavor_to_use"}
# Generate Report
rally task report --out report.html
Links
----------------------
* Free software: Apache license
* Documentation: https://rally.readthedocs.org/en/latest/
* Source: https://opendev.org/openstack/rally-openstack/
* Bugs: https://bugs.launchpad.net/rally
* Step-by-step tutorial: https://rally.readthedocs.io/en/latest/quick_start/tutorial.html
* Launchpad page: https://launchpad.net/rally
* Gitter chat: https://gitter.im/rally-dev/Lobby
* Trello board: https://trello.com/b/DoD8aeZy/rally
Raw data
{
"_id": null,
"home_page": "https://docs.openstack.org/rally/latest/",
"name": "rally-openstack",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": null,
"author": "OpenStack",
"author_email": "openstack-discuss@lists.openstack.org",
"download_url": "https://files.pythonhosted.org/packages/d9/93/9044726b5807353382d133a39c28adeb0fa28983e32e84d5e1a6c8ca0e4b/rally-openstack-3.0.0.tar.gz",
"platform": null,
"description": "===============\nrally-openstack\n===============\n\nRally plugins for `OpenStack platform <https://openstack.org>`_\n\n\nUsage\n-----\n\n.. code-block:: bash\n\n # Install this package (will install rally if not installed)\n pip install rally-openstack\n\n # List all installed plugins\n rally plugin list --platform openstack\n\n # Create OpenStack Env\n\n cat <<EOT >> env.yaml\n ---\n openstack:\n auth_url: \"https://keystone.net/identity\"\n region_name: RegionOne\n https_insecure: False\n users:\n - username: user_that_runs_commands\n password: his password\n project_name: project_that_users_belong_to\n EOT\n\n rally env create --name my_openstack --spec env.yaml\n\n # Check that you provide correct credentials\n rally env check\n\n # Collect key Open Stack metrics\n rally task start ./tasks/openstack_metrics/task.yaml --task-args {\"image_name\": \"image_to_use\", \"flavor_name\": \"flavor_to_use\"}\n\n # Generate Report\n rally task report --out report.html\n\n\nLinks\n----------------------\n\n* Free software: Apache license\n* Documentation: https://rally.readthedocs.org/en/latest/\n* Source: https://opendev.org/openstack/rally-openstack/\n* Bugs: https://bugs.launchpad.net/rally\n* Step-by-step tutorial: https://rally.readthedocs.io/en/latest/quick_start/tutorial.html\n* Launchpad page: https://launchpad.net/rally\n* Gitter chat: https://gitter.im/rally-dev/Lobby\n* Trello board: https://trello.com/b/DoD8aeZy/rally\n\n\n\n",
"bugtrack_url": null,
"license": "Apache License, Version 2.0",
"summary": "Rally plugins for OpenStack platform",
"version": "3.0.0",
"project_urls": {
"Homepage": "https://docs.openstack.org/rally/latest/"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "68244f28d2b932e92ffd60d41ad92ea23e4cb34c82329d42a8bc9462c7486272",
"md5": "1d36a8ec9b8ad9dcbd3a74bdce8c6a61",
"sha256": "1dcac33fc41a92b09092bd29791df3869fe68a20e33a72e9366a542bd4e9dfbb"
},
"downloads": -1,
"filename": "rally_openstack-3.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1d36a8ec9b8ad9dcbd3a74bdce8c6a61",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 410496,
"upload_time": "2024-06-07T20:14:56",
"upload_time_iso_8601": "2024-06-07T20:14:56.165160Z",
"url": "https://files.pythonhosted.org/packages/68/24/4f28d2b932e92ffd60d41ad92ea23e4cb34c82329d42a8bc9462c7486272/rally_openstack-3.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d9939044726b5807353382d133a39c28adeb0fa28983e32e84d5e1a6c8ca0e4b",
"md5": "c064b82432c531da141099544ab00391",
"sha256": "96770abb75eedd13a5c0f7ccfc0e779c59fcd687e19c987be8c31b27e8ab13ef"
},
"downloads": -1,
"filename": "rally-openstack-3.0.0.tar.gz",
"has_sig": false,
"md5_digest": "c064b82432c531da141099544ab00391",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 684511,
"upload_time": "2024-06-07T20:15:21",
"upload_time_iso_8601": "2024-06-07T20:15:21.767644Z",
"url": "https://files.pythonhosted.org/packages/d9/93/9044726b5807353382d133a39c28adeb0fa28983e32e84d5e1a6c8ca0e4b/rally-openstack-3.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-07 20:15:21",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "rally-openstack"
}