Review board: https://goo.gl/iYw2m0 || Documentation: https://rally.readthedocs.org/en/latest/
https://docs.opendev.org/opendev/infra-manual/latest/developers.html
You need to create a gerrit account, install git-review and that is all
When I run docker run -v /my/rally/volume/rally:/home/rally/.rally xrally/xrally-openstack:2.1.0' verify create-verifier --type tempest --name tempest-verifier
I get a git clone error.
"2021-10-11 13:39:13.845 1 ERROR rally.verification.utils [-] Error output: 'Cloning into '/home/rally/.rally/verification/verifier-e18dac62-1d56-4418-aa07-bd836904ab31/repo'...
fatal: unable to access 'https://opendev.org/openstack/tempest/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
': subprocess.CalledProcessError: Command '['git', 'clone', 'https://opendev.org/openstack/tempest', '/home/rally/.rally/verification/verifier-e18dac62-1d56-4418-aa07-bd836904ab31/repo']' returned non-zero exit status 128."
Am I doing something wrong or can someone confirm and reproduce this error?
:point_up: Edit: When I run docker run -v /my/rally/volume/rally:/home/rally/.rally xrally/xrally-openstack:2.1.0 verify create-verifier --type tempest --name tempest-verifier
I get a git clone error.
"2021-10-11 13:39:13.845 1 ERROR rally.verification.utils [-] Error output: 'Cloning into '/home/rally/.rally/verification/verifier-e18dac62-1d56-4418-aa07-bd836904ab31/repo'...
fatal: unable to access 'https://opendev.org/openstack/tempest/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
': subprocess.CalledProcessError: Command '['git', 'clone', 'https://opendev.org/openstack/tempest', '/home/rally/.rally/verification/verifier-e18dac62-1d56-4418-aa07-bd836904ab31/repo']' returned non-zero exit status 128."
Am I doing something wrong or can someone confirm and reproduce this error?
:point_up: Edit: When I run docker run -v /my/rally/volume/rally:/home/rally/.rally xrally/xrally-openstack:2.1.0 verify create-verifier --type tempest --name tempest-verifier
I get a git clone error.
"2021-10-11 13:39:13.845 1 ERROR rally.verification.utils [-] Error output: 'Cloning into '/home/rally/.rally/verification/verifier-e18dac62-1d56-4418-aa07-bd836904ab31/repo'...
fatal: unable to access 'https://opendev.org/openstack/tempest/': server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none
': subprocess.CalledProcessError: Command '['git', 'clone', 'https://opendev.org/openstack/tempest', '/home/rally/.rally/verification/verifier-e18dac62-1d56-4418-aa07-bd836904ab31/repo']' returned non-zero exit status 128."
Am I doing something wrong or can someone confirm and reproduce this error?
EDIT: I suppose you need to create a database first hand in the volume specified.
rally verify configure-verifier --reconfigure
i have to have an "installed" verifier which i never get to since the original command fails.