
Tempest verification as proposed by Rally fails vs Kubernetes 11.0.0 [1]. It should be noted that Kubernetes was updated to 11.0.0 in Openstack master upper-constraints [2]. It sets kubernetes>=11.0.0 as abstract dependency [3][4]. It replace api_client.models by kubernetes_client.models in magnum test_utils.py (kubernetes_client could rather have been selected). [1] https://build.opnfv.org/ci/job/functest-opnfv-functest-healthcheck-latest-tempest_smoke-run/749/console [2]76a83f23a6
[3] https://github.com/openstack/requirements/blob/master/global-requirements.txt#L115 [4]5cddbde0bf
Change-Id: I76c2d089b5a9d947a910a0410c4784c5a0cdddb3 Signed-off-by: Cédric Ollivier <ollivier.cedric@gmail.com>
rally-openstack
Rally plugins for OpenStack platform
Usage
# 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
Description
Languages
Python
99.4%
HTML
0.3%
Shell
0.3%