Git Product home page Git Product logo

Comments (6)

ryan-beisner avatar ryan-beisner commented on September 24, 2024

Please list, verbatim, the commands that were executed to arrive at this. Thank you.

from charm-test-infra.

whereisrysmind avatar whereisrysmind commented on September 24, 2024

Steps to Reproduce

# from a clean system where ssh-client has not been configured

# clone the project from scratch
git clone https://github.com/openstack-charmers/charm-test-infra.git

cd charm-test-infra
tox

from charm-test-infra.

whereisrysmind avatar whereisrysmind commented on September 24, 2024

Unfortunately, I'm not sure I know enough about it to revert a working system back into a state where it will fail.

from charm-test-infra.

ryan-beisner avatar ryan-beisner commented on September 24, 2024

Blow away the directory where you have charm-test-infra, re-clone it, and start again.

Here is what works for me, and for our CI automation:

ubuntu@beisner-bastion:~/temp$ git clone https://github.com/openstack-charmers/charm-test-infra
Cloning into 'charm-test-infra'...
remote: Enumerating objects: 46, done.
remote: Counting objects: 100% (46/46), done.
remote: Compressing objects: 100% (35/35), done.
remote: Total 445 (delta 26), reused 31 (delta 11), pack-reused 399
Receiving objects: 100% (445/445), 82.67 KiB | 617.00 KiB/s, done.
Resolving deltas: 100% (267/267), done.

ubuntu@beisner-bastion:~/temp$ cd charm-test-infra/

ubuntu@beisner-bastion:~/temp/charm-test-infra$ tox
clients create: /home/ubuntu/temp/charm-test-infra/.tox/clients
clients installdeps: -r/home/ubuntu/temp/charm-test-infra/py3-clients-requirements.txt
clients installed: aodhclient==1.2.0,appdirs==1.4.3,argcomplete==1.9.5,asn1crypto==0.24.0,async-generator==1.10,attrs==19.1.0,Babel==2.6.0,bcrypt==3.1.6,certifi==2019.3.9,cffi==1.12.3,chardet==3.0.4,cliff==2.14.1,cmd2==0.9.12,colorama==0.4.1,cryptography==2.6.1,debtcollector==1.21.0,decorator==4.4.0,distro-info==0.0.0,dnspython==1.16.0,dogpile.cache==0.7.1,futures==3.1.1,hvac==0.6.4,idna==2.8,iso8601==0.1.12,Jinja2==2.10.1,jmespath==0.9.4,jsonpatch==1.23,jsonpointer==2.0,jsonschema==2.6.0,juju==0.11.5,juju-deployer==0.11.0,juju-wait==2.7.0,jujubundlelib==0.5.6,jujuclient==0.54.0,jujucrashdump==0.0.0,keystoneauth1==3.14.0,macaroonbakery==1.2.1,MarkupSafe==1.1.1,mojo==0.4.5,monotonic==1.5,msgpack==0.6.1,munch==2.3.2,netaddr==0.7.19,netifaces==0.10.9,openstacksdk==0.27.0,os-client-config==1.32.0,os-service-types==1.6.0,osc-lib==1.12.1,oslo.config==6.8.1,oslo.context==2.22.1,oslo.i18n==3.23.1,oslo.log==3.42.3,oslo.serialization==2.28.2,oslo.utils==3.40.3,paramiko==2.4.2,pbr==5.1.3,pkg-resources==0.0.0,prettytable==0.7.2,protobuf==3.7.1,pyasn1==0.4.5,pycparser==2.19,pyinotify==0.9.6,pylxd==2.0.7,pymacaroons==0.13.0,PyNaCl==1.3.0,pyOpenSSL==19.0.0,pyparsing==2.4.0,pyperclip==1.7.0,pyRFC3339==1.1,python-barbicanclient==4.8.1,python-ceilometerclient==2.9.0,python-cinderclient==4.1.0,python-codetree==0.1.6,python-dateutil==2.8.0,python-designateclient==2.11.0,python-glanceclient==2.16.0,python-heatclient==1.17.0,python-keystoneclient==3.19.0,python-neutronclient==6.12.0,python-novaclient==13.0.0,python-octaviaclient==1.8.0,python-openstackclient==3.18.0,python-swiftclient==3.7.0,pytz==2019.1,PyYAML==5.1,requests==2.21.0,requests-unixsocket==0.1.5,requestsexceptions==1.4.0,rfc3986==1.3.1,simplejson==3.16.0,six==1.12.0,stevedore==1.30.1,tenacity==5.0.4,theblues==0.5.1,urllib3==1.24.2,warlock==1.3.0,wcwidth==0.1.7,websocket-client==0.56.0,websockets==7.0,wrapt==1.11.1,ws4py==0.5.1,zaza==0.0.2.dev1
clients runtests: PYTHONHASHSEED='0'
clients runtests: commands[0] | mojo --version
0.4.5
clients runtests: commands[1] | openstack --version
openstack 3.18.0
____________________________________________________________________________________________ summary ____________________________________________________________________________________________
  clients: commands succeeded
  congratulations :)
ubuntu@beisner-bastion:~/temp/charm-test-infra$ 

ubuntu@beisner-bastion:~/temp/charm-test-infra$ 
ubuntu@beisner-bastion:~/temp/charm-test-infra$ 
ubuntu@beisner-bastion:~/temp/charm-test-infra$ source clientsrc 
(clients) ubuntu@beisner-bastion:~/temp/charm-test-infra$ 
(clients) ubuntu@beisner-bastion:~/temp/charm-test-infra$ openstack --version
openstack 3.18.0
(clients) ubuntu@beisner-bastion:~/temp/charm-test-infra$ 

from charm-test-infra.

ryan-beisner avatar ryan-beisner commented on September 24, 2024

If you are able to reproduce the issue, please provide the exact steps and the console output. Thank you.

from charm-test-infra.

ryan-beisner avatar ryan-beisner commented on September 24, 2024

This should have nothing to do with bootstrap, as python virtualenvs are not at all in play. That is entirely in the realm of Juju and compiled golang code.

from charm-test-infra.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.