From logstack.openstack.org, I find an available build_name, for example , tempest-full-py3.
After running:
ciml-cache-data --build-name tempest-full-py3 --db-uri mysql+pymysql://query:query@logstash.openstack.org/subunit2sql
and I get:
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
What is the command I need to run before the first one ? or what am I doing wrong?
I get that I need to connect to the DB, but from the README file, I thought running ciml-cache-data would be enough to have the .zip file
From logstack.openstack.org, I find an available build_name, for example , tempest-full-py3.
After running: ciml-cache-data --build-name tempest-full-py3 --db-uri mysql+pymysql://query:query@logstash.openstack.org/subunit2sql
and I get: raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
What is the command I need to run before the first one ? or what am I doing wrong?
I get that I need to connect to the DB, but from the README file, I thought running ciml-cache-data would be enough to have the .zip file