Add OpenStack LBaaS support (#1506)

This commit is contained in:
Kevin Lefevre
2017-08-20 12:59:15 +02:00
committed by Matthew Mosesohn
parent 1e07ee6cc4
commit 65a9772adf
3 changed files with 25 additions and 0 deletions

View File

@@ -74,6 +74,14 @@ bin_dir: /usr/local/bin
#azure_vnet_name:
#azure_route_table_name:
## When OpenStack is used, if LBaaSv2 is available you can enable it with the following variables.
#openstack_lbaas_enabled: True
#openstack_lbaas_subnet_id: "Neutron subnet ID (not network ID) to create LBaaS VIP"
#openstack_lbaas_create_monitor: "yes"
#openstack_lbaas_monitor_delay: "1m"
#openstack_lbaas_monitor_timeout: "30s"
#openstack_lbaas_monitor_max_retries: "3"
## Set these proxy values in order to update docker daemon to use proxies
#http_proxy: ""
#https_proxy: ""