Have you tried manually? / Trinath
From: Vaidyanath Manogaran [mailto:[email protected]] Sent: Friday, August 05, 2016 11:44 AM To: Trinath Somanchi <[email protected]> Cc: Openstack <[email protected]>; [email protected]; [email protected]; Vaidyanath Manogaran <[email protected]> Subject: Re: [Openstack] [openstack][AIO][Ansible] I have setup the proxy details in the /etc/openstack_deploy/user_variables.yml apply_security_hardening: true HTTP_PROXY: "http://192.168.19.46:3128" HTTPS_PROXY: "http://192.168.19.46:3128" NO_PROXY: "localhost,127.0.0.1" http_proxy: "http://192.168.19.46:3128" https_proxy: "http://192.168.19.46:3128" no_proxy: "localhost,127.0.0.1" But still its unable to get the details. Regards, Vaidyanath On Fri, Aug 5, 2016 at 11:38 AM, Trinath Somanchi <[email protected]<mailto:[email protected]>> wrote: The error is the you were unable to download latest PIP from internet. Please check the accessibility. / Trinath From: Vaidyanath Manogaran [mailto:[email protected]<mailto:[email protected]>] Sent: Friday, August 05, 2016 10:49 AM To: Openstack <[email protected]<mailto:[email protected]>>; [email protected]<mailto:[email protected]>; [email protected]<mailto:[email protected]>; Vaidyanath Manogaran <[email protected]<mailto:[email protected]>> Subject: [Openstack] [openstack][AIO][Ansible] Hi All, We are trying to setup Openstack STABLE/MITAKA branch AIO environment using Openstack-Ansible pre-defined scripts, But It is failing at PIP installation step on "lxc-hosts-setup.yml". We have come across following steps, but we still stuck on the same stage. Can you please help what is the issue here ? Steps followed: 1. Modified Playbooks (YAML files) as per our environment setup- No Syntax error 2. Added proxy settings in “user_variables.yml” file – No Syntax error 3. Executed “scripts/bootstrap-ansible.sh” file – Succeeded. 4. Executed “scripts/bootstrap-aio.sh” file – Succeeded. 5. Executed “scripts/run-playbooks.sh” file – Failed at TASK: [pip_install | Get Modern PIP] a. Verified “/etc/environment” file PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games" b. Verified “/etc/ansible/hosts” file 127.0.0.1 localhost <HOST_IP> <HOST_NAME> c. Verified “/etc/ansible/roles/pip_install/tasks/main.yml” file. d. Verified “/etc/ansible/roles/pip_install/defaults/main.yml” file for PIP download URLS - Accessable ## Path to pip download/installation script. pip_upstream_url: https://bootstrap.pypa.io/get-pip.py pip_fallback_url: https://raw.githubusercontent.com/pypa/get-pip/master/get-pip.py Error: [Executing "lxc-hosts-setup.yml" playbook] Variable files: "-e @/etc/openstack_deploy/user_conf_files.yml -e @/etc/openstack_deploy/user_secrets.yml -e @/etc/openstack_deploy/user_variables.yml " PLAY [Basic lxc host setup] *************************************************** TASK: [apt_package_pinning | Add apt pin preferences] ************************* skipping: [aio1] TASK: [pip_install | Create pip config directory] ***************************** ok: [aio1] => (item=/opt) ok: [aio1] => (item=/root/.cache) ok: [aio1] => (item=/root/.cache/pip) TASK: [pip_install | Drop pip file(s)] **************************************** ok: [aio1] => (item={'dest': u'/root/.cache/pip/selfcheck.json', 'src': 'selfcheck.json'}) TASK: [pip_install | Get Modern PIP] ****************************************** failed: [aio1] => {"attempts": 5, "failed": true} msg: Task failed as maximum retries was encountered ...ignoring TASK: [pip_install | Get Modern PIP using fallback URL] *********************** failed: [aio1] => {"attempts": 5, "failed": true} msg: Task failed as maximum retries was encountered ...ignoring -- Regards, Vaidyanath +91-9483465528<tel:%2B91-9483465528>(M) -- Regards, Vaidyanath +91-9483465528(M)
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
