openstack aio TASK [python_venv_build : Install python packages into the venv FAILED
Hi,
I'm new to openstack. I try to install openstack aio like described in https://docs.openstack.org/openstack-ansible/stein/user/aio/quickstart.html (https://docs.openstack.org/openstack-...). Running first two playbooks went ok, but third ( "openstack-ansible setup-openstack.yml" ) break:
TASK [python_venv_build : Install python packages into the venv] *************** FAILED - RETRYING: Install python packages into the venv (5 retries left). FAILED - RETRYING: Install python packages into the venv (4 retries left). FAILED - RETRYING: Install python packages into the venv (3 retries left). FAILED - RETRYING: Install python packages into the venv (2 retries left). FAILED - RETRYING: Install python packages into the venv (1 retries left). fatal: [aio1_keystone_container-1b46c525]: FAILED! => {"attempts": 5, "changed": false, "cmd": ["/openstack/venvs/ keystone-19.0.4/bin/pip2", "install", "-U", "--constrai ... for keystone==15.0.1.dev11 (from -c /openstack/venvs/keystone-19.0.4/constraints.txt (line 125))\nWARNING: You are using pip version 19.1, however version 19.2.3 is available.\nYou should consider upgrading via the 'pip install --upgrade pip' command.\n"}
In log ( /var/log/python_venv_build.log ) in aio1-keystone-container I found: Collecting keystone==15.0.1.dev11 (from -c /openstack/venvs/keystone-19.0.4/constraints.txt (line 125))\n \n :stderr: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.\n
and here started warnings: WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.httpconnection object="" at="" 0x7fe17aaa0990="">: Failed to establish a new connection: [Errno 113] No route to host',)': /os-releases/19.0.4/centos-7.7-x86_64\n
And end up with: ERROR: Could not find a version that satisfies the requirement keystone==15.0.1.dev11 (from -c /openstack/venvs/keystone-19.0.4/constraints.txt (line 125)) (from versions: 12.0.2, 12.0.3, 13.0.2, 14.0.0, 14.0.1, 14.1.0, 15.0.0.0rc1, 15.0.0.0rc2, 15.0.0, 16.0.0.0rc1)\n ERROR: No matching distribution found for keystone==15.0.1.dev11 (from -c /openstack/venvs/keystone-19.0.4/constraints.txt (line 125))\n
It is a single VM install on VirtualBox on Windovs. Guest was CentOS7.6, which was upgraded to CentOS 7.7.
Any help?
I am in a similar situation using Centos 7, trying to install OS-Ansible stein AiO, following the guide in site docs. Still haven't found any useful info to get past this problem. To me it looks like network connectivity issues. Currently searching assistance on IRC.
do you think that you can get support from irc faster?