rcbops / ansible-lxc-rpc

Ansible Playbooks to deploy openstack
https://rcbops.github.io/ansible-lxc-rpc/
Apache License 2.0
38 stars 31 forks source link

[repository] still pulling pip packages from a 9.0.0 repo on 10.0.0 branch #462

Closed jacobwagner closed 9 years ago

jacobwagner commented 9 years ago
(.venv)root@node89:~/ansible-lxc-rpc# pip install -r requirements.txt 
Ignoring indexes: https://pypi.python.org/simple/
Downloading/unpacking http://rpc-slushee.rackspace.com/downloads/ansible-1.6.10.tar.gz (from -r requirements.txt (line 17))
  Downloading ansible-1.6.10.tar.gz (1.2MB): 1.2MB downloaded
  Running setup.py (path:/tmp/pip-zC8rJL-build/setup.py) egg_info for package from http://rpc-slushee.rackspace.com/downloads/ansible-1.6.10.tar.gz

    warning: no files found matching 'packaging/distutils/setup.py'
Downloading/unpacking Jinja2==2.7.3 (from -r requirements.txt (line 1))
  http://rpc-slushee.rackspace.com/python_packages/9.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
  Downloading Jinja2-2.7.3-py2-none-any.whl (297kB): 297kB downloaded
Downloading/unpacking MarkupSafe==0.23 (from -r requirements.txt (line 2))
  http://rpc-slushee.rackspace.com/python_packages/9.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
  Downloading MarkupSafe-0.23-cp27-none-linux_x86_64.whl
Downloading/unpacking PyYAML==3.11 (from -r requirements.txt (line 3))
  http://rpc-slushee.rackspace.com/python_packages/9.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
  Downloading PyYAML-3.11-cp27-none-linux_x86_64.whl (44kB): 44kB downloaded
Downloading/unpacking click==2.5 (from -r requirements.txt (line 4))
  http://rpc-slushee.rackspace.com/python_packages/9.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
  Downloading click-2.5-py2.py3-none-any.whl (58kB): 58kB downloaded
Downloading/unpacking colorize==1.0.2 (from -r requirements.txt (line 5))
  http://rpc-slushee.rackspace.com/python_packages/9.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
  Downloading colorize-1.0.2-py2.py3-none-any.whl
Downloading/unpacking ecdsa==0.11 (from -r requirements.txt (line 6))
  http://rpc-slushee.rackspace.com/python_packages/9.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
  Downloading ecdsa-0.11-py2-none-any.whl (43kB): 43kB downloaded
Downloading/unpacking netaddr==0.7.12 (from -r requirements.txt (line 7))
  http://rpc-slushee.rackspace.com/python_packages/9.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
  Downloading netaddr-0.7.12-py2-none-any.whl (1.5MB): 1.5MB downloaded
Downloading/unpacking paramiko==1.14.0 (from -r requirements.txt (line 8))
  http://rpc-slushee.rackspace.com/python_packages/9.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
  Downloading paramiko-1.14.0-py2.py3-none-any.whl (148kB): 148kB downloaded
Downloading/unpacking prettytable==0.7.2 (from -r requirements.txt (line 9))
  http://rpc-slushee.rackspace.com/python_packages/9.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
  Downloading prettytable-0.7.2-py2-none-any.whl
Downloading/unpacking pycrypto==2.6.1 (from -r requirements.txt (line 10))
  http://rpc-slushee.rackspace.com/python_packages/9.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
  Downloading pycrypto-2.6.1-cp27-none-linux_x86_64.whl (493kB): 493kB downloaded
Requirement already satisfied (use --upgrade to upgrade): wsgiref==0.1.2 in /usr/lib/python2.7 (from -r requirements.txt (line 11))
Downloading/unpacking pexpect==3.3 (from -r requirements.txt (line 12))
  http://rpc-slushee.rackspace.com/python_packages/9.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
  Downloading pexpect-3.3-py2-none-any.whl (48kB): 48kB downloaded
Downloading/unpacking requests==2.4.1 (from -r requirements.txt (line 13))
  http://rpc-slushee.rackspace.com/python_packages/9.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
  Downloading requests-2.4.1-py2.py3-none-any.whl (458kB): 458kB downloaded
Downloading/unpacking cloudlib==0.0.8 (from -r requirements.txt (line 14))
  http://rpc-slushee.rackspace.com/python_packages/9.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
  Downloading cloudlib-0.0.8-py2-none-any.whl
Downloading/unpacking pip==1.5.6 (from -r requirements.txt (line 15))
  http://rpc-slushee.rackspace.com/python_packages/9.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
  Downloading pip-1.5.6-py2.py3-none-any.whl (1.0MB): 1.0MB downloaded
Downloading/unpacking wheel==0.24.0 (from -r requirements.txt (line 16))
  http://rpc-slushee.rackspace.com/python_packages/9.0.0/ uses an insecure transport scheme (http). Consider using https if rpc-slushee.rackspace.com has it available
  Downloading wheel-0.24.0-py2.py3-none-any.whl (63kB): 63kB downloaded
Requirement already satisfied (use --upgrade to upgrade): setuptools in ./.venv/lib/python2.7/site-packages (from ansible==1.6.10->-r requirements.txt (line 17))
Installing collected packages: Jinja2, MarkupSafe, PyYAML, click, colorize, ecdsa, netaddr, paramiko, prettytable, pycrypto, pexpect, requests, cloudlib, pip, wheel, ansible
  Found existing installation: pip 1.5.4
    Uninstalling pip:
      Successfully uninstalled pip
  Running setup.py install for ansible
    changing mode of build/scripts-2.7/ansible from 644 to 755
    changing mode of build/scripts-2.7/ansible-playbook from 644 to 755
    changing mode of build/scripts-2.7/ansible-pull from 644 to 755
    changing mode of build/scripts-2.7/ansible-doc from 644 to 755
    changing mode of build/scripts-2.7/ansible-galaxy from 644 to 755
    changing mode of build/scripts-2.7/ansible-vault from 644 to 755

    warning: no files found matching 'packaging/distutils/setup.py'
    changing mode of /root/ansible-lxc-rpc/.venv/bin/ansible-doc to 755
    changing mode of /root/ansible-lxc-rpc/.venv/bin/ansible-galaxy to 755
    changing mode of /root/ansible-lxc-rpc/.venv/bin/ansible-pull to 755
    changing mode of /root/ansible-lxc-rpc/.venv/bin/ansible to 755
    changing mode of /root/ansible-lxc-rpc/.venv/bin/ansible-vault to 755
    changing mode of /root/ansible-lxc-rpc/.venv/bin/ansible-playbook to 755
Successfully installed Jinja2 MarkupSafe PyYAML click colorize ecdsa netaddr paramiko prettytable pycrypto pexpect requests cloudlib pip wheel ansible
claco commented 9 years ago

What's in your global vars? At the very least, on a 10.0.0rc2 checkout, this is what is in place: https://github.com/rcbops/ansible-lxc-rpc/blob/10.0.0rc2/rpc_deployment/inventory/group_vars/all.yml

I would expect it to be looking in proposed/juno, not 9.0.0

jacobwagner commented 9 years ago

figured it out. virtual environments = bad