Add proxy environment vars to boostrap-aio.yml

The bootrastap-aio.sh script uses the bootstrap-aio.yml file to
provision an All-in-One setup but this playbook lacks of proxy
support resulting in timeout inside of corporate networks. This
change add support to networks that need to reach a proxy server.

Change-Id: I3b28b8a39d050ced0ebca5ffdfbe1a7b78b9a7f5
This commit is contained in:
Victor Morales 2017-10-25 14:28:14 -07:00
parent 3ce37a347a
commit 08b700a592

View File

@ -117,3 +117,4 @@
GSSAPICleanupCredentials: no
vars_files:
- "{{ playbook_dir }}/../playbooks/defaults/repo_packages/openstack_services.yml"
environment: "{{ deployment_environment_variables | default({}) }}"