Only configure proxy on the compute hosts

Since only the compute hosts are not connected to the internet,
these are the only hosts in the environment that should require
a proxy configuration.

Change-Id: Ie3b8474fda2b6d2a0c2de4e18739824fec25fd3f
This commit is contained in:
Logan V 2018-09-12 00:07:43 -06:00
parent 50ff28a21f
commit a8e99a6825
2 changed files with 11 additions and 11 deletions

View File

@ -4,3 +4,14 @@
security_ntp_servers:
- int.ntp1.lstn.net
- int.ntp2.lstn.net
# Proxy config
proxy_env_url: http://mirror.lstn.net:8995/
no_proxy_env: "localhost,127.0.0.1,{{ internal_lb_vip_address }},{{ external_lb_vip_address }},mirror.lstn.net,{{ ansible_host }}"
global_environment_variables:
HTTP_PROXY: "{{ proxy_env_url }}"
HTTPS_PROXY: "{{ proxy_env_url }}"
NO_PROXY: "{{ no_proxy_env }}"
http_proxy: "{{ proxy_env_url }}"
https_proxy: "{{ proxy_env_url }}"
no_proxy: "{{ no_proxy_env }}"

View File

@ -19,17 +19,6 @@ ssh_key_url: https://raw.githubusercontent.com/continuouspw/openstack-ci-cloud/m
# contention in the database cluster
galera_max_connections: 1500
# Proxy config
proxy_env_url: http://mirror.lstn.net:8995/
no_proxy_env: "localhost,127.0.0.1,{{ internal_lb_vip_address }},{{ external_lb_vip_address }},mirror.lstn.net,{{ ansible_host }}"
global_environment_variables:
HTTP_PROXY: "{{ proxy_env_url }}"
HTTPS_PROXY: "{{ proxy_env_url }}"
NO_PROXY: "{{ no_proxy_env }}"
http_proxy: "{{ proxy_env_url }}"
https_proxy: "{{ proxy_env_url }}"
no_proxy: "{{ no_proxy_env }}"
# Enable L2pop and disable vxlan multicast
neutron_l2_population: True
neutron_vxlan_group: