The OS_AUTH_URL variable is no longer used by devstack, it is setting
OS_CLOUD instead[0]. Use KEYSTONE_SERVICE_URI for the endpoint URL.
[0] https://review.opendev.org/c/openstack/devstack/+/780417
Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Change-Id: Ib0737feed3bd82e395bd157cc48dde4b418ac544
- Drop references to devstack-gate, it is deprecated and no longer
needed.
- Drop setting USE_PYTHON3, it is the default now and the variable no
longer being used.
- Drop using IDENTITY_API_VERSION, there is only v3 now and devstack
plans to remove that variable.
- python-keystoneclient still needs an admin endpoint in keystone, set a
flag for devstack to create it. [0]
[0] https://review.opendev.org/c/openstack/openstacksdk/+/777343
Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Change-Id: I35117f6d1b058d1f92e12d5be31bd85036adfccc
This patch adds the octavia CI and removes the legacy neutron
load balancing ci, which is not working properly previously
Change-Id: I78ebf57edcdd9d686ab74ee620c71bd5dfe6e551
Signed-off-by: Lucas H. Xu <hanxu@redhat.com>
It is optional configuration option. If this is set together with
OSPROFILER_HMAC_KEYS rally html report will use osprofiler api to
generate html report for each trace and embed it as iframe to our
native html repor.
Change-Id: I74323f1cd079850290afa62ad18e27643ec03873
This patch adds integration of rally with osprofiler when
rally is deployed with devstack.
It may help to use rally with osprofiler e.g. in OpenStack
gate jobs.
Change-Id: Ie34c060cfab67a13dca8cfd3706e8a2ed40dbe99
* Rename zuul.yaml -> .zuul.yaml to hide this file from the top level of
root directory
* Remove all redundant scripts which were used in the old CI
* Modify devstack plugin to print information about Rally-OpenStack
* Add simple task file with one workload to check the single job
* Add an index html page for the new job. It is quite simple, doesn't
use template, so no need to special script which will make this file.
Also, we do not need to ship this file with python package since it is
located in proper place.
* Add a basic job which launchs Rally task based on input arguments:
- rally_task_file - a patch to Rally task file in relative way to
project path (project which where the job is launched)
- rally_task_args_file - an optional path to a file with arguments to
Rally task. It is also relative to the project path
- use_existing_users - Defaults to False. Whethere to create and put
existing users to Rally deployment/enviroment or not.
Change-Id: Ib3b021914ac7d565df05c5397b378037ca0c0b00
There is upgoing work related to deployment refactoring. The bunch of
different enitities will be removed and inner code will be rewritten
almost from scratch.
This patch introduces a new simpler dedployment config format. Despite
the fact that it requires several workarounds, we need to merge it
before actual refactoring is done, since we want to provide a good
deprecation period and as quicker we introduce a new format as quicker
we will able to remove deprecated stuff:)
An example of old deployment config:
{
"type": "ExistingCloud",
"creds": {
"openstack": {
"auth_url": "https://example.com",
"admin": {
"username": "admin",
"password": "pass",
"project_name": "admin"
}
}
}
}
An example of a new format:
{
"openstack": {
"auth_url": "https://example.com",
"admin": {
"username": "admin",
"password": "pass",
"project_name": "admin"
}
}
}
Change-Id: If88317a0aefdd3d1adc6c380672d83e2bad11f15
* add check that version suffix is presented in the auth_url of keystone
before trying to crop it.
* port devstack plugin to use AUTH_URL env variable
Change-Id: Ib3c56ad0f945787d4df49308deb08bc87199c546
* Moved credential class from rally.objects to rally.deployment.
* Added OpenStackCredential plugin.
* Simplified getting of osclients.
* Enabled client caching on OpenStackCredential plugin.
spec: deployment_type.rst
Change-Id: I9ac8c4989c681885534683bd4ee4bc34fcfabaac
First pack of changes in upcoming chain to redesign Rally docs.
All information related to the installation and upgrades process
separated and refactored. Modified files fit 80 symbols margin
where possible.
[TODO] continue with other parts of the docs:
- Quick start aka Rally step-by-step
- Command Line Interface
- Rally Task Component
- Rally Verification Component
- Rally Plugins, Rally Plugins Reference
- Contribute to Rally
- Request New Features
- Project Info
[TODO] add 80 symbols margin check similar to what
Performance Documentation has
Change-Id: I0075be010fcad98272cec0928bcd29ca7b655d33
After we merged strong config schema for rally deployment, we missed to fix
devstack plugin, which creates wrong config in case of Keystone V3
Change-Id: I29ad7f1f62a911ab9c011c832b4b7eea5eeb994b
Allow rally to be installed by devstack through a different plugin
name, e.g:
enable_plugin test-rally http://github.com/rally/rally.git master
Change-Id: I43be7f7beba83ac63f6e16bdac216a41f4e2f057
Closes-Bug: #1560833
Use actual local.conf file name and format
instead of deprecated localrc in devstack related
deployment engines.
Closes-bug: #1457194
Change-Id: Iba464f33eb9d1598dfa6aabbd167712d573f79da
Switch Rally integration with Devstack to the new plugin model [1].
This allows to install Rally by one line in localrc, without
copying any files by hand. It also may make setting CI jobs easier.
[1] http://docs.openstack.org/developer/devstack/plugins.html
* Remove Sahara pluging from Rally gate job
Sahara was removed from default services that run DevStack in gates
We need to remove these scenarios from rally.yaml and add separate job
for Sahara
Depends-on: I845178bd51f2623fa56bb97f8bd5f2e4e7553613
Change-Id: Ia4e211dbf50d13068502c27c26cf5e3199542ce7