Configurable haproxy network whitelists

Enable configurable haproxy network whitelists for octavia

Change-Id: Ibff86eeebb4576618785354099972851fefee3bd
This commit is contained in:
Jacky Hu
2017-04-06 22:11:20 +08:00
parent f7ca083c02
commit 2dd0756e1f
2 changed files with 2 additions and 4 deletions

View File

@@ -31,3 +31,4 @@ haproxy_nova_metadata_whitelist_networks: "{{ haproxy_whitelist_networks }}"
haproxy_rabbitmq_management_whitelist_networks: "{{ haproxy_whitelist_networks }}"
haproxy_repo_git_whitelist_networks: "{{ haproxy_whitelist_networks }}"
haproxy_repo_cache_whitelist_networks: "{{ haproxy_whitelist_networks }}"
haproxy_octavia_whitelist_networks: "{{ haproxy_whitelist_networks }}"

View File

@@ -271,7 +271,4 @@ haproxy_default_services:
haproxy_balance_type: http
haproxy_backend_options:
- "httpchk GET /"
haproxy_whitelist_networks:
- 192.168.0.0/16
- 172.16.0.0/12
- 10.0.0.0/8
haproxy_whitelist_networks: "{{ haproxy_octavia_whitelist_networks }}"