rally db error
I am unable to get a functional install of rally-openstack. It doesn't matter if I use the sqlite or mariadb databases. I am able to run rally env create and pass the rally env check.
(rally) [rally@rally-dev rally]$ rally env check
Env `int5-z1 (5b623afc-
+------
| Available | Platform | Message |
+------
| :-) | openstack | OK! |
+------
I can also create the tempest verifier. However, if I run "rally deployment check" or "rally verify configure-verifier" or "rally verify start" I get the same type of error -
(rally) [rally@rally-dev rally]$ rally --debug deployment check
2021-04-27 15:29:16.722 3720 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide.
2021-04-27 15:29:16.723 3720 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden.
2021-04-27 15:29:16.723 3720 RALLYDEBUG rally.api [-] ERROR log from boto module is hide.
2021-04-27 15:29:16.731 3720 DEBUG oslo_db.
2021-04-27 15:29:16.771 3720 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: ValueError: tuple.index(x): x not in tuple
2021-04-27 15:29:16.771 3720 ERROR rally.cli.cliutils Traceback (most recent call last):
2021-04-27 15:29:16.771 3720 ERROR rally.cli.cliutils File "/home/
2021-04-27 15:29:16.771 3720 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs)
2021-04-27 15:29:16.771 3720 ERROR rally.cli.cliutils File "/home/
2021-04-27 15:29:16.771 3720 ERROR rally.cli.cliutils return caller(func, *(extras + args), **kw)
2021-04-27 15:29:16.771 3720 ERROR rally.cli.cliutils File "/home/
2021-04-27 15:29:16.771 3720 ERROR rally.cli.cliutils id_arg_index = f.__code_
2021-04-27 15:29:16.771 3720 ERROR rally.cli.cliutils ValueError: tuple.index(x): x not in tuple
2021-04-27 15:29:16.771 3720 ERROR rally.cli.cliutils
(rally) [rally@rally-dev rally]$ rally verify configure-verifier --id ac5eb884-
tuple.index(x): x not in tuple
(rally) [rally@rally-dev rally]$ rally --debug verify configure-verifier --id ac5eb884-
2021-04-27 15:26:01.437 3711 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide.
2021-04-27 15:26:01.437 3711 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden.
2021-04-27 15:26:01.438 3711 RALLYDEBUG rally.api [-] ERROR log from boto module is hide.
2021-04-27 15:26:01.447 3711 DEBUG oslo_db.
2021-04-27 15:26:01.495 3711 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: ValueError: tuple.index(x): x not in tuple
2021-04-27 15:26:01.495 3711 ERROR rally.cli.cliutils Traceback (most recent call last):
2021-04-27 15:26:01.495 3711 ERROR rally.cli.cliutils File "/home/
2021-04-27 15:26:01.495 3711 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs)
2021-04-27 15:26:01.495 3711 ERROR rally.cli.cliutils File "/home/
2021-04-27 15:26:01.495 3711 ERROR rally.cli.cliutils return caller(func, *(extras + args), **kw)
2021-04-27 15:26:01.495 3711 ERROR rally.cli.cliutils File "/home/
2021-04-27 15:26:01.495 3711 ERROR rally.cli.cliutils id_arg_index = f.__code_
2021-04-27 15:26:01.495 3711 ERROR rally.cli.cliutils ValueError: tuple.index(x): x not in tuple
2021-04-27 15:26:01.495 3711 ERROR rally.cli.cliutils
(rally) [rally@rally-dev rally]$ rally --debug verify start
2021-04-27 15:26:39.902 3715 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide.
2021-04-27 15:26:39.902 3715 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden.
2021-04-27 15:26:39.902 3715 RALLYDEBUG rally.api [-] ERROR log from boto module is hide.
2021-04-27 15:26:39.908 3715 DEBUG oslo_db.
2021-04-27 15:26:39.946 3715 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: ValueError: tuple.index(x): x not in tuple
2021-04-27 15:26:39.946 3715 ERROR rally.cli.cliutils Traceback (most recent call last):
2021-04-27 15:26:39.946 3715 ERROR rally.cli.cliutils File "/home/
2021-04-27 15:26:39.946 3715 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs)
2021-04-27 15:26:39.946 3715 ERROR rally.cli.cliutils File "/home/
2021-04-27 15:26:39.946 3715 ERROR rally.cli.cliutils return caller(func, *(extras + args), **kw)
2021-04-27 15:26:39.946 3715 ERROR rally.cli.cliutils File "/home/
2021-04-27 15:26:39.946 3715 ERROR rally.cli.cliutils id_arg_index = f.__code_
2021-04-27 15:26:39.946 3715 ERROR rally.cli.cliutils ValueError: tuple.index(x): x not in tuple
2021-04-27 15:26:39.946 3715 ERROR rally.cli.cliutils
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Rally Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Edward Rice for more information if necessary.